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

chore(deps): bump the dependencies group across 1 directory with 13 updates #418

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps the dependencies group with 12 updates in the / directory:

Package From To
cloud.google.com/go/storage 1.43.0 1.45.0
github.com/antchfx/xmlquery 1.4.1 1.4.2
github.com/aws/aws-sdk-go-v2 1.32.0 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.41 1.28.0
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.28 1.17.34
github.com/bmatcuk/doublestar/v4 4.6.1 4.7.1
github.com/fatih/color 1.17.0 1.18.0
github.com/go-enry/go-enry/v2 2.9.0 2.9.1
github.com/hhatto/gocloc 0.5.2 0.5.3
github.com/migueleliasweb/go-github-mock 1.0.1 1.1.0
golang.org/x/tools 0.24.0 0.26.0
google.golang.org/api 0.197.0 0.203.0

Updates cloud.google.com/go/storage from 1.43.0 to 1.45.0

Commits
  • 87da3b6 chore(main): release pubsub 1.45.0 (#10989)
  • bd76695 fix(auth): fallback cert lookups for missing files (#11013)
  • e0759f4 chore(storage/internal)!: remove notification, service account, and hmac RPCS...
  • 5b7397b feat(storage): add grpc metrics experimental options (#10984)
  • 5e363a3 fix(spanner): decode PROTO to custom type variant of base type (#11007)
  • a273aab chore(main): release storage 1.45.0 (#10986)
  • 24a7dcc chore(storage): fix ReadStallTimeout test (#10992)
  • a807a7e feat(storage): adding bucket-specific dynamicDelay (#10987)
  • 70d82fe feat(securesourcemanager): Add field instance to message `.google.cloud.sec...
  • 40c3a5b docs(storage): remove preview wording from NewGRPCClient (#11002)
  • Additional commits viewable in compare view

Updates github.com/antchfx/xmlquery from 1.4.1 to 1.4.2

Release notes

Sourced from github.com/antchfx/xmlquery's releases.

v1.4.2

update dep package github.com/antchfx/xpath from v1.3.1 to v1.3.2

https://github.com/antchfx/xpath/releases/tag/v1.3.2

Commits
  • 046b64c update deps github.com/antchfx/xpath from v1.3.1 to v1.3.2
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.0 to 1.32.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.41 to 1.28.0

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.28 to 1.17.34

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.65.0 to 1.66.1

Commits

Updates github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1

Release notes

Sourced from github.com/bmatcuk/doublestar/v4's releases.

Fixed FilepathGlob("")

To be consistent with filepath.Glob, FilepathGlob("") returns nil.

Added MatchUnvalidated, PathMatchUnvalidated

These functions provide a small performance improvement in cases where you don't care about whether or not the pattern is valid (maybe because you already ran ValidatePattern).

Commits

Updates github.com/fatih/color from 1.17.0 to 1.18.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

Commits
  • 1c8d870 Update README.md
  • 546c2d0 Merge pull request #225 from fatih/add-rgb-api
  • 1ff0f97 Apply suggestions from code review
  • 5723903 Add RGB API support
  • f203fbc Merge pull request #237 from fatih/dependabot/go_modules/golang.org/x/sys-0.25.0
  • 60aa7fb Bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 741c2f4 Merge pull request #236 from fatih/dependabot/go_modules/golang.org/x/sys-0.24.0
  • 0d24b42 Bump golang.org/x/sys from 0.18.0 to 0.24.0
  • cb154c0 Merge pull request #235 from deining/fix-typo
  • 9b9653e Bump GitHub workflow actions
  • See full diff in compare view

Updates github.com/go-enry/go-enry/v2 from 2.9.0 to 2.9.1

Release notes

Sourced from github.com/go-enry/go-enry/v2's releases.

v2.9.1

What's Changed

New Contributors

Full Changelog: go-enry/go-enry@v2.9.0...v2.9.1

Commits
  • 9e54261 Merge pull request #186 from go-enry/feature/sync-linguist-5e5d705a
  • bffbed1 Merge pull request #188 from 0x9fff00/sync-GeneratedCodeNameMatchers
  • 1971b72 Merge pull request #187 from DecimalTurn/regex-checks
  • 784095c sync GeneratedCodeNameMatchers with Linguist
  • 9571395 Fix whitespace
  • 64c89a2 Fix "starts and ends with a slash" reason
  • ce29ac7 Include reason(s) for unsupported syntax in logs
  • e89e751 Updated Linguist to v8.0.1
  • See full diff in compare view

Updates github.com/hhatto/gocloc from 0.5.2 to 0.5.3

Release notes

Sourced from github.com/hhatto/gocloc's releases.

v0.5.3

What's Changed

New Contributors

Full Changelog: hhatto/gocloc@v0.5.2...v0.5.3

Commits

Updates github.com/migueleliasweb/go-github-mock from 1.0.1 to 1.1.0

Release notes

Sourced from github.com/migueleliasweb/go-github-mock's releases.

v1.1.0

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v1.0.1...v1.1.0

Commits
  • c9fc795 Remove unused flag
  • 8f46565 Regen all definitions with enterprise
  • 9511668 Remove go-kit/log
  • 429808f Also fetching the github enterprise openAPI specs, and appending them to the ...
  • See full diff in compare view

Updates golang.org/x/tools from 0.24.0 to 0.26.0

Commits
  • 2ab3b51 go.mod: update golang.org/x dependencies
  • 2683c79 gopls/internal/golang/stubmethods: rename analysis/stubmethods
  • efd951d gopls/internal/analysis/stubmethods: merge into CodeAction
  • d0d0d9e gopls/internal/cache: memoize dependent hash on analysisNode
  • a19eef6 gopls/internal/cache: express packageHandle as a state machine
  • dd745ec gopls/internal/test/marker: update regression test issue68918.txt
  • a02ee35 go/analysis/passes/stdversion: reenable tests
  • a24facf all: set gotypesalias=0 explicitly
  • ce2a33e gopls/internal: fix extract refactor for cases with anonymous functions
  • a2ff832 go/ssa: remove references to GOEXPERIMENT range
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.197.0 to 0.203.0

Release notes

Sourced from google.golang.org/api's releases.

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

v0.201.0

0.201.0 (2024-10-15)

Features

v0.200.0

0.200.0 (2024-10-09)

Features

v0.199.0

0.199.0 (2024-09-25)

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.203.0 (2024-10-23)

Features

0.202.0 (2024-10-22)

Features

0.201.0 (2024-10-15)

Features

0.200.0 (2024-10-09)

Features

0.199.0 (2024-09-25)

Features

... (truncated)

Commits

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

…pdates

Bumps the dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.43.0` | `1.45.0` |
| [github.com/antchfx/xmlquery](https://github.com/antchfx/xmlquery) | `1.4.1` | `1.4.2` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.0` | `1.32.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.41` | `1.28.0` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.28` | `1.17.34` |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.6.1` | `4.7.1` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` |
| [github.com/go-enry/go-enry/v2](https://github.com/go-enry/go-enry) | `2.9.0` | `2.9.1` |
| [github.com/hhatto/gocloc](https://github.com/hhatto/gocloc) | `0.5.2` | `0.5.3` |
| [github.com/migueleliasweb/go-github-mock](https://github.com/migueleliasweb/go-github-mock) | `1.0.1` | `1.1.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.24.0` | `0.26.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.197.0` | `0.203.0` |



Updates `cloud.google.com/go/storage` from 1.43.0 to 1.45.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.43.0...pubsub/v1.45.0)

Updates `github.com/antchfx/xmlquery` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/antchfx/xmlquery/releases)
- [Commits](antchfx/xmlquery@v1.4.1...v1.4.2)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.0 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.32.0...v1.32.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.41 to 1.28.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.41...v1.28.0)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.28 to 1.17.34
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.28...credentials/v1.17.34)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.65.0 to 1.66.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.65.0...service/s3/v1.66.1)

Updates `github.com/bmatcuk/doublestar/v4` from 4.6.1 to 4.7.1
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.6.1...v4.7.1)

Updates `github.com/fatih/color` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.17.0...v1.18.0)

Updates `github.com/go-enry/go-enry/v2` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/go-enry/go-enry/releases)
- [Commits](go-enry/go-enry@v2.9.0...v2.9.1)

Updates `github.com/hhatto/gocloc` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/hhatto/gocloc/releases)
- [Changelog](https://github.com/hhatto/gocloc/blob/master/.goreleaser.yml)
- [Commits](hhatto/gocloc@v0.5.2...v0.5.3)

Updates `github.com/migueleliasweb/go-github-mock` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/migueleliasweb/go-github-mock/releases)
- [Commits](migueleliasweb/go-github-mock@v1.0.1...v1.1.0)

Updates `golang.org/x/tools` from 0.24.0 to 0.26.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.24.0...v0.26.0)

Updates `google.golang.org/api` from 0.197.0 to 0.203.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.197.0...v0.203.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/antchfx/xmlquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/go-enry/go-enry/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/hhatto/gocloc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/migueleliasweb/go-github-mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 27, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2024

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

@dependabot dependabot bot closed this Nov 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-2137041bca branch November 3, 2024 23:15
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant