Bump the golang group across 1 directory with 6 updates#46
Merged
Conversation
Bumps the golang group with 4 updates in the / directory: [github.com/onsi/gomega](https://github.com/onsi/gomega), [golang.org/x/net](https://github.com/golang/net), [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) and [github.com/nxadm/tail](https://github.com/nxadm/tail). Updates `github.com/onsi/gomega` from 1.10.1 to 1.36.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.10.1...v1.36.2) Updates `golang.org/x/net` from 0.33.0 to 0.34.0 - [Commits](golang/net@v0.33.0...v0.34.0) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.1 Updates `github.com/fsnotify/fsnotify` from 1.4.9 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.4.9...v1.8.0) Updates `github.com/nxadm/tail` from 1.4.8 to 1.4.11 - [Changelog](https://github.com/nxadm/tail/blob/master/CHANGES.md) - [Commits](nxadm/tail@v1.4.8...v1.4.11) Updates `golang.org/x/sys` from 0.28.0 to 0.29.0 - [Commits](golang/sys@v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/fsnotify/fsnotify dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/nxadm/tail dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
ChristianAtDell
approved these changes
Jan 9, 2025
shaynafinocchiaro
approved these changes
Jan 9, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 golang group with 4 updates in the / directory: github.com/onsi/gomega, golang.org/x/net, github.com/fsnotify/fsnotify and github.com/nxadm/tail.
Updates
github.com/onsi/gomegafrom 1.10.1 to 1.36.2Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.
... (truncated)
Commits
bb0e550v1.36.29a7609dBump google.golang.org/protobuf from 1.35.1 to 1.36.1 (#810)b6cb028Bump golang.org/x/net from 0.30.0 to 0.33.0 (#807)5756529Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.22.1 (#808)dabc12eBump nokogiri from 1.16.3 to 1.16.5 in /docs (#757)8bc0a2av1.36.11c6c112Fix onsi/gomega#8034feb9d7resolves onsi/gomega#696: make HaveField great on pointer receivers given onl...f1ff459v1.36.04c964c6new: make collection-related matchers Go 1.23 iterator awareUpdates
golang.org/x/netfrom 0.33.0 to 0.34.0Commits
8da7ed1go.mod: update golang.org/x dependencies2124140all: make function and struct comments match the namese9d95bahttp2: do not surface errors from a conn's idle timer expiringc2be992quic: remember which remote connection IDs have been retiredUpdates
google.golang.org/protobuffrom 1.35.1 to 1.36.1Updates
github.com/fsnotify/fsnotifyfrom 1.4.9 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
... (truncated)
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
... (truncated)
Commits
a9bc2e0Prepare 1.8.0 release2d133b8inotify: fix panic on Remove()1626962Update CIc1467c0test/kqueue: watch symlinks800ed83kqueue: don't change internal state when Add() returns error (#638)ad74244remove extra "to" from doc comment (#634)bec8903Split out Watcher and backends (#632)a618f07inotify: add recursive watcher (#472)17d9053Print diffs for test failures53b06a8inotify: implement WithNoFollow() (#631)Updates
github.com/nxadm/tailfrom 1.4.8 to 1.4.11Changelog
Sourced from github.com/nxadm/tail's changelog.
Commits
cbff2e2bump fsnotify to fix some issues4472660Config setting to only yield complete lines (#26)6abd9f9changeme0b92b34Merge branch 'master' of github.com:nxadm/tailaf851deadd timeout to freebsd tests as well6e33b28Add timeouts to tests (#27)1614e6bdoc03e3f42Merge branch 'master' of github.com:nxadm/tail6327674Use temp directory for tests, instead of relative (#29)bd5be8aprepare fix #28Updates
golang.org/x/sysfrom 0.28.0 to 0.29.0Commits
d4ac05dwindows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL680bd24windows: remove unused errString typea7f19e9unix: add Dup3 on dragonflyDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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