chore(deps): update all non-major dependencies#108
Merged
Conversation
62980b0 to
9ca62ff
Compare
9ca62ff to
048e623
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.0.1→2.1.0^0.22.1→^0.23.1^0.6.1→^0.6.4^2.0.14→^2.0.15^0.10.4→^0.10.6^0.10.4→^0.10.6^10.4.4→^10.4.6^10.4.4→^10.4.6^6.4.4→^6.5.0^17.4.1→^17.8.011.3.5→11.3.624.16.0→24.18.011.6.0→11.9.0v6.0.8→v6.0.9~3.8.4→~3.9.47.8.4→7.8.5^10.4.4→^10.4.6Release Notes
web-infra-dev/rsbuild (@rsbuild/plugin-react)
v2.1.0Compare Source
New features
Bug fixes
Document
web-infra-dev/rslib (@rslib/core)
v0.23.1Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.23.0...v0.23.1
v0.23.0Compare Source
What's Changed
New Features 🎉
Performance 🚀
Other Changes
Full Changelog: web-infra-dev/rslib@v0.22.1...v0.23.0
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
v0.6.3Compare Source
What's Changed
New Features 🎉
prefer-hooks-on-toprule by @eryue0220 in #1107prefer-hooks-in-orderrule by @eryue0220 in #1110no-confusing-set-timeoutrule by @eryue0220 in #1118no-exportrule by @eryue0220 in #1124Bug Fixes 🐞
??operand position with typescript-eslint by @fansenze in #1141Other Changes
@stylisticconformance into per-category suites by @fansenze in #1113Full Changelog: web-infra-dev/rslint@v0.6.2...v0.6.3
v0.6.2Compare Source
What's Changed
New Features 🎉
prefer-equality-matcherrule by @eryue0220 in #1061Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Other Changes
dd6bcebby @fansenze in #1103Full Changelog: web-infra-dev/rslint@v0.6.1...v0.6.2
web-infra-dev/rspress (@rspress/core)
v2.0.15Compare Source
Highlights
🌙
themeConfig.darkModesupports default and forced valuesYou can now set the default or forced theme behavior directly via
themeConfig.darkMode, instead of relying onwindow.RSPRESS_THEME. It accepts values like'dark','light','auto','force-dark', and'force-light'.🔗 Markdown anchor link validation
Rspress now validates internal heading hash links during builds. Enable
markdown.link.checkAnchorsto catch broken anchors in same-page, relative, and absolute Markdown/MDX links.What's Changed
New Features 🎉
themeConfig.darkModeset default values by @SoonIter in #3473Performance 🚀
Bug Fixes 🐞
__ReplaceElements" by @SoonIter in #3468--rp-c-linkand nav gap by @SoonIter in #3474Refactor 🔨
useLayoutEffectin useNavTransparent for performance🛠️ by @sanjaiyan-dev in #3475Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.14...v2.0.15
web-infra-dev/rstest (@rstest/adapter-rslib)
v0.10.6Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
0ac4127by @renovate in #1437Full Changelog: web-infra-dev/rstest@v0.10.5...v0.10.6
v0.10.5Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.10.4...v0.10.5
storybookjs/storybook (@storybook/addon-themes)
v10.4.6Compare Source
v10.4.5Compare Source
ant-design/ant-design (antd)
v6.5.0Compare Source
DESIGN.mddesign-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489 @afc163antd.min.jsdown from437.05 KBto432.44 KB, andantd-with-locales.min.jsdown from514.19 KBto506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in@rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497 @QDyanbing @afc163@ant-design/iconsto6.3.1and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497 @afc163theme.zeroRuntimeis enabled. #58517 @afc163visibilityToggle.tabIndexto customize the visibility toggle button tab order. #58458 @QDyanbingstyleconfiguration. #58467 @QDyanbingenterButton.className. #58506 @QDyanbingtokenSeparatorssupport. #57966 @ZQDesignedlabelRenderdimming while open. #58288 @kfylaktopoulosdefaultSortOrderand controlledsortOrderbeing ignored when the column is hidden byresponsiveat the current breakpoint. #58008 @yogeshwaran-caria-*attributes fromgetCheckboxProps. #58275 @EmilyyyLiudurationprop to control beam loop duration. #58233 @QDyanbinglineWidthprop to control beam width. #58324 @QDyanbingsizeprop to control beam size. #58303 @QDyanbingtitleprop to allow removing the native tooltip. #58209 @QDyanbingclassNamesandstylessupport. #57938 @landeqiming666theme.cssVarenabled. #58046 @yogeshwaran-cantd setup, Node.js>=20.0.0requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460 @afc163stylepriority across components to ensure componentstyleoverrides globalstyles.rootandstyleconfiguration. #58474 @QDyanbingheaderPaddingSM,headerPaddingLG,contentPaddingSM, andcontentPaddingLGtokens to configure header and content padding for small and large sizes separately. #58436 @biubiukamlabelWrapconfiguration support. #58035 @EmilyyyLiulabelStyle,contentStyle,styles.label, andstyles.contentnot applying to the matching cell inborderedmode. #58241 @gaurav0107onClearcallback support. #58403 @QDyanbingleftandrightplacement support. #58437 @linyanalabelHeighttoken. #58433 @BangDoriitemDatatoonSelect,onClickandonDeselectcallback parameters. #58197 @EmilyyyLiuscrollLockprop to control body scroll locking. #58256 @EmilyyyLiuextrawhen it is the number0. #58504 @QDyanbingdisabledarray support to disable individual handlesConfiguration
📅 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.