[PR #5237] [MERGED] Bump @biomejs/biome from 2.3.12 to 2.3.13 in /backend in the dev-patch-updates group #4112

Closed
opened 2026-02-26 08:33:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5237
Author: @dependabot[bot]
Created: 1/27/2026
Status: Merged
Merged: 2/4/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/backend/dev-patch-updates-2bda1081ab


📝 Commits (2)

  • 2bcf5e9 Bump @biomejs/biome in /backend in the dev-patch-updates group
  • 6ba4021 Update biome.json to match viome version

📊 Changes

3 files changed (+54 additions, -54 deletions)

View changed files

📝 backend/biome.json (+1 -1)
📝 backend/package.json (+1 -1)
📝 backend/yarn.lock (+52 -52)

📄 Description

Bumps the dev-patch-updates group in /backend with 1 update: @biomejs/biome.

Updates @biomejs/biome from 2.3.12 to 2.3.13

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.13

2.3.13

Patch Changes

  • #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.

    Now treated valid:

    <div @keydown.arrow-down="handler"></div>
    <div @keydown.a="handler"></div>
    <div @keydown.b="handler"></div>
    <div @keydown.27="foo"></div>
    
  • #8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in [].

  • #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled.

  • #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML.

  • #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730

  • #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members.

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.13

Patch Changes

  • #8815 f924f23 Thanks @​dyc3! - Improved useVueValidVOn to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.

    Now treated valid:

    <div @keydown.arrow-down="handler"></div>
    <div @keydown.a="handler"></div>
    <div @keydown.b="handler"></div>
    <div @keydown.27="foo"></div>
    
  • #8856 85f81f9 Thanks @​dyc3! - Fixed #8710: Biome now parses Vue dynamic slot shorthand arguments that use template literals in [].

  • #8850 2a190e0 Thanks @​dyc3! - Fixed #8708: Tailwind @utility directives now parse functional utility names like px-* when Tailwind directives are enabled.

  • #8863 79386e0 Thanks @​dyc3! - Fixed an issue with biome migrate eslint where it couldn't detect rules for CSS, GraphQL, and HTML.

  • #8771 6f56b6e Thanks @​lghuahua! - Fix the --reporter=summary output incorrectly merging and displaying wrong issue counts for different rules. Fixes #8730

  • #8714 ac3a71f Thanks @​Netail! - Added new nursery rule use-consistent-enum-value-type. This rule disallows enums from having both number and string members.

Commits

Dependabot compatibility score

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5237 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/backend/dev-patch-updates-2bda1081ab` --- ### 📝 Commits (2) - [`2bcf5e9`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2bcf5e91ce986f97403f6813ec840efd35202c4a) Bump @biomejs/biome in /backend in the dev-patch-updates group - [`6ba4021`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6ba40216cd2e1219c23910051ad6930759b9ecfb) Update biome.json to match viome version ### 📊 Changes **3 files changed** (+54 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `backend/biome.json` (+1 -1) 📝 `backend/package.json` (+1 -1) 📝 `backend/yarn.lock` (+52 -52) </details> ### 📄 Description Bumps the dev-patch-updates group in /backend with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome). Updates `@biomejs/biome` from 2.3.12 to 2.3.13 <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>Biome CLI v2.3.13</h2> <h2>2.3.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8815">#8815</a> <a href="https://github.com/biomejs/biome/commit/f924f234607ae62db1511158b36124ec0d5ce074"><code>f924f23</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Improved <a href="https://biomejs.dev/linter/rules/use-vue-valid-v-on/"><code>useVueValidVOn</code></a> to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.</p> <p>Now treated valid:</p> <pre lang="vue"><code>&lt;div @keydown.arrow-down=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.a=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.b=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.27=&quot;foo&quot;&gt;&lt;/div&gt; </code></pre> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8856">#8856</a> <a href="https://github.com/biomejs/biome/commit/85f81f98923770469d09c5d003cfb76c0f3c971f"><code>85f81f9</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/8710">#8710</a>: Biome now parses Vue dynamic slot shorthand arguments that use template literals in <code>[]</code>.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8850">#8850</a> <a href="https://github.com/biomejs/biome/commit/2a190e0719ac447236afae0df8c915033c08e059"><code>2a190e0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/8708">#8708</a>: Tailwind <code>@utility</code> directives now parse functional utility names like <code>px-*</code> when Tailwind directives are enabled.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8863">#8863</a> <a href="https://github.com/biomejs/biome/commit/79386e08050d498c2cea6cdcaba4b0fa31245209"><code>79386e0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed an issue with <code>biome migrate eslint</code> where it couldn't detect rules for CSS, GraphQL, and HTML.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8771">#8771</a> <a href="https://github.com/biomejs/biome/commit/6f56b6eeb961ca63fad601fc35b3b28df08cc247"><code>6f56b6e</code></a> Thanks <a href="https://github.com/lghuahua"><code>@​lghuahua</code></a>! - Fix the <code>--reporter=summary</code> output incorrectly merging and displaying wrong issue counts for different rules. Fixes <a href="https://redirect.github.com/biomejs/biome/issues/8730">#8730</a></p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8714">#8714</a> <a href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a> Thanks <a href="https://github.com/Netail"><code>@​Netail</code></a>! - Added new nursery rule <a href="https://biomejs.dev/linter/rules/use-consistent-enum-value-type"><code>use-consistent-enum-value-type</code></a>. This rule disallows enums from having both number and string members.</p> </li> </ul> <h2>What's Changed</h2> <ul> <li>fix(dx/codegen): don't insert module into <code>biome_rule_options/src/lib.rs</code> if it already exists by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8847">biomejs/biome#8847</a></li> <li>feat(js_analyze): implement useConsistentEnumValueType by <a href="https://github.com/Netail"><code>@​Netail</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8714">biomejs/biome#8714</a></li> <li>fix(parse/html/vue): parse dynamic slot directives that contain quotes by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8856">biomejs/biome#8856</a></li> <li>fix(parse/css): improve parsing of <code>@utility</code> names by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8850">biomejs/biome#8850</a></li> <li>fix(cli): improve RuleName ordering and update summary snapshots close <a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8730">#8730</a> by <a href="https://github.com/lghuahua"><code>@​lghuahua</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8771">biomejs/biome#8771</a></li> <li>fix(useVueValidVOn): align more with source rule, also use phf hash sets for perf by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8815">biomejs/biome#8815</a></li> <li>fix(migrate): fix migrate command not picking up rules for css, graphql, html by <a href="https://github.com/dyc3"><code>@​dyc3</code></a> in <a href="https://redirect.github.com/biomejs/biome/pull/8863">biomejs/biome#8863</a></li> <li>chore(deps): update dependency tombi to v0.7.23 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8865">biomejs/biome#8865</a></li> <li>chore(deps): update pnpm to v10.28.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8866">biomejs/biome#8866</a></li> <li>chore(deps): update rust crate proc-macro2 to 1.0.106 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8867">biomejs/biome#8867</a></li> <li>chore(deps): update rust crate quote to 1.0.44 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8868">biomejs/biome#8868</a></li> <li>fix(deps): update <a href="https://github.com/biomejs"><code>@​biomejs</code></a> packages by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8869">biomejs/biome#8869</a></li> <li>chore(deps): update rust crate schemars to 1.2.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8875">biomejs/biome#8875</a></li> <li>chore(deps): update <a href="https://github.com/biomejs"><code>@​biomejs</code></a> packages by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8872">biomejs/biome#8872</a></li> <li>chore(deps): update github-actions by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8873">biomejs/biome#8873</a></li> <li>chore(deps): update typescript-eslint monorepo to v8.53.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8877">biomejs/biome#8877</a></li> <li>fix(deps): update dependency prettier to v3.8.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8878">biomejs/biome#8878</a></li> <li>chore(deps): update rust crate tokio to 1.49.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8876">biomejs/biome#8876</a></li> <li>ci: release by <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot] in <a href="https://redirect.github.com/biomejs/biome/pull/8853">biomejs/biome#8853</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/packages/@biomejs/biome/CHANGELOG.md"><code>@​biomejs/biome</code>'s changelog</a>.</em></p> <blockquote> <h2>2.3.13</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8815">#8815</a> <a href="https://github.com/biomejs/biome/commit/f924f234607ae62db1511158b36124ec0d5ce074"><code>f924f23</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Improved <a href="https://biomejs.dev/linter/rules/use-vue-valid-v-on/"><code>useVueValidVOn</code></a> to be more closely aligned with the source rule. It will now properly allow modifiers for all possible keyboard events. It should have better performance when there are no violations of the rule as well.</p> <p>Now treated valid:</p> <pre lang="vue"><code>&lt;div @keydown.arrow-down=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.a=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.b=&quot;handler&quot;&gt;&lt;/div&gt; &lt;div @keydown.27=&quot;foo&quot;&gt;&lt;/div&gt; </code></pre> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8856">#8856</a> <a href="https://github.com/biomejs/biome/commit/85f81f98923770469d09c5d003cfb76c0f3c971f"><code>85f81f9</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/8710">#8710</a>: Biome now parses Vue dynamic slot shorthand arguments that use template literals in <code>[]</code>.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8850">#8850</a> <a href="https://github.com/biomejs/biome/commit/2a190e0719ac447236afae0df8c915033c08e059"><code>2a190e0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/8708">#8708</a>: Tailwind <code>@utility</code> directives now parse functional utility names like <code>px-*</code> when Tailwind directives are enabled.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8863">#8863</a> <a href="https://github.com/biomejs/biome/commit/79386e08050d498c2cea6cdcaba4b0fa31245209"><code>79386e0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Fixed an issue with <code>biome migrate eslint</code> where it couldn't detect rules for CSS, GraphQL, and HTML.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8771">#8771</a> <a href="https://github.com/biomejs/biome/commit/6f56b6eeb961ca63fad601fc35b3b28df08cc247"><code>6f56b6e</code></a> Thanks <a href="https://github.com/lghuahua"><code>@​lghuahua</code></a>! - Fix the <code>--reporter=summary</code> output incorrectly merging and displaying wrong issue counts for different rules. Fixes <a href="https://redirect.github.com/biomejs/biome/issues/8730">#8730</a></p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8714">#8714</a> <a href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a> Thanks <a href="https://github.com/Netail"><code>@​Netail</code></a>! - Added new nursery rule <a href="https://biomejs.dev/linter/rules/use-consistent-enum-value-type"><code>use-consistent-enum-value-type</code></a>. This rule disallows enums from having both number and string members.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/2c5e505a175b88a8f489a5ce9372bf067a3097ba"><code>2c5e505</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8853">#8853</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/ac3a71f8f856d267159e24ccc75e1913776d92f5"><code>ac3a71f</code></a> feat(js_analyze): implement useConsistentEnumValueType (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8714">#8714</a>)</li> <li>See full diff in <a href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.13/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=2.3.12&new-version=2.3.13)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:33:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#4112
No description provided.