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.5.3 to 1.6.3 (#959)
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.5.3 to 1.6.3. <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.6.3</h2> <h3>Analyzer</h3> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix configuration resolution. Biome is now able to correctly find the <code>biome.jsonc</code> configuration file when <code>--config-path</code> is explicitly set (<a href="https://redirect.github.com/biomejs/biome/issues/2164">#2164</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> <li> <p>JavaScript/TypeScript files of different variants (<code>.ts</code>, <code>.js</code>, <code>.tsx</code>, <code>.jsx</code>) 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 (<a href="https://redirect.github.com/biomejs/biome/issues/2080">#2080</a>, <a href="https://redirect.github.com/biomejs/biome/issues/2109">#2109</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Complete the documentation and overrides support for options <code>formatter.lineEnding</code>, <code>[language].formatter.lineEnding</code>, <code>formatter.attributePosition</code> and <code>javascript.formatter.attributePosition</code>. Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> </ul> <h3>Editors</h3> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/2172">#2172</a> by breaking long object destructuring patterns. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>JavaScript APIs</h3> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add rule <a href="https://biomejs.dev/linter/rules/no-evolving-any">noEvolvingAny</a> to disallow variables from evolving into <code>any</code> type through reassignments. Contributed by <a href="https://github.com/fujiyamaorange"><code>@fujiyamaorange</code></a></li> </ul> <h3>LSP</h3> <h4>Bug fixes</h4> <ul> <li>Quickfix action no longer autofixes lint rule errors on save when <code>linter</code> is disabled (<a href="https://redirect.github.com/biomejs/biome/issues/2161">#2161</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> <li>Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Parser</h3> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Other changes</h3> <ul> <li>feat(parser): GritQL parser by <a href="https://github.com/arendjr"><code>@arendjr</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/1998">biomejs/biome#1998</a></li> </ul> <!-- 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.6.3 (2024-03-25)</h2> <h3>Analyzer</h3> <h3>CLI</h3> <h4>Bug fixes</h4> <ul> <li> <p>Fix configuration resolution. Biome is now able to correctly find the <code>biome.jsonc</code> configuration file when <code>--config-path</code> is explicitly set (<a href="https://redirect.github.com/biomejs/biome/issues/2164">#2164</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> <li> <p>JavaScript/TypeScript files of different variants (<code>.ts</code>, <code>.js</code>, <code>.tsx</code>, <code>.jsx</code>) 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 (<a href="https://redirect.github.com/biomejs/biome/issues/2080">#2080</a>, <a href="https://redirect.github.com/biomejs/biome/issues/2109">#2109</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></p> </li> </ul> <h3>Configuration</h3> <h4>Bug fixes</h4> <ul> <li>Complete the documentation and overrides support for options <code>formatter.lineEnding</code>, <code>[language].formatter.lineEnding</code>, <code>formatter.attributePosition</code> and <code>javascript.formatter.attributePosition</code>. Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> </ul> <h3>Editors</h3> <h3>Formatter</h3> <h4>Bug fixes</h4> <ul> <li>Fix <a href="https://redirect.github.com/biomejs/biome/issues/2172">#2172</a> by breaking long object destructuring patterns. Contributed by <a href="https://github.com/ah-yu"><code>@ah-yu</code></a></li> </ul> <h3>JavaScript APIs</h3> <h3>Linter</h3> <h4>New features</h4> <ul> <li>Add rule <a href="https://biomejs.dev/linter/rules/no-evolving-any">noEvolvingAny</a> to disallow variables from evolving into <code>any</code> type through reassignments. Contributed by <a href="https://github.com/fujiyamaorange"><code>@fujiyamaorange</code></a></li> </ul> <h4>Enhancements</h4> <ul> <li>Rename <code>noSemicolonInJsx</code> to <code>noSuspiciousSemicolonInJsx</code>. Contributed by <a href="https://github.com/fujiyamaorange"><code>@fujiyamaorange</code></a></li> </ul> <h3>LSP</h3> <h4>Bug fixes</h4> <ul> <li>Quickfix action no longer autofixes lint rule errors on save when <code>linter</code> is disabled (<a href="https://redirect.github.com/biomejs/biome/issues/2161">#2161</a>). Contributed by <a href="https://github.com/Sec-ant"><code>@Sec-ant</code></a></li> <li>Range formatting for Astro/Svelte/Vue doesn't place code out of place, especially when formatting on paste is enabled. Contributed by <a href="https://github.com/ematipico"><code>@ematipico</code></a></li> </ul> <h3>Parser</h3> <h2>1.6.2 (2024-03-22)</h2> <h3>Analyzer</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/23b5a73ac7ccd4920f13919aaa712b9364020e88"><code>23b5a73</code></a> release: 1.6.3 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2195">#2195</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/6a2d92a37e7c71e48e4564472a895826a7e75bb8"><code>6a2d92a</code></a> fix(service): cached <code>JsFormatOptions</code> with overrides (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2186">#2186</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/a2027da5e93ab7b10d1458d34cffcf321114eed9"><code>a2027da</code></a> feat(lint/noEvolvingAny): add rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2112">#2112</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/7669b334ecfb9580abe83bbf6141232805f0e4bd"><code>7669b33</code></a> release: 1.6.2 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2152">#2152</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/958a9a19d2f2ea5267e342cdedf631efa23ce9f3"><code>958a9a1</code></a> docs(lint/style/useFilenamingConvention): fix example options (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2144">#2144</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/98d53aede5b41636e17cf9f7f30f01bd7be33ffe"><code>98d53ae</code></a> feat(biome_css_analyzer): initilize css linter infra (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2111">#2111</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/745afc850cc04207532567331705a961966b168c"><code>745afc8</code></a> chore: run biome on more than a few directories (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2099">#2099</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/fdc592b39f8d8b681e9f0d9b63e9a6c642bb4c74"><code>fdc592b</code></a> chore: fix <code>@biomejs/biome</code> inconsistency in <code>package.json</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2094">#2094</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/4568c5a578141636b4526dff00842c3baf0f3458"><code>4568c5a</code></a> feat(biome_js_analyze): noDuplicateElesIf (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2040">#2040</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/4ed1cbe96bc9e6d7092e88dd0a54ff8ce78037e5"><code>4ed1cbe</code></a> release: 1.6.1 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/2046">#2046</a>)</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/cli/v1.6.3/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.5.3&new-version=1.6.3)](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