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 11 updates #446

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2025

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

Package From To
cloud.google.com/go/bigquery 1.65.0 1.66.0
github.com/aws/aws-sdk-go-v2 1.32.8 1.34.0
github.com/aws/aws-sdk-go-v2/config 1.28.10 1.29.2
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.48 1.17.54
github.com/bmatcuk/doublestar/v4 4.7.1 4.8.1
github.com/go-git/go-git/v5 5.13.1 5.13.2
github.com/goccy/go-yaml 1.15.13 1.15.15
github.com/k1LoW/expand 0.15.2 0.15.3
github.com/samber/lo 1.47.0 1.48.0

Updates cloud.google.com/go/bigquery from 1.65.0 to 1.66.0

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

bigquery: v1.66.0

1.66.0 (2025-01-20)

Features

  • bigquery/storage/managedwriter: Graceful connection drains (#11463) (b29912f)

Bug Fixes

  • bigquery: Update golang.org/x/net to v0.33.0 (e9b0b69)
Commits
  • d357a36 chore(main): release spanner 1.66.0 (#10614)
  • 54009ea feat(spanner): add support of multiplexed session support in writeAtleastOnce...
  • 7797022 feat(spanner): add support of using multiplexed session with ReadOnlyTransact...
  • dbf480c chore: freeze google.golang.org/grpc at v1.64.1 (#10642)
  • 649c075 feat(aiplatform): add pointwise and pairwise metrics to evaluation service (#...
  • 0018415 fix(storage): retry gRPC DEADLINE_EXCEEDED errors (#10635)
  • baa1c40 chore(main): release bigtable 1.28.0 (#10599)
  • f371928 chore(main): release pubsub 1.41.0 (#10469)
  • 443e0ee chore: release main (#10595)
  • 928f1a7 fix(bigtable/emulator): Sending empty row in SampleRowKeys response (#10611)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.32.8 to 1.34.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.29.2

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.48 to 1.17.54

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.72.2 to 1.74.1

Commits

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

Release notes

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

Small Performance Improvement for MatchUnvalidated

Skip some additional validation checks in MatchUnvalidated. Thanks to @​lukemassa for the PR!

Additional documentation improvements from @​timo-reymann. Thanks!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.0...v4.8.1

Fixed Escaped Meta in the "Base" of the Pattern

If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files.

Thanks to @​tdurieux for finding and fixing this bug!

Breaking-ish Change

I've updated SplitPattern to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them.

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0

Commits
  • b707fe4 Wording
  • 569c123 Add tests to make sure we're skipping validation
  • 3b1e3d1 Skip additional validations
  • 24bdb14 small updates to docs and tests
  • 32ab680 test: Add tests for number ranges and sets
  • 9ee73e3 docs: Document number ranges and sets in README
  • 29e67f4 fix windows tests
  • 28b892c remove sponsor =(
  • 4b5670c fix(#96) some minor corrections to escaping pattern base
  • 1e7ad31 fix: fix match when there is a escaped meta in the pattern
  • See full diff in compare view

Updates github.com/go-git/go-git/v5 from 5.13.1 to 5.13.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.13.2

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

Commits
  • 2c68247 Merge pull request #1383 from go-git/dependabot/go_modules/github.com/ProtonM...
  • d462c2e Merge pull request #1359 from BeChris/issue1150-v5
  • 32ac23a Merge pull request #1392 from go-git/dependabot/go_modules/github.com/pjbgf/s...
  • 93e635a build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2
  • b2bb975 git: worktree_status, took into account code review remarks
  • 518ac88 git: worktree_status, fix adding dot slash files to working tree (backported ...
  • 21b3150 build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
  • 189e7e4 Merge pull request #1361 from BeChris/issue1176-v5
  • 654815a Merge pull request #1377 from go-git/dependabot/go_modules/github.com/elazarl...
  • 91dbdb9 Merge pull request #1376 from go-git/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Updates github.com/goccy/go-yaml from 1.15.13 to 1.15.15

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.15.15

What's Changed

Full Changelog: goccy/go-yaml@v1.15.14...v1.15.15

1.15.14

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.15.13...v1.15.14

Commits
  • 3b6beba fix flow sequence with map (#620)
  • 4260634 Fix tag with flow sequence (#618)
  • 1c32d14 fix(parser): inconsistent paths between single-line MappingKeyValueNode and m...
  • cb5fb47 chore: move dev deps to dev group (#613)
  • 25df59f issue-281: add tests and fix panic for * (#615)
  • df5e06f Update README.md
  • d92bedc add playground (#611)
  • 80a7d85 Remove reference to DisallowDuplicateKey, which was removed in (#609)
  • 9cbf5d4 Fix encoding of anchor and alias (#605)
  • beec790 fix encoding with map key contains colon character (#604)
  • Additional commits viewable in compare view

Updates github.com/k1LoW/expand from 0.15.2 to 0.15.3

Release notes

Sourced from github.com/k1LoW/expand's releases.

v0.15.3

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.15.2...v0.15.3

Changelog

Sourced from github.com/k1LoW/expand's changelog.

v0.15.3 - 2025-01-20

Other Changes

Commits
  • df42fe2 Merge pull request #61 from k1LoW/tagpr-from-v0.15.2
  • 29d51cc [tagpr] update CHANGELOG.md
  • 30a59c6 [tagpr] prepare for the next release
  • dc7a628 Merge pull request #60 from k1LoW/dependabot/go_modules/dependencies-bfe01618f6
  • 99db8ff chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • See full diff in compare view

Updates github.com/samber/lo from 1.47.0 to 1.48.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

Full Changelog: samber/lo@v1.47.0...v1.48.0

Commits

Updates google.golang.org/api from 0.216.0 to 0.217.0

Release notes

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

v0.217.0

0.217.0 (2025-01-15)

Features

Changelog

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

0.217.0 (2025-01-15)

Features

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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.65.0` | `1.66.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.32.8` | `1.34.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.28.10` | `1.29.2` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.48` | `1.17.54` |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.7.1` | `4.8.1` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.13.1` | `5.13.2` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.15.13` | `1.15.15` |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.15.2` | `0.15.3` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.48.0` |



Updates `cloud.google.com/go/bigquery` from 1.65.0 to 1.66.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@spanner/v1.65.0...spanner/v1.66.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.32.8 to 1.34.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.8...v1.34.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.10 to 1.29.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.10...config/v1.29.2)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.48 to 1.17.54
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.48...credentials/v1.17.54)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.72.2 to 1.74.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.72.2...service/s3/v1.74.1)

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

Updates `github.com/go-git/go-git/v5` from 5.13.1 to 5.13.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.1...v5.13.2)

Updates `github.com/goccy/go-yaml` from 1.15.13 to 1.15.15
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.15.13...v1.15.15)

Updates `github.com/k1LoW/expand` from 0.15.2 to 0.15.3
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.15.2...v0.15.3)

Updates `github.com/samber/lo` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.48.0)

Updates `google.golang.org/api` from 0.216.0 to 0.217.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.216.0...v0.217.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/goccy/go-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/expand
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/samber/lo
  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 Jan 26, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2025

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

@dependabot dependabot bot closed this Feb 2, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/dependencies-745c8bfdb6 branch February 2, 2025 23:10
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