chore(deps): bump the go-deps group across 1 directory with 8 updates #174
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 go-deps group with 6 updates in the / directory:
1.9.2
1.10.0
1.54.19
1.55.5
2.19.0
2.20.2
2.2.2
2.2.3
1.19.1
1.20.4
1.45.0
1.47.0
Updates
github.com/PuerkitoBio/goquery
from 1.9.2 to 1.10.0Release notes
Sourced from github.com/PuerkitoBio/goquery's releases.
Commits
7d37930
Update readme to prepare 1.10 version9551ee5
Merge pull request #489 from PuerkitoBio/amikai-itereach-pr291e2cf
Merge branch 'master' into amikai-itereach-pr7019296
Update CI to target go1.23+eec8e87
Revert "Re-orangize code for compitable"957a864
Prepare 1.9.3 release34d91db
Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...0984c44
Bump golang.org/x/net from 0.28.0 to 0.29.0fbfb78c
Merge pull request #487 from Kiyo510/fix_ci_teste91ee4d
Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...Updates
github.com/aws/aws-sdk-go
from 1.54.19 to 1.55.5Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
... (truncated)
Commits
825250a
Release v1.55.5 (2024-07-30) (#5323)aa1178f
Merge pull request #5319 from aws/misc-maintenancemoded46b35a
Release v1.55.4 (2024-07-29) (#5322)f5c0cf4
Release v1.55.3 (2024-07-25) (#5321)0eb09e6
Merge pull request #5320 from aws/fix-cloudsearch3800e5c
remove integration test broken by cloudsearch servicef444a07
Update README.mdd5e950b
Add maintenance mode declaration37d771a
Release v1.55.2 (2024-07-24) (#5317)070dd38
Merge pull request #5316 from aws/fix-waitermatchboolUpdates
github.com/onsi/ginkgo/v2
from 2.19.0 to 2.20.2Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
104752f
v2.20.2a671816
bump go to v1.224ef0afb
v2.20.1d6f9640
make BeSpecEvent duration matcher more forgiving265b1a0
v2.20.0d303d14
Add update-deps to makefile7a50221
bump all dependenciesbe5ab95
Add buildvcs flag224be5b
v2.19.176f4e0c
bump gomegaUpdates
github.com/onsi/gomega
from 1.33.1 to 1.34.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
fa057b8
v1.34.15e71dcd
Use slices from exp/slices to keep golang 1.20 compat32e5498
v1.34.0cb3fa6a
run go mod tidy and wonder why go get doesnt just run it for me in the first ...8af2ece
bump ginkgo878940c
fix incorrect handling of nil slices in HaveExactElements (fixes #771)f5bec80
clean up bipartitegraph testsebadb67
issue_765 - fixed bug in Hopcroft-Karp algorithm123a071
Fix typo in docsc549e0d
Add RoundTripper method to ghttp.ServerUpdates
github.com/pelletier/go-toml/v2
from 2.2.2 to 2.2.3Release notes
Sourced from github.com/pelletier/go-toml/v2's releases.
Commits
b730b2b
Bump testing to go 1.23 (#961)a437caa
Fix reflect.Pointer backward compatibility (#956)be6c57b
Fix readme typo(#951)d553047
Allow int, uint, and floats as map keys (#958)0977c05
Update goreleaser action tov6
and set goreleaser binary tov2
(#959)bccd6e4
allocate unstable.Parser as part of decoder (#953)9b890cf
go.mod: bump minimum and language to 1.21 (#949)Updates
github.com/prometheus/client_golang
from 1.19.1 to 1.20.4Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
05fcde9
Merge pull request #1623 from krajorama/data-race-in-histogram-write209f4c0
Add changelog1e398cc
native histogram: Fix race between Write and addExemplaref2f87e
Merge pull request #1620 from prometheus/arthursens/prepare-1.20.3937ac63
Add changelog entry for 1.20.36e9914d
Merge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...d6b8c89
Update comments with more explanations504566f
Use simplified solution from #1609 for the data racedc8e9a4
fix: native histogram: Simplify and fix addExemplardc819ce
Use a trivial solution to #1605Updates
github.com/samber/lo
from 1.45.0 to 1.47.0Release notes
Sourced from github.com/samber/lo's releases.
Commits
bbd44ff
bump v1.47.0da6eb9d
💄 lintcd0bc21
preallocate stuff and more testsd9d3e3f
feat: preallocate output for lo.Keys and lo.Values1603a84
Update foreachwhile readme.md (#508)d8e5707
Keys+Values: accept multiple maps (vaargs) - Adding UniqKeys+UniqValues (#503)cb150f5
feat: adding FromSlicePtrOr (#506)aa609e4
feat: add FromSlicePtr (#217)df28bdd
Fix documentation for Duration3 (#502)6ade78c
Docs: Wrong method reference and output in readme (#497)Updates
golang.org/x/sync
from 0.7.0 to 0.8.0Commits
411f99e
LICENSE: update per Google LegalDependabot 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