[PR #5233] [MERGED] Bump the dev-patch-updates group across 1 directory with 3 updates #4109

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/5233
Author: @dependabot[bot]
Created: 1/26/2026
Status: Merged
Merged: 1/27/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/frontend/dev-patch-updates-dcc4fa4550


📝 Commits (1)

  • 0f46337 Bump the dev-patch-updates group across 1 directory with 3 updates

📊 Changes

2 files changed (+132 additions, -127 deletions)

View changed files

📝 frontend/package.json (+3 -3)
📝 frontend/yarn.lock (+129 -124)

📄 Description

Bumps the dev-patch-updates group with 3 updates in the /frontend directory: @biomejs/biome, @testing-library/react and vitest.

Updates @biomejs/biome from 2.3.2 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.

2.3.12

Patch Changes

  • #8653 047576d Thanks @​dyc3! - Added new nursery rule noDuplicateAttributes to forbid duplicate attributes in HTML elements.

  • #8648 96d09f4 Thanks @​BaeSeokJae! - Added a new nursery rule noVueOptionsApi.

    Biome now reports Vue Options API usage, which is incompatible with Vue 3.6's Vapor Mode. This rule detects Options API patterns in <script> blocks, defineComponent(), and createApp() calls, helping prepare codebases for Vapor Mode adoption.

    For example, the following now triggers this rule:

    <script>
    export default {
      data() {
        return { count: 0 };
      },
    };
    </script>
    
  • #8832 b08270b Thanks @​Exudev! - Fixed #8809, #7985, and #8136: the noSecrets rule no longer reports false positives on common CamelCase identifiers like paddingBottom, backgroundColor, unhandledRejection, uncaughtException, and IngestGatewayLogGroup.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​biomejs/biome since your current version.


Updates @testing-library/react from 16.3.0 to 16.3.2

Release notes

Sourced from @​testing-library/react's releases.

v16.3.2

16.3.2 (2026-01-19)

Bug Fixes

  • Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (#1438) (f32bd1b)

v16.3.1

16.3.1 (2025-12-15)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​testing-library/react since your current version.


Updates vitest from 4.0.6 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

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/5233 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/27/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/frontend/dev-patch-updates-dcc4fa4550` --- ### 📝 Commits (1) - [`0f46337`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0f463377106d4bd074a173e87b8b07a666947d08) Bump the dev-patch-updates group across 1 directory with 3 updates ### 📊 Changes **2 files changed** (+132 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+3 -3) 📝 `frontend/yarn.lock` (+129 -124) </details> ### 📄 Description Bumps the dev-patch-updates group with 3 updates in the /frontend directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome), [@testing-library/react](https://github.com/testing-library/react-testing-library) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@biomejs/biome` from 2.3.2 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> <h2>2.3.12</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8653">#8653</a> <a href="https://github.com/biomejs/biome/commit/047576d1077f0399aca5eb13819863eefcdaf28c"><code>047576d</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Added new nursery rule <a href="https://biomejs.dev/linter/rules/no-duplicate-attributes/"><code>noDuplicateAttributes</code></a> to forbid duplicate attributes in HTML elements.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8648">#8648</a> <a href="https://github.com/biomejs/biome/commit/96d09f4ff5a64828efafa2c2b99c22de913d000c"><code>96d09f4</code></a> Thanks <a href="https://github.com/BaeSeokJae"><code>@​BaeSeokJae</code></a>! - Added a new nursery rule <a href="https://biomejs.dev/linter/rules/no-vue-options-api/"><code>noVueOptionsApi</code></a>.</p> <p>Biome now reports Vue Options API usage, which is incompatible with Vue 3.6's Vapor Mode. This rule detects Options API patterns in <code>&lt;script&gt;</code> blocks, <code>defineComponent()</code>, and <code>createApp()</code> calls, helping prepare codebases for Vapor Mode adoption.</p> <p>For example, the following now triggers this rule:</p> <pre lang="vue"><code>&lt;script&gt; export default { data() { return { count: 0 }; }, }; &lt;/script&gt; </code></pre> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8832">#8832</a> <a href="https://github.com/biomejs/biome/commit/b08270b21b5348e04457c7d6b621569952a744e1"><code>b08270b</code></a> Thanks <a href="https://github.com/Exudev"><code>@​Exudev</code></a>! - Fixed <a href="https://redirect.github.com/biomejs/biome/issues/8809">#8809</a>, <a href="https://redirect.github.com/biomejs/biome/issues/7985">#7985</a>, and <a href="https://redirect.github.com/biomejs/biome/issues/8136">#8136</a>: the <code>noSecrets</code> rule no longer reports false positives on common CamelCase identifiers like <code>paddingBottom</code>, <code>backgroundColor</code>, <code>unhandledRejection</code>, <code>uncaughtException</code>, and <code>IngestGatewayLogGroup</code>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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><a href="https://github.com/biomejs/biome/commit/fd33f86f692d2d9328e0439e0ad47cccb0b58d5f"><code>fd33f86</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8671">#8671</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/a53fc751c7bf61bfe0ccac38eb30e546de5ac97a"><code>a53fc75</code></a> chore: update sponsors (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8844">#8844</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/4ee3bda49b45084c07051554267756262c201416"><code>4ee3bda</code></a> feat(graphql_analyze): implement useLoneAnonymousOperation (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8616">#8616</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/71b5c6e2ecf544e979527c79d41cfe85c148047d"><code>71b5c6e</code></a> feat(js_analyze): implement noExcessiveClassesPerFile (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8753">#8753</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/d6b2bda038d0bfa5db040bef434741d09733b8fc"><code>d6b2bda</code></a> feat(js_analyze): implement noFloatingClasses (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8754">#8754</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/17ed9d368edd31ee572aaed92c0867ef1b305c0c"><code>17ed9d3</code></a> feat(js_analyze): implement noDivRegex (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8757">#8757</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/291c9f2d42a0525e6f7c0b8759db5bb17a815543"><code>291c9f2</code></a> feat(biome_js_analyze): port <code>useInlineScriptId</code> from Next.js (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8624">#8624</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/96d09f4ff5a64828efafa2c2b99c22de913d000c"><code>96d09f4</code></a> feat(lint): add noVueOptionsApi rule (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8648">#8648</a>)</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.13/packages/@biomejs/biome">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​biomejs/biome</code> since your current version.</p> </details> <br /> Updates `@testing-library/react` from 16.3.0 to 16.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@​testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v16.3.2</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2">16.3.2</a> (2026-01-19)</h2> <h3>Bug Fixes</h3> <ul> <li>Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1438">#1438</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53">f32bd1b</a>)</li> </ul> <h2>v16.3.1</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.1">16.3.1</a> (2025-12-15)</h2> <h3>Bug Fixes</h3> <ul> <li>Switch to trusted publishing (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1437">#1437</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/a2d37ffa09d85b10485f29b79cf7cb4f8ec943db">a2d37ff</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53"><code>f32bd1b</code></a> fix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/a2d37ffa09d85b10485f29b79cf7cb4f8ec943db"><code>a2d37ff</code></a> fix: Switch to trusted publishing (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1437">#1437</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/cd6a175a28067e6825eedef5bb9f1e0ab49c0837"><code>cd6a175</code></a> chore: fix action permissions (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1436">#1436</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/22b8c280f4d4a59d883d73d9e0af0d570e8e1928"><code>22b8c28</code></a> chore: fix release (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1435">#1435</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/d996673698dc3120cdb07162a81698316abf5a9a"><code>d996673</code></a> chore: new release workflow (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1434">#1434</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/205ce1756d3379f32e0afde6bf0bca76bcb7cb49"><code>205ce17</code></a> chore: fix typo in jest.config.js (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1427">#1427</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/aba574074b7b39b4a4f15446bb66774051db35f2"><code>aba5740</code></a> [test] Fix tests for <code>react@experimental</code> (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1424">#1424</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/590bc18a7f24e025d4154e228adda71452fdec9e"><code>590bc18</code></a> [test] Fix <code>npm run typecheck</code> (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1423">#1423</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/1c931a6c03091d725eccee7767d9ec696d5d33c6"><code>1c931a6</code></a> chore(deps): use <code>npm-run-all2</code> (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1411">#1411</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​testing-library/react</code> since your current version.</p> </details> <br /> Updates `vitest` from 4.0.6 to 4.0.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.0.18</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook to <code>worker.init</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a> <a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use <code>meta.url</code> in <code>createRequire</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a> <a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Hide injected data-testid attributes  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a> <a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Process artifact attachments when generating HTML reporter  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a> <a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw HTML omitted -->(22543)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View changes on GitHub</a></h5> <h2>v4.0.17</h2> <h3>   🚀 Experimental Features</h3> <ul> <li>Support openTelemetry for browser mode  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9180">vitest-dev/vitest#9180</a> <a href="https://github.com/vitest-dev/vitest/commit/1ec3a8b68"><!-- raw HTML omitted -->(1ec3a)<!-- raw HTML omitted --></a></li> <li>Support TRACEPARENT and TRACESTATE environment variables for OpenTelemetry context propagation  -  by <a href="https://github.com/Copilot"><code>@​Copilot</code></a>, <strong>hi-ogawa</strong> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9295">vitest-dev/vitest#9295</a> <a href="https://github.com/vitest-dev/vitest/commit/876cb84c2"><!-- raw HTML omitted -->(876cb)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Improve asymmetric matcher diff readability by unwrapping container matchers  -  by <a href="https://github.com/Copilot"><code>@​Copilot</code></a>, <strong>sheremet-va</strong>, <strong>hi-ogawa</strong> and <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9330">vitest-dev/vitest#9330</a> <a href="https://github.com/vitest-dev/vitest/commit/b2ec724a8"><!-- raw HTML omitted -->(b2ec7)<!-- raw HTML omitted --></a></li> <li>Improve runner error when importing outside of test context  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9335">vitest-dev/vitest#9335</a> <a href="https://github.com/vitest-dev/vitest/commit/2dd3dd839"><!-- raw HTML omitted -->(2dd3d)<!-- raw HTML omitted --></a></li> <li>Replace crypto.randomUUID to allow insecure environments (fix <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9">#9</a>…  -  by <a href="https://github.com/plusgut"><code>@​plusgut</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9339">vitest-dev/vitest#9339</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9">vitest-dev/vitest#9</a> <a href="https://github.com/vitest-dev/vitest/commit/e6a3f8cc7"><!-- raw HTML omitted -->(e6a3f)<!-- raw HTML omitted --></a></li> <li>Handle null options in <code>addEventHandler</code> <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9371">#9371</a>  -  by <a href="https://github.com/ThibautMarechal"><code>@​ThibautMarechal</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9372">vitest-dev/vitest#9372</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9371">vitest-dev/vitest#9371</a> <a href="https://github.com/vitest-dev/vitest/commit/40841ff00"><!-- raw HTML omitted -->(40841)<!-- raw HTML omitted --></a></li> <li>Typo in browser.provider error  -  by <a href="https://github.com/deammer"><code>@​deammer</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9394">vitest-dev/vitest#9394</a> <a href="https://github.com/vitest-dev/vitest/commit/4b67fc25a"><!-- raw HTML omitted -->(4b67f)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Fix <code>process.env</code> and <code>import.meta.env</code> defines in inline project  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9239">vitest-dev/vitest#9239</a> <a href="https://github.com/vitest-dev/vitest/commit/b70c96121"><!-- raw HTML omitted -->(b70c9)<!-- raw HTML omitted --></a></li> <li>Fix upload File instance  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9294">vitest-dev/vitest#9294</a> <a href="https://github.com/vitest-dev/vitest/commit/b67788c69"><!-- raw HTML omitted -->(b6778)<!-- raw HTML omitted --></a></li> <li>Fix invalid project token for artifacts assets  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9321">vitest-dev/vitest#9321</a> <a href="https://github.com/vitest-dev/vitest/commit/caa7d73d4"><!-- raw HTML omitted -->(caa7d)<!-- raw HTML omitted --></a></li> <li>Log <code>ErrorEvent.message</code> when unhandled <code>ErrorEvent.error</code> is null  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9322">vitest-dev/vitest#9322</a> <a href="https://github.com/vitest-dev/vitest/commit/5d84eeb91"><!-- raw HTML omitted -->(5d84e)<!-- raw HTML omitted --></a></li> <li>Support <code>fileParallelism</code> on an instance  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9328">vitest-dev/vitest#9328</a> <a href="https://github.com/vitest-dev/vitest/commit/150065459"><!-- raw HTML omitted -->(15006)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li>Remove unnecessary <code>istanbul-lib-source-maps</code> usage  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9344">vitest-dev/vitest#9344</a> <a href="https://github.com/vitest-dev/vitest/commit/b09405375"><!-- raw HTML omitted -->(b0940)<!-- raw HTML omitted --></a></li> <li>Apply patch from <a href="https://redirect.github.com/istanbuljs/istanbuljs/issues/837">istanbuljs/istanbuljs#837</a>  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> and <strong>sapphi-red</strong> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9413">vitest-dev/vitest#9413</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/837">vitest-dev/vitest#837</a> <a href="https://github.com/vitest-dev/vitest/commit/e05cedbf4"><!-- raw HTML omitted -->(e05ce)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>fsModuleCache</strong>: <ul> <li>Don't store importers in cache  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9422">vitest-dev/vitest#9422</a> <a href="https://github.com/vitest-dev/vitest/commit/751364eec"><!-- raw HTML omitted -->(75136)<!-- raw HTML omitted --></a></li> <li>Add importers alongside importedModules  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9423">vitest-dev/vitest#9423</a> <a href="https://github.com/vitest-dev/vitest/commit/59f92d403"><!-- raw HTML omitted -->(59f92)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>mocker</strong>: <ul> <li>Fix mock transform with class  -  by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9421">vitest-dev/vitest#9421</a> <a href="https://github.com/vitest-dev/vitest/commit/d390eb527"><!-- raw HTML omitted -->(d390e)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>pool</strong>: <ul> <li>Validate environment options when reusing the worker  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9349">vitest-dev/vitest#9349</a> <a href="https://github.com/vitest-dev/vitest/commit/a8a8836e3"><!-- raw HTML omitted -->(a8a88)<!-- raw HTML omitted --></a></li> <li>Handle worker start failures gracefully  -  by <a href="https://github.com/AriPerkkio"><code>@​AriPerkkio</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9337">vitest-dev/vitest#9337</a> <a href="https://github.com/vitest-dev/vitest/commit/200dadb32"><!-- raw HTML omitted -->(200da)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>reporter</strong>: <ul> <li>Report test module if it failed to run  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9272">vitest-dev/vitest#9272</a> <a href="https://github.com/vitest-dev/vitest/commit/c78882985"><!-- raw HTML omitted -->(c7888)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Respect nested test.only within describe.only  -  by <a href="https://github.com/Ujjwaljain16"><code>@​Ujjwaljain16</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9021">vitest-dev/vitest#9021</a> and <a href="https://redirect.github.com/vitest-dev/vitest/issues/9213">vitest-dev/vitest#9213</a> <a href="https://github.com/vitest-dev/vitest/commit/55d5dad69"><!-- raw HTML omitted -->(55d5d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>typecheck</strong>: <ul> <li>Improve error message when tsc outputs help text  -  by <a href="https://github.com/Ujjwaljain16"><code>@​Ujjwaljain16</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9214">vitest-dev/vitest#9214</a> <a href="https://github.com/vitest-dev/vitest/commit/7b10ab4cd"><!-- raw HTML omitted -->(7b10a)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>:</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a> chore: release v4.0.18</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ea837de7d75780a67af437331d8d689cdcfe291e"><code>ea837de</code></a> feat(experimental): add <code>onModuleRunner</code> hook to <code>worker.init</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9286">#9286</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e057281ca5ea282cf0b0d37b7b51f182397fc370"><code>e057281</code></a> fix: use <code>meta.url</code> in <code>createRequire</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9441">#9441</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/dd54e944ec0d7b2730933341f3b940e92b186fb6"><code>dd54e94</code></a> chore: release v4.0.17</li> <li><a href="https://github.com/vitest-dev/vitest/commit/59f92d403bf97b3145911aaeffbae36b465284c7"><code>59f92d4</code></a> fix(fsModuleCache): add importers alongside importedModules (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9423">#9423</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/751364eec8e7a5e9d205146e44f1ed06d7afc57c"><code>751364e</code></a> fix(fsModuleCache): don't store importers in cache (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9422">#9422</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/4b67fc25a8f221c536a499bd3f3e802115eadc5d"><code>4b67fc2</code></a> fix: typo in browser.provider error (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9394">#9394</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/40841ff005cf518064b4611b34a6ca86303ac645"><code>40841ff</code></a> fix: handle null options in <code>addEventHandler</code> <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9371">#9371</a> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9372">#9372</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/200dadb328a5e71f0805ee05e24f11af23ecf2db"><code>200dadb</code></a> fix(pool): handle worker start failures gracefully (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9337">#9337</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/150065459b96a5ed3b9f07ab3001596492032183"><code>1500654</code></a> fix(browser): support <code>fileParallelism</code> on an instance (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9328">#9328</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest">compare view</a></li> </ul> </details> <br /> 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#4109
No description provided.