chore(deps): update go indirect dependencies#112
Conversation
ℹ Artifact update noticeFile name: examples/basic-example-module/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/common-hooks/tls-certificate/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/dependency-example-module/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/example-module/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/settings-check/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/single-file-app-example/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: examples/single-file-example/hooks/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This PR contains the following updates:
v0.2.0->v0.2.1v29.4.0+incompatible->v29.5.2+incompatiblev0.9.3->v0.9.7v3.11.0->v3.13.0v5.9.0+incompatible->v5.9.11+incompatiblev1.7.0->v1.10.1v2.7.0->v2.9.2v0.22.1->v0.23.1v0.21.3->v0.21.6v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v0.25.4->v0.26.0v1.3.2->v1.3.3v0.6.9->v0.7.1v0.21.5->v0.21.6v1.0.0->v1.1.0v0.12.17->v0.12.19v0.1.6->v0.1.8v1.3.5->v1.4.0v1.18.5->v1.18.6v0.7.7->v0.9.2v1.9.3->v1.9.5v1.22.0->v1.23.2v0.6.1->v0.6.2v0.62.0->v0.68.0v0.15.1->v0.20.1v0.19.0->v0.20.0v1.1.1->v1.2.0v1.2.0->v1.2.1v0.12.2->v0.12.3v0.30.0->v0.50.3v3.5.0->v3.7.1v2.4.2->v2.4.4v0.11.0->v0.15.0v2.4.0->v2.5.0v4.12.0->v4.13.0v3.4.0->v3.5.2v3.5.1->v3.5.2v0.33.8->v0.36.1v0.33.8->v0.36.1v0.33.8->v0.36.1v0.33.8->v0.36.1v2.130.1->v2.140.0v0.20.4->v0.24.1v4.6.0->v4.7.0Release Notes
docker/cli (github.com/docker/cli)
v29.5.2+incompatibleCompare Source
v29.5.1+incompatibleCompare Source
v29.5.0+incompatibleCompare Source
v29.4.3+incompatibleCompare Source
v29.4.2+incompatibleCompare Source
v29.4.1+incompatibleCompare Source
docker/docker-credential-helpers (github.com/docker/docker-credential-helpers)
v0.9.7Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.6...v0.9.7
v0.9.6Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.5...v0.9.6
v0.9.5Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.4...v0.9.5
v0.9.4Compare Source
What's Changed
Full Changelog: docker/docker-credential-helpers@v0.9.3...v0.9.4
emicklei/go-restful (github.com/emicklei/go-restful/v3)
v3.13.0Compare Source
v3.12.2Compare Source
v3.12.1Compare Source
v3.12.0Compare Source
v3.11.3Compare Source
v3.11.2Compare Source
v3.11.1Compare Source
evanphx/json-patch (github.com/evanphx/json-patch)
v5.9.11+incompatibleCompare Source
v5.9.10+incompatibleCompare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.1Compare Source
Changes and fixes
inotify: don't remove sibling watches sharing a path prefix (#754)
inotify, windows: don't rename sibling watches sharing a path prefix
(#755)
v1.10.0Compare Source
This version of fsnotify needs Go 1.23.
Changes and fixes
inotify: improve initialization error message (#731)
inotify: send Rename event if recursive watch is renamed (#696)
inotify: avoid copying event buffers when reading names (#741)
kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory (#748)
kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers (#740)
windows: fix nil pointer dereference in remWatch (#736)
windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 (#709, #749)
v1.9.0Compare Source
Changes and fixes
all: make BufferedWatcher buffered again (#657)
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
inotify: don't send empty event if a watched path is unmounted (#655)
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
kqueue: fix watching relative symlinks (#681)
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
illumos: don't send error if changed file is deleted while processing the event (#678)
v1.8.0Compare Source
Additions
FSNOTIFY_DEBUGto print debug logs to stderr (#619)Changes and fixes
windows: fix behaviour of
WatchList()to be consistent with other platforms (#610)kqueue: ignore events with Ident=0 (#590)
kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)
kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)
inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)
inotify: fix panic when calling Remove() in a goroutine (#650)
fen: allow watching subdirectories of watched directories (#621)
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.9.2Compare Source
This release refactors and hardens the streaming encoder by adding stricter checks for encoding CBOR indefinite-length data. Other changes include minor bugfixes, defensive checks, and more tests.
Projects that don't use CBOR indefinite-length data may also want to upgrade (summary of prior releases).
The stricter checks in the encoder prevent improper use of the library and bad inputs from producing malformed CBOR indefinite-length data that would be rejected by the decoder.
This release passed fuzz tests (billions of execs) and it is production quality.
What's Changed
CI / GitHub Actions and Docs
🔎 Details...
Full Changelog: fxamacker/cbor@v2.9.1...v2.9.2
v2.9.1Compare Source
This release includes important bugfixes, defensive checks, improved code quality, and more tests. Although not public, the fuzzer was also improved by adding more fuzz tests.
🐞 Bug fixes related to the
keyasintfeatureThese changes only affect Go struct fields tagged with
keyasint:math.MaxInt64when decoding CBOR map to a struct withkeyasintfield (PR #757)keyasinttag values (PR #757)🐞 Other bug fixes and defensive checks
Some of the bugs fixed are related to decoding extreme values that cannot be encoded with this library. For example, the decoder checks if epoch time encoded as CBOR float value representing hundreds of billions of years overflows int64(seconds).
NOTE: It is generally good practice to avoid using floating point to store epoch time (even when not using CBOR).
RawMessagefromRawMessage.MarshalCBOR(PR #753)U+FFFDreplacement character (PR #753)What's Changed
TimeRFC3339NanoUTCby @fxamacker in #688CI / GitHub Actions and Docs
🔎 Details...
New Contributors
Full Changelog: fxamacker/cbor@v2.9.0...v2.9.1
v2.9.0Compare Source
v2.9.0 adds new features, refactors tests, and improves docs. New features improve interoperability/transcoding between CBOR & JSON.
v2.9.0 passed fuzz tests and is production quality. However, the new
TextUnmarshalerfeature will continue being fuzz tested a bit longer due to recent changes. The recent changes are limited and don't affect other parts of the codec that passed ~2 billion execs fuzzing.What's Changed
Docs
CI
🔎 Details
Special Thanks
Many thanks to @benluddy for adding these new features! 🎉
New Contributors
Full Changelog: fxamacker/cbor@v2.8.0...v2.9.0
v2.8.0Compare Source
v2.8.0 adds
omitzerostruct tag option, fixes and deprecates 3 functions, and bumps requirements to go 1.20+.Many thanks to @liggitt for contributing the
omitzerosupport!Configuration
📅 Schedule: Branch creation - "before 06:00 on monday" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.