Skip to content

build(deps): Bump the go-x group with 3 updates#2378

Merged
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/go-x-82e43cdbb3
Sep 8, 2025
Merged

build(deps): Bump the go-x group with 3 updates#2378
github-actions[bot] merged 1 commit intomasterfrom
dependabot/go_modules/go-x-82e43cdbb3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 8, 2025

Bumps the go-x group with 3 updates: golang.org/x/crypto, golang.org/x/oauth2 and golang.org/x/text.

Updates golang.org/x/crypto from 0.41.0 to 0.42.0

Commits
  • 5307a0c go.mod: update golang.org/x dependencies
  • 9d77937 acme: include order problem in OrderError
  • 8f580de ssh: remove Go 1.24 build tag for ML-KEM kex
  • a4d1237 ssh/knownhosts: improve IPv6 support in Normalize
  • b8d8dae curve25519: include potential fips140=only error in panic message
  • f5a2eab ssh: use curve25519.X25519 instead of curve25519.ScalarMult
  • 44ecf3a all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.30.0 to 0.31.0

Commits
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • See full diff in compare view

Updates golang.org/x/text from 0.28.0 to 0.29.0

Commits
  • e69f31b go.mod: update golang.org/x dependencies
  • 60c9786 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-x group with 3 updates: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/text](https://github.com/golang/text).


Updates `golang.org/x/crypto` from 0.41.0 to 0.42.0
- [Commits](golang/crypto@v0.41.0...v0.42.0)

Updates `golang.org/x/oauth2` from 0.30.0 to 0.31.0
- [Commits](golang/oauth2@v0.30.0...v0.31.0)

Updates `golang.org/x/text` from 0.28.0 to 0.29.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-x
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-x
- dependency-name: golang.org/x/text
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-x
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 8, 2025
@github-actions github-actions Bot enabled auto-merge (squash) September 8, 2025 17:56
@github-actions github-actions Bot merged commit eff2be3 into master Sep 8, 2025
17 checks passed
@github-actions github-actions Bot deleted the dependabot/go_modules/go-x-82e43cdbb3 branch September 8, 2025 18:00
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Nov 21, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tflint](https://github.com/terraform-linters/tflint) | minor | `0.59.1` -> `0.60.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>terraform-linters/tflint (tflint)</summary>

### [`v0.60.0`](https://github.com/terraform-linters/tflint/releases/tag/v0.60.0)

[Compare Source](terraform-linters/tflint@v0.59.1...v0.60.0)

#### What's Changed

This release introduces a new configuration file format: `.tflint.json`. This is useful for workflows such as automatically generating configuration files.
Please note that in order to use the `.tflint.json`, enabled plugins must be built with SDK v0.23+.

From this release, Cosign signatures (`checksums.txt.keyless.sig` and `checksums.txt.pem`) are deprecated. They will not be included in future releases. If your installation scripts depend on them, please migrate to `gh attestation verify`.

##### Enhancements

- Add JSON configuration file support by [@&#8203;rorychatterton](https://github.com/rorychatterton) in [#&#8203;2391](terraform-linters/tflint#2391)
- Report structured errors in JUnit and CheckStyle XML formatters by [@&#8203;bendrucker](https://github.com/bendrucker) in [#&#8203;2407](terraform-linters/tflint#2407)

##### Changes

- Alphabetize rulesets in version output by [@&#8203;bendrucker](https://github.com/bendrucker) in [#&#8203;2404](terraform-linters/tflint#2404)
- release: Pin Cosign version and deprecate Cosign signatures by [@&#8203;wata727](https://github.com/wata727) in [#&#8203;2405](terraform-linters/tflint#2405)

##### Bug Fixes

- fix: only read TF\_VAR for root module by [@&#8203;bendrucker](https://github.com/bendrucker) in [#&#8203;2413](terraform-linters/tflint#2413)

##### Chores

- build(deps): Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2376](terraform-linters/tflint#2376)
- build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2377](terraform-linters/tflint#2377)
- build(deps): Bump the go-x group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2378](terraform-linters/tflint#2378)
- build(deps): Bump github.com/spf13/afero from 1.14.0 to 1.15.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2380](terraform-linters/tflint#2380)
- build(deps): Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2379](terraform-linters/tflint#2379)
- build(deps): Bump golang.org/x/net from 0.43.0 to 0.44.0 in the go-x group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2381](terraform-linters/tflint#2381)
- build(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2382](terraform-linters/tflint#2382)
- build(deps): Bump github.com/sigstore/sigstore-go from 1.1.1 to 1.1.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2383](terraform-linters/tflint#2383)
- build(deps): Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2384](terraform-linters/tflint#2384)
- build(deps): Bump mislav/bump-homebrew-formula-action from 3.5 to 3.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2388](terraform-linters/tflint#2388)
- fix(script): GitHub API rate limit by [@&#8203;Sander0542](https://github.com/Sander0542) in [#&#8203;2390](terraform-linters/tflint#2390)
- Bump tflint-plugin-sdk to v0.23.0 by [@&#8203;wata727](https://github.com/wata727) in [#&#8203;2393](terraform-linters/tflint#2393)
- build(deps): Bump github.com/sigstore/sigstore-go from 1.1.2 to 1.1.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2394](terraform-linters/tflint#2394)
- build(deps): Bump docker/login-action from 3.5.0 to 3.6.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2395](terraform-linters/tflint#2395)
- build(deps): Bump the go-x group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2397](terraform-linters/tflint#2397)
- build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2398](terraform-linters/tflint#2398)
- build(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2399](terraform-linters/tflint#2399)
- build(deps): Bump golang.org/x/net from 0.45.0 to 0.46.0 in the go-x group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2400](terraform-linters/tflint#2400)
- build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.23.0 to 0.23.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2402](terraform-linters/tflint#2402)
- build(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2408](terraform-linters/tflint#2408)
- build(deps): Bump docker/metadata-action from 5.8.0 to 5.9.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2409](terraform-linters/tflint#2409)
- build(deps): Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in the go-x group by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;2410](terraform-linters/tflint#2410)

#### New Contributors

- [@&#8203;Sander0542](https://github.com/Sander0542) made their first contribution in [#&#8203;2390](terraform-linters/tflint#2390)
- [@&#8203;rorychatterton](https://github.com/rorychatterton) made their first contribution in [#&#8203;2391](terraform-linters/tflint#2391)

**Full Changelog**: <terraform-linters/tflint@v0.59.1...v0.60.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

0 participants