chore(deps): bump the all group across 1 directory with 11 updates #747
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 the all group with 7 updates in the / directory:
5.2.0
5.2.1
1.17.11
1.18.0
7.0.84
7.0.87
1.20.5
1.21.1
0.25.0
0.28.0
0.219.0
0.223.0
1.52.1
1.52.2
Updates
github.com/go-chi/chi/v5
from 5.2.0 to 5.2.1Release notes
Sourced from github.com/go-chi/chi/v5's releases.
Commits
71307f9
Support the four most recent major versions of Go (#969)Updates
github.com/klauspost/compress
from 1.17.11 to 1.18.0Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
8e79dc4
Deprecate Go 1.21 and add 1.24 (#1055)df8e99c
build(deps): bump the github-actions group with 2 updates (#1053)7787431
zstd: fix unused debug code (#1052)0bf3ecb
flate: Cleanup & reduce casts (#1050)e0f89a9
flate: Fix matchlen L5+L6 (#1049)c8a8470
s2: Improve small block compression speed w/o asm (#1048)b05b993
s2: Add block decode fuzzer (#1044)aafbabd
flate: Simplify matchlen (remove asm) (#1045)dbaa9c1
flate: Simplify l4-6 loading (#1043)4fa2036
Add unsafe little endian loaders (#1036)Updates
github.com/minio/minio-go/v7
from 7.0.84 to 7.0.87Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
dfb0b24
tags were incorrectly used, fix them use the right package (#2070)52f0eda
fix: allow port in endpoint for aws private link validation (#2066)c8e82c4
Fix build for 386 (#2068)8e41e25
Update version to next releaseae4f410
Use faster crc64 nvme (#2065)3eb28ad
Update version to next release79b6099
allow users to extend DNS style buckets (#2057)86f1186
Implement error interface for RemoveObjectError (#2058)41664c2
Update s3-endpoints.go with ISO endpoints (#2053)8b220d8
Update version to next releaseUpdates
github.com/prometheus/client_golang
from 1.20.5 to 1.21.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
8a42da3
Fix ios build. (#1758)40c62f7
Merge pull request #1757 from prometheus/revert-121cas689f590
Cut 1.21.19e567a7
Revert "Add: exponential backoff for CAS operations on floats (#1661)"eaf03ef
Cut 1.21.0 (#1737)f1f89dc
Cut 1.21.0-rc.0 (#1718)c923f7c
Revert "ci: daggerize test and lint pipelines (#1534)" (#1717)1bcda80
process collector: Fixed pedantic registry failures on darwin with cgo. (#1715)038b37a
tutorials/whatsup: Updated deps (#1716)56a2431
docs: Add RELEASE.md for the release process (#1690)Updates
golang.org/x/crypto
from 0.32.0 to 0.33.0Commits
9290511
go.mod: update golang.org/x dependenciesfa5273e
x509roots/fallback: update bundlea8ea4be
ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface71d3a4c
acme: support challenges that require the ACME client to send a non-empty JSO...Updates
golang.org/x/oauth2
from 0.25.0 to 0.28.0Commits
0042180
oauth2: Deep copy context client in NewClientce350bf
oauth2: remove unneeded TokenSource implementation in transport test44967ab
google: fix typos9c82a8c
oauth2.go: use a more straightforward return value681b4d8
jws: split token into fixed number of parts3f78298
all: upgrade go directive to at least 1.23.0 [generated]109dabf
endpoints: add links/provider for Discordac571fa
oauth2: fix docs for Config.DeviceAuth314ee5b
endpoints: add patreon endpointb9c813b
google: add warning about externally-provided credentialsUpdates
golang.org/x/sync
from 0.10.0 to 0.11.0Commits
fe3591b
sync/errgroup: improve documentation for semaphore limit behaviorUpdates
golang.org/x/text
from 0.21.0 to 0.22.0Commits
3b64043
go.mod: update golang.org/x dependencies1e59086
message/pipeline: add two Unalias callsUpdates
google.golang.org/api
from 0.219.0 to 0.223.0Release notes
Sourced from google.golang.org/api's releases.
... (truncated)
Changelog
Sourced from google.golang.org/api's changelog.
... (truncated)
Commits
88e8ed9
chore(main): release 0.223.0 (#3026)1532643
feat(all): auto-regenerate discovery clients (#3037)bfc82dc
chore(all): update all (#3035)a606deb
feat(all): auto-regenerate discovery clients (#3036)a6fb5d5
feat(all): auto-regenerate discovery clients (#3034)9390c07
feat(all): auto-regenerate discovery clients (#3033)065695b
feat(all): auto-regenerate discovery clients (#3031)8cb69d6
fix: Copy AllowHardBoundTokens option from old auth to new auth. (#3030)639780c
chore(all): update cloud.google.com/go/auth to v0.15.0 (#3029)7775233
feat(all): auto-regenerate discovery clients (#3027)Updates
google.golang.org/protobuf
from 1.36.4 to 1.36.5Updates
github.com/fsouza/fake-gcs-server
from 1.52.1 to 1.52.2Release notes
Sourced from github.com/fsouza/fake-gcs-server's releases.
Commits
178a9d8
Go 1.24 is out, drop Go 1.22ba539ca
Use default temporary directory in tests (#1902)0a1391d
build(deps): bump github.com/minio/minio-go/v7 from 7.0.85 to 7.0.86 (#1901)ba2f032
build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.3.3 (#1900)0dc38cd
build(deps): bump golang from 1.23 to 1.24 (#1899)8f7513e
build(deps): bump@google-cloud/storage
in /examples/node (#1897)a13f1ec
build(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 (#1896)8c200ab
build(deps): bump github.com/minio/minio-go/v7 from 7.0.84 to 7.0.85 (#1895)42c896a
build(deps): bump golangci/golangci-lint-action from 6.3.0 to 6.3.2 (#1894)d832e4d
build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (#1892)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