chore(deps): update dependency @biomejs/biome to v1.6.3 #62
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.6.1
->1.6.3
Release Notes
biomejs/biome (@biomejs/biome)
v1.6.3
Compare Source
Analyzer
CLI
Bug fixes
Fix configuration resolution. Biome is now able to correctly find the
biome.jsonc
configuration file when--config-path
is explicitly set (#2164). Contributed by @Sec-antJavaScript/TypeScript files of different variants (
.ts
,.js
,.tsx
,.jsx
) in a single workspace now have stable formatting behaviors when running the CLI command in paths of different nested levels or in different operating systems (#2080, #2109). Contributed by @Sec-antConfiguration
Bug fixes
formatter.lineEnding
,[language].formatter.lineEnding
,formatter.attributePosition
andjavascript.formatter.attributePosition
. Contributed by @Sec-antEditors
Formatter
Bug fixes
JavaScript APIs
Linter
New features
any
type through reassignments. Contributed by @fujiyamaorangeLSP
Bug fixes
linter
is disabled (#2161). Contributed by @Sec-antParser
v1.6.2
Compare Source
Analyzer
Bug fixes
The
noSuperWithoutExtends
rule now allows for callingsuper()
in derived class constructors of class expressions (#2108). Contributed by @Sec-antFix discrepancies on file source detection. Allow module syntax in
.cts
files (#2114). Contributed by @Sec-antCLI
Bug fixes
Fixes #2131, where folders were incorrectly ignored when running the command
check
. Now folders are correctly ignored based on their command. Contributed by @ematipicoSmoother handling of
"endOfLine": "auto"
in prettier migration: falling back to"lf"
(#2145). Contributed by @eMerzhConfiguration
Bug fixes
all
andrecommend
presets in top-level and group-level configs is now correctly respected. More details can be seen in (#2072) (#2028). Contributed by @Sec-antFormatter
Bug fixes
JavaScript APIs
Enhancements
lintContent
method of theBiome
class (#1956). Contributed by @mnahkiesLinter
Bug fixes
Rule
noUndeclaredDependencies
now also validatespeerDependencies
andoptionalDependencies
(#2122). Contributed by @Sec-antRule
noUndeclaredDependencies
won't checkdeclare module
statements anymore (#2123). Contributed by @Sec-antFix #1925. The fix for
useOptionalChain
would sometimes suggest an incorrect fix that discarded optional chaining operators on the left-hand side of logical expressions. These are now preserved. Contributed by @arendjrRule
noUndeclaredVariables
now also checks for worker globals (#2121). Contributed by @Sec-antLSP
Bug fixes
Correctly parse
.jsonc
files. Contributed by @Sec-antCorrectly resolve external
extends
configs. Contributed by @Sec-antConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.