+
Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

This PR contains the following updates:

Package Type Update Change
backtrace dependencies patch 0.3.75 -> 0.3.76
criterion (source) dev-dependencies patch =3.0.3 -> =3.0.5
divan (source) dev-dependencies pin * -> =3.0.3
js-sys (source) dependencies patch 0.3.77 -> 0.3.81
libc dependencies patch 0.2.174 -> 0.2.177
notify dependencies minor 8.1.0 -> 8.2.0
parking_lot dependencies patch 0.12.4 -> 0.12.5
prettyplease build-dependencies patch 0.2.35 -> 0.2.37
tracing-tree dependencies patch 0.4.0 -> 0.4.1
trybuild dev-dependencies patch =1.0.106 -> =1.0.111
ureq dependencies minor 3.0.12 -> 3.1.2
wasm-bindgen (source) dependencies patch 0.2.100 -> 0.2.104

Release Notes

rust-lang/backtrace-rs (backtrace)

v0.3.76

Compare Source

Behavior
  • Fix inverted polarity of "full printing" logic in #​726:
    Previously we used to do the opposite of what you would expect.
Platform Support
  • Windows: Removed hypothetical soundness risk from padding bytes in #​737
  • Fuchsia: Added appropriate alignment checks during Elf_Nhdr parsing in #​725
  • Cygwin: Added support in #​704
  • Windows (32-bit Arm): Restore support in #​685
  • NuttX (32-bit Arm): Use builtin _Unwind_GetIP in #​692
  • RTEMS: Enable libunwind in #​682
Dependencies
  • Update cpp_demangle to 0.5 in #​732
  • Update memchr to 2.7.6 in #​734
  • Switch from windows-targets to windows-link in #​727
  • Update ruzstd to 0.8.1 in #​718
  • Update object to 0.37 in #​718
  • Update addr2line to 0.25 in #​718
CodSpeedHQ/codspeed-rust (criterion)

v3.0.5

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v3.0.4...v3.0.5

v3.0.4

Compare Source

What's Changed

Full Changelog: CodSpeedHQ/codspeed-rust@v3.0.3...v3.0.4

rust-lang/libc (libc)

v0.2.177

Compare Source

Added
  • Apple: Add TIOCGETA, TIOCSETA, TIOCSETAW, TIOCSETAF constants (#​4736)
  • Apple: Add pthread_cond_timedwait_relative_np (#​4719)
  • BSDs: Add _CS_PATH constant (#​4738)
  • Linux-like: Add SIGEMT for mips* and sparc* architectures (#​4730)
  • OpenBSD: Add elf_aux_info (#​4729)
  • Redox: Add more sysconf constants (#​4728)
  • Windows: Add wcsnlen (#​4721)
Changed
  • WASIP2: Invert conditional to include p2 APIs (#​4733)
notify-rs/notify (notify)

v8.2.0

Compare Source

  • FEATURE: notify user if inotify's max_user_watches has been reached #​698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #​700
Amanieu/parking_lot (parking_lot)

v0.12.5

Compare Source

  • Bumped MSRV to 1.71
  • Fixed Miri when the hardware-lock-elision feature is enabled (#​491)
  • Added missing into_arc(_fair) methods (#​472)
  • Fixed RawRwLock::bump_*() not releasing lock when there are multiple readers (#​471)
dtolnay/prettyplease (prettyplease)

v0.2.37

Compare Source

  • Replace ~const syntax with [const] conditionally const syntax (#​123)

v0.2.36

Compare Source

dtolnay/trybuild (trybuild)

v1.0.111

Compare Source

  • Normalize dependency crate's version in filepaths (#​316)

v1.0.110

Compare Source

  • Fix permissions_set_readonly_false warning (#​312)

v1.0.109

Compare Source

v1.0.108

Compare Source

  • More right-aligned line number fixes (#​309)

v1.0.107

Compare Source

algesten/ureq (ureq)

v3.1.2

Compare Source

  • Fix bug when query is after host "example.com?query" #​1115

v3.1.1

Compare Source

  • Fix regression in MSRV (hold back native-tls) #​1113
    • Fix edge case regression when setting request header Content-Length: 0 #​1109

v3.1.0

Compare Source

DECISION: webpki-roots and webpki-root-certs goes from pre-release (0.26)
to stable release (1.0.0). This is potentially a big change
for ureq users. We release this as semver minor.

  • Bump all deps to latest #​1104
  • Fixes to CONNECT to follow spec #​1103
  • Send Content-Length for File #​1100
  • native-tls transport capture and surface underlying errors #​1093
  • Bump webpki-roots/webpki-root-certs to 1.0.0 #​1089
  • Bump rustls-platform-verifier to 0.6.0 #​1089
  • Allow the license CDLA-Permissive-2.0 #​1089
wasm-bindgen/wasm-bindgen (wasm-bindgen)

v0.2.104

Compare Source

Added
  • Added bindings for WeakRef.
    #​4659

  • Support Symbol.dispose methods by default, when it is supported in the environment.
    #​4666

  • Added aarch64-unknown-linux-musl release artifacts.
    #​4668

Changed
  • Unconditionally use the global TextEncoder/TextDecoder for string encoding/decoding. The Node.js output now requires a minimum of Node.js v11.
    #​4670

  • Deprecate the msrv crate feature. MSRV detection is now always on.
    #​4675

Fixed
  • Fixed wasm-bindgen-cli's encode_into argument not working.
    #​4663

  • Fixed a bug in --experimental-reset-state-function support for heap reset.
    #​4665

  • Fixed compilation failures on Rust v1.82 and v1.83.
    #​4675


v0.2.103

Compare Source

Fixed
  • Fixed incorrect function mapping during post-processing.
    #​4656

v0.2.102

Compare Source

Added
  • Added DocumentOrShadowRoot.adoptedStyleSheets.
    #​4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS
    environment variables to wasm-bindgen-test.
    #​4433

  • Added ability to determine WebDriver JSON config location via
    WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to
    wasm-bindgen-test.
    #​4434

  • Generate DWARF for tests by default. See the guide on debug information for more details.
    #​4635

  • New --target=module target for outputting source phase imports.
    #​4638

Changed
  • Hidden deprecated options from the wasm-bindgen --help docs.
    #​4646
Fixed
  • Fixed wrong method names for GestureEvent bindings.
    #​4615

  • Fix crash caused by allocations during TypedArray interactions.
    #​4622


v0.2.101

Compare Source

Added
  • Added format and colorSpace support to VideoFrameCopyToOptions
    #​4543

  • Added support for the onbeforeinput attribute.
    #​4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a
    JS-owned TypedArray from a Rust slice.
    #​4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments.
    #​4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl.
    #​4509

  • Added unstable bindings for GestureEvent.
    #​4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items.
    #​4522

  • Add bindings for PictureInPicture.
    #​4593

  • Added bytes method for the Blob idl
    #​4506

  • Add error message when export symbol is not found
    #​4594

Changed
  • Deprecate async constructors.
    #​4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional.
    #​4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys!
    #​4608

Fixed
  • Detect more failure scenarios when retrieving the Wasm module.
    #​4556

  • Add a workaround for TextDecoder failing in older version of Safari when too many bytes are decoded through it over its lifetime.
    #​4472

  • TypedArray::from(&[T]) now works reliably across memory reallocations.
    #​4555

  • Fix incorrect memory loading and storing assertions during post-processing.
    #​4554

  • Fix test --exact option not working as expected.
    #​4549

  • Fix tables being removed even though they are used by stack closures.
    #​4119

  • Skip __wasm_call_ctors which we don't want to interpret.
    #​4562

  • Fix infinite recursion caused by the lack of proc-macro hygiene.
    #​4601

  • Fix running coverage with no_modules.
    #​4604

  • Fix proc-macro hygiene with core.
    #​4606

Removed
  • Crates intended purely for internal consumption by the wasm-bindgen CLI will no longer be published:
    #​4608

    • wasm-bindgen-externref-xform
    • wasm-bindgen-multi-value-xform
    • wasm-bindgen-threads-xform
    • wasm-bindgen-wasm-conventions
    • wasm-bindgen-wasm-interpreter


Configuration

📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, Automerge - At any time (no schedule defined).

🚦 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.


  • 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 Author

renovate bot commented Sep 22, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_aria_metadata/Cargo.toml --package prettyplease@0.2.35 --precise 0.2.37
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_cli/Cargo.toml --package libc@0.2.176 --precise 0.2.177
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_configuration/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_console/Cargo.toml --package trybuild@1.0.106 --precise 1.0.111
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_css_analyze/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_css_formatter/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_css_parser/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_diagnostics/Cargo.toml --package backtrace@0.3.75 --precise 0.3.76
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_fs/Cargo.toml --package parking_lot@0.12.4 --precise 0.12.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_graphql_formatter/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_graphql_parser/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_html_formatter/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_html_parser/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_js_analyze/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_js_formatter/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_js_parser/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_json_analyze/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_json_formatter/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_json_parser/Cargo.toml --package codspeed-criterion-compat@3.0.3 --precise 3.0.5
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_module_graph/Cargo.toml --package codspeed-divan-compat@3.0.3 --precise 3.0.3
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_package/Cargo.toml --package codspeed-divan-compat@3.0.3 --precise 3.0.3
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_service/Cargo.toml --package notify@8.1.0 --precise 8.2.0
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/biome_wasm/Cargo.toml --package js-sys@0.3.77 --precise 0.3.81
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path xtask/codegen/Cargo.toml --package ureq@3.0.12 --precise 3.1.2
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path xtask/coverage/Cargo.toml --package backtrace@0.3.75 --precise 0.3.76
    Updating crates.io index
error: failed to select a version for `codspeed`.
    ... required by package `codspeed-divan-compat v3.0.3`
    ... which satisfies dependency `divan = "=3.0.3"` of package `biome_module_graph v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_module_graph)`
    ... which satisfies path dependency `biome_module_graph` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`
versions that meet the requirements `=3.0.3` are: 3.0.3

all possible versions conflict with previously selected packages.

  previously selected package `codspeed v3.0.5`
    ... which satisfies dependency `codspeed = "=3.0.5"` of package `codspeed-criterion-compat v3.0.5`
    ... which satisfies dependency `criterion = "=3.0.5"` of package `biome_configuration v0.0.1 (/tmp/renovate/repos/github/biomejs/biome/crates/biome_configuration)`
    ... which satisfies path dependency `biome_configuration` (locked to 0.0.1) of package `rules_check v0.0.0 (/tmp/renovate/repos/github/biomejs/biome/xtask/rules_check)`

failed to select a version for `codspeed` which could resolve this conflict

Copy link

changeset-bot bot commented Sep 22, 2025

⚠️ No Changeset found

Latest commit: 736a844

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added A-CLI Area: CLI A-Project Area: project A-Linter Area: linter A-Parser Area: parser A-Formatter Area: formatter A-Tooling Area: internal tools L-JavaScript Language: JavaScript and super languages L-CSS Language: CSS L-JSON Language: JSON and super languages A-Diagnostic Area: diagnostocis L-HTML Language: HTML labels Sep 22, 2025
@renovate renovate bot force-pushed the renovate/rust-crates branch 6 times, most recently from 12e4a73 to c7f7b0b Compare September 29, 2025 10:33
@renovate renovate bot force-pushed the renovate/rust-crates branch from c7f7b0b to a94ba12 Compare October 4, 2025 01:07
@github-actions github-actions bot added the A-Core Area: core label Oct 4, 2025
@renovate renovate bot force-pushed the renovate/rust-crates branch from a94ba12 to c9a8c57 Compare October 9, 2025 18:31
Copy link
Contributor Author

renovate bot commented Oct 9, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

codspeed-hq bot commented Oct 9, 2025

CodSpeed Performance Report

Merging #7562 will not alter performance

Comparing renovate/rust-crates (736a844) with main (3eeb4df)

Summary

✅ 53 untouched
⏩ 85 skipped1

Footnotes

  1. 85 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

Copy link
Contributor

github-actions bot commented Oct 9, 2025

Parser conformance results on

js/262

Test result main count This PR count Difference
Total 50761 50761 0
Passed 49557 49557 0
Failed 1162 1162 0
Panics 42 42 0
Coverage 97.63% 97.63% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6671 6671 0
Passed 2226 2226 0
Failed 4445 4445 0
Panics 0 0 0
Coverage 33.37% 33.37% 0.00%

ts/babel

Test result main count This PR count Difference
Total 835 835 0
Passed 742 742 0
Failed 93 93 0
Panics 0 0 0
Coverage 88.86% 88.86% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 18798 18798 0
Passed 14371 14371 0
Failed 4426 4426 0
Panics 1 1 0
Coverage 76.45% 76.45% 0.00%

@ematipico ematipico merged commit 28c2e4b into main Oct 9, 2025
28 checks passed
@ematipico ematipico deleted the renovate/rust-crates branch October 9, 2025 19:58
andogq pushed a commit to andogq/biome that referenced this pull request Oct 14, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: diagnostocis A-Formatter Area: formatter A-Linter Area: linter A-Parser Area: parser A-Project Area: project A-Tooling Area: internal tools L-CSS Language: CSS L-HTML Language: HTML L-JavaScript Language: JavaScript and super languages L-JSON Language: JSON and super languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载