You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rslint can now run community ESLint plugins' rules alongside its built-in native rules. Import the plugin and mount it in a JS/TS config under a prefix of your choice — plugin diagnostics merge into the same report, autofixes apply through --fix and the editor's source.fixAll, and it works the same way in the CLI and the VS Code extension. See the ESLint plugin compatibility guide for details and current limitations.
This release ports over 40 new rules across @typescript-eslint, eslint-plugin-jest, eslint-plugin-jsx-a11y, eslint-plugin-promise, and eslint-plugin-react, and enables the implemented rules in the javascript, typescript, and jsx-a11y recommended presets.
What's Changed
New Features 🎉
feat: port rule jsx-a11y/anchor-ambiguous-text by @fansenze in #939
No actionable comments were generated in the recent review. 🎉
ℹ️ Recent review info⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 3eac8e8b-1852-4caf-a384-1f57baf6ac7f
📥 Commits
Reviewing files that changed from the base of the PR and between 0686d7b and e375f53.
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
📝 Walkthrough
Walkthrough
The package.json file has two sets of changes: the packageManager field is updated from pnpm@11.5.0 to pnpm@11.6.0, and 17 devDependencies entries have their version ranges bumped upward. Affected packages include @rslib/core, @rslint/core, @rspress/core, @rstest/*, multiple @storybook/* packages and their type definitions, @types/* packages, antd, chromatic, prettier, react, react-dom, semver, and the storybook base package.
The title 'chore(deps): update all non-major dependencies' directly and clearly describes the main change in the PR, which updates multiple non-major dependency versions in package.json.
Description check
✅ Passed
The description provides comprehensive details about the dependency updates with a detailed table listing all 16 packages being updated, their version ranges, and relevant release notes from upstream sources.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
✨ Finishing Touches🧪 Generate unit tests (beta)
Create PR with unit tests
Commit unit tests in branch renovate/all-minor-patch
Comment @coderabbitai help to get the list of available commands and usage tips.
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
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:
^0.22.0→^0.22.1^0.5.3→^0.6.1^2.0.13→^2.0.14^0.10.3→^0.10.4^0.10.3→^0.10.4^10.4.1→^10.4.4^10.4.1→^10.4.4~24.12.4→~24.13.2^19.2.15→^19.2.17^6.4.3→^6.4.4^17.1.0→^17.4.111.5.0→11.6.0~3.8.3→~3.8.4^19.2.6→^19.2.7^19.2.6→^19.2.77.8.1→7.8.4^10.4.1→^10.4.4Release Notes
web-infra-dev/rslib (@rslib/core)
v0.22.1Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
e853652by @renovate[bot] in #1684Full Changelog: web-infra-dev/rslib@v0.22.0...v0.22.1
web-infra-dev/rslint (@rslint/core)
v0.6.1Compare Source
What's Changed
New Features 🎉
max-expectsrule by @eryue0220 in #1076Bug Fixes 🐞
Document 📖
Other Changes
79fe60aby @fansenze in #1086Full Changelog: web-infra-dev/rslint@v0.6.0...v0.6.1
v0.6.0Compare Source
Highlights
ESLint Plugin Compatibility
rslint can now run community ESLint plugins' rules alongside its built-in native rules. Import the plugin and mount it in a JS/TS config under a prefix of your choice — plugin diagnostics merge into the same report, autofixes apply through
--fixand the editor'ssource.fixAll, and it works the same way in the CLI and the VS Code extension. See the ESLint plugin compatibility guide for details and current limitations.40+ New Rules
This release ports over 40 new rules across
@typescript-eslint,eslint-plugin-jest,eslint-plugin-jsx-a11y,eslint-plugin-promise, andeslint-plugin-react, and enables the implemented rules in thejavascript,typescript, andjsx-a11yrecommended presets.What's Changed
New Features 🎉
expect-expectrule by @eryue0220 in #950no-standalone-expectrule by @eryue0220 in #984valid-titlerule by @eryue0220 in #948no-jasmine-globalsrule by @eryue0220 in #969prefer-called-withrule by @eryue0220 in #1025prefer-to-have-been-calledrule by @eryue0220 in #1019no-duplicate-hooksrule by @eryue0220 in #1026valid-expectrule by @eryue0220 in #1017prefer-eachrule by @eryue0220 in #1032prefer-to-have-been-called-timesrule by @eryue0220 in #1048prefer-expect-resolvesrule by @eryue0220 in #1062max-nested-describerule by @eryue0220 in #1063Bug Fixes 🐞
eslint-plugin-jesttest falsy cases by @eryue0220 in #992Refactor 🔨
Document 📖
Other Changes
47ca648by @fansenze in #936c282336by @fansenze in #9446a088fbby @fansenze in #9680a7c6b4by @fansenze in #9708799681by @fansenze in #976d99f6b2by @fansenze in #990tsgo-clientcrate releasing action by @CPunisher in #1045tsgo-clientfrom 0.0.2 to 0.0.3 by @CPunisher in #1046254e9a5by @fansenze in #105469b0d53by @fansenze in #1074cda7bafby @fansenze in #1078New Contributors
Full Changelog: web-infra-dev/rslint@v0.5.3...v0.6.0
web-infra-dev/rspress (@rspress/core)
v2.0.14Compare Source
What's Changed
New Features 🎉
?rawquery imports by @SoonIter in #3434Performance 🚀
Bug Fixes 🐞
react-domreactpeerDependencies and optimize Search component preconnect ⚡ by @sanjaiyan-dev in #3413MDXto oneOfmdxandmdx-rawby @SoonIter in #3436Document 📖
Other Changes
3cbb846by @renovate[bot] in #3428New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.13...v2.0.14
web-infra-dev/rstest (@rstest/adapter-rslib)
v0.10.4Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
3cbb846by @renovate[bot] in #1343Full Changelog: web-infra-dev/rstest@v0.10.3...v0.10.4
storybookjs/storybook (@storybook/addon-themes)
v10.4.4Compare Source
v10.4.3Compare Source
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.