chore(deps): update all non-major dependencies#154
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Merging this PR will improve performance by 11.93%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ⚡ | original case |
6.7 µs | 6 µs | +11.93% |
Tip
Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.
Comparing renovate/all-minor-patch (909ef7a) with main (f471c61)
ca48a4a to
1257821
Compare
6b76493 to
5cf1b71
Compare
a314d9d to
5df4951
Compare
5df4951 to
2b8dabf
Compare
5f18a99 to
8c2e758
Compare
164a98a to
9693676
Compare
9693676 to
b1f8ad2
Compare
0794106 to
bfe618c
Compare
4e94579 to
67bda1c
Compare
4627a2c to
9db2880
Compare
9a37070 to
1e45895
Compare
73bbd28 to
12bec5b
Compare
12bec5b to
fea1993
Compare
fea1993 to
b5d5e0f
Compare
b5d5e0f to
ab5c6cc
Compare
5762e13 to
7732051
Compare
7732051 to
4a48f0c
Compare
35eb1e4 to
8b8dd3a
Compare
8b8dd3a to
909ef7a
Compare
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.
This PR contains the following updates:
v4.1.2→v4.3.0v4.2.2→v4.3.1v3.0.2→v3.1.0v4.1.0→v4.4.0v3.2.1→v3.2.22.7.2→2.10.10.5.1→0.8.2v0.25.0→v0.32.0^2.16.13→^2.16.172.16.13→2.16.172.1.3→2.3.22.16.12→2.16.1320.18.0→20.20.220.18.0→20.20.220→20.20.216→16.20.210.9.0→10.9.81.0.214→1.0.2280.26.4→0.28.00.2.95→0.2.126^0.2.95→^0.2.1260.3.45→0.3.76Release Notes
actions/cache (actions/cache)
v4.3.0Compare Source
What's Changed
v4.3.0release by @Link- in #1655New Contributors
Full Changelog: actions/cache@v4...v4.3.0
v4.2.4Compare Source
What's Changed
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by @Link- in #16344.2.4by @Link- in #1636New Contributors
Full Changelog: actions/cache@v4...v4.2.4
v4.2.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
v4.2.2Compare Source
What's Changed
Full Changelog: actions/cache@v4.2.1...v4.2.2
v4.2.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.0...v4.2.1
v4.2.0Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.11.1.30.38.3Full Changelog: actions/cache@v4.1.2...v4.2.0
actions/checkout (actions/checkout)
v4.3.1Compare Source
v4.3.0Compare Source
actions/download-artifact (actions/download-artifact)
v3.1.0Compare Source
v3.1.0 - What's new
Node.js 24
This release updates the runtime to Node.js 24. The previous v3.0.2 ran on Node.js 16, which has reached end-of-life. Now this action will run on Node.js 24.
Pin your workflows to: https://github.com/actions/download-artifact/releases/tag/v3.1.0-node20 which is available if you're still in the process of phasing out Node 20.
What's Changed
Full Changelog: actions/download-artifact@v3.0.2...v3.1.0-node20
actions/setup-node (actions/setup-node)
v4.4.0Compare Source
What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v4...v4.4.0
v4.3.0Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: actions/setup-node@v4...v4.3.0
v4.2.0Compare Source
What's Changed
@actions/cacheto^4.0.0by @priyagupta108 in #1191New Contributors
Full Changelog: actions/setup-node@v4...v4.2.0
actions/upload-artifact (actions/upload-artifact)
v3.2.2Compare Source
v3.2.2 - What's new
Node.js 24
This release updates the runtime to Node.js 24. The previous v3.2.1 ran on Node.js 16, which has reached end-of-life. Now this action will run on Node.js 24.
Pin your workflows to: https://github.com/actions/upload-artifact/releases/tag/v3.2.2-node20 which is available if you're still in the process of phasing out Node 20.
What's Changed
Full Changelog: actions/upload-artifact@v3.2.1...v3.2.2
CodSpeedHQ/codspeed-rust (codspeed-criterion-compat)
v2.10.1Compare Source
What's Changed
cargo_metadatato v0.19.2 by @Boshen in #94Internals
Full Changelog: CodSpeedHQ/codspeed-rust@v2.10.0...v2.10.1
v2.10.0Compare Source
What's Changed
--jobsflag in build command by @GuillaumeLagrange in #91Full Changelog: CodSpeedHQ/codspeed-rust@v2.9.1...v2.10.0
v2.9.1Compare Source
What's Changed
New Contributors
Full Changelog: CodSpeedHQ/codspeed-rust@v2.8.1...v2.9.1
v2.8.1Compare Source
What's Changed
Full Changelog: CodSpeedHQ/codspeed-rust@v2.8.0...v2.8.1
v2.8.0Compare Source
What's Changed
This introduces Divan compatibility layer and also Wall Time support. Check out the documentation to try it out here.
Details
cargo-codspeedbuild targets to different directories between walltime and instrumented by @GuillaumeLagrange in #68New Contributors
New Contributors
Full Changelog: CodSpeedHQ/codspeed-rust@v2.7.2...v2.8.0
criterion-rs/criterion.rs (criterion)
v0.8.2Compare Source
Fixed
Other
v0.8.1Compare Source
Fixed
Other
v0.8.0Compare Source
BREAKING
Changed
Added
Throughput::ElementsAndBytesallows the text summary to report throughput in both units simultaneously.Fixed
Other
v0.7.0Compare Source
v0.6.0Compare Source
Changed
real_blackboxfeature no longer has any impact. Criterion always usesstd::hint::black_box()now.Users of
criterion::black_box()should switch tostd::hint::black_box().clapdependency unpinned.Fixed
Added
tokio::runtime::Handle, not only atokio::runtime::Runtimecross-platform-actions/action (cross-platform-actions/action)
v0.32.0: Cross Platform Action 0.32.0Compare Source
Added
v0.31.0: Cross Platform Action 0.31.0Compare Source
Added
Fixed
Changed
v0.30.0: Cross Platform Action 0.30.0Compare Source
Added
Security
v0.29.0: Cross Platform Action 0.29.0Compare Source
Added
Fixed
v0.28.0: Cross Platform Action 0.28.0Compare Source
Added
v0.27.0: Cross Platform Action 0.27.0Compare Source
Added
v0.26.0: Cross Platform Action 0.26.0Compare Source
Summary
Version 0.26.0 brings several enhancements and support updates. Key changes include added support for new operating systems and Below is a detailed overview of the changes.
🚀 New Features
🛠 Fixes and Maintenance
Acknowledgements
We would like to thank all contributors and users for their feedback and support to make this release possible!
For a detailed list of changes, please refer to the changelog on our repository.
napi-rs/napi-rs (napi)
v2.16.17Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.16...napi@2.16.17
v2.16.16Compare Source
What Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.15...napi@2.16.16
v2.16.15Compare Source
What's Changed
from_rawmethods onExternal<T>by @zackradisic in #2453Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.14...napi@2.16.15
v2.16.14Compare Source
What Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.13...napi@2.16.14
nodejs/node (node)
v20.20.2: 2026-03-24, Version 20.20.2 'Iron' (LTS), @marco-ippolitoCompare Source
This is a security release.
Notable Changes
Commits
cfb51fa9ce] - (CVE-2026-21713) crypto: use timing-safe comparison in Web Cryptography HMAC (Filip Skokan) nodejs-private/node-private#831f333d0be5f] - deps: V8: overridedepot_toolsversion (Richard Lau) #623442acd5d1226] - deps: update undici to v6.24.1 (Matteo Collina) #62285af5c144ebc] - (CVE-2026-21717) deps,build,test: fix array index hash collision (Joyee Cheung) nodejs-private/node-private#83400ad47a28e] - (CVE-2026-21710) http: use null prototype for headersDistinct/trailersDistinct (Matteo Collina) nodejs-private/node-private#8210123309566] - (CVE-2026-21716) permission: include permission check on lib/fs/promises (RafaelGSS) nodejs-private/node-private#84000830712bc] - (CVE-2026-21715) permission: add permission check to realpath.native (RafaelGSS) nodejs-private/node-private#838a0c73425da] - (CVE-2026-21714) src: handle NGHTTP2_ERR_FLOW_CONTROL error code (RafaelGSS) nodejs-private/node-private#832cc3f294507] - (CVE-2026-21637) tls: wrap SNICallback invocation in try/catch (Matteo Collina) nodejs-private/node-private#839v20.20.1: 2026-03-05, Version 20.20.1 'Iron' (LTS), @marco-ippolitoCompare Source
Notable Changes
91a66e671c] - build: test on Python 3.14 (Christian Clauss) #59983f66056054b] - crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot) #6141980feacaddb] - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot) #60741Commits
6f580d5399] - assert: fix deepEqual always return true on URL (Xuguang Mei) #5085391a66e671c] - build: test on Python 3.14 (Christian Clauss) #59983cc4f7af6f3] - build: skip sscache action on non-main branches (Joyee Cheung) #61790f66056054b] - crypto: update root certificates to NSS 3.119 (Node.js GitHub Bot) #6141980feacaddb] - crypto: update root certificates to NSS 3.117 (Node.js GitHub Bot) #60741fa88cc07e2] - crypto: ensure documented RSA-PSS saltLength default is used (Filip Skokan) #6066288b2eec88a] - deps: update minimatch to 10.2.2 (Node.js GitHub Bot) #618305c053264f1] - deps: V8: backport6a0a25a(Vivian Wang) #616874a398699d0] - deps: update googletest to5a9c3f9(Node.js GitHub Bot) #617314fa43adf15] - deps: update googletest to56efe39(Node.js GitHub Bot) #616051a855d490c] - deps: update googletest to8508785(Node.js GitHub Bot) #61417d8a9359826] - deps: update icu to 78.2 (Node.js GitHub Bot) #60523e79cd3a0bb] - deps: update acorn-walk to 8.3.5 (Node.js GitHub Bot) #619280707ade464] - deps: update acorn to 8.16.0 (Node.js GitHub Bot) #61925dc5a3cddef] - deps: update llhttp to 9.3.1 (Node.js GitHub Bot) #6182746043b94c7] - deps: update zlib to 1.3.1-e00f703 (Node.js GitHub Bot) #611356be15a596e] - deps: update cjs-module-lexer to 2.2.0 (Node.js GitHub Bot) #6127110881404cd] - deps: update timezone to 2025c (Node.js GitHub Bot) #611381594a78c85] - deps: update googletest to065127f(Node.js GitHub Bot) #610557fa2ee1933] - deps: update zlib to 1.3.1-63d7e16 (Node.js GitHub Bot) #6089809259532ef] - deps: update googletest to1b96fa1(Node.js GitHub Bot) #60739aa8bdb6886] - deps: update cjs-module-lexer to 2.1.1 (Node.js GitHub Bot) #60646cc849fde27] - deps: update googletest to279f847(Node.js GitHub Bot) #60219a99ba553a2] - deps: update googletest to50b8600(Node.js GitHub Bot) #599556349a79f5f](https://redirect.github.comConfiguration
📅 Schedule: (in timezone Europe/Paris)
🚦 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.