Skip to content

chore(deps): update patch crates#13185

Merged
chenjiahan merged 3 commits intomainfrom
renovate/patch-crates
Mar 6, 2026
Merged

chore(deps): update patch crates#13185
chenjiahan merged 3 commits intomainfrom
renovate/patch-crates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2026

This PR contains the following updates:

Package Type Update Change
fast-glob workspace.dependencies patch 1.0.01.0.1
quote workspace.dependencies patch 1.0.441.0.45
rspack_sources workspace.dependencies patch =0.4.17=0.4.19
smol_str (source) workspace.dependencies patch 0.3.50.3.6
supports-color workspace.dependencies patch 3.03.0.2
winnow workspace.dependencies patch 0.7.140.7.15

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

oxc-project/fast-glob (fast-glob)

v1.0.1

Compare Source

Fixed
  • treat malformed brace patterns as invalid (#​100)
  • avoid panic on deep brace nesting (#​99)
  • map \a escape sequence to BEL character (\x07) (#​98)
Other
  • update crate docs repository link (#​101)
  • keep \a escaped as literal a
  • (deps) lock file maintenance (#​60)
  • (deps) lock file maintenance (#​51)
dtolnay/quote (quote)

v1.0.45

Compare Source

  • Add ToTokens impl for Arc<T> (#​326)
web-infra-dev/rspack-sources (rspack_sources)

v0.4.19

Compare Source

v0.4.18

Compare Source

rust-lang/rust-analyzer (smol_str)

v0.3.6

  • Fix the borsh feature.
winnow-rs/winnow (winnow)

v0.7.15

Compare Source

Compatibility
  • Deprecate combinator::permutation in favor of combinator::unordered_seq!
Features
  • Add combinator::unordered_seq!, like seq! but where the order of values does not matter

Configuration

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

@renovate renovate bot requested a review from quininer as a code owner March 3, 2026 17:48
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 3, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

📦 Binary Size-limit

Comparing f2d4e15 to fix: Fix stats artifact fallback warning test to use stale stats (#13219) by hardfist

❌ Size increased by 15.50KB from 48.96MB to 48.98MB (⬆️0.03%)

@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2026

Rsdoctor Bundle Diff Analysis

Found 5 projects in monorepo, 5 projects with changes.

📊 Quick Summary
Project Total Size Change
react-10k 5.7 MB -
react-1k 826.2 KB -
react-5k 2.7 MB -
ui-components 2.3 MB -
rome 984.2 KB -
📋 Detailed Reports (Click to expand)

📁 react-10k

Path: ../build-tools-performance/cases/react-10k/dist/rsdoctor-data.json

⚠️ No baseline data found - Unable to perform comparison analysis

Metric Current Baseline Change
📊 Total Size 5.7 MB - -
📄 JavaScript 5.7 MB - -
🎨 CSS 21.0 B - -
🌐 HTML 0 B - -
📁 Other Assets 0 B - -

📁 react-1k

Path: ../build-tools-performance/cases/react-1k/dist/rsdoctor-data.json

⚠️ No baseline data found - Unable to perform comparison analysis

Metric Current Baseline Change
📊 Total Size 826.2 KB - -
📄 JavaScript 826.2 KB - -
🎨 CSS 0 B - -
🌐 HTML 0 B - -
📁 Other Assets 0 B - -

📁 react-5k

Path: ../build-tools-performance/cases/react-5k/dist/rsdoctor-data.json

⚠️ No baseline data found - Unable to perform comparison analysis

Metric Current Baseline Change
📊 Total Size 2.7 MB - -
📄 JavaScript 2.7 MB - -
🎨 CSS 21.0 B - -
🌐 HTML 0 B - -
📁 Other Assets 0 B - -

📁 ui-components

Path: ../build-tools-performance/cases/ui-components/dist/rsdoctor-data.json

⚠️ No baseline data found - Unable to perform comparison analysis

Metric Current Baseline Change
📊 Total Size 2.3 MB - -
📄 JavaScript 2.0 MB - -
🎨 CSS 271.4 KB - -
🌐 HTML 0 B - -
📁 Other Assets 0 B - -

📁 rome

Path: ../build-tools-performance/cases/rome/dist/rsdoctor-data.json

⚠️ No baseline data found - Unable to perform comparison analysis

Metric Current Baseline Change
📊 Total Size 984.2 KB - -
📄 JavaScript 984.2 KB - -
🎨 CSS 0 B - -
🌐 HTML 0 B - -
📁 Other Assets 0 B - -

Generated by Rsdoctor GitHub Action

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 3, 2026

Merging this PR will not alter performance

✅ 16 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing renovate/patch-crates (f2d4e15) with main (153d0f2)

Open in CodSpeed

Footnotes

  1. 3 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.

@renovate renovate bot force-pushed the renovate/patch-crates branch 3 times, most recently from 2d5d224 to 9cfe1db Compare March 4, 2026 08:07
@chenjiahan chenjiahan requested review from SyMind and removed request for quininer March 5, 2026 05:34
@renovate renovate bot force-pushed the renovate/patch-crates branch from 9cfe1db to 433d746 Compare March 5, 2026 06:48
@renovate renovate bot force-pushed the renovate/patch-crates branch from 433d746 to b05b8d8 Compare March 5, 2026 22:42
@renovate
Copy link
Contributor Author

renovate bot commented Mar 6, 2026

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.

@chenjiahan chenjiahan enabled auto-merge (squash) March 6, 2026 03:38
@chenjiahan chenjiahan merged commit a7cbf0e into main Mar 6, 2026
49 checks passed
@chenjiahan chenjiahan deleted the renovate/patch-crates branch March 6, 2026 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants