chore(deps): update all non-major dependencies #2569
Merged
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.
This PR contains the following updates:
1.7.0
->1.8.0
6.6.0
->6.6.1
2.1.2
->2.1.3
5.52.0
->5.53.0
5.52.2
->5.53.3
5.52.2
->5.53.3
16.0.0
->16.0.1
22.5.1
->22.5.2
20.16.2
->20.16.3
18.3.3
->18.3.5
0.2.65
->0.2.66
1.38.0
->1.39.0
v0.32.0
->v0.33.0
v1.27.30
->v1.27.31
v1.17.29
->v1.17.30
v27.1.2+incompatible
->v27.2.0+incompatible
v3.2.1
->v3.3.0
v1.11.0
->v1.11.1
1.11.4
->1.11.5
1.34.0
->1.35.0
15.2.9
->15.2.10
8.4.41
->8.4.44
0.13.1
->0.13.2
0.13.1
->0.13.2
0.13.1
->0.13.2
27.3
->27.4
2.0.76
->2.0.77
1.39.3
->1.40.0
0.12.1
->0.12.2
0.12.1
->0.12.2
4.25.0
->4.26.0
3.4.0
->3.5.0
3.4.0
->3.5.0
3.13.3
->3.14.1
3.14.0
->3.14.1
3.14.0
->3.14.1
3.14.0
->3.14.1
3.14.0
->3.14.1
3.14.0
->3.14.1
3.13.3
->3.14.1
1.17.3
->1.17.4
1.9.24
->1.9.25
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
chromaui/addon-visual-tests (@chromatic-com/storybook)
v1.8.0
Compare Source
🚀 Enhancement
paramKey: "chromatic"
to allow disabling the VTA panel through story parameters #334 (@mellm0)Authors: 1
codemirror/commands (@codemirror/commands)
v6.6.1
Compare Source
Bug fixes
Fix a bug in the undo history that would cause it to incorrectly track inverted effects when adding multiple edits to a single history event.
tailwindlabs/headlessui (@headlessui/react)
v2.1.3
Compare Source
Fixed
Transition
component state doesn't change when it becomes hidden (#3372)transition
prop, and after scrolling the page (#3407)TanStack/query (@tanstack/eslint-plugin-query)
v5.53.0
Compare Source
Version 5.53.0 - 8/30/24, 7:14 AM
Changes
Feat
f3aad7c
) by Riva JuniorPackages
v5.52.3
Compare Source
Version 5.52.3 - 8/29/24, 11:03 PM
Changes
Fix
eee80af
) by divdavemChore
189e0c5
) by renovate[bot]f240106
) by renovate[bot]7f55169
) by renovate[bot]b227998
) by renovate[bot]21bddeb
) by renovate[bot]907a38b
) by Lachlan Collins86d8438
) by Lachlan Collins756164a
) by Lachlan CollinsDocs
804357b
) by Romain TrotardPackages
testing-library/react-testing-library (@testing-library/react)
v16.0.1
Compare Source
nektos/act (act)
v0.2.66
Changelog
New Features
102e6cb
feat: Validate GitHub Actions schema (#2416)Other
38e43bd
chore: bump VERSION to 0.2.66c9ae534
build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 (#2421)ca292cd
build(deps): bump megalinter/megalinter from 7.13.0 to 8.0.0 (#2436)f79a13e
build(deps): bump dario.cat/mergo from 1.0.0 to 1.0.1 (#2430)60a2fed
fix GOOS parsing to match expected GHA RUNNER_OS values (#2422)bufbuild/buf (buf)
v1.39.0
includes
key to module configurations in v2buf.yaml
, accepting a list of directories.includes
is specified, a proto file is considered in the module only if it is in one of thedirectories specified.
includes
andexcludes
keys are specified for a module, a proto file is consideredpart of this module if it is contained in any of the include paths and not in any of the exclude
paths.
buf.yaml
to have the same directory path.XSAM/otelsql (github.com/XSAM/otelsql)
v0.33.0
Compare Source
0.33.0 - 2024-08-27
Added
WithInstrumentAttributesGetter
option provides additional attributes whenlatency
histogram is recorded. (#334)Changed
v1.29.0/v0.51.0
. (#336)docker/docker (github.com/docker/docker)
v27.2.0+incompatible
Compare Source
jellydator/ttlcache (github.com/jellydator/ttlcache/v3)
v3.3.0
Compare Source
What's Changed
RangeBackwards
method by @k1LoW in https://github.com/jellydator/ttlcache/pull/149Len
method by counting expired items in expiration queue by @hongkuancn in https://github.com/jellydator/ttlcache/pull/150New Contributors
Full Changelog: jellydator/ttlcache@v3.2.1...v3.3.0
rs/cors (github.com/rs/cors)
v1.11.1
Compare Source
fe3dback/go-arch-lint (go-arch-lint)
v1.11.5
What's Changed
New Contributors
Full Changelog: fe3dback/go-arch-lint@v1.11.4...v1.11.5
casey/just (just)
v1.35.0
Compare Source
Changed
[private]
attribute on assignments (#2300 by adsnaider)Misc
.sha256sum
files for release artifacts (#2323 by twm)--help
output (#2302 by casey)lint-staged/lint-staged (lint-staged)
v15.2.10
Compare Source
Patch Changes
e3f283b
Thanks @iiroj! - Update minor dependencies, includingmicromatch@~4.0.8
.postcss/postcss (postcss)
v8.4.44
Compare Source
markClean is not a function
error.v8.4.43
Compare Source
markClean is not a function
error.v8.4.42
Compare Source
tokio-rs/prost (prost)
v0.13.2
Compare Source
PROST! is a Protocol Buffers implementation for the Rust Language.
prost
generates simple, idiomatic Rust code fromproto2
andproto3
files.Features
Bug Fixes
Styling
Testing
parse_date
fuzzing target (#1127)parse_duration
fuzzing target (#1129)Miscellaneous Tasks
cargo test
withoutall-targets
(#1118)Build
proc-macro
in Cargo.toml (#1102)tests
crates (#1101)cmake
(#1137)protocolbuffers/protobuf (protoc)
v27.4
: Protocol Buffers v27.4Announcements
Java
dtolnay/syn (syn)
v2.0.77
Compare Source
Expr::Tuple
in non-"full" mode (#1727)tokio-rs/tokio (tokio)
v1.40.0
: Tokio v1.40.0Compare Source
1.40.0 (August 30th, 2024)
Added
util::SimplexStream
(#6589)Command::process_group
(#6731){TrySendError,SendTimeoutError}::into_inner
(#6755)JoinSet::join_all
([#6784])Added (unstable)
Builder::{on_task_spawn, on_task_terminate}
(#6742)Changed
write_all_buf
when possible (#6724)UnwindSafe
([#6783])Sleep
andBatchSemaphore
instrumentation explicit roots (#6727)NonZeroU64
fortask::Id
(#6733)JoinError
(#6753)#[must_use]
toJoinHandle::abort_handle
(#6762)Documented
[build]
section doesn't go in Cargo.toml (#6728)select!
(#6774)[#6783]:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.