-
Notifications
You must be signed in to change notification settings - Fork 381
build(deps): Bump github.com/spf13/afero from 1.14.0 to 1.15.0 #2380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
github-actions
merged 1 commit into
master
from
dependabot/go_modules/github.com/spf13/afero-1.15.0
Sep 8, 2025
Merged
build(deps): Bump github.com/spf13/afero from 1.14.0 to 1.15.0 #2380
github-actions
merged 1 commit into
master
from
dependabot/go_modules/github.com/spf13/afero-1.15.0
Sep 8, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.14.0 to 1.15.0. - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.14.0...v1.15.0) --- updated-dependencies: - dependency-name: github.com/spf13/afero dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
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 [@​rorychatterton](https://github.com/rorychatterton) in [#​2391](terraform-linters/tflint#2391) - Report structured errors in JUnit and CheckStyle XML formatters by [@​bendrucker](https://github.com/bendrucker) in [#​2407](terraform-linters/tflint#2407) ##### Changes - Alphabetize rulesets in version output by [@​bendrucker](https://github.com/bendrucker) in [#​2404](terraform-linters/tflint#2404) - release: Pin Cosign version and deprecate Cosign signatures by [@​wata727](https://github.com/wata727) in [#​2405](terraform-linters/tflint#2405) ##### Bug Fixes - fix: only read TF\_VAR for root module by [@​bendrucker](https://github.com/bendrucker) in [#​2413](terraform-linters/tflint#2413) ##### Chores - build(deps): Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2376](terraform-linters/tflint#2376) - build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2377](terraform-linters/tflint#2377) - build(deps): Bump the go-x group with 3 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2378](terraform-linters/tflint#2378) - build(deps): Bump github.com/spf13/afero from 1.14.0 to 1.15.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2380](terraform-linters/tflint#2380) - build(deps): Bump github.com/zclconf/go-cty from 1.16.4 to 1.17.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2381](terraform-linters/tflint#2381) - build(deps): Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2382](terraform-linters/tflint#2382) - build(deps): Bump github.com/sigstore/sigstore-go from 1.1.1 to 1.1.2 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2383](terraform-linters/tflint#2383) - build(deps): Bump sigstore/cosign-installer from 3.9.2 to 3.10.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2384](terraform-linters/tflint#2384) - build(deps): Bump mislav/bump-homebrew-formula-action from 3.5 to 3.6 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2388](terraform-linters/tflint#2388) - fix(script): GitHub API rate limit by [@​Sander0542](https://github.com/Sander0542) in [#​2390](terraform-linters/tflint#2390) - Bump tflint-plugin-sdk to v0.23.0 by [@​wata727](https://github.com/wata727) in [#​2393](terraform-linters/tflint#2393) - build(deps): Bump github.com/sigstore/sigstore-go from 1.1.2 to 1.1.3 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2394](terraform-linters/tflint#2394) - build(deps): Bump docker/login-action from 3.5.0 to 3.6.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2395](terraform-linters/tflint#2395) - build(deps): Bump the go-x group with 4 updates by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2397](terraform-linters/tflint#2397) - build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2398](terraform-linters/tflint#2398) - build(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2400](terraform-linters/tflint#2400) - build(deps): Bump github.com/terraform-linters/tflint-plugin-sdk from 0.23.0 to 0.23.1 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2402](terraform-linters/tflint#2402) - build(deps): Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​2408](terraform-linters/tflint#2408) - build(deps): Bump docker/metadata-action from 5.8.0 to 5.9.0 by [@​dependabot](https://github.com/dependabot)\[bot] in [#​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 [@​dependabot](https://github.com/dependabot)\[bot] in [#​2410](terraform-linters/tflint#2410) #### New Contributors - [@​Sander0542](https://github.com/Sander0542) made their first contribution in [#​2390](terraform-linters/tflint#2390) - [@​rorychatterton](https://github.com/rorychatterton) made their first contribution in [#​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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/spf13/afero from 1.14.0 to 1.15.0.
Release notes
Sourced from github.com/spf13/afero's releases.
Commits
399bb34Merge pull request #523 from MarkRosemaker/fix-spelling9b67716Merge pull request #538 from spf13/depsf5f4f7bchore: update depsc245c4fci: update ci85c4956Merge pull request #527 from spf13/dependabot/github_actions/actions/checkout...41206fdbuild(deps): bump actions/checkout from 4.2.2 to 5.0.0a583fadMerge pull request #533 from spf13/dependabot/github_actions/actions/dependen...673c03eMerge pull request #536 from spf13/dependabot/github_actions/actions/setup-go...ac849f6Merge pull request #537 from spf13/dependabot/github_actions/github/codeql-ac...9596fe8build(deps): bump github/codeql-action from 3.29.7 to 3.30.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)