Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Type Update Change
lockFileMaintenance All locks refreshed
bumpalo workspace.dependencies minor =3.17.0 -> =3.19.0
console workspace.dependencies minor 0.15.11 -> 0.16.0
criterion2 (source) workspace.dependencies patch 3.0.0 -> 3.0.1
indexmap workspace.dependencies minor 2.9.0 -> 2.10.0
miette workspace.dependencies patch 2.3.0 -> 2.3.1
oxc_resolver workspace.dependencies minor 11.2.0 -> 11.3.0
papaya workspace.dependencies patch 0.2.1 -> 0.2.3

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

fitzgen/bumpalo (bumpalo)

v3.19.0

Released 2025-06-24.

Added
  • Added bumpalo::collections::Vec::retain_mut, similar to
    std::vec::Vec::retain_mut.

v3.18.1

Compare Source

Released 2025-06-05.

Removed
  • Removed the allocator-api2 version bump from 3.18.0, as it was not actually
    semver compatible.

v3.18.0

Compare Source

Released 2025-06-05.

Added
  • Added support for enforcing a minimum alignment on all allocations inside a
    Bump arena, which can provide speed ups when allocating objects whose
    alignment is less than or equal to that minimum.
  • Added serde serialization support for bumpalo::collections::String.
  • Added some missing fallible slice allocation function variants.
Changed
  • Replaced extend_from_slice implementation with a formally-verified version
    that is also faster and more-optimizable for LLVM.
  • Updated allocator-api2 support to version 0.3.*.
Fixed
  • Fixed a bug where the allocated_bytes metrics helper was accidentally
    including the size of bumpalo's footer, rather than just reporting the
    user-allocated bytes.

console-rs/console (console)

v0.16.0

Compare Source

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

v0.15.12

Compare Source

What's Changed

Boshen/criterion2.rs (criterion2)

v3.0.1

Compare Source

Other
  • (deps) lock file maintenance rust crates (#​94)
  • (deps) update dependency rust to v1.85.1 (#​92)
indexmap-rs/indexmap (indexmap)

v2.10.0

Compare Source

  • Added extract_if methods to IndexMap and IndexSet, similar to the
    methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
oxc-project/oxc-miette (miette)

v2.3.1

Compare Source

Chore
  • (deps) update dependency rust to v1.88.0 (#​51)
  • (deps) update github-actions (#​49)
  • (deps) lock file maintenance rust crates (#​50)
  • (deps) update github-actions (#​47)
  • (deps) lock file maintenance rust crates (#​48)
  • (deps) update github-actions (#​44)
  • (deps) lock file maintenance rust crates (#​45)
  • (deps) update taiki-e/install-action action to v2.52.4 (#​43)
oxc-project/oxc-resolver (oxc_resolver)

v11.3.0

Compare Source

🚀 Features
📚 Documentation
  • document allowPackageExportsInDirectoryResolve (by @​Boshen)
Contributors

v11.2.1

Compare Source

🐛 Bug Fixes
  • avoid crash when encountering tsconfig circular extends (#​570)
  • (napi) ensure pnp_manifest is included with yarn_pnp feature (#​555)
💼 Other
  • (rust) debug = false in [profile.dev] and [profile.test] (#​554)
📚 Documentation
  • add ts config
  • update alias and fallback options type and description (#​557)
ibraheemdev/papaya (papaya)

v0.2.3: 0.2.3

Compare Source

v0.2.2: 0.2.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Asia/Shanghai, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

graphite-app bot commented Jun 29, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior label Jun 29, 2025
Copy link

codspeed-hq bot commented Jun 29, 2025

CodSpeed Instrumentation Performance Report

Merging #11973 will degrade performances by 3.03%

Comparing renovate/rust-crates (f598b01) with main (344f3f9)

Summary

❌ 1 regressions
✅ 37 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
minifier[cal.com.tsx] 23.1 ms 23.8 ms -3.03%

@renovate renovate bot force-pushed the renovate/rust-crates branch 2 times, most recently from e5034cf to c49432e Compare June 29, 2025 17:41
@camc314
Copy link
Contributor

camc314 commented Jun 29, 2025

@Boshen should we back out the bumpalo change given the stack overflow the previous bump caused in ecosystem ci?

only extra commit in bumpalo is fitzgen/bumpalo@a41fb46 which feels very unlikely to fix it

@renovate renovate bot force-pushed the renovate/rust-crates branch 3 times, most recently from 9c3109b to b0f9e6a Compare June 29, 2025 22:28
@renovate renovate bot force-pushed the renovate/rust-crates branch from b0f9e6a to f598b01 Compare June 29, 2025 22:42
@renovate renovate bot merged commit 74f0da3 into main Jun 30, 2025
24 checks passed
@renovate renovate bot deleted the renovate/rust-crates branch June 30, 2025 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant