Bump @biomejs/biome from 1.6.4 to 1.7.3
Bumps @biomejs/biome from 1.6.4 to 1.7.3.
Release notes
Sourced from @biomejs/biome's releases.
CLI v1.7.3
CLI
Bug fixes
The stdin-file-path option now works correctly for Astro/Svelte/Vue files (#2686)
Fix #2225 where lint output become empty for Vue files.
Contributed by
@tasshi-me
biome migrate eslintnow correctly resolve@scope/eslint-config(#2705). Contributed by@ConaclosLinter
New features
Bug fixes
noBlankTarget no longer hangs when applying a code fix (#2675).
Previously, the following code made Biome hangs when applying a code fix.
<a href="https://example.com" rel="" target="_blank"></a>Contributed by
@ConaclosnoRedeclare no longer panics on conditional type (#2659).
This is a regression introduced by #2394. This regression makes
noRedeclarepanics on every conditional types withinferbindings.Contributed by
@ConaclosnoUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).
The rules now ignore reactive Svelte blocks in Svelte components.
<script> $: { /* reactive block */ } </script>Contributed by
@Conaclos
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
1.7.3 (2024-05-06)
CLI
Bug fixes
The stdin-file-path option now works correctly for Astro/Svelte/Vue files (#2686)
Fix #2225 where lint output become empty for Vue files.
Contributed by
@tasshi-me
biome migrate eslintnow correctly resolve@scope/eslint-config(#2705). Contributed by@ConaclosLinter
New features
useExhaustiveDependenciesnow recognizes (some) dependencies that change on every render (#2374). Contributed by@arendjrBug fixes
noBlankTarget no longer hangs when applying a code fix (#2675).
Previously, the following code made Biome hangs when applying a code fix.
<a href="https://example.com" rel="" target="_blank"></a>Contributed by
@ConaclosnoRedeclare no longer panics on conditional type (#2659).
This is a regression introduced by #2394. This regression makes
noRedeclarepanics on every conditional types withinferbindings.Contributed by
@ConaclosnoUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).
The rules now ignore reactive Svelte blocks in Svelte components.
<script>
... (truncated)
Commits
b9f90b7release: v1.7.3 (#2722)cb0182efeat(linter): implementNoUnmatchableAnbSelector(#2706)f77ab54feat(linter): implementuseExplicitLengthCheck(#2631)afa5004feat(biome_css_analyzer): noUnknownSelectorPseudoElement (#2655)150dd0efeat(biome_css_analyzer): implement noDuplicateAtImportRules (#2658)773a735fix(linter): fix typo in rule name.useConsistentBuiltinInstatiationto `us...2c70d3frelease: v1.7.2 (#2651)46c378efeat(biome_css_analyzer): noUnknownFunction (#2570)de063b4feat(lint/useDefaultSwitchClause): add rule (#2605)b3ed181feat(linter): ImplementuseGenericFontNames(#2573)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)