chore(deps): update all non-major dependencies - #71
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.13^0.6.5→^0.8.0^0.11.1→^0.11.8^0.11.1→^0.11.824.18.0→24.19.0^1.61.1→^1.62.111.13.0→11.21.0v6.0.9→v6.0.10^3.9.5→^3.9.6Release Notes
web-infra-dev/rsbuild (@rsbuild/core)
v2.1.13Compare Source
What's Changed
Full Changelog: web-infra-dev/rsbuild@v2.1.12...v2.1.13
v2.1.12Compare Source
What's Changed
New Features 🎉
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.11...v2.1.12
v2.1.11Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v2.1.10...v2.1.11
v2.1.10Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.9...v2.1.10
v2.1.9Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v2.1.8...v2.1.9
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.8.0Compare Source
Highlights
Typed rule configuration in
defineConfigdefineConfig()now provides autocomplete and type checking for ESLint core and@typescript-eslintrules. Editors suggest rule names, severity levels, and rule-specific options, and report invalid options before rslint runs.Full typescript-eslint preset support
ts.configsnow includesrecommendedTypeChecked,strict,strictTypeChecked,stylistic, andstylisticTypeChecked, matching the upstream typescript-eslint presets. As a breaking change,ts.configs.recommendedno longer includes ESLint core rules; addjs.configs.recommendedbefore it for a complete TypeScript setup.What's Changed
Breaking Changes 🍭
JavaScript runtime globals must be declared
no-undefnow follows ESLint's scope-based global resolution. For plain JavaScript files, Rslint no longer treats globals provided by TypeScript declaration files as implicitly available. ECMAScript built-ins such asArrayandPromiseremain available by default, but runtime-specific globals such aswindow,document,process, and__dirnamemust be declared throughlanguageOptions.globals.Because
js.configs.recommendedenablesno-undef, projects using this preset may see new diagnostics after upgrading. Theglobalspackage can be used to declare the environments each file runs in:Only include the environments that apply to those files. See
languageOptions.globalsfor details.New Features 🎉
Performance 🚀
Bug Fixes 🐞
no-disabled-testsandno-identical-titleby @elecmonkey in [#1674](https://redirecConfiguration
📅 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.