Update all patch updates#8085
Merged
Merged
Conversation
Merging this PR will degrade performance by 12.98%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | new_alp_prim_test_between[f32, 16384] |
103.7 µs | 118.5 µs | -12.48% |
| ❌ | Simulation | new_alp_prim_test_between[f32, 32768] |
153.1 µs | 182.3 µs | -16% |
| ❌ | Simulation | true_count_arrow_buffer[1024] |
911.4 ns | 1,028.1 ns | -11.35% |
| ❌ | Simulation | true_count_arrow_buffer[2048] |
981.7 ns | 1,098.3 ns | -10.62% |
| ❌ | Simulation | true_count_arrow_buffer[128] |
696.7 ns | 813.3 ns | -14.34% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing renovate/all-patch-updates (3aebdaf) with develop (f900433)
0fbf3fa to
7671600
Compare
7671600 to
664c6d1
Compare
664c6d1 to
8fdda5c
Compare
8fdda5c to
4b4723a
Compare
4b4723a to
5550327
Compare
robert3005
approved these changes
May 26, 2026
5550327 to
3aebdaf
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:
v1.0.123→v1.0.133v1.46.2→v1.46.30.2.24→0.2.276.0.0→6.0.16.0.0→6.0.10.4.29→0.4.300.1.50→0.1.52v7.3.0→v7.3.10.13.3→0.13.41.0.149→1.0.1503.1.0→3.1.10.4.45→0.4.460.6.10→0.6.118.0.13→8.0.14Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.133Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.133
v1.0.132Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.132
v1.0.131Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.131
v1.0.130Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.130
v1.0.129Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.129
v1.0.128Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.128
v1.0.127Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.127
v1.0.126Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.126
v1.0.125Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.125
v1.0.124Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.124
crate-ci/typos (crate-ci/typos)
v1.46.3Compare Source
[1.46.3] - 2026-05-23
Fixes
sequentialssubdolderBurntSushi/jiff (jiff)
v0.2.27===================
This is a small release with a bug fix for build errors on Windows for very old
versions of Rust.
Bug fixes:
Fix build error on Windows for very old versions of Rust (e.g., 1.71).
v0.2.26Compare Source
===================
This release has a couple enhancements.
Firstly, Jiff now uses
windows-linkfor calling FFI routines on Windowsinstead of
windows-sys. Usingwindows-linkmeans less churn and fewerduplicates in the dependency graph.
Secondly, a new
jiff-sqlx 0.2.0release has been put out to supportsqlx 0.9.0.Enhancements:
Replace use of
windows-syswithwindows-linkand inline bindings.Update
jiff-sqlxto usesqlx 0.9.0and releasejiff-sqlx 0.2.0.Bug fixes:
Absolutetize incorrect relative size terms in the documentation of
RoundMode.v0.2.25Compare Source
===================
This release updates Jiff's bundled copy of the [IANA Time Zone Database]
to
2026b. See the2026brelease announcement for more details.lance-format/lance (lance)
v6.0.1Compare Source
What's Changed
Bug Fixes 🐛
Full Changelog: lance-format/lance@v6.0.0...v6.0.1
rust-lang/log (log)
v0.4.30Compare Source
What's Changed
std::nettypes by @KodrAus in #724New Contributors
Full Changelog: rust-lang/log@0.4.29...0.4.30
Notable Changes
purpleprotocol/mimalloc_rust (mimalloc)
v0.1.52: Version 0.1.52Compare Source
Changes
mi_stats_get_json().v0.1.51: Version 0.1.51Compare Source
Changes
v3.3.2andv2.3.2.release-drafter/release-drafter (release-drafter/release-drafter)
v7.3.1Compare Source
What's Changed
Bug Fixes
Maintenance
Dependency Updates
8 changes
Full Changelog: release-drafter/release-drafter@v7.3.0...v7.3.1
seanmonstar/reqwest (reqwest)
v0.13.4Compare Source
ClientBuilder::tls_sslkeylogfile(bool)option to allow using the related environment variable.ClientBuilder::http2_keep_alive_*options for theblockingclient.native-tlsbackend.serde-rs/json (serde_json)
v1.0.150Compare Source
mitsuhiko/similar (similar)
v3.1.1Compare Source
DiffOpcursor positions when compacting adjacent inserts/deletes andin
Algorithm::Histogramfull-replacement output, ensuring operations formcontiguous ranges. #95
caseNN.01.before_*/caseNN.02.after_*scheme.composefs/tar-rs (tar)
v0.4.46Compare Source
Security
See also GHSA-3cv2-h65g-fgmm
Other changes
New Contributors
Full Changelog: composefs/tar-rs@0.4.45...0.4.46
tower-rs/tower-http (tower-http)
v0.6.11Compare Source
Added
set-header: addSetMultipleResponseHeadersLayerandSetMultipleResponseHeaderfor setting multiple response headers at once.Supports
overriding,appending, andif_not_presentmodes. Headervalues can be fixed or computed dynamically via closures (#672)
set-header: addSetMultipleRequestHeadersLayerandSetMultipleRequestHeadersfor setting multiple request headers at once,mirroring the response-side API (#677)
classify: addFrom<i32>andFrom<NonZeroI32>impls forGrpcCode.Unrecognized status codes map to
GrpcCode::Unknown(#506)Changed
compression: compressapplication/grpc-webresponses. Previously allapplication/grpc*content types were excluded from compression; now onlyapplication/grpc(non-web) is excluded (#408)Fixed
fs: fixServeDirreturning 500 instead of 405 for non-GET/HEAD requestswhen
call_fallback_on_method_not_allowedis enabled but no fallback serviceis configured (#587)
fs: remove duplicatecfgattribute onis_reserved_dos_name(#675)All PRs
New Contributors
Full Changelog: tower-rs/tower-http@tower-http-0.6.10...tower-http-0.6.11
vitejs/vite (vite)
v8.0.14Compare Source
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Tests
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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 was generated by Mend Renovate. View the repository job log.