chore(deps): update all patch dependencies#2435
Merged
Timeless0911 merged 1 commit intomainfrom Aug 4, 2025
Merged
Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for rspress ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Timeless0911
approved these changes
Aug 4, 2025
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.2->^2.1.3^7.52.9->^7.52.101.54.1->1.54.2~1.4.12->~1.4.13~1.3.0->~1.3.10.11.0->0.11.1^2.0.0-beta.22->^2.0.0-beta.24^19.1.8->^19.1.9^19.1.6->^19.1.7^0.0.256->^0.0.258^2.0.12->^2.0.131.54.1->1.54.2^19.1.0->^19.1.1^19.1.0->^19.1.1^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/core)
v1.4.13Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document 📖
distPath.faviconoption by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/5747Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.12...v1.4.13
web-infra-dev/rslib (@rslib/core)
v0.11.1Compare Source
What's Changed
New Features 🎉
dts.aliasby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/1135Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.0...v0.11.1
web-infra-dev/rspress (@rspress/core)
v2.0.0-beta.24Compare Source
Highlights ✨
UI LlmsCopyButton of llms.txt 🤖
We hope that llms.txt will have a greater role in AI era. Thanks to fumadocs, it is inspired from fumadocs's docsite
ref: https://v2.rspress.rs/plugin/official-plugins/llms#2-ui-display
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: v2.0.0-beta.23...v2.0.0-beta.24
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: v2.0.0-beta.22...v2.0.0-beta.23
microsoft/TypeScript-DOM-Lib-Generator (@types/web)
v0.0.258Compare Source
asynciterable.d.tsNo changes
index.d.tsNo changes
iterable.d.tsNo changes
v0.0.257Compare Source
asynciterable.d.tsNo changes
index.d.tsNo changes
iterable.d.tsNo changes
unjs/unhead (@unhead/react)
v2.0.13Compare Source
🐞 Bug Fixes
View changes on GitHub
facebook/react (react)
v19.1.1Compare Source
facebook/react (react-dom)
v19.1.1Compare Source
google/zx (zx)
v8.7.2: — Copper CrafterCompare Source
Stability and customizability improvements
nothrowoption onProcessPromiseinit stage #1288_snapshot.killSignalvalue onkill()#1287Failclass #1285$as type #1283Internal tweak ups #1276 #1277 #1278 #1279 #1280 #1281 #1282 #1286 #1289
Described the zx architecture basics. This section helps to better understand the zx concepts and internal logic, and will be useful for those who want to become a project contributor, make tools based on it, or create something similar from scratch. #1290 #1291 #1292
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.