Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @biomejs/biome from 1.6.3 to 1.7.2 (#971)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.6.3 to 1.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/releases"><code>@biomejs/biome</code>'s releases</a>.</em></p> <blockquote> <h2>CLI v1.7.2</h2> <h3>Analyzer</h3> <h4>Bug fixes</h4> <ul> <li> <p>Import sorting now ignores side effect imports (<a href="https://redirect.github.com/biomejs/biome/issues/817">#817</a>).</p> <p>A side effect import consists now in its own group. This ensures that side effect imports are not reordered.</p> <p>Here is an example of how imports are now sorted:</p> <pre lang="diff"><code> import "z" - import { D } from "d"; import { C } from "c"; + import { D } from "d"; import "y" import "x" - import { B } from "b"; import { A } from "a"; + import { B } from "b"; import "w" </code></pre> <p>Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> <li> <p>Import sorting now adds spaces where needed (<a href="https://redirect.github.com/biomejs/biome/issues/1665">#1665</a>) Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> </ul> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p><code>biome migrate eslint</code> now handles cyclic references.</p> <p>Some plugins and configurations export objects with cyclic references. This causes <code>biome migrate eslint</code> to fail or ignore them. These edge cases are now handled correctly.</p> <p>Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Correctly handle placement of comments inside named import clauses. <a href="https://redirect.github.com/biomejs/biome/pull/2566">#2566</a>. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>Linter</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/biomejs/biome/blob/main/CHANGELOG.md"><code>@biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>1.7.2 (2024-04-30)</h2> <h3>Analyzer</h3> <h4>Bug fixes</h4> <ul> <li> <p>Import sorting now ignores side effect imports (<a href="https://redirect.github.com/biomejs/biome/issues/817">#817</a>).</p> <p>A side effect import consists now in its own group. This ensures that side effect imports are not reordered.</p> <p>Here is an example of how imports are now sorted:</p> <pre lang="diff"><code> import "z" - import { D } from "d"; import { C } from "c"; + import { D } from "d"; import "y" import "x" - import { B } from "b"; import { A } from "a"; + import { B } from "b"; import "w" </code></pre> <p>Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> <li> <p>Import sorting now adds spaces where needed (<a href="https://redirect.github.com/biomejs/biome/issues/1665">#1665</a>) Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> </ul> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p><code>biome migrate eslint</code> now handles cyclic references.</p> <p>Some plugins and configurations export objects with cyclic references. This causes <code>biome migrate eslint</code> to fail or ignore them. These edge cases are now handled correctly.</p> <p>Contributed by <a href="https://github.com/Conaclos"><code>@Conaclos</code></a></p> </li> </ul> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Correctly handle placement of comments inside named import clauses. <a href="https://redirect.github.com/biomejs/biome/pull/2566">#2566</a>. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>Linter</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/2c70d3fde5b13ec9ef0915d22837ab8321b6737f"><code>2c70d3f</code></a> release: v1.7.2 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2651">#2651</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/46c378ed89ff5630e1678796ea1cb1a5c1a02cfb"><code>46c378e</code></a> feat(biome_css_analyzer): noUnknownFunction (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2570">#2570</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/de063b44f1448b776fbfdf3bc851b86cf1a85b06"><code>de063b4</code></a> feat(lint/useDefaultSwitchClause): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2605">#2605</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/b3ed181d182ab66267e9814a5a248388545b1eb7"><code>b3ed181</code></a> feat(linter): Implement <code>useGenericFontNames</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2573">#2573</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/a13d36d067facf0fb7943e72e86f7a7b581b48b8"><code>a13d36d</code></a> feat: no useless undefined initialization (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2591">#2591</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/ce4979d1ce355d74e4ace905cae6a6ff43eaba0e"><code>ce4979d</code></a> feat(biome_js_analyze): useArrayLiterals (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2541">#2541</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/b24b44c34b2912ed02653b43c96f807579e6a3aa"><code>b24b44c</code></a> fix(lint/useConst): handle reads before assignment and improve docs (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2584">#2584</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/b3e57689bdb935560cde6236732c8ac6cca61137"><code>b3e5768</code></a> feat(linter): add useConsistentNewBuiltin (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2540">#2540</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/7ea5dffd64d145d59867aacb7555a1ff5e927bd9"><code>7ea5dff</code></a> feat(biome_css_analyzer): noUnknownUnit (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2535">#2535</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/52029f6eae2296ba9bc74845815cd6e94218642b"><code>52029f6</code></a> fix(configuration_schema): rename some fields to camelCase in the `configurat...</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@biomejs/biome&package-manager=npm_and_yarn&previous-version=1.6.3&new-version=1.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ken Matsui <[email protected]>
- Loading branch information