-
Notifications
You must be signed in to change notification settings - Fork 437
build(deps): bump the github-com group across 2 directories with 5 updates #5701
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
Merged
+23
−23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5701 +/- ##
==========================================
- Coverage 65.30% 65.29% -0.02%
==========================================
Files 213 213
Lines 34111 34104 -7
==========================================
- Hits 22275 22267 -8
- Misses 10496 10500 +4
+ Partials 1340 1337 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…dates Bumps the github-com group with 4 updates in the / directory: [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify), [github.com/miekg/dns](https://github.com/miekg/dns), [github.com/ohler55/ojg](https://github.com/ohler55/ojg) and [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang). Bumps the github-com group with 1 update in the /examples/preserve-case-backend directory: [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp). Updates `github.com/fsnotify/fsnotify` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.8.0...v1.9.0) Updates `github.com/miekg/dns` from 1.1.64 to 1.1.65 - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.64...v1.1.65) Updates `github.com/ohler55/ojg` from 1.26.2 to 1.26.3 - [Release notes](https://github.com/ohler55/ojg/releases) - [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md) - [Commits](ohler55/ojg@v1.26.2...v1.26.3) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.1...v1.22.0) Updates `github.com/valyala/fasthttp` from 1.59.0 to 1.60.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](valyala/fasthttp@v1.59.0...v1.60.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-com - dependency-name: github.com/miekg/dns dependency-version: 1.1.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-com - dependency-name: github.com/ohler55/ojg dependency-version: 1.26.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-com - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-com - dependency-name: github.com/valyala/fasthttp dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-com ... Signed-off-by: dependabot[bot] <[email protected]>
31bcb40
to
b05717f
Compare
arkodg
previously approved these changes
Apr 11, 2025
zirain
previously approved these changes
Apr 11, 2025
Signed-off-by: zirain <[email protected]>
cnvergence
approved these changes
Apr 11, 2025
arkodg
approved these changes
Apr 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 github-com group with 4 updates in the / directory: github.com/fsnotify/fsnotify, github.com/miekg/dns, github.com/ohler55/ojg and github.com/prometheus/client_golang.
Bumps the github-com group with 1 update in the /examples/preserve-case-backend directory: github.com/valyala/fasthttp.
Updates
github.com/fsnotify/fsnotify
from 1.8.0 to 1.9.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
ae0e792
Release 1.9.0644fbb6
Add test to ensure Add()/Remove() works when not reading eventse7ec5f7
Fix staticcheck in CId321760
Update changelogdbe0717
Remove AIX/AHFS from README2d897ca
Simplify inotify backend locking868a000
Test gccgo in CI8f6d48b
Move some shared code to a shared structe48b91a
Add timeout-minutes in GitHub actionsc9507a5
Correctly mark pre-existing entries when watching a link to a dir on kqueueUpdates
github.com/miekg/dns
from 1.1.64 to 1.1.65Commits
8b1c521
Release 1.1.6542d8cc5
Avoid sendmsg control messages on darwin (#1643)ca3b34e
Document how to create RRs without rdata (#1642)Updates
github.com/ohler55/ojg
from 1.26.2 to 1.26.3Changelog
Sourced from github.com/ohler55/ojg's changelog.
Commits
59aa0fb
Lint (#201)Updates
github.com/prometheus/client_golang
from 1.21.1 to 1.22.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d50be25
Cut 1.22.0 (#1793)1043db7
Cut 1.22.0-rc.0 (#1768)e575c9c
promhttp: Isolate zstd support and klauspost/compress library use to promhttp...f2276aa
Merge pull request #1764 from prometheus/dependabot/github_actions/github-act...9df772c
build(deps): bump peter-evans/create-pull-requesta3548c5
Merge pull request #1754 from saswatamcode/exp-eh60fd2b0
Remove go.work file for now8f9d0de
exp: Add dependabot configc5cf981
Merge pull request #1762 from prometheus/release-1.21e84c305
exp: Reset snappy buf (#1756)Updates
github.com/valyala/fasthttp
from 1.59.0 to 1.60.0Release notes
Sourced from github.com/valyala/fasthttp's releases.
Commits
752b0e7
Remove idleConns mutex for every request (#1986)bf3f552
chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#1983)4891fc5
Update golangci-lint to v2 (#1980)30b09be
Fix untyped int constant 42949672954269e2d
chore(deps): bump golang.org/x/net from 0.36.0 to 0.37.0 (#1971)1353ca5
chore(deps): bump securego/gosec from 2.22.1 to 2.22.2 (#1972)6c07c2f
chore(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 (#1968)69dc7b1
Update the supported version to the same as Go itself (#1967)b8969ed
Fix normalizeHeaderValue (#1963)31e34c5
add related project for opentelemetry-go-auto-instrumentation (#1962)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