chore(deps): update all non-major dependencies #1141
Merged
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.2->^2.1.3^7.52.9->^7.52.101.54.1->1.54.2^1.3.0->^1.3.1^1.3.2->^1.4.02.0.0-beta.22->2.0.0-beta.232.0.0-beta.22->2.0.0-beta.232.0.0-beta.22->2.0.0-beta.232.0.0-beta.22->2.0.0-beta.230.0.10->0.1.0^3.8.1->^3.9.1^9.0.18->^9.1.0^9.0.18->^9.1.0^9.0.18->^9.1.0^9.0.18->^9.1.0^9.0.18->^9.1.0^22.16.5->^22.17.0^19.1.8->^19.1.9^19.1.6->^19.1.7^6.0.0->^6.0.1^4.23.0->^4.28.0^21.3.7->^21.3.1010.13.1->10.14.0>=10.13.1->>=10.14.0^10.26.9->^10.27.0^19.1.0->^19.1.1^19.1.0->^19.1.1^2.13.0->^2.13.1^9.0.18->^9.1.0^5.8.3->^5.9.2^8.7.1->^8.7.2Release Notes
biomejs/biome (@biomejs/biome)
v2.1.3Compare Source
Patch Changes
#7057
634a667Thanks @mdevils! - Added the rulenoVueReservedKeys, which prevents the use of reserved Vue keys.It prevents the use of Vue reserved keys such as those starting with
# @​biomejs/biome (like$el,$data,$props) and keys starting with_` in data properties, which can cause conflicts and unexpected behavior in Vue components.Invalid example
Valid examples
#6941
734d708Thanks @JamBalaya56562! - Added@eslint-react/no-nested-component-definitionsas a rule source fornoNestedComponentDefinitions. Now it will get picked up bybiome migrate --eslint.#6463
0a16d54Thanks @JamBalaya56562! - Fixed a website link for theuseComponentExportOnlyModuleslinter rule to point to the correct URL.#6944
e53f2feThanks @sterliakov! - Fixed #6910: Biome now ignores type casts and assertions when evaluating numbers fornoMagicNumbersrule.#6991
476cd55Thanks @denbezrukov! - Fixed #6973: Add support for parsing the :active-view-transition-type() pseudo-class#6992
0b1e194Thanks @ematipico! - Added a new JSON rule callednoQuickfixBiome, which disallow the use of code actionquickfix.biomeinside code editor settings.#6943
249306dThanks @JamBalaya56562! - Fixed@vitest/eslint-pluginsource url.#6947
4c7ed0fThanks @JamBalaya56562! - Fixed ESLint migration for the ruleprefer-forfromeslint-plugin-solidto Biome'suseForComponent.#6976
72ebadcThanks @siketyan! - Fixed #6692: The rulesnoUnusedVariablesandnoUnusedFunctionParametersno longer cause an infinite loop when the suggested name is not applicable (e.g. the suggested name is already declared in the scope).#6990
333f5d0Thanks @rvanlaarhoven! - Fixed the documentation URL forlint/correctness/noUnknownPseudoClass#7000
4021165Thanks @harxki! - Fixed #6795:noUnassignedVariablesnow correctly recognizes variables used in JSXrefattributes.#7044
b091ddfThanks @ematipico! - Fixed #6622, now the ruleuseSemanticElementsworks for JSX self-closing elements too.#7014
c4864e8Thanks @siketyan! - Fixed #6516: Thebiome migratecommand no longer break the member list with trailing comments.#6979
29cb6daThanks @unvalley! - Fixed #6767:useSortedClassesnow correctly removes leading and trailing whitespace in className.Previously, trailing spaces in className were not fully removed.
#7055
ee4828dThanks @dyc3! - Added the nursery ruleuseReactFunctionComponents. This rule enforces the preference to use function components instead of class components.Valid:
Invalid:
#6924
2d21be9Thanks @ematipico! - Fixed #113, where the Biome Language Server didn't correctly update the diagnostics when the configuration file is modified in the editor. Now the diagnostics are correctly updated every time the configuration file is modified and saved.#6931
e6b2380Thanks @arendjr! - Fixed #6915:useHookAtTopLevelno longer hangs when rules call themselves recursively.#7012
01c0ab4Thanks @siketyan! - Fixed #5837: Invalid suppression comments such asbiome-ignore-all-startorbiome-ignore-all-endno longer causes a panic.#6949
48462f8Thanks @fireairforce! - Support parseimport defer(which is a stage3 proposal). The syntax look like this:#6938
5feb5a6Thanks @vladimir-ivanov! - Fixed #6919 and #6920:useReadonlyClassPropertiesnow does checks for mutations in async class methods.Example:
#6942
cfda528Thanks @sterliakov! - Fixed #6939. Biome now understandsthisbinding in classes outside of methods.microsoft/rushstack (@microsoft/api-extractor)
v7.52.10Compare Source
Fri, 01 Aug 2025 00:12:48 GMT
Patches
microsoft/playwright (@playwright/test)
v1.54.2Compare Source
Highlights
https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
This version was also tested against the following stable channels:
web-infra-dev/rsbuild (@rsbuild/plugin-less)
v1.3.1Compare Source
What's Changed
Bug Fixes 🐞
@rspack/corewith native require by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4926Document 📖
server.compressby @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/4917Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.3.0...v1.3.1
rspack-contrib/rsbuild-plugin-node-polyfill (@rsbuild/plugin-node-polyfill)
v1.4.0Compare Source
What's Changed
global.xandglobalThis.xis disabled by default, as this may break some third-party libraries that exportglobal. See https://github.com/rspack-contrib/rsbuild-plugin-node-polyfill/issues/34Full Changelog: rspack-contrib/rsbuild-plugin-node-polyfill@v1.3.2...v1.4.0
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.23Compare Source
Breaking Changes 🚨
Enable
markdown.link.checkDeadLinksby defaultRspress V2 now re-implements the dead link check feature. More information is obtained during compilation, resulting in more accurate results and more beautiful logs.
Ref: https://v2.rspress.rs/guide/basic/use-mdx/link, https://v2.rspress.rs/zh/api/config/config-build#markdownlinkcheckdeadlinks
MDX fragments usage (ignore "_" prefix routes via
route.excludeConvention)In the docs directory, MDX fragments or React components need to be excluded from routing through the route.exclude configuration. For convenience, we agree that files starting with "_" will be excluded by default.
Ref: https://v2.rspress.rs/guide/basic/use-mdx/components
Highlights ✨
New plugin
@rspress/plugin-sitemap🗺️thanks to @jl917, he created rspress-plugin-sitemap during Rspress V1 for generating sitemap.
@rspress/plugin-sitemapis a forked version ofrspress-plugin-sitemapand it is compatible with Rspress V2. During Rspress V2, it will be maintained as an official Rspress plugin.Ref: https://v2.rspress.rs/plugin/official-plugins/sitemap
Documentation of Rspress V2 is happening📚
Most of the breaking changes in Rspress V2 have been completed, and we are now gradually enriching the documentation and standardizing various features provided to Rspress users such as links and mdx fragments usage
What's Changed
New Features 🎉
checkDeadLinksby default and addmarkdown.link.autoPrefixby @SoonIter in https://github.com/web-infra-dev/rspress/pull/2415Performance 🚀
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.22...v2.0.0-beta.23
web-infra-dev/rstest (@rstest/core)
v0.1.0Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
module not founderror codeFrame correctly by @9aoy in https://github.com/web-infra-dev/rstest/pull/427Document 📖
Other Changes
Full Changelog: web-infra-dev/rstest@v0.0.10...v0.1.0
shikijs/shiki (@shikijs/transformers)
v3.9.1Compare Source
🚀 Features
View changes on GitHub
v3.9.0Compare Source
🐞 Bug Fixes
options.langtocodeToHast- by @topolarity in https://github.com/shikijs/shiki/issues/1047 (c586e)View changes on GitHub
storybookjs/storybook (@storybook/addon-docs)
v9.1.0Compare Source
Storybook 9.1 is packed with new features and improvements to enhance accessibility, streamline testing, and make your development workflow even smoother!
🚀 Improved upgrade command with monorepo support for seamless upgrades
🅰 Angular fixes for Tailwind 4, cache busting, and zoneless compatibility
🧪
sb.mockAPI and Automocking: one-line module mocking to simplify your testing workflow🧪 Favicon shows test run status for quick visual feedback
⚛️ Easier configuration for React Native projects
🔥 Auto-abort play functions on HMR to avoid unwanted side effects
🏗️ Improved CSF factories API for type safe story definitions
♿️ A11y improvements across Storybook’s UI — addon panel, toolbar, sidebar, mobile & more
💯 Dozens more fixes and improvements based on community feedback!
List of all updates
extendAPI, portable stories - #30601, thanks @kasperpeulen!react-element-to-jsx-string- #31170, thanks @7rulnik!project.jsonfor getAbsolutePath - #31510, thanks @ndelangen!storybookjs/storybook (@storybook/addon-onboarding)
v9.1.0Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v6.0.1Bug Fixes
Performance Improvements
debug(#627) (9dfa996)Miscellaneous Chores
Build System
streamich/memfs (memfs)
v4.28.0Compare Source
Features
v4.27.0Compare Source
Bug Fixes
Features
v4.26.0Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.