chore(deps): update all non-major dependencies#110
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 15, 2026 02:23
e2533db to
c3ea179
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:
^0.23.1→^0.23.2^0.6.4→^0.6.5^2.0.15→^2.0.17^0.10.6→^0.11.1^0.10.6→^0.11.1^10.4.6→^10.5.0^10.4.6→^10.5.0~24.13.2→~24.13.3^6.5.0→^6.5.111.9.0→11.13.0~3.9.4→~3.9.5^10.4.6→^10.5.0Release Notes
web-infra-dev/rslib (@rslib/core)
v0.23.2Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.23.1...v0.23.2
web-infra-dev/rslint (@rslint/core)
v0.6.5Compare Source
What's Changed
New Features 🎉
no-unneeded-async-expect-functionrule by @eryue0220 in #1160no-conditional-expectrule by @eryue0220 in #1167no-restricted-matchersrule by @eryue0220 in #1169Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslint@v0.6.4...v0.6.5
web-infra-dev/rspress (@rspress/core)
v2.0.17Compare Source
What's Changed
New Features 🎉
route.useTransitionsto opt-out startTransition navigation by @sanjaiyan-dev in #3479route.prefetchLinkby @SoonIter in #3506Bug Fixes 🐞
startTransitionin async behaviour 🔧 by @sanjaiyan-dev in #3503Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.16...v2.0.17
v2.0.16Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
awaitnavigate and opt-in to routeruseTransition🧭 by @sanjaiyan-dev in #3476Document 📖
rspress-plugin-vizcommunity plugin by @elecmonkey in #3480Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.15...v2.0.16
web-infra-dev/rstest (@rstest/adapter-rslib)
v0.11.1Compare Source
Highlights
New Playwright integration package
This release adds
@rstest/playwright, providing Playwright-style browser automation fixtures such asbrowser,context,page,request, andserve, plus Playwright-style async assertions integrated with Rstestexpect.Rsbuild plugins can modify Rstest config
Rsbuild plugins can now use the exposed Rstest API to modify the current Rstest project config through
modifyRstestConfig, making it easier for Rsbuild ecosystem plugins to customize test behavior in a scoped and validated way.Task metadata support
Rstest now supports metadata for tests, suites, file results, and custom reporters. You can initialize metadata through
TestOptions.meta, inherit suite metadata in descendant suites/tests, update it at runtime viacontext.task.metaor hookctx.meta, and consume it from reporter hooks.Custom reporters can read the resolved metadata from case, suite, and file results:
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.11.0...v0.11.1
v0.11.0Compare Source
What's Changed
Breaking Changes 🍭
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
df4cb1cby @renovate[bot] in #1444New Contributors
Full Changelog: web-infra-dev/rstest@v0.10.6...v0.11.0
storybookjs/storybook (@storybook/addon-themes)
v10.5.0Compare Source
Storybook 10.5 contains hundreds of fixes and improvements:
List of all updates
- A11y: Fix MDX heading anchors not keyboard accessible - [#34368](https://redirect.github.com/storybookjs/storybook/pull/34368), thanks @TheSeydiCharyyev! - A11y: Handle lang attribute throughout preview - [#35321](https://redirect.github.com/storybookjs/storybook/pull/35321), thanks @Sidnioulz! - A11y: Surface required args and keyboard-reachable Setup controls in ArgsTable - [#35306](https://redirect.github.com/storybookjs/storybook/pull/35306), thanks @Sidnioulz! - Addon A11y: Preserve disabled a11y rules with runOnly - [#34649](https://redirect.github.com/storybookjs/storybook/pull/34649), thanks @cyphercodes! - Addon Docs: DocsContent not filling available width when TOC is enabled - [#35043](https://redirect.github.com/storybookjs/storybook/pull/35043), thanks @k-utsumi! - Addon Docs: Resolve CSF4 module exports without a default export - [#34834](https://redirect.github.com/storybookjs/storybook/pull/34834), thanks @TheSeydiCharyyev! - Addon Docs: Resolve providerImportSource to a path instead of a file:// URL - [#34841](https://redirect.github.com/storybookjs/storybook/pull/34841), thanks @TheSeydiCharyyev! - Addon Vitest: Add an initialGlobals option to pin a project's globals - [#35226](https://redirect.github.com/storybookjs/storybook/pull/35226), thanks @lifeiscontent! - Addon Vitest: Avoid erroring out on benign Win process exits - [#35287](https://redirect.github.com/storybookjs/storybook/pull/35287), thanks @Sidnioulz! - Addon Vitest: Fix dynamic import failure with Vitest 3 - [#34927](https://redirect.github.com/storybookjs/storybook/pull/34927), thanks @Sidnioulz! - Addon Vitest: Subscribe for run completion before triggering it - [#35291](https://redirect.github.com/storybookjs/storybook/pull/35291), thanks @tsushanth! - Angular: Add versioned `@types/node` to packages installed during `storybook init` - [#34192](https://redirect.github.com/storybookjs/storybook/pull/34192), thanks @copilot-swe-agent! - Angular: Fix custom paths for stats.json on angular - [#34551](https://redirect.github.com/storybookjs/storybook/pull/34551), thanks @mrginglymus! - Angular: Fix zone.js drop in angular-to-angular-vite migration + schema sync + transform widening - [#35386](https://redirect.github.com/storybookjs/storybook/pull/35386), thanks @valentinpalkovic! - Angular: Install @analogjs/vite-plugin-angular in angular-to-angular-vite automigration - [#35432](https://redirect.github.com/storybookjs/storybook/pull/35432), thanks @valentinpalkovic! - Angular: Introduce @storybook/angular-vite package - [#34202](https://redirect.github.com/storybookjs/storybook/pull/34202), thanks @brandonroberts! - Angular: Support Angular 22 in Webpack framework - [#35318](https://redirect.github.com/storybookjs/storybook/pull/35318), thanks @EtiennePasteur! - Angular: Use future-proof API for component reflection - [#35228](https://redirect.github.com/storybookjs/storybook/pull/35228), thanks @Sidnioulz! - Babel: Remove bugfixes from preset-env in v8 - [#35266](https://redirect.github.com/storybookjs/storybook/pull/35266), thanks @Sidnioulz! - Builder Vite: Fix empty external globals imports - [#34348](https://redirect.github.com/storybookjs/storybook/pull/34348), thanks @raashish1601! - Builder Vite: Support configLoader via builder options - [#34080](https://redirect.github.com/storybookjs/storybook/pull/34080), thanks @holvi-sebastian! - CLI: Add `storybook ai ` MCP passthrough behind `STORYBOOK_FEATURE_AI_CLI` - [#35125](https://redirect.github.com/storybookjs/storybook/pull/35125), thanks @kasperpeulen! - CLI: Add telemetry for the `storybook ai ` passthrough - [#35138](https://redirect.github.com/storybookjs/storybook/pull/35138), thanks @kasperpeulen! - CLI: Allow -p shorthand to --port for ai command - [#35390](https://redirect.github.com/storybookjs/storybook/pull/35390), thanks @huang-julien! - CLI: Bundle the `ai` command in core so it never downloads `@storybook/cli` - [#35147](https://redirect.github.com/storybookjs/storybook/pull/35147), thanks @kasperpeulen! - CLI: Do not auto-open the browser in storybook dev under AI agents - [#35412](https://redirect.github.com/storybookjs/storybook/pull/35412), thanks @kasperpeulen! - CLI: Exit process after successful build - [#34735](https://redirect.github.com/storybookjs/storybook/pull/34735), thanks @torleifhalseth! - CLI: Fix angular-to-angular-vite migration failing to configure addon-vitest - [#35404](https://redirect.github.com/storybookjs/storybook/pull/35404), thanks @valentinpalkovic! - CLI: Fix silent hang in deferred addon configuration during upgrade - [#35423](https://redirect.github.com/storybookjs/storybook/pull/35423), thanks @valentinpalkovic! - CLI: Fix upgrade crash on Storybook latest version check - [#35156](https://redirect.github.com/storybookjs/storybook/pull/35156), thanks @yatishgoel! - CLI: Handle nested array schema for AI help - [#35424](https://redirect.github.com/storybookjs/storybook/pull/35424), thanks @huang-julien! - CLI: Install MCP when upgrade is ran by agent - [#35215](https://redirect.github.com/storybookjs/storybook/pull/35215), thanks @huang-julien! - CLI: Load Storybook AI help from preset metadata - [#35212](https://redirect.github.com/storybookjs/storybook/pull/35212), thanks @kasperpeulen! - CLI: Match `storybook ai` instances by config dir as well as cwd - [#35392](https://redirect.github.com/storybookjs/storybook/pull/35392), thanks @kasperpeulen! - CLI: Prefer agent-matched Storybook instances - [#35235](https://redirect.github.com/storybookjs/storybook/pull/35235), thanks @kasperpeulen! - CLI: Respect BROWSER and BROWSER_ARGS - [#34513](https://redirect.github.com/storybookjs/storybook/pull/34513), thanks @ianzone! - CLI: Show MCP workflow instructions in AI help - [#35164](https://redirect.github.com/storybookjs/storybook/pull/35164), thanks @kasperpeulen! - CLI: Skip a11y addon automigration prompting when not applicable - [#35376](https://redirect.github.com/storybookjs/storybook/pull/35376), thanks @yannbf! - CLI: Support Claude preview autoPort - [#35259](https://redirect.github.com/storybookjs/storybook/pull/35259), thanks @kasperpeulen! - CLI: Use detected package manager instead of npx for remote commands - [#35409](https://redirect.github.com/storybookjs/storybook/pull/35409), thanks @ghengeveld! - Controls: Add label to Object JSON control - [#34766](https://redirect.github.com/storybookjs/storybook/pull/34766), thanks @Jaksenc! - Controls: Guard normalizeOptions against array labels and prototype chain lookups - [#34664](https://redirect.github.com/storybookjs/storybook/pull/34664), thanks @creazyfrog! - Controls: Improve ArgsTable empty state guidance - [#34857](https://redirect.github.com/storybookjs/storybook/pull/34857), thanks @Aniketiitk21! - Controls: Load controls for composed-ref stories on direct deep-link - [#35402](https://redirect.github.com/storybookjs/storybook/pull/35402), thanks @ndelangen! - Controls: Load controls for stories from a composed ref - [#35050](https://redirect.github.com/storybookjs/storybook/pull/35050), thanks @TheSeydiCharyyev! - Controls: Prevent AbortError when rapidly resetting - [#34412](https://redirect.github.com/storybookjs/storybook/pull/34412), thanks @whdjh! - Controls: Prevent the save bar from covering the last control - [#35136](https://redirect.github.com/storybookjs/storybook/pull/35136), thanks @TheSeydiCharyyev! - Core: Add ai-review observability - [#35300](https://redirect.github.com/storybookjs/storybook/pull/35300), thanks @yannbf! - Core: Add experimentalReview feature flag and make the features type augmentable - [#35379](https://redirect.github.com/storybookjs/storybook/pull/35379), thanks @yannbf! - Core: Add missing export to globals - [#34929](https://redirect.github.com/storybookjs/storybook/pull/34929), thanks @Sidnioulz! - Core: Add ref-based components manifest index backed by docgen open service - [#35063](https://redirect.github.com/storybookjs/storybook/pull/35063), thanks @JReinhold! - Core: Add runtime instance registry - [#34863](https://redirect.github.com/storybookjs/storybook/pull/34863), thanks @kasperpeulen! - Core: Allow vite-plus 0.2.x in the optional peer range - [#35221](https://redirect.github.com/storybookjs/storybook/pull/35221), thanks @lifeiscontent! - Core: Categorize UniversalStore follower timeout error - [#34592](https://redirect.github.com/storybookjs/storybook/pull/34592), thanks @justismailmemon! - Core: Clean stale runtime instance records - [#35023](https://redirect.github.com/storybookjs/storybook/pull/35023), thanks @kasperpeulen! - Core: Compose core annotations before preview beforeAll - [#35323](https://redirect.github.com/storybookjs/storybook/pull/35323), thanks @JReinhold! - Core: Ensure every runtime installs the real channel and stop the mock fallback from poisoning it - [#35410](https://redirect.github.com/storybookjs/storybook/pull/35410), thanks @ndelangen! - Core: Expose backgrounds types from public subpath - [#35044](https://redirect.github.com/storybookjs/storybook/pull/35044), thanks @ShaharAviram1! - Core: Extract StoryDependencyGraphService from ChangeDetectionService - [#35009](https://redirect.github.com/storybookjs/storybook/pull/35009), thanks @valentinpalkovic! - Core: Fix cryptic invariant crash when dev server port detection fails - [#35388](https://redirect.github.com/storybookjs/storybook/pull/35388), thanks @kasperpeulen! - Core: Fix EEXIST race condition in static file copying during build - [#34499](https://redirect.github.com/storybookjs/storybook/pull/34499), thanks @flt3150sk! - Core: Fix npm dependency detection - [#35083](https://redirect.github.com/storybookjs/storybook/pull/35083), thanks @fallintoplace! - Core: Fix potential race condition in SET_CONFIG hook - [#35401](https://redirect.github.com/storybookjs/storybook/pull/35401), thanks @mrginglymus! - Core: Fix resolveImport TSX fallback - [#34815](https://redirect.github.com/storybookjs/storybook/pull/34815), thanks @cyphercodes! - Core: Flush preview-api hook effects in portable stories - [#35224](https://redirect.github.com/storybookjs/storybook/pull/35224), thanks @lifeiscontent! - Core: Ignore story-like directories in indexer - [#34806](https://redirect.github.com/storybookjs/storybook/pull/34806), thanks @MukundaKatta! - Core: Improve ActionBar focus indicator in high contrast mode - [#34779](https://redirect.github.com/storybookjs/storybook/pull/34779), thanks @TheSeydiCharyyev! - Core: Include chromatic packages in ecosystem identifier - [#35170](https://redirect.github.com/storybookjs/storybook/pull/35170), thanks @yannbf! - Core: Incorrect package json handling - [#34515](https://redirect.github.com/storybookjs/storybook/pull/34515), thanks @lino-levan! - Core: Introduce Agentic Review feature - [#34837](https://redirect.github.com/storybookjs/storybook/pull/34837), thanks @yannbf! - Core: Leave experimentalReview unset by default so the AI CLI plugins can enable review - [#35396](https://redirect.github.com/storybookjs/storybook/pull/35396), thanks @kasperpeulen! - Core: Recognize addon-mcp registered via getAbsolutePath() in runtime instance registry - [#35286](https://redirect.github.com/storybookjs/storybook/pull/35286), thanks @yannbf! - Core: Reset WebsocketTransport heartbeat on every message, not just ping - [#35422](https://redirect.github.com/storybookjs/storybook/pull/35422), thanks @valentinpalkovic! - Core: Skip story-docs Code panel emission in portable stories - [#35387](https://redirect.github.com/storybookjs/storybook/pull/35387), thanks @ndelConfiguration
📅 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.