Skip to content

chore(deps): update all non-major dependencies#1097

Merged
9aoy merged 4 commits intomainfrom
renovate/all-non-major
Mar 25, 2026
Merged

chore(deps): update all non-major dependencies#1097
9aoy merged 4 commits intomainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 25, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) ^2.4.7^2.4.8 age confidence devDependencies patch
@rsbuild/core (source) 2.0.0-beta.92.0.0-canary-20260309140114 age confidence devDependencies patch
@rsbuild/core (source) 2.0.0-beta.92.0.0-canary-20260309140114 age confidence dependencies patch
@rsdoctor/rspack-plugin (source) ^1.5.4^1.5.5 age confidence devDependencies patch
@rslint/core ^0.2.3^0.3.2 age confidence devDependencies minor
@rspress/core (source) 2.0.52.0.6 age confidence devDependencies patch
@rspress/plugin-algolia (source) 2.0.52.0.6 age confidence devDependencies patch
@swc/core (source) ^1.15.18^1.15.21 age confidence devDependencies patch
@tailwindcss/postcss (source) ^4.2.1^4.2.2 age confidence devDependencies patch
@typescript/native-preview (source) 7.0.0-dev.20260317.17.0.0-dev.20260324.1 age confidence devDependencies patch
actions/cache v5.0.3v5.0.4 age confidence action patch
antd (source) ^6.3.3^6.3.4 age confidence dependencies patch
happy-dom ^20.8.4^20.8.8 age confidence devDependencies patch
memfs ^4.56.11^4.57.1 age confidence devDependencies minor
picomatch ^4.0.3^4.0.4 age confidence devDependencies patch
rslog ^2.0.1^2.1.0 age confidence devDependencies minor
tailwindcss (source) ^4.2.1^4.2.2 age confidence devDependencies patch
valibot (source) ^1.3.0^1.3.1 age confidence devDependencies patch
ws ^8.19.0^8.20.0 age confidence dependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v2.4.8

Compare Source

Patch Changes
  • #​9488 bc709f6 Thanks @​mvanhorn! - Fixed #​9463: the "Biome found a configuration file outside of the current working directory" diagnostic now includes the configuration file path and the working directory, giving users actionable information to debug the issue.

  • #​9527 2f8bf80 Thanks @​mdm317! - Fixed #​8959: Fixed TypeScript arrow function formatting when a comment appears after =>.

  • #​9525 e7b3b10 Thanks @​ViniciusDev26! - Added the rule noDrizzleUpdateWithoutWhere to prevent accidental full-table updates when using Drizzle ORM without a .where() clause.

  • #​9531 1302740 Thanks @​ematipico! - Fixed #​9187: Astro frontmatter containing regex literals with quotes (/'/, /"/) or dashes (/---/) no longer causes parse errors.

  • #​9535 b630d93 Thanks @​leno23! - Fixed #​9524: remove extra space before > when bracketSameLine is true and the self-closing slash is absent in HTML formatter.

  • #​9537 81e6306 Thanks @​ematipico! - Fixed #​9238: The HTML parser no longer incorrectly reports --- inside element content (e.g. <td>---</td>) as an "Unexpected value or character" error.

  • #​9532 4b64145 Thanks @​ematipico! - Fixed #​9117: biome check --write no longer falsely reports Svelte and Vue files as changed when html.formatter.indentScriptAndStyle is enabled and the files are already correctly formatted.

  • #​9528 61451ef Thanks @​ematipico! - Fixed #​9341: Fixed an LSP crash that could corrupt file content when saving with format-on-save enabled.

  • #​9538 794f79c Thanks @​ematipico! - Fixed #​9279: The rule noSubstr now detects .substr() and .substring() calls in all expression contexts, including variable declarations, function arguments, return statements, and arrow function bodies.

  • #​9462 c23272c Thanks @​ematipico! - Fixed #​9370: The resolver now correctly prioritizes more specific exports patterns over less specific ones. Previously, a pattern like "./*" could match before "./features/*", causing resolution failures for packages with overlapping subpath patterns.

  • #​9515 f85c069 Thanks @​shivamtiwari3! - Fixed #​9506 and #​9479: Biome no longer reports false parse errors on <script type="speculationrules"> and <script type="application/ld+json"> tags. These script types contain non-JavaScript content and are now correctly skipped by the embedded language detector.

  • #​9514 7fe43c8 Thanks @​ematipico! - Fixed #​6964: Biome now correctly resolves the .gitignore file relative to vcs.root when configured. Previously, the vcs.root setting was ignored and Biome always looked for the ignore file in the workspace directory.

  • #​9521 af39936 Thanks @​ematipico! - Fixed #​9483. Now the rule noRedeclare doesn't panic when it encounters constructor overloads.

  • #​9490 60cf024 Thanks @​willfarrell! - Added support for modern CSS properties, pseudo-classes, and pseudo-elements.

    New known properties: dynamic-range-limit, overlay, reading-flow, reading-order, scroll-marker-group, scroll-target-group.

    New pseudo-elements: ::checkmark, ::column, ::picker, ::picker-icon, ::scroll-button, ::scroll-marker, ::scroll-marker-group.

    New pseudo-classes: :active-view-transition-type, :has-slotted, :target-after, :target-before, :target-current.

  • #​9526 4d42823 Thanks @​ematipico! - Fixed #​9358 and #​9375. Now attributes that have text expressions such as class={buttonClass()} are correctly tracked in Svelte files.

  • #​9520 61f53ee Thanks @​ematipico! - Fixed #​9519. Now noUnusedVariables doesn't flag variables that are used as typeof type.

  • #​9487 331dc0d Thanks @​mvanhorn! - Fixed #​9477: source.fixAll.biome no longer sorts imports when source.organizeImports.biome is disabled in editor settings. The organize imports action is now excluded from the fix-all pass unless explicitly requested.

  • #​9525 e7b3b10 Thanks @​ViniciusDev26! - Added the rule noDrizzleDeleteWithoutWhere to prevent accidental full-table deletes when using Drizzle ORM without a .where() clause.

web-infra-dev/rsbuild (@​rsbuild/core)

v2.0.0-beta.10

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors

Full Changelog: web-infra-dev/rsbuild@v2.0.0-beta.9...v2.0.0-beta.10

web-infra-dev/rsdoctor (@​rsdoctor/rspack-plugin)

v1.5.5

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes

Full Changelog: web-infra-dev/rsdoctor@v1.5.4...v1.5.5

web-infra-dev/rslint (@​rslint/core)

v0.3.2

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Documentation 📖
  • docs(website): add rule documentation pages with sidebar navigation by @​fansenze in #​547
  • docs(website): restructure Guide into Getting Started, Configuration, and CLI Reference by @​fansenze in #​548
Other Changes

Full Changelog: web-infra-dev/rslint@v0.3.1...v0.3.2

v0.3.1

Compare Source

What's Changed

New Features 🎉
Bug Fixes 🐞
Other Changes

Full Changelog: web-infra-dev/rslint@v0.2.3...v0.3.1

v0.3.0

Compare Source

web-infra-dev/rspress (@​rspress/core)

v2.0.6

Compare Source

What's Changed
New Features 🎉
Bug Fixes 🐞
  • fix(custom-head/frontmatter): frontmatter og:title and description priority over Rspress's own default tags by @​SoonIter in #​3215
  • fix(llms): ensure llms.txt ordering respects _meta.json by @​Timeless0911 in #​3218
  • fix(theme/llmsUI): add LLMS clipboard fallback for HTTP pages by @​Copilot in #​3237
  • fix(auto-nav-sidebar/tag): preserve tag field for dir sidebar items without index file by @​SoonIter in #​3236
  • fix(theme/search): reset selected suggestion to first when search query changes by @​buyfakett in #​3227
Document 📖
Other Changes

Full Changelog: web-infra-dev/rspress@v2.0.5...v2.0.6

swc-project/swc (@​swc/core)

v1.15.21

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/modules) Avoid export sort key clones (#​11669) (e74e17d)

  • (es/parser) Reduce JSX identifier rescan allocations (#​11671) (f9214fe)

  • (es/parser) Optimize underscore stripping in numeric literal hot path (#​11670) (874338b)

  • (es/transformer) Remove O(n^2) statement mutation hotspots (#​11672) (bdc24b7)

  • (es_parser) Byte-search lexer optimization pass (#​11616) (607f2db)

  • (es_parser) Reduce lookahead and allocation overhead (#​11673) (becd9b0)

  • (ts/fast-strip) Avoid token capture


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying rstest with  Cloudflare Pages  Cloudflare Pages

Latest commit: db414d2
Status: ✅  Deploy successful!
Preview URL: https://d932c392.rstest.pages.dev
Branch Preview URL: https://renovate-all-non-major.rstest.pages.dev

View logs

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 25, 2026

Rsdoctor Bundle Diff Analysis

Found 12 projects in monorepo, 5 projects with changes.

📊 Quick Summary
Project Total Size Change
adapter-rsbuild 2.1 KB 0
adapter-rslib 23.1 KB 0
adapter-rspack 5.9 KB 0
browser 2.0 MB +8.4 KB (0.4%)
browser-react 3.7 KB 0
browser-ui 804.3 KB +58.0 B (0.0%)
coverage-istanbul 9.1 KB 0
core/rsdoctor-browser 971.5 KB +275.0 B (0.0%)
core/rsdoctor-loaders 869.0 B 0
core/rsdoctor-main 1.5 MB +8.3 KB (0.5%)
vscode/rsdoctor-extension 60.2 MB 📈 +698.3 KB (+1.1%)
vscode/rsdoctor-worker 14.4 KB 0
📋 Detailed Reports (Click to expand)

📁 browser

Path: packages/browser/dist/rsdoctor-data.json

📌 Baseline Commit: 45a6aa9cb7 | PR: #1092

Metric Current Baseline Change
📊 Total Size 2.0 MB 2.0 MB +8.4 KB (0.4%)
📄 JavaScript 2.0 MB 2.0 MB +8.4 KB (0.4%)
🎨 CSS 11.8 KB 11.8 KB 0
🌐 HTML 765.0 B 765.0 B 0
📁 Other Assets 96.0 B 96.0 B 0

📦 Download Diff Report: browser Bundle Diff

📁 browser-ui

Path: packages/browser-ui/dist/rsdoctor-data.json

📌 Baseline Commit: 45a6aa9cb7 | PR: #1092

Metric Current Baseline Change
📊 Total Size 804.3 KB 804.2 KB +58.0 B (0.0%)
📄 JavaScript 775.7 KB 775.7 KB +58.0 B (0.0%)
🎨 CSS 11.8 KB 11.8 KB 0
🌐 HTML 765.0 B 765.0 B 0
📁 Other Assets 16.0 KB 16.0 KB 0

📦 Download Diff Report: browser-ui Bundle Diff

📁 core/rsdoctor-browser

Path: packages/core/dist/rsdoctor-browser/rsdoctor-data.json

📌 Baseline Commit: 45a6aa9cb7 | PR: #1092

Metric Current Baseline Change
📊 Total Size 971.5 KB 971.3 KB +275.0 B (0.0%)
📄 JavaScript 963.4 KB 963.2 KB +275.0 B (0.0%)
🎨 CSS 0 B 0 B 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 8.1 KB 8.1 KB 0

📦 Download Diff Report: core/rsdoctor-browser Bundle Diff

📁 core/rsdoctor-main

Path: packages/core/dist/rsdoctor-main/rsdoctor-data.json

📌 Baseline Commit: 45a6aa9cb7 | PR: #1092

Metric Current Baseline Change
📊 Total Size 1.5 MB 1.5 MB +8.3 KB (0.5%)
📄 JavaScript 1.5 MB 1.5 MB +8.3 KB (0.6%)
🎨 CSS 0 B 0 B 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 75.4 KB 75.4 KB 0

📦 Download Diff Report: core/rsdoctor-main Bundle Diff

📁 vscode/rsdoctor-extension

Path: packages/vscode/dist/rsdoctor-extension/rsdoctor-data.json

📌 Baseline Commit: 45a6aa9cb7 | PR: #1092

Metric Current Baseline Change
📊 Total Size 60.2 MB 59.5 MB +698.3 KB (+1.1%)
📄 JavaScript 443.2 KB 433.6 KB +9.5 KB (+2.2%)
🎨 CSS 0 B 0 B 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 59.8 MB 59.1 MB +688.7 KB (+1.1%)

📦 Download Diff Report: vscode/rsdoctor-extension Bundle Diff

Generated by Rsdoctor GitHub Action

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 25, 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.

@9aoy 9aoy enabled auto-merge (squash) March 25, 2026 03:55
@9aoy 9aoy merged commit a0e6b76 into main Mar 25, 2026
17 checks passed
@9aoy 9aoy deleted the renovate/all-non-major branch March 25, 2026 03:56
@9aoy 9aoy mentioned this pull request Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant