chore(deps): update all non-major dependencies#154
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update all non-major dependencies#154renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Merging this PR will improve performance by 14.9%
Performance Changes
Comparing |
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
96034cc to
026fbb3
Compare
026fbb3 to
9670e2d
Compare
320d18e to
7cd00d6
Compare
25f5fa3 to
376e6d1
Compare
376e6d1 to
fb91c4d
Compare
b6e843d to
7d68dec
Compare
7d68dec to
4354b1c
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.1v4.1.0→v4.4.02.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.12.16.12→2.16.1320.18.0→20.20.020.18.0→20.20.020→20.20.016→16.20.210.9.0→10.9.41.0.214→1.0.2280.26.4→0.27.20.2.95→0.2.111^0.2.95→^0.2.1110.3.45→0.3.61Release 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
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
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
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.0Compare Source
Added
v0.31.0Compare Source
Added
v0.30.0Compare Source
Added
v0.29.0Compare Source
Added
v0.28.0Compare Source
Added
v0.27.0Compare Source
Added
Configuration
📅 Schedule: Branch creation - "" in timezone Europe/Paris, 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.