chore(deps): update all patch dependencies #3775
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.3
->1.9.4
^2.60.3
->^2.60.4
0.6.10
->0.6.11
^1.0.13
->^1.0.16
^1.0.1
->^1.0.2
^1.0.2
->^1.0.3
^1.0.3
->^1.0.5
^1.0.2
->^1.0.3
^1.0.1
->^1.0.2
^1.0.1
->^1.0.2
0.0.0-next-20241012061647
->0.0.13
^4.17.10
->^4.17.12
1.0.6
->1.0.7
^20.0.0
->^20.0.3
^1.1.0
->^1.1.1
^10.24.2
->^10.24.3
^3.4.13
->^3.4.14
^2.1.2
->^2.1.3
Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4
Compare Source
Analyzer
Bug fixes
Implement GraphQL suppression action. Contributed by @vohoanglong0107
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule
a11y/noInteractiveElementToNoninteractiveRole
incorrectly reports arole
for non-interactive elements. Contributed by @eryue0220noSuspiciousSemicolonInJsx
now catches suspicious semicolons in React fragments. Contributed by @vasucp1207CLI
Enhancements
The
--summary
reporter now reports parsing diagnostics too. Contributed by @ematipicoImproved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Editors
Formatter
Bug fixes
JavaScript APIs
Linter
New features
Bug Fixes
Biome no longer crashes when it encounters a string that contain a multibyte character (#4181).
This fixes a regression introduced in Biome 1.9.3
The regression affected the following linter rules:
nursery/useSortedClasses
nursery/useTrimStartEnd
style/useTemplate
suspicious/noMisleadingCharacterClass
Contributed by @Conaclos
Fix #4190, where the rule
noMissingVarFunction
wrongly reported a variable as missing when used inside avar()
function that was a newline. Contributed by @ematipicoFix #4041. Now the rule
useSortedClasses
won't be triggered ifclassName
is composed only by inlined variables. Contributed by @ematipicouseImportType and useExportType now report useless inline type qualifiers (#4178).
The following fix is now proposed:
Contributed by @Conaclos
useExportType now reports ungrouped
export from
.The following fix is now proposed:
Contributed by @Conaclos
noVoidTypeReturn now accepts
void
expressions in return position (#4173).The following code is now accepted:
Contributed by @Conaclos
noUselessFragments now correctly handles fragments containing HTML escapes (e.g.
) inside expression escapes{ ... }
(#4059).The following code is no longer reported:
Contributed by @fireairforce
noUnusedFunctionParameters and noUnusedVariables no longer reports a parameter as unused when another parameter has a constructor type with the same parameter name (#4227).
In the following code, the
name
parameter is no longer reported as unused.Contributed by @Conaclos
noUndeclaredDependencies now accepts dependency names with dots. Contributed by @Conaclos
useFilenamingConvention now correctly handles renamed exports (#4254).
The rule allows the filename to be named as one of the exports of the module.
For instance, the file containing the following export can be named
Button
.The rule now correctly handles the renaming of an export.
For example, the file containing the following export can only be named
Button
.Previously the rule expected the file to be named
A
.Contributed by @Conaclos
useConsistentMemberAccessibility now ignore private class members such as
#property
(#4276). Contributed by @ConaclosnoUnknownFunction correctly handles
calc-size
function (#4212).The following code
calc-size
is no longer reported as unknown:Contributed by @fireairforce
useNamingConvention now allows configuring conventions for readonly index signatures.
Contributed by @sepruko
Previously, the rule incorrectly reported duplicates for all properties, including non-custom ones. Contributed by @togami2864
Parser
Bug Fixes
The CSS parser now accepts more emoji in identifiers (#3627).
Browsers accept more emoji than the standard allows.
Biome now accepts these additional emojis.
The following code is now correctly parsed:
Contributed by @Conaclos
Add support for parsing typescript's
resolution-mode
in Import Types(#2115)Contributed by @fireairforce
web-infra-dev/modern.js (@modern-js/module-tools)
v2.60.4
Compare Source
Patch Changes
d93bdb4
]d6986c5
]web-infra-dev/rsbuild (@rsbuild/core)
v1.0.16
Compare Source
What's Changed
New Features 🎉
tools.rspack
config by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/3755output.filename.css
allow function by @gaoachao in https://github.com/web-infra-dev/rsbuild/pull/3752Bug Fixes 🐞
getCompilationHooks
of HTML plugin by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3750getHooks
of HTML plugin by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3753Document 📖
output.filename
function type by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3764Other Changes
New Contributors
Full Changelog: v1.0.15...v1.0.16
v1.0.15
Compare Source
What's Changed
New Features 🎉
loadEnv
by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3732Bug Fixes 🐞
Document 📖
process.env
to CRA guide by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3734process.env.NODE_ENV
inject tip by @9aoy in https://github.com/web-infra-dev/rsbuild/pull/3744Other Changes
Full Changelog: v1.0.14...v1.0.15
v1.0.14
Compare Source
What's Changed
New Features 🎉
distPath.assets
andfilename.assets
by @SoonIter in https://github.com/web-infra-dev/rsbuild/pull/3688Bug Fixes 🐞
lessOptions
type with TS node16 resolution by @chenjiahan in https://github.com/web-infra-dev/rsbuild/pull/3695Other Changes
Full Changelog: v1.0.13...v1.0.14
web-infra-dev/rslib (@rslib/core)
v0.0.13
Compare Source
What's Changed
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.0.12...v0.0.13
v0.0.12
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
module.require
to avoid variable collision by @fi3ework in https://github.com/web-infra-dev/rslib/pull/282Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.11...v0.0.12
v0.0.11
Compare Source
What's Changed
Bug Fixes 🐞
import.meta.url
shims in CJS by @fi3ework in https://github.com/web-infra-dev/rslib/pull/275Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.10...v0.0.11
v0.0.10
Compare Source
What's Changed
New Features 🎉
Bug Fixes 🐞
optionalDependencies
inautoExternal
. by @fi3ework in https://github.com/web-infra-dev/rslib/pull/266Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.9...v0.0.10
v0.0.9
Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
integration
as name of test folders by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/245Full Changelog: web-infra-dev/rslib@v0.0.8...v0.0.9
v0.0.8
Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.7...v0.0.8
v0.0.7
Compare Source
What's Changed
New Features 🎉
import.meta.url
shim for CJS by @fi3ework in https://github.com/web-infra-dev/rslib/pull/216Bug Fixes 🐞
rspack.target
fromlibConfig.syntax
by @fi3ework in https://github.com/web-infra-dev/rslib/pull/213Other Changes
Full Changelog: web-infra-dev/rslib@v0.0.6...v0.0.7
v0.0.6
Compare Source
What's Changed
New Features 🎉
experimentalDecorators
enabled by @Timeless0911 in [https://github.com/web-infraConfiguration
📅 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.