fix(deps): update all non-major dependencies - #97
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 27, 2026 08:25
6c54b7e to
c7e9d42
Compare
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.5→^2.1.8^0.6.5→^0.7.1^0.11.1→^0.11.4^0.11.1→^0.11.4^11.3.6→^11.4.0^1.61.1→^1.62.011.13.0→11.17.0^3.9.5→^3.9.6^1.5.2→^1.5.3Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.1.8Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.7...v2.1.8
v2.1.7Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.6...v2.1.7
v2.1.6Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.5...v2.1.6
web-infra-dev/rslint (@rslint/core)
v0.7.1Compare Source
What's Changed
New Features 🎉
no-conditional-in-testrule by @eryue0220 in #1293Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
61aabc2by @fansenze in #131501cbcddby @fansenze in #1331New Contributors
Full Changelog: web-infra-dev/rslint@v0.7.0...v0.7.1
v0.7.0Compare Source
Highlights
Closer ESLint compatibility
Global declarations from
languageOptions.globalsand/* global */comments are now handled consistently across native rules. Target discovery,.gitignorebehavior, and recommended presets for JavaScript, TypeScript, React, import, promise, and Unicorn are also aligned more closely with upstream behavior.Faster linting and LSP feedback
Config discovery now runs in Go, source snapshots are reused across programs, ESLint-plugin pre-pass work is parallelized, single-file LSP linting targets files directly, and comment scans are shared across rules—reducing repeated work, especially in large repositories.
What's Changed
New Features 🎉
prefer-comparison-matcherrule by @eryue0220 in #1236no-restricted-jest-methodsrule by @eryue0220 in #1224no-interpolation-in-snapshotsrule by @eryue0220 in #1284Performance 🚀
Bug Fixes 🐞
classselector must not infer names from anonymous class expressions by @swwind in #1278Refactor 🔨
Other Changes
448614fby @fansenze in #1283New Contributors
Full Changelog: web-infra-dev/rslint@v0.6.5...v0.7.0
web-infra-dev/rstest (@rstest/core)
v0.11.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.3...v0.11.4
v0.11.3Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.2...v0.11.3
v0.11.2Compare Source
Highlights
Your last run now makes the next one faster
Rstest remembers how each test file did last run, and uses it two ways.
Failures come back first — no flag needed. Previously failed files now run first, so a broken test shows up at the start instead of the end. Slowest files go out first too, trimming wall-clock time on CI where workers are scarce.
Or skip the passing files with
--onlyFailures. When one change breaks several files,-fruns only what failed, so each fix-and-verify round stays short. Once nothing is failing, the next-fgoes back to the full suite instead of running nothing.npx rstest -f # onlyFailures: running 2 of 14 test files (12 deselected).See onlyFailures for details.
Rsbuild plugins can now read your Rstest config
getRstestConfiggives an Rsbuild plugin the resolved config for the environment it's building — the project's settings merged with run-level ones likepool,reporters, andshard. Useful for tailoring plugin behavior per project.See Read Rstest config in Rsbuild plugins for details.
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
* 0-3 1,15 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.