chore(deps): update all patch dependencies #3532
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:
1.9.1
->1.9.2
^2.60.0
->^2.60.1
0.6.4
->0.6.6
^1.0.4
->^1.0.5
^18.3.5
->^18.3.8
^1.0.30001660
->^1.0.30001662
1.0.2
->1.0.3
^1.79.2
->^1.79.3
^1.79.2
->^1.79.3
^16.0.1
->^16.0.2
8.1.0
->8.1.1
5.0.0-next.246
->5.0.0-next.257
^3.4.11
->^3.4.12
^3.5.5
->^3.5.8
Release Notes
biomejs/biome (@biomejs/biome)
v1.9.2
Compare Source
CLI
New features
Added support for custom GritQL definitions, including:
Contributed by @arendjr
Bug fixes
contains
queries to report false positives when the matchednode appeared inside a sibling node. Contributed by @arendjr
Editors
Bug fixes
Fix #3923. Now the
.editorconfig
is correctly parsed by the LSP, and the options are correctly applied to files when formatting is triggered.Plus, the Biome LSP now watches for any change to the
.editorconfig
, and updates the formatting settings.Reduced the number of log files generated by the LSP server. Now the maximum number of logs saved on disk is seven. Contributed by @ematipico
Fix the code actions capabilities available in the LSP Biome server. Before, the LSP was using the default capabilities, which resulted in pulling code actions even when they were disabled by the editor.
This means that the code actions are pulled by the client only when the editor enables
quickfix.biome
,source.organizeImports.biome
andsource.fixAll.biome
.Now, if you enable
organizeImports.enabled: true
in thebiome.json
, and then you configure your editor with the following code actionsource.organizeImports.biome: false
, the editor won't sort the imports.Contributed by @ematipico
Linter
New features
Bug fixes
noLabelWithoutControl now accept JSX expression as label value (#3875). Contributed by @Conaclos
useFilenamingConvention no longer suggests names with a disallowed case (#3952). Contributed by @Conaclos
useFilenamingConvention now recognizes file names starting with ASCII digits as lowercase (#3952).
Thus,
2024-09-17-filename
,2024_09_17_filename
and20240917FileName
are inkebab-case
,snake_case
, andcamelCase
respectively.Contributed by @Conaclos
useFilenamingConvention now applies the configured formats to the file extensions (#3650). Contributed by @Conaclos
Parser
Bug fixes
useStrictMode now reports Script files with some directives, but without the
use strict
directive. Contributed by @ConaclosThe CSS parser now accepts the characters U+FFDCF and U+FFFD in identifiers. Contributed by @Conaclos
web-infra-dev/modern.js (@modern-js/module-tools)
v2.60.1
Compare Source
Patch Changes
2ccddaf
: feat: remove @modern-js/plugin-lint pluginfeat: 移除 @modern-js/plugin-lint 插件
web-infra-dev/rsbuild (@rsbuild/core)
v1.0.5
Compare Source
What's Changed
New Features 🎉
devServer.open
API by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3498Document 📖
Other Changes
Full Changelog: v1.0.4...v1.0.5
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001662
Compare Source
rspack-contrib/rsbuild-plugin-google-analytics (rsbuild-plugin-google-analytics)
v1.0.3
Compare Source
What's Changed
enable
option by @chenjiahan in https://github.com/rspack-contrib/rsbuild-plugin-google-analytics/pull/10Full Changelog: rspack-contrib/rsbuild-plugin-google-analytics@v1.0.2...v1.0.3
sass/dart-sass (sass)
v1.79.3
Compare Source
$channel
parameter in the suggested replacement forcolor.red()
,color.green()
,color.blue()
,color.hue()
,color.saturation()
,color.lightness()
,color.whiteness()
, andcolor.blackness()
to use a quoted string.sass/embedded-host-node (sass-embedded)
v1.79.3
Compare Source
$channel
parameter in the suggested replacement forcolor.red()
,color.green()
,color.blue()
,color.hue()
,color.saturation()
,color.lightness()
,color.whiteness()
, andcolor.blackness()
to use a quoted string.webpack-contrib/sass-loader (sass-loader)
v16.0.2
Compare Source
webpack-contrib/stylus-loader (stylus-loader)
v8.1.1
Compare Source
sveltejs/svelte (svelte)
v5.0.0-next.257
Compare Source
Patch Changes
v5.0.0-next.256
Compare Source
Patch Changes
fix: only warn on context="module" in runes mode (#13332)
feat: deprecate
<svelte:self>
in runes mode (#13333)fix: set strings as attributes, non-strings as properties if property exists (#13327)
v5.0.0-next.255
Compare Source
Patch Changes
fix: keep bound inputs in sync in runes mode (#13328)
fix: silence snapshot warnings inside
$inspect
(#13334)v5.0.0-next.254
Compare Source
Patch Changes
zoom
when calculating animation transforms (#13317)v5.0.0-next.253
Compare Source
Patch Changes
fix: delete transformers shadowed by unreassigned state (#13316)
fix: don't make wheel events passive by default (#13322)
v5.0.0-next.252
Compare Source
Patch Changes
fix: handle
$Props
interface during migration (#13305)fix: attach effects-inside-deriveds to the parent of the derived (#13309)
fix: simplify and robustify appending styles (#13303)
v5.0.0-next.251
Compare Source
Patch Changes
v5.0.0-next.250
Compare Source
Patch Changes
fix: correctly migrate sequence expressions (#13291)
fix: avoid disconnecting deriveds that are still active (#13292)
feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#13130)
v5.0.0-next.249
Compare Source
Patch Changes
fix: ensure snapshot logs don't affect dependency graph (#13286)
fix: allow custom element styles to be updated in HMR mode (#13225)
fix: inject styles correctly when mounting inside an iframe (#13225)
v5.0.0-next.248
Compare Source
Patch Changes
feat: provide guidance in browser console when logging $state objects (#13142)
fix: ensure correct parent effect is associated with render effects (#13274)
feat: unwrap function expressions where possible, and optimise bindings (#13269)
v5.0.0-next.247
Compare Source
Patch Changes
fix: wait until template strings are complete before sanitizing (#13262)
fix: avoid flushing sync with $inspect (#13239)
fix: separate
template_effect
for dynamic class/style directive with dynamic attributes (#13171)fix: treat pure call expressions as potentially reactive if they reference local bindings (#13264)
fix: follow spec for
customElement
option (#13247)fix: tighten up `# svelte prefix validation (#13261)
tailwindlabs/tailwindcss (tailwindcss)
v3.4.12
Compare Source
vuejs/core (vue)
v3.5.8
Compare Source
Bug Fixes
v3.5.7
Compare Source
Bug Fixes
duration
setting even when it is0
(#11967) (f927a4a)Performance Improvements
v3.5.6
Compare Source
Bug Fixes
once
option should be ignored by watchEffect (#11884) (49fa673)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.