Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.3->^2.1.41.4.12->1.4.15^1.0.5->^1.0.6^1.3.4->^1.3.5^1.3.3->^1.3.5^1.1.0->^1.1.1^1.1.0->^1.1.10.11.0->0.11.2^2.0.0-beta.23->^2.0.0-beta.252.0.0-beta.23->2.0.0-beta.251.10.8->1.10.9^11.3.0->^11.3.1^21.3.10->^21.3.110.5.0->0.5.1^1.0.3->^1.0.4^1.0.2->^1.0.4^1.2.9->^1.2.11^1.0.0->^1.0.3Release Notes
biomejs/biome (@biomejs/biome)
v2.1.4Compare Source
Patch Changes
#7121
b9642abThanks @arendjr! - Fixed #7111: Imported symbols using aliases are now correctly recognised.#7103
80515ecThanks @omasakun! - Fixed #6933 and #6994.When the values of private member assignment expressions, increment expressions, etc. are used, those private members are no longer marked as unused.
#6887
0cc38f5Thanks @ptkagori! - Added thenoQwikUseVisibleTaskrule to Qwik.This rule is intended for use in Qwik applications to warn about the use of
useVisibleTask$()functions which require careful consideration before use.Invalid:
Valid:
#7084
50ca155Thanks @ematipico! - Added the new nursery rulenoUnnecessararyConditions, which detects whenever some conditions don'tchange during the life cycle of the program, and truthy or false, hence deemed redundant.
For example, the following snippets will trigger the rule:
#6887
0cc38f5Thanks @ptkagori! - Added theuseImageSizerule to Biome.The
useImageSizerule enforces the use of width and height attributes on<img>elements for performance reasons. This rule is intended to prevent layout shifts and improve Core Web Vitals by ensuring images have explicit dimensions.Invalid:
Valid:
#6887
0cc38f5Thanks @ptkagori! - Added theuseAnchorHrefrule to Biome.The
useAnchorHrefrule enforces the presence of anhrefattribute on<a>elements in JSX. This rule is intended to ensure that anchor elements are always valid and accessible.Invalid:
Valid:
#7100
29fcb05Thanks @Jayllyz! - Added the rulenoNonNullAssertedOptionalChain.This rule prevents the use of non-null assertions (
!) immediately after optional chaining expressions (?.). Optional chaining is designed to safely handle nullable values by returningundefinedwhen the chain encountersnullorundefined. Using a non-null assertion defeats this purpose and can lead to runtime errors.#7129
9f4538aThanks @drwpow! - Removed option, combobox, listbox roles from useSemanticElements suggestions#7106
236deaaThanks @arendjr! - Fixed #6985: Inference of return types no longer mistakenly picks up return types of nested functions.#7102
d3118c6Thanks @omasakun! - Fixed #7101:noUnusedPrivateClassMembersnow handles members declared as part of constructor arguments:privatemodifier and makes it a plain method argument.noUnusedFunctionParameter.#7104
5395297Thanks @harxki! - Reverting to prevent regressions around ref handling#7143
1a6933aThanks @siketyan! - Fixed #6799: ThenoImportCyclesrule now ignores type-only imports if the newignoreTypesoption is enabled (enabled by default).#7099
6cc84cbThanks @arendjr! - Fixed #7062: Biome now correctly considers extended configs when determining the mode for the scanner.#6887
0cc38f5Thanks @ptkagori! - Added theuseQwikClasslistrule to Biome.This rule is intended for use in Qwik applications to encourage the use of the built-in
classprop (which accepts a string, object, or array) instead of theclassnamesutility library.Invalid:
Valid:
#7019
57c15e6Thanks @fireairforce! - Added support in the JS parser forimport source(a stage3 proposal). The syntax looks like:#7053
655049eThanks @jakeleventhal! - Added theuseConsistentTypeDefinitionsrule.This rule enforces consistent usage of either
interfaceortypefor object type definitions in TypeScript.The rule accepts an option to specify the preferred style:
interface(default): Prefer usinginterfacefor object type definitionstype: Prefer usingtypefor object type definitionsExamples:
The rule will automatically fix simple cases where conversion is straightforward.
web-infra-dev/rsbuild (@rsbuild/core)
v1.4.15Compare Source
What's Changed
New Features 🎉
actionoption torsbuild.initConfigsby @colinaaa in https://github.com/web-infra-dev/rsbuild/pull/5753Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.14...v1.4.15
v1.4.14Compare Source
What's Changed
Trusted Publishing
All Rsbuild npm packages are now published based on npm's trusted publishing, making Rsbuild's npm packages more secure and transparent.
See:
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.4.13...v1.4.14
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
rspack-contrib/rsbuild-plugin-vue-jsx (@rsbuild/plugin-vue-jsx)
v1.1.1Compare Source
What's Changed
Full Changelog: rstackjs/rsbuild-plugin-vue-jsx@v1.1.0...v1.1.1
web-infra-dev/rslib (@rslib/core)
v0.11.2Compare Source
What's Changed
Trusted Publishing
All Rslib npm packages are now published based on npm's trusted publishing, making Rslib's npm packages more secure and transparent.
See:
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.11.1...v0.11.2
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.25Compare Source
Highlights ✨
Enable trusted publishing for npm packages OIDC ♻️
ref: https://docs.npmjs.com/trusted-publishers
UI Display of plugin-llms update 🆕️
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rspress@v2.0.0-beta.24...v2.0.0-beta.25
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: web-infra-dev/rspress@v2.0.0-beta.23...v2.0.0-beta.24
rspack-contrib/rstack-doc-ui (@rstack-dev/doc-ui)
v1.10.9Compare Source
What's Changed
Full Changelog: rstackjs/rstack-doc-ui@v1.10.8...v1.10.9
jprichardson/node-fs-extra (fs-extra)
v11.3.1Compare Source
move/moveSynccould incorrectly think files are identical on Windows (#1050)nrwl/nx (nx)
v21.3.11Compare Source
21.3.11 (2025-08-01)
🩹 Fixes
❤️ Thank You
rspack-contrib/path-serializer (path-serializer)
v0.5.1Compare Source
What's Changed
Full Changelog: rstackjs/path-serializer@v0.5.0...v0.5.1
rspack-contrib/rsbuild-plugin-google-analytics (rsbuild-plugin-google-analytics)
v1.0.4Compare Source
What's Changed
Full Changelog: rstackjs/rsbuild-plugin-google-analytics@v1.0.3...v1.0.4
rspack-contrib/rsbuild-plugin-open-graph (rsbuild-plugin-open-graph)
v1.0.4Compare Source
What's Changed
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.