Skip to content

chore(deps): bump the dependencies group across 1 directory with 3 updates#101

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/dependencies-3883394196
Closed

chore(deps): bump the dependencies group across 1 directory with 3 updates#101
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/dependencies-3883394196

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2025

Bumps the dependencies group with 2 updates in the / directory: github.com/privateerproj/privateer-sdk and github.com/spf13/viper.

Updates github.com/privateerproj/privateer-sdk from 1.0.2 to 1.0.3

Release notes

Sourced from github.com/privateerproj/privateer-sdk's releases.

v1.0.3

Changelog

🐛 Bug Fixes

🧰 Maintenance

See details of all code changes since previous release

Commits
  • 74613a7 fix: invasive config var will now prevent change.Apply in plugins (#77)
  • 19db6b6 chore: remove go- prefix on make targets (#79)
  • 0364a8f fix: Write Directory flag is needed for Dockerization (#76)
  • See full diff in compare view

Updates github.com/revanite-io/sci from 0.1.8 to 0.1.9

Release notes

Sourced from github.com/revanite-io/sci's releases.

v0.1.9

Full Changelog: gemaraproj/gemara@v0.1.8...v0.1.9

Commits

Updates github.com/spf13/viper from 1.19.0 to 1.20.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.20.0

[!WARNING] This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

Exciting New Features 🎉

Enhancements 🚀

Bug Fixes 🐛

Breaking Changes 🛠

Dependency Updates ⬆️

... (truncated)

Commits
  • c038295 docs: add update instructions for 1.20
  • 9c07e0f build: disable unused linters
  • 48112d6 ci: add Go 1.24 to the test matrix
  • 66e3e28 build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • 17b96ac New Logo
  • 8b223a4 build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1
  • 91fd363 chore: update afero
  • e75c48f Fix issues reported by testifylint
  • a5ea569 build(deps): bump github/codeql-action from 3.27.7 to 3.27.9
  • 54f2089 build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in /remote
  • Additional commits viewable 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 16, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2025 02:27
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-3883394196 branch from 62dc53c to 5e55b18 Compare March 17, 2025 21:20
@jmeridth
Copy link
Member

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-3883394196 branch 2 times, most recently from 5ae51b5 to c901e9a Compare March 31, 2025 21:43
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-3883394196 branch from c901e9a to de72373 Compare April 7, 2025 22:32
…dates

Bumps the dependencies group with 2 updates in the / directory: [github.com/privateerproj/privateer-sdk](https://github.com/privateerproj/privateer-sdk) and [github.com/spf13/viper](https://github.com/spf13/viper).


Updates `github.com/privateerproj/privateer-sdk` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/privateerproj/privateer-sdk/releases)
- [Commits](privateerproj/privateer-sdk@v1.0.2...v1.0.3)

Updates `github.com/revanite-io/sci` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/revanite-io/sci/releases)
- [Commits](gemaraproj/gemara@v0.1.8...v0.1.9)

Updates `github.com/spf13/viper` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: github.com/privateerproj/privateer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/revanite-io/sci
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/dependencies-3883394196 branch from de72373 to 82324d8 Compare April 9, 2025 10:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 14, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-3883394196 branch April 14, 2025 21:51
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 maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant