Skip to content
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

🌱 Bump the all-go-mod-patch-and-minor group across 3 directories with 2 updates #304

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: github.com/adrg/xdg and golang.org/x/net.
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /hack/tools directory: github.com/adrg/xdg and golang.org/x/net.
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /test directory: github.com/adrg/xdg and golang.org/x/net.

Updates github.com/adrg/xdg from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.26.0 to 0.27.0

Commits
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • See full diff in compare view

Updates github.com/adrg/xdg from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.26.0 to 0.27.0

Commits
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • See full diff in compare view

Updates github.com/adrg/xdg from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/adrg/xdg's releases.

v0.5.0

Changelog

  • user-dirs.dirs config file is now parsed on Unix-like operating systems (except for macOS and Plan 9). See XDG user directories README section for more details.
  • Updated golang.org/x/sys dependency to the latest version.

Internal

  • Moved all path related functionality in internal pathutil package.
  • Added internal userdirs package:
    • Moved xdg.UserDirectories to userdirs.Directories.
    • Added parsing functions for user-dirs.dirs config file.
  • Improved package testing.
Commits
  • 1356827 Change definition of userdirs.ParseConfigFile and userdirs.ParseConfig
  • d48cee0 Merge pull request #86 from adrg/dependabot/go_modules/golang.org/x/sys-0.22.0
  • c53b5d9 Add Codecov token in Github actions tests workflow
  • fe619a1 Merge pull request #87 from adrg/parse-user-dirs
  • ed625ee Minor README.md update
  • ac2d468 Improve user directories README.md section
  • 27a1554 Move UserDirectories struct in userdirs package
  • e72f914 Update XDG user directories README.md section
  • e9e51ac Remove xdgPath and xdgPaths functions
  • 28fbf4c Replace xdgPath and xdgPaths calls with pathutil equivalents
  • Additional commits viewable in compare view

Updates golang.org/x/net from 0.26.0 to 0.27.0

Commits
  • e2310ae go.mod: update golang.org/x dependencies
  • 77708f7 quic: skip tests which depend on unimplemented UDP functions on Plan 9
  • 9617c63 http2: avoid Transport hang with Connection: close and AllowHTTP
  • 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

… 2 updates

Bumps the all-go-mod-patch-and-minor group with 2 updates in the / directory: [github.com/adrg/xdg](https://github.com/adrg/xdg) and [golang.org/x/net](https://github.com/golang/net).
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /hack/tools directory: [github.com/adrg/xdg](https://github.com/adrg/xdg) and [golang.org/x/net](https://github.com/golang/net).
Bumps the all-go-mod-patch-and-minor group with 2 updates in the /test directory: [github.com/adrg/xdg](https://github.com/adrg/xdg) and [golang.org/x/net](https://github.com/golang/net).


Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.4.0...v0.5.0)

Updates `golang.org/x/net` from 0.26.0 to 0.27.0
- [Commits](golang/net@v0.26.0...v0.27.0)

Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.4.0...v0.5.0)

Updates `golang.org/x/net` from 0.26.0 to 0.27.0
- [Commits](golang/net@v0.26.0...v0.27.0)

Updates `github.com/adrg/xdg` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/adrg/xdg/releases)
- [Commits](adrg/xdg@v0.4.0...v0.5.0)

Updates `golang.org/x/net` from 0.26.0 to 0.27.0
- [Commits](golang/net@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: github.com/adrg/xdg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/adrg/xdg
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/adrg/xdg
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jul 8, 2024

The following labels could not be found: area/dependency, ok-to-test.

Copy link
Author

dependabot bot commented on behalf of github Jul 11, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/all-go-mod-patch-and-minor-41b8554cfe branch July 11, 2024 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant