chore(deps): update all non-major dependencies #535
+322
−567
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.2.2
->^2.2.3
1.5.0
->1.5.4
^1.3.5
->^1.4.0
0.12.2
->0.12.4
^0.1.12
->^0.1.13
^19.1.11
->^19.1.12
^19.1.8
->^19.1.9
^3.5.20
->^3.5.21
^3.5.20
->^3.5.21
^30.0.5
->^30.1.2
^1.2.0
->^1.2.1
^3.5.20
->^3.5.21
Release Notes
biomejs/biome (@biomejs/biome)
v2.2.3
Compare Source
Patch Changes
#7353
4d2b719
Thanks @JeetuSuthar! - Fixed #7340: The linter now allows thenavigation
property for view-transition in CSS.Previously, the linter incorrectly flagged
navigation: auto
as an unknown property. This fix addsnavigation
to the list of known CSS properties, following the CSS View Transitions spec.#7275
560de1b
Thanks @arendjr! - Fixed #7268: Files that are explicitly passed as CLI arguments are now correctly ignored if they reside in an ignored folder.#7358
963a246
Thanks @ematipico! - Fixed #7085, now the rulenoDescendingSpecificity
correctly calculates the specificity of selectors when they are included inside a media query.#7387
923674d
Thanks @qraqras! - Fixed #7381, now theuseOptionalChain
rule recognizes optional chaining using Yoda expressions (e.g.,undefined !== foo && foo.bar
).#7316
f9636d5
Thanks @Conaclos! - Fixed #7289. The ruleuseImportType
now inlinesimport type
intoimport { type }
when thestyle
option is set toinlineType
.Example:
#7350
bb4d407
Thanks @siketyan! - Fixed #7261: two characters・
(KATAKANA MIDDLE DOT, U+30FB) and・
(HALFWIDTH KATAKANA MIDDLE DOT, U+FF65) are no longer considered as valid characters in identifiers. Property keys containing these character(s) are now preserved as string literals.#7377
811f47b
Thanks @ematipico! - Fixed a bug where the Biome Language Server didn't correctly compute the diagnostics of a monorepo setting, caused by an incorrect handling of the project status.#7245
fad34b9
Thanks @kedevked! - Added the new lint ruleuseConsistentArrowReturn
.This rule enforces a consistent return style for arrow functions.
Invalid
This rule is a port of ESLint's arrow-body-style rule.
#7370
e8032dd
Thanks @fireairforce! - Support dynamicimport defer
andimport source
. The syntax looks like:#7369
b1f8cbd
Thanks @siketyan! - Range suppressions are now supported for Grit plugins.For JavaScript, you can suppress a plugin as follows:
For CSS, you can suppress a plugin as follows:
#7384
099507e
Thanks @ematipico! - Reduced the severity of certain diagnostics emitted when Biome deserializes the configuration files.Now these diagnostics are emitted as
Information
severity, which means that they won't interfere when running commands with--error-on-warnings
#7302
2af2380
Thanks @unvalley! - Fixed #7301:useReadonlyClassProperties
now correctly skips JavaScript files.#7288
94d85f8
Thanks @ThiefMaster! - Fixed #7286. Files are now formatted with JSX behavior whenjavascript.parser.jsxEverywhere
is explicitly set.Previously, this flag was only used for parsing, but not for formatting, which resulted in incorrect formatting of conditional expressions when JSX syntax is used in
.js
files.#7311
62154b9
Thanks @qraqras! - Added the new nursery rulenoUselessCatchBinding
. This rule disallows unnecessary catch bindings.#7349
45c1dfe
Thanks @ematipico! - Fixed #4298. Biome now correctly formats CSS declarations when it contains one single value:#7295
7638e84
Thanks @ematipico! - Fixed #7130. Removed the emission of a false-positive diagnostic. Biome no longer emits the following diagnostic:#7377
811f47b
Thanks @ematipico! - Fixed #7371 where the Biome Language Server didn't correctly recompute the diagnostics when updating a nested configuration file.#7348
ac27fc5
Thanks @ematipico! - Fixed #7079. Now the ruleuseSemanticElements
doesn't trigger components and custom elements.#7389
ab06a7e
Thanks @Conaclos! - Fixed #7344.useNamingConvention
no longer reports interfaces defined in global declarations.Interfaces declared in global declarations augment existing interfaces.
Thus, they must be ignored.
In the following example,
useNamingConvention
reportedHTMLElement
.It is now ignored.
#7315
4a2bd2f
Thanks @vladimir-ivanov! - Fixed #7310:useReadonlyClassProperties
correctly handles nested assignments, avoiding false positives when a class property is assigned within another assignment expression.Example of code that previously triggered a false positive but is now correctly ignored:
web-infra-dev/rsbuild (@rsbuild/core)
v1.5.4
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.3...v1.5.4
v1.5.3
Compare Source
What's Changed
New Features 🎉
Performance 🚀
isPlainObject
with Object.prototype caching by @Copilot in #6021Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes
New Contributors
Full Changelog: web-infra-dev/rsbuild@v1.5.2...v1.5.3
v1.5.2
Compare Source
What's Changed
New Features 🎉
import.meta.env
by @chenjiahan in #5979Bug Fixes 🐞
Refactor 🔨
LoaderDefinition
to declare loader types by @chenjiahan in #5975Document 📖
cssModules.auto
configuration by @chenjiahan in #5989Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.1...v1.5.2
v1.5.1
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rsbuild@v1.5.0...v1.5.1
web-infra-dev/rslib (@rslib/core)
v0.12.4
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
redirect.js.path
set tofalse
by @Timeless0911 in #1198Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.12.3...v0.12.4
v0.12.3
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
Other Changes
color.dim
to print environment name by @Timeless0911 in #1187Full Changelog: web-infra-dev/rslib@v0.12.2...v0.12.3
web-infra-dev/rslint (@rslint/core)
v0.1.13
Compare Source
What's Changed
Full Changelog: web-infra-dev/rslint@v0.1.12...v0.1.13
vuejs/core (@vue/compiler-dom)
v3.5.21
Compare Source
Bug Fixes
${configDir}
in paths for TypeScript 5.5+ (#13491) (8696e34), closes #13484__VUE_HMR_RUNTIME__
from being overwritten by vue runtime in 3rd-party libraries (#13817) (1392734), closes vitejs/vite-plugin-vue#644Performance Improvements
jestjs/jest (jest-diff)
v30.1.2
Compare Source
Fixes
[jest-snapshot-utils]
Correct snapshot header regexp to work with newline across OSes (#15803)v30.1.1
Compare Source
Fixes
[jest-snapshot-utils]
Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)v30.1.0
Compare Source
jl917/rspress-plugin-sitemap (rspress-plugin-sitemap)
v1.2.1
Compare 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.