chore(deps): update all non-major dependencies#1499
Merged
Conversation
chenjiahan
approved these changes
Jul 3, 2026
Deploying rstest with
|
| Latest commit: |
41ce36c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c227e7cc.rstest.pages.dev |
| Branch Preview URL: | https://renovate-all-non-major.rstest.pages.dev |
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:
~2.1.1→~2.1.3~2.1.1→~2.1.3^2.0.0→^2.0.1^2.0.0→^2.0.1^2.0.0→^2.0.1^2.0.0→^2.0.1^2.0.4→^2.0.5^2.0.0→^2.0.1^1.5.16→^1.5.17^0.6.3→^0.6.4~2.1.1→~2.1.2~2.1.1→~2.1.2^4.3.1→^4.3.2v4.17.6→v4.18.1^11.3.5→^11.3.6^6.22.0→^6.23.06.24.0^1.21.0→^1.23.0^1.6.0→^1.7.0^3.9.1→^3.9.4^4.3.1→^4.3.2^0.185.0→^0.185.1^1.4.1→^1.4.2^5.108.1→^5.108.3Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.1.3Compare Source
Highlights
Import Attributes
type: 'text'Rsbuild now supports the import attributes syntax
with { type: 'text' }for importing file contents as source text:This aligns with the TC39 Import Text proposal.
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.1...v2.1.2
web-infra-dev/rsbuild (@rsbuild/plugin-babel)
v2.0.1Compare Source
Bug fixes
Document
web-infra-dev/rsbuild (@rsbuild/plugin-less)
v2.0.1Compare Source
New features
Document
web-infra-dev/rsbuild (@rsbuild/plugin-sass)
v2.0.1Compare Source
New features
Document
web-infra-dev/rsbuild (@rsbuild/plugin-svelte)
v2.0.1Compare Source
New features
web-infra-dev/rsbuild (@rsbuild/plugin-svgr)
v2.0.5Compare Source
New features
Document
Other changes
web-infra-dev/rsbuild (@rsbuild/plugin-vue)
v2.0.1Compare Source
New features
web-infra-dev/rsdoctor (@rsdoctor/rspack-plugin)
v1.5.17Compare Source
What's Changed
Bug Fixes 🐞
f64d25aDocument 📖
Full Changelog: web-infra-dev/rsdoctor@v1.5.16...v1.5.17
web-infra-dev/rslint (@rslint/core)
v0.6.4Compare Source
Highlights
Rslint Node API for In-Memory Linting
Rslint now ships a programmatic Node.js API (
@rslint/core) aligned with ESLint v10's interface. UseRslint#lintFiles/lintTextto lint from scripts, dev servers, or editor integrations — results are ESLint-shaped (LintResult[]withmessages,errorCount,warningCount,output, etc.). Auto-fix is supported viafix: trueplusRslint.outputFixes. Config resolution (overrideConfig, file discovery, normalization) all stays in JS; the Go--apiserver receives only the final resolved config and never reads disk.Fully in-memory linting is also supported through the new
virtualFilesoverlay — source, config, andtsconfig.jsoncan all live in memory with zero disk access, which makes the API a natural fit for playgrounds, web workers, and editor integrations:See the new Node.js API guide for details.
What's Changed
New Features 🎉
prefer-jest-mockedrule by @eryue0220 in #1147prefer-spy-onrule by @eryue0220 in #1148Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.3...v0.6.4
web-infra-dev/rspack (@rspack/cli)
v2.1.2Compare Source
What's Changed
Highlights 💡
Support
import.metastyle module variablesRspack now exposes more module variables through
import.meta, which aligns better with the ESM specification than CommonJS-style injected globals. When authoring ESM modules,import.metais now the recommended way to access these runtime values.The newly supported
import.metaproperties are:import.meta.rspackPublicPath__webpack_public_path__import.meta.rspackBaseUri__webpack_base_uri__import.meta.rspackShareScopes__webpack_share_scopes__import.meta.rspackInitSharing__webpack_init_sharing__import.meta.rspackNonce__webpack_nonce__import.meta.rspackUniqueId__rspack_unique_id__import.meta.rspackVersion__rspack_version__import.meta.rspackHash__webpack_hash__New Features 🎉
import.metastyle module variables (#14539 by @LingyuCoder)Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspack@v2.1.1...v2.1.2
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)CodSpeedHQ/action (CodSpeedHQ/action)
v4.18.1Compare Source
Release Notes
🚀 Features
Install codspeed-runner 4.18.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.18.1
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
v4.18.0Compare Source
Release Notes
🚀 Features
🐛 Bug Fixes
Install codspeed-runner 4.18.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.18.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
jprichardson/node-fs-extra (fs-extra)
v11.3.6Compare Source
webpro-nl/knip (knip)
v6.23.0: Release 6.23.0Compare Source
f85d96f) - thanks @trueberryless!62e9753) - thanks @ghostdevv!94e2863) - thanks @trueberryless!8a6050e)849b5ac)lucide-icons/lucide (lucide-react)
v1.23.0: Version 1.23.0Compare Source
What's Changed
paper-bagicon by @dkast in #4023New Contributors
Full Changelog: lucide-icons/lucide@1.22.0...1.23.0
v1.22.0Compare Source
antfu-collective/package-manager-detector (package-manager-detector)
v1.7.0Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
prettier/prettier (prettier)
v3.9.4Compare Source
v3.9.3Compare Source
v3.9.2Compare Source
mrdoob/three.js (three)
v0.185.1Compare Source
open-circle/valibot (valibot)
v1.4.2Compare Source
Many thanks to @Faze-up and @chatman-media for contributing to this release.
Intl.Segmenterfor non-primitive locales, preventing it from being recreated on everywords,minWords,maxWordsandnotWordsvalidation (pull request #1521)flattenmethod to handle issue path keys that collide withObject.prototypemembers liketoStringinstead of throwing aTypeError(pull request #1522)intersectschema to merge object keys that collide withObject.prototypemembers liketoStringinstead of failing to merge them (pull request #1522)webpack/webpack (webpack)
v5.108.3Compare Source
Patch Changes
Speed up CSS parsing and reduce CSS AST node memory. (by @alexander-akait in #21285)
Fix HMR codegen crash for harmony accept with unresolved imports. (by @xiaoxiaojx in #21302)
Match harmony accept dependencies by module reference so HMR codegen handles imports without a module or chunk id. (by @alexander-akait in #21303)
v5.108.2Compare Source
Patch Changes
Fix lazy barrel deferral of ungrouped side-effect imports. (by @hai-x in #21291)
Respect the
node:prefix for node.js core modules used as externals. (by @alexander-akait in #21286)Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 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.