[PR #5314] [MERGED] Bump the dev-minor-updates group in /frontend with 2 updates #4166

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5314
Author: @dependabot[bot]
Created: 2/16/2026
Status: Merged
Merged: 2/17/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/frontend/dev-minor-updates-d71d2fefd7


📝 Commits (1)

  • 678fdd2 Bump the dev-minor-updates group in /frontend with 2 updates

📊 Changes

2 files changed (+58 additions, -58 deletions)

View changed files

📝 frontend/package.json (+2 -2)
📝 frontend/yarn.lock (+56 -56)

📄 Description

Bumps the dev-minor-updates group in /frontend with 2 updates: @biomejs/biome and happy-dom.

Updates @biomejs/biome from 2.3.14 to 2.4.0

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.0

2.4.0

Minor Changes

  • #8964 0353fa0 Thanks @​dyc3! - Added ignore option to the useHookAtTopLevel rule.

    You can now specify function names that should not be treated as hooks, even if they follow the use* naming convention.

    Example configuration:

    {
      "linter": {
        "rules": {
          "correctness": {
            "useHookAtTopLevel": {
              "options": {
                "ignore": ["useDebounce", "useCustomUtility"]
              }
            }
          }
        }
      }
    }
    
  • #8769 d0358b0 Thanks @​rahuld109! - Added the rule useAnchorContent for HTML to enforce that anchor elements have accessible content for screen readers. The rule flags empty anchors, anchors with only whitespace, and anchors where all content is hidden with aria-hidden. Anchors with aria-label or title attributes providing a non-empty accessible name are considered valid.

  • #8742 6340ce6 Thanks @​rahuld109! - Added the rule useMediaCaption to the HTML language. Enforces that audio and video elements have a track element with kind="captions" for accessibility. Muted videos are allowed without captions.

  • #8621 d11130b Thanks @​Netail! - Added support for multiple reporters, and the ability to save reporters on arbitrary files.

    Combine two reporters in CI

    If you run Biome on GitHub, take advantage of the reporter and still see the errors in console, you can now use both reporters:

    biome ci --reporter=default --reporter=github
    

    Save reporter output to a file

    With the new --reporter-file CLI option, it's now possible to save the output of all reporters to a file. The file is a path, so you can pass a relative or an absolute path:

    biome ci --reporter=rdjson --reporter-file=/etc/tmp/report.json
    biome ci --reporter=summary --reporter-file=./reports/file.txt
    

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.0

Minor Changes

  • #8964 0353fa0 Thanks @​dyc3! - Added ignore option to the useHookAtTopLevel rule.

    You can now specify function names that should not be treated as hooks, even if they follow the use* naming convention.

    Example configuration:

    {
      "linter": {
        "rules": {
          "correctness": {
            "useHookAtTopLevel": {
              "options": {
                "ignore": ["useDebounce", "useCustomUtility"]
              }
            }
          }
        }
      }
    }
    
  • #8769 d0358b0 Thanks @​rahuld109! - Added the rule useAnchorContent for HTML to enforce that anchor elements have accessible content for screen readers. The rule flags empty anchors, anchors with only whitespace, and anchors where all content is hidden with aria-hidden. Anchors with aria-label or title attributes providing a non-empty accessible name are considered valid.

  • #8742 6340ce6 Thanks @​rahuld109! - Added the rule useMediaCaption to the HTML language. Enforces that audio and video elements have a track element with kind="captions" for accessibility. Muted videos are allowed without captions.

  • #8621 d11130b Thanks @​Netail! - Added support for multiple reporters, and the ability to save reporters on arbitrary files.

    Combine two reporters in CI

    If you run Biome on GitHub, take advantage of the reporter and still see the errors in console, you can now use both reporters:

    biome ci --reporter=default --reporter=github
    

    Save reporter output to a file

    With the new --reporter-file CLI option, it's now possible to save the output of all reporters to a file. The file is a path, so you can pass a relative or an absolute path:

    biome ci --reporter=rdjson --reporter-file=/etc/tmp/report.json
    biome ci --reporter=summary --reporter-file=./reports/file.txt
    

... (truncated)

Commits

Updates happy-dom from 20.5.3 to 20.6.1

Release notes

Sourced from happy-dom's releases.

v20.6.1

👷‍♂️ Patch fixes

v20.6.0

🎨 Features

  • Adds support for register on import to the @happy-dom/global-registrator package - By @​capricorn86 in task #2060

v20.5.5

👷‍♂️ Patch fixes

  • Correct caption element content model to allow flow content - By @​atzzCokeK in task #2052

v20.5.4

👷‍♂️ Patch fixes

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 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/5314 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/frontend/dev-minor-updates-d71d2fefd7` --- ### 📝 Commits (1) - [`678fdd2`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/678fdd22c65d8581542d3fe62773d30a029bb36a) Bump the dev-minor-updates group in /frontend with 2 updates ### 📊 Changes **2 files changed** (+58 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -2) 📝 `frontend/yarn.lock` (+56 -56) </details> ### 📄 Description Bumps the dev-minor-updates group in /frontend with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [happy-dom](https://github.com/capricorn86/happy-dom). Updates `@biomejs/biome` from 2.3.14 to 2.4.0 <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.4.0</h2> <h2>2.4.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8964">#8964</a> <a href="https://github.com/biomejs/biome/commit/0353fa0132ee683073b3f00ca51d53a914d11038"><code>0353fa0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Added <code>ignore</code> option to the <a href="https://biomejs.dev/linter/rules/use-hook-at-top-level/"><code>useHookAtTopLevel</code></a> rule.</p> <p>You can now specify function names that should not be treated as hooks, even if they follow the <code>use*</code> naming convention.</p> <p>Example configuration:</p> <pre lang="json"><code>{ &quot;linter&quot;: { &quot;rules&quot;: { &quot;correctness&quot;: { &quot;useHookAtTopLevel&quot;: { &quot;options&quot;: { &quot;ignore&quot;: [&quot;useDebounce&quot;, &quot;useCustomUtility&quot;] } } } } } } </code></pre> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8769">#8769</a> <a href="https://github.com/biomejs/biome/commit/d0358b0c96dfd014973e5336fc7ebfb8c68affb2"><code>d0358b0</code></a> Thanks <a href="https://github.com/rahuld109"><code>@​rahuld109</code></a>! - Added the rule <a href="https://biomejs.dev/linter/rules/use-anchor-content/"><code>useAnchorContent</code></a> for HTML to enforce that anchor elements have accessible content for screen readers. The rule flags empty anchors, anchors with only whitespace, and anchors where all content is hidden with <code>aria-hidden</code>. Anchors with <code>aria-label</code> or <code>title</code> attributes providing a non-empty accessible name are considered valid.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8742">#8742</a> <a href="https://github.com/biomejs/biome/commit/6340ce62c850b727b11c62a4886b94bc25dac05c"><code>6340ce6</code></a> Thanks <a href="https://github.com/rahuld109"><code>@​rahuld109</code></a>! - Added the rule <a href="https://biomejs.dev/linter/rules/use-media-caption/"><code>useMediaCaption</code></a> to the HTML language. Enforces that <code>audio</code> and <code>video</code> elements have a <code>track</code> element with <code>kind=&quot;captions&quot;</code> for accessibility. Muted videos are allowed without captions.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8621">#8621</a> <a href="https://github.com/biomejs/biome/commit/d11130b202b5db7219d28ade03bc55e02812de20"><code>d11130b</code></a> Thanks <a href="https://github.com/Netail"><code>@​Netail</code></a>! - Added support for multiple reporters, and the ability to save reporters on arbitrary files.</p> <h4>Combine two reporters in CI</h4> <p>If you run Biome on GitHub, take advantage of the reporter and still see the errors in console, you can now use both reporters:</p> <pre lang="shell"><code>biome ci --reporter=default --reporter=github </code></pre> <h4>Save reporter output to a file</h4> <p>With the new <code>--reporter-file</code> CLI option, it's now possible to save the output of all reporters to a file. The file is a path, so you can pass a relative or an absolute path:</p> <pre lang="shell"><code>biome ci --reporter=rdjson --reporter-file=/etc/tmp/report.json biome ci --reporter=summary --reporter-file=./reports/file.txt </code></pre> </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.4.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8964">#8964</a> <a href="https://github.com/biomejs/biome/commit/0353fa0132ee683073b3f00ca51d53a914d11038"><code>0353fa0</code></a> Thanks <a href="https://github.com/dyc3"><code>@​dyc3</code></a>! - Added <code>ignore</code> option to the <a href="https://biomejs.dev/linter/rules/use-hook-at-top-level/"><code>useHookAtTopLevel</code></a> rule.</p> <p>You can now specify function names that should not be treated as hooks, even if they follow the <code>use*</code> naming convention.</p> <p>Example configuration:</p> <pre lang="json"><code>{ &quot;linter&quot;: { &quot;rules&quot;: { &quot;correctness&quot;: { &quot;useHookAtTopLevel&quot;: { &quot;options&quot;: { &quot;ignore&quot;: [&quot;useDebounce&quot;, &quot;useCustomUtility&quot;] } } } } } } </code></pre> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8769">#8769</a> <a href="https://github.com/biomejs/biome/commit/d0358b0c96dfd014973e5336fc7ebfb8c68affb2"><code>d0358b0</code></a> Thanks <a href="https://github.com/rahuld109"><code>@​rahuld109</code></a>! - Added the rule <a href="https://biomejs.dev/linter/rules/use-anchor-content/"><code>useAnchorContent</code></a> for HTML to enforce that anchor elements have accessible content for screen readers. The rule flags empty anchors, anchors with only whitespace, and anchors where all content is hidden with <code>aria-hidden</code>. Anchors with <code>aria-label</code> or <code>title</code> attributes providing a non-empty accessible name are considered valid.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8742">#8742</a> <a href="https://github.com/biomejs/biome/commit/6340ce62c850b727b11c62a4886b94bc25dac05c"><code>6340ce6</code></a> Thanks <a href="https://github.com/rahuld109"><code>@​rahuld109</code></a>! - Added the rule <a href="https://biomejs.dev/linter/rules/use-media-caption/"><code>useMediaCaption</code></a> to the HTML language. Enforces that <code>audio</code> and <code>video</code> elements have a <code>track</code> element with <code>kind=&quot;captions&quot;</code> for accessibility. Muted videos are allowed without captions.</p> </li> <li> <p><a href="https://redirect.github.com/biomejs/biome/pull/8621">#8621</a> <a href="https://github.com/biomejs/biome/commit/d11130b202b5db7219d28ade03bc55e02812de20"><code>d11130b</code></a> Thanks <a href="https://github.com/Netail"><code>@​Netail</code></a>! - Added support for multiple reporters, and the ability to save reporters on arbitrary files.</p> <h4>Combine two reporters in CI</h4> <p>If you run Biome on GitHub, take advantage of the reporter and still see the errors in console, you can now use both reporters:</p> <pre lang="shell"><code>biome ci --reporter=default --reporter=github </code></pre> <h4>Save reporter output to a file</h4> <p>With the new <code>--reporter-file</code> CLI option, it's now possible to save the output of all reporters to a file. The file is a path, so you can pass a relative or an absolute path:</p> <pre lang="shell"><code>biome ci --reporter=rdjson --reporter-file=/etc/tmp/report.json biome ci --reporter=summary --reporter-file=./reports/file.txt </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/biomejs/biome/commit/bf6e5f90e1ed5705211151d01fee8c6c4a051bf4"><code>bf6e5f9</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9045">#9045</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/e0143366bd60eb6f123ea1325135754bf2107f34"><code>e014336</code></a> feat: promote rules for v2.4 (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9011">#9011</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/7e33fd5f1107cabdbabe4e984f1a80b2e48355ec"><code>7e33fd5</code></a> Merge remote-tracking branch 'origin/main' into next</li> <li><a href="https://github.com/biomejs/biome/commit/df210062a19180b964c529d9e15f2fb80d2bf80f"><code>df21006</code></a> ci: release (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8973">#8973</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/6ebf6c605f20a504aa5f23477f2e9be32437fb90"><code>6ebf6c6</code></a> feat(lint): add nursery rule noUselessReturn (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9029">#9029</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/043b67c608f99a27c775deefb9f00b43839251ae"><code>043b67c</code></a> feat(lint/js): add <code>noNestedPromises</code> (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9019">#9019</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/26d8367233f2bcaa1dc8cb26ef24fab16b595f95"><code>26d8367</code></a> docs: correct default value for <code>useEditorconfig</code> schema setting (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/9025">#9025</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/dc1f94e9449e815b127a8553f0117836328d723e"><code>dc1f94e</code></a> feat(assist): add noDuplicateClasses assist action (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8623">#8623</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/0353fa0132ee683073b3f00ca51d53a914d11038"><code>0353fa0</code></a> feat(useHookAtTopLevel): add <code>ignore</code> option (<a href="https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome/issues/8964">#8964</a>)</li> <li><a href="https://github.com/biomejs/biome/commit/c409d2a2bb8bb32f5d6f01c5532d8318b9ae02d9"><code>c409d2a</code></a> Merge branch 'main' into next</li> <li>Additional commits viewable in <a href="https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.0/packages/@biomejs/biome">compare view</a></li> </ul> </details> <br /> Updates `happy-dom` from 20.5.3 to 20.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/capricorn86/happy-dom/releases">happy-dom's releases</a>.</em></p> <blockquote> <h2>v20.6.1</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Support CSS gradients with <code>rgba()</code> - By <strong><a href="https://github.com/atzzCokeK"><code>@​atzzCokeK</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2042">#2042</a></li> <li>Support unicode characters in selectors per CSS spec - By <strong><a href="https://github.com/kaigritun"><code>@​kaigritun</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2057">#2057</a></li> </ul> <h2>v20.6.0</h2> <h3>:art: Features</h3> <ul> <li>Adds support for register on import to the <code>@happy-dom/global-registrator</code> package - By <strong><a href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2060">#2060</a></li> </ul> <h2>v20.5.5</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Correct caption element content model to allow flow content - By <strong><a href="https://github.com/atzzCokeK"><code>@​atzzCokeK</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2052">#2052</a></li> </ul> <h2>v20.5.4</h2> <h3>:construction_worker_man: Patch fixes</h3> <ul> <li>Implement Text.wholeText property - By <strong><a href="https://github.com/aki05162525"><code>@​aki05162525</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1959">#1959</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/capricorn86/happy-dom/commit/f8d8cad41e9722fab9eefb9dfb3cca696462e908"><code>f8d8cad</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2042">#2042</a> Support CSS gradients with rgba() colors (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2059">#2059</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/d0fdf2311576324f463c89e156a1aaa2cc4b3fe0"><code>d0fdf23</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2057">#2057</a> Support Unicode characters in selectors per CSS spec (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2062">#2062</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/48e675f642e0a10a5f3944ee809ce11c72ce978c"><code>48e675f</code></a> feat: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2060">#2060</a> Adds support for register on import in global-registrator (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2061">#2061</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/fbef5d99297c6c3454756e69bec37f4b9058b827"><code>fbef5d9</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/2052">#2052</a> Correct caption element content model to allow flow content (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2058">#2058</a>)</li> <li><a href="https://github.com/capricorn86/happy-dom/commit/8df62e1a63fde54f4ac51aa3578048d104a0bfb5"><code>8df62e1</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1959">#1959</a> Implement Text.wholeText property (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/2027">#2027</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v20.5.3...v20.6.1">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 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:21 +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#4166
No description provided.