Commit Graph

610 Commits

Author SHA1 Message Date
dependabot[bot]
55ae812c2f Bump jest-environment-jsdom from 30.0.0 to 30.1.1 in /frontend (#1332)
Bumps
[jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom)
from 30.0.0 to 30.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/releases">jest-environment-jsdom's
releases</a>.</em></p>
<blockquote>
<h2>30.1.1</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot
warning not handling Windows end-of-line sequences (<a
href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li>
</ul>
<h2>30.1.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-leak-detector]</code> Configurable GC aggressiveness
regarding to V8 heap snapshot generation (<a
href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li>
<li><code>[jest-runtime]</code> Reduce redundant ReferenceError
messages</li>
<li><code>[jest-core]</code> Include test modules that failed to load
when --onlyFailures is active</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not
getting replaced with fully canonical URL (<a
href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li>
<li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not
working with <code>describe.skip</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li>
<li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates
when used with Prettier 3 and CRLF line endings</li>
<li><code>[jest-runtime]</code> Importing from
<code>@jest/globals</code> in more than one file no longer breaks
relative paths (<a
href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li>
</ul>
<h1>Chore</h1>
<ul>
<li><code>[expect]</code> Update docblock for <code>toContain()</code>
to display info on substring check (<a
href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li>
</ul>
<h2>30.0.2</h2>
<h2>What's Changed</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-matcher-utils]</code> Make 'deepCyclicCopyObject' safer
by setting descriptors to a null-prototype object (<a
href="https://redirect.github.com/jestjs/jest/pull/15689">#15689</a>)</li>
<li><code>[jest-util]</code> Make garbage collection protection property
writable (<a
href="https://redirect.github.com/jestjs/jest/pull/15689">#15689</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">https://github.com/jestjs/jest/blob/main/CHANGELOG.md</a></p>
<h2>Jest 30.0.1</h2>
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-resolver]</code> Implement the
<code>defaultAsyncResolver</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15679">#15679</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-resolver]</code> Resolve builtin modules correctly (<a
href="https://redirect.github.com/jestjs/jest/pull/15683">#15683</a>)</li>
<li><code>[jest-environment-node, jest-util]</code> Avoid setting
globals cleanup protection symbol when feature is off (<a
href="https://redirect.github.com/jestjs/jest/pull/15684">#15684</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[*]</code> Remove and deprecate <code>jest-repl</code> package
(<a
href="https://redirect.github.com/jestjs/jest/pull/15673">#15673</a>)</li>
<li><code>[jest-resolver]</code> Replace custom
<code>isBuiltinModule</code> with node's <code>isBuiltin</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15685">#15685</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest-environment-jsdom's
changelog</a>.</em></p>
<blockquote>
<h2>30.1.1</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot
warning not handling Windows end-of-line sequences (<a
href="https://redirect.github.com/jestjs/jest/pull/15800">#15800</a>)</li>
</ul>
<h2>30.1.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-leak-detector]</code> Configurable GC aggressiveness
regarding to V8 heap snapshot generation (<a
href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li>
<li><code>[jest-runtime]</code> Reduce redundant ReferenceError
messages</li>
<li><code>[jest-core]</code> Include test modules that failed to load
when --onlyFailures is active</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-snapshot-utils]</code> Fix deprecated goo.gl snapshot
guide link not getting replaced with fully canonical URL (<a
href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li>
<li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not
working with <code>describe.skip</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li>
<li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates
when used with Prettier 3 and CRLF line endings</li>
<li><code>[jest-runtime]</code> Importing from
<code>@jest/globals</code> in more than one file no longer breaks
relative paths (<a
href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li>
</ul>
<h1>Chore</h1>
<ul>
<li><code>[expect]</code> Update docblock for <code>toContain()</code>
to display info on substring check (<a
href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li>
</ul>
<h2>30.0.5</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Allow <code>testMatch</code> to take a
string value</li>
<li><code>[jest-worker]</code> Let <code>workerIdleMemoryLimit</code>
accept 0 to always restart worker child processes</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Fix <code>bigint</code> error (<a
href="https://redirect.github.com/jestjs/jest/pull/15702">#15702</a>)</li>
</ul>
<h2>30.0.4</h2>
<h3>Features</h3>
<ul>
<li><code>[expect]</code> The <code>Inverse</code> type is now exported
(<a
href="https://redirect.github.com/jestjs/jest/pull/15714">#15714</a>)</li>
<li><code>[expect]</code> feat: support <code>async functions</code> in
<code>toBe</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15704">#15704</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest]</code> jest --onlyFailures --listTests now correctly
lists only failed tests (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom/issues/15700">#15700</a>)</li>
<li><code>[jest-snapshot]</code> Handle line endings in snapshots (<a
href="https://redirect.github.com/jestjs/jest/pull/15708">#15708</a>)</li>
</ul>
<h2>30.0.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d347c0f3f8"><code>d347c0f</code></a>
v30.1.1</li>
<li><a
href="4d5f41d088"><code>4d5f41d</code></a>
v30.1.0</li>
<li><a
href="22236cf58b"><code>22236cf</code></a>
v30.0.5</li>
<li><a
href="f4296d2bc8"><code>f4296d2</code></a>
v30.0.4</li>
<li><a
href="393acbfac3"><code>393acbf</code></a>
v30.0.2</li>
<li><a
href="5ce865b406"><code>5ce865b</code></a>
v30.0.1</li>
<li><a
href="469f665c2d"><code>469f665</code></a>
v30.0.0</li>
<li>See full diff in <a
href="https://github.com/jestjs/jest/commits/v30.1.1/packages/jest-environment-jsdom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-environment-jsdom&package-manager=npm_and_yarn&previous-version=30.0.0&new-version=30.1.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-28 06:46:19 +00:00
dependabot[bot]
d7a66a5a98 Bump jest from 30.0.0 to 30.1.0 in /frontend (#1330)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest)
from 30.0.0 to 30.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/releases">jest's
releases</a>.</em></p>
<blockquote>
<h2>30.1.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-leak-detector]</code> Configurable GC aggressiveness
regarding to V8 heap snapshot generation (<a
href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li>
<li><code>[jest-runtime]</code> Reduce redundant ReferenceError
messages</li>
<li><code>[jest-core]</code> Include test modules that failed to load
when --onlyFailures is active</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not
getting replaced with fully canonical URL (<a
href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li>
<li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not
working with <code>describe.skip</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li>
<li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates
when used with Prettier 3 and CRLF line endings</li>
<li><code>[jest-runtime]</code> Importing from
<code>@jest/globals</code> in more than one file no longer breaks
relative paths (<a
href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li>
</ul>
<h1>Chore</h1>
<ul>
<li><code>[expect]</code> Update docblock for <code>toContain()</code>
to display info on substring check (<a
href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li>
</ul>
<h2>30.0.2</h2>
<h2>What's Changed</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-matcher-utils]</code> Make 'deepCyclicCopyObject' safer
by setting descriptors to a null-prototype object (<a
href="https://redirect.github.com/jestjs/jest/pull/15689">#15689</a>)</li>
<li><code>[jest-util]</code> Make garbage collection protection property
writable (<a
href="https://redirect.github.com/jestjs/jest/pull/15689">#15689</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">https://github.com/jestjs/jest/blob/main/CHANGELOG.md</a></p>
<h2>Jest 30.0.1</h2>
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-resolver]</code> Implement the
<code>defaultAsyncResolver</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15679">#15679</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-resolver]</code> Resolve builtin modules correctly (<a
href="https://redirect.github.com/jestjs/jest/pull/15683">#15683</a>)</li>
<li><code>[jest-environment-node, jest-util]</code> Avoid setting
globals cleanup protection symbol when feature is off (<a
href="https://redirect.github.com/jestjs/jest/pull/15684">#15684</a>)</li>
</ul>
<h3>Chore &amp; Maintenance</h3>
<ul>
<li><code>[*]</code> Remove and deprecate <code>jest-repl</code> package
(<a
href="https://redirect.github.com/jestjs/jest/pull/15673">#15673</a>)</li>
<li><code>[jest-resolver]</code> Replace custom
<code>isBuiltinModule</code> with node's <code>isBuiltin</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15685">#15685</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vovkasm"><code>@​vovkasm</code></a> made
their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/15687">jestjs/jest#15687</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">https://github.com/jestjs/jest/blob/main/CHANGELOG.md</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's
changelog</a>.</em></p>
<blockquote>
<h2>30.1.0</h2>
<h2>Features</h2>
<ul>
<li><code>[jest-leak-detector]</code> Configurable GC aggressiveness
regarding to V8 heap snapshot generation (<a
href="https://redirect.github.com/jestjs/jest/pull/15793/">#15793</a>)</li>
<li><code>[jest-runtime]</code> Reduce redundant ReferenceError
messages</li>
<li><code>[jest-core]</code> Include test modules that failed to load
when --onlyFailures is active</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>`[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not
getting replaced with fully canonical URL (<a
href="https://redirect.github.com/jestjs/jest/pull/15787">#15787</a>)</li>
<li><code>[jest-circus]</code> Fix <code>it.concurrent</code> not
working with <code>describe.skip</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15765">#15765</a>)</li>
<li><code>[jest-snapshot]</code> Fix mangled inline snapshot updates
when used with Prettier 3 and CRLF line endings</li>
<li><code>[jest-runtime]</code> Importing from
<code>@jest/globals</code> in more than one file no longer breaks
relative paths (<a
href="https://redirect.github.com/jestjs/jest/issues/15772">#15772</a>)</li>
</ul>
<h1>Chore</h1>
<ul>
<li><code>[expect]</code> Update docblock for <code>toContain()</code>
to display info on substring check (<a
href="https://redirect.github.com/jestjs/jest/pull/15789">#15789</a>)</li>
</ul>
<h2>30.0.5</h2>
<h3>Features</h3>
<ul>
<li><code>[jest-config]</code> Allow <code>testMatch</code> to take a
string value</li>
<li><code>[jest-worker]</code> Let <code>workerIdleMemoryLimit</code>
accept 0 to always restart worker child processes</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[expect]</code> Fix <code>bigint</code> error (<a
href="https://redirect.github.com/jestjs/jest/pull/15702">#15702</a>)</li>
</ul>
<h2>30.0.4</h2>
<h3>Features</h3>
<ul>
<li><code>[expect]</code> The <code>Inverse</code> type is now exported
(<a
href="https://redirect.github.com/jestjs/jest/pull/15714">#15714</a>)</li>
<li><code>[expect]</code> feat: support <code>async functions</code> in
<code>toBe</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15704">#15704</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest]</code> jest --onlyFailures --listTests now correctly
lists only failed tests (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/15700">#15700</a>)</li>
<li><code>[jest-snapshot]</code> Handle line endings in snapshots (<a
href="https://redirect.github.com/jestjs/jest/pull/15708">#15708</a>)</li>
</ul>
<h2>30.0.3</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-config]</code> Fix ESM TS config loading in a CJS
project (<a
href="https://redirect.github.com/jestjs/jest/pull/15694">#15694</a>)</li>
<li><code>[jest-core]</code> jest --onlyFailures --listTests now
correctly lists only failed tests(<a
href="https://redirect.github.com/jestjs/jest/pull/15700">#15700</a>)</li>
</ul>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d5f41d088"><code>4d5f41d</code></a>
v30.1.0</li>
<li><a
href="22236cf58b"><code>22236cf</code></a>
v30.0.5</li>
<li><a
href="f4296d2bc8"><code>f4296d2</code></a>
v30.0.4</li>
<li><a
href="d4a6c94daf"><code>d4a6c94</code></a>
v30.0.3</li>
<li><a
href="393acbfac3"><code>393acbf</code></a>
v30.0.2</li>
<li><a
href="5ce865b406"><code>5ce865b</code></a>
v30.0.1</li>
<li><a
href="469f665c2d"><code>469f665</code></a>
v30.0.0</li>
<li>See full diff in <a
href="https://github.com/jestjs/jest/commits/v30.1.0/packages/jest">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=30.0.0&new-version=30.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-27 14:03:24 +00:00
Erik Vroon
e29f551032 New Crowdin updates (#1329) 2025-08-25 16:58:59 +02:00
dependabot[bot]
6425cc5999 Bump i18next from 25.3.0 to 25.4.0 in /frontend (#1328)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [i18next](https://github.com/i18next/i18next) from 25.3.0 to
25.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.4.0</h2>
<ul>
<li>add new selector API to improve TypeScript IDE performance <a
href="https://redirect.github.com/i18next/i18next/pull/2322">2322</a>
<ul>
<li>To enable it, set <code>enableSelector: true</code> in your
configuration options</li>
<li>With <code>enableSelector: &quot;optimize&quot;</code>, i18next can
now handle translation dictionaries of any size, without affecting IDE
performance or build times</li>
<li>To assist with the migration, we've published the following
packages:
<ul>
<li><a
href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/codemod"><code>@​i18next-selector/codemod</code></a></li>
<li><a
href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/vite-plugin"><code>@​i18next-selector/vite-plugin</code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>v25.3.6</h2>
<ul>
<li>improve fix: Ordinals and non-ordinals don't work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li>
</ul>
<h2>v25.3.5</h2>
<ul>
<li>fix: Ordinals and non-ordinals don't work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li>
</ul>
<h2>v25.3.4</h2>
<ul>
<li>remove unnecessary debug logs</li>
</ul>
<h2>v25.3.3</h2>
<ul>
<li>fix: Brackets breaking nesting interpolation <a
href="https://redirect.github.com/i18next/i18next/issues/2336">2336</a></li>
</ul>
<h2>v25.3.2</h2>
<ul>
<li>fix <code>dir()</code> for non-Intl language codes <a
href="https://redirect.github.com/i18next/i18next/issues/2330">2330</a></li>
</ul>
<h2>v25.3.1</h2>
<ul>
<li>warn if legacy <code>interpolation.format</code> function is still
used</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.4.0</h2>
<ul>
<li>add new selector API to improve TypeScript IDE performance <a
href="https://redirect.github.com/i18next/i18next/pull/2322">2322</a>
<ul>
<li>To enable it, set <code>enableSelector: true</code> in your
configuration options</li>
<li>With <code>enableSelector: &quot;optimize&quot;</code>, i18next can
now handle translation dictionaries of any size, without affecting IDE
performance or build times</li>
<li>To assist with the migration, we've published the following
packages:
<ul>
<li><a
href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/codemod"><code>@​i18next-selector/codemod</code></a></li>
<li><a
href="https://github.com/ahrjarrett/i18next-selector/tree/main/packages/vite-plugin"><code>@​i18next-selector/vite-plugin</code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>25.3.6</h2>
<ul>
<li>improve fix: Ordinals and non-ordinals don't work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li>
</ul>
<h2>25.3.5</h2>
<ul>
<li>fix: Ordinals and non-ordinals don't work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">2337</a></li>
</ul>
<h2>25.3.4</h2>
<ul>
<li>remove unnecessary debug logs</li>
</ul>
<h2>25.3.3</h2>
<ul>
<li>fix: Brackets breaking nesting interpolation <a
href="https://redirect.github.com/i18next/i18next/issues/2336">2336</a></li>
</ul>
<h2>25.3.2</h2>
<ul>
<li>fix <code>dir()</code> for non-Intl language codes <a
href="https://redirect.github.com/i18next/i18next/issues/2330">2330</a></li>
</ul>
<h2>25.3.1</h2>
<ul>
<li>warn if legacy <code>interpolation.format</code> function is still
used</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5423a3f71c"><code>5423a3f</code></a>
25.4.0</li>
<li><a
href="03b4949c2d"><code>03b4949</code></a>
changelog</li>
<li><a
href="6c26133170"><code>6c26133</code></a>
feat: adds new &quot;selector&quot; API (<a
href="https://redirect.github.com/i18next/i18next/issues/2322">#2322</a>)</li>
<li><a
href="dc8384f3f8"><code>dc8384f</code></a>
instead of warn use deprecate for old format function</li>
<li><a
href="ff90d79d39"><code>ff90d79</code></a>
25.3.6</li>
<li><a
href="bbe7d42ba5"><code>bbe7d42</code></a>
improve fix: Ordinals and non-ordinals do not work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">#2337</a></li>
<li><a
href="e06418ef3b"><code>e06418e</code></a>
25.3.5</li>
<li><a
href="a33a6071ce"><code>a33a607</code></a>
fix: Ordinals and non-ordinals do not work together <a
href="https://redirect.github.com/i18next/i18next/issues/2337">#2337</a></li>
<li><a
href="ce89072605"><code>ce89072</code></a>
25.3.4</li>
<li><a
href="c728442c2f"><code>c728442</code></a>
remove unnecessary debug logs</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/i18next/compare/v25.3.0...v25.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next&package-manager=npm_and_yarn&previous-version=25.3.0&new-version=25.4.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 04:31:13 +00:00
dependabot[bot]
21b4a79a80 Bump @testing-library/jest-dom from 6.7.0 to 6.8.0 in /frontend (#1327)
Bumps
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom)
from 6.7.0 to 6.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.8.0</h2>
<h1><a
href="https://github.com/testing-library/jest-dom/compare/v6.7.0...v6.8.0">6.8.0</a>
(2025-08-20)</h1>
<h3>Features</h3>
<ul>
<li>add toBePartiallyPressed matcher (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/203">#203</a>)
(<a
href="https://redirect.github.com/testing-library/jest-dom/issues/692">#692</a>)
(<a
href="779b7125d3">779b712</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="779b7125d3"><code>779b712</code></a>
feat: add toBePartiallyPressed matcher (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/203">#203</a>)
(<a
href="https://redirect.github.com/testing-library/jest-dom/issues/692">#692</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/jest-dom/compare/v6.7.0...v6.8.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=6.7.0&new-version=6.8.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 04:30:39 +00:00
dependabot[bot]
0b8f56e39d Bump react-i18next from 15.6.0 to 15.7.0 in /frontend (#1326)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
15.6.0 to 15.7.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>15.7.0</h3>
<ul>
<li>add new selector API to improve TypeScript IDE performance <a
href="https://redirect.github.com/i18next/react-i18next/pull/1852">1852</a>
<ul>
<li>read more about it <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md#2540">here</a></li>
</ul>
</li>
</ul>
<h3>15.6.1</h3>
<p>avoid exception when passing bindI18n: false <a
href="https://redirect.github.com/i18next/react-i18next/pull/1856">1856</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1d7ad47936"><code>1d7ad47</code></a>
15.7.0</li>
<li><a
href="8c357884a6"><code>8c35788</code></a>
release</li>
<li><a
href="78aec36c9b"><code>78aec36</code></a>
feat: adds support for new &quot;selector&quot; API (<a
href="https://redirect.github.com/i18next/react-i18next/issues/1852">#1852</a>)</li>
<li><a
href="8784cb55b7"><code>8784cb5</code></a>
trans with nesting $t() and interpolation</li>
<li><a
href="5cb73deed1"><code>5cb73de</code></a>
trans with $t() nesting test</li>
<li><a
href="da4d5e245f"><code>da4d5e2</code></a>
15.6.1</li>
<li><a
href="0faccee5ac"><code>0faccee</code></a>
avoid exception when passing bindI18n: false <a
href="https://redirect.github.com/i18next/react-i18next/issues/1856">#1856</a></li>
<li><a
href="1584a441ef"><code>1584a44</code></a>
add regression test for optional chaining issue (<a
href="https://redirect.github.com/i18next/react-i18next/issues/1856">#1856</a>)</li>
<li><a
href="d515c68a4b"><code>d515c68</code></a>
prettier</li>
<li><a
href="b6dc7b4037"><code>b6dc7b4</code></a>
fix deps for ts and vitest</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/react-i18next/compare/v15.6.0...v15.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-i18next&package-manager=npm_and_yarn&previous-version=15.6.0&new-version=15.7.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-21 04:29:44 +00:00
dependabot[bot]
b7cd531fdb Bump @next/eslint-plugin-next from 15.4.1 to 15.5.0 in /frontend (#1324)
Bumps
[@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)
from 15.4.1 to 15.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/eslint-plugin-next</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.5.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Use and enforce exhaustive switch statements for work unit store: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81577">#81577</a></li>
<li>Enable <code>@typescript-eslint/switch-exhaustiveness-check</code>
rule: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81583">#81583</a></li>
<li>[dynamicIO] use RSC dynamicness to control partial vs complete PPR
result: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81627">#81627</a></li>
<li>[dynamicIO] Do not use <code>React.unstable_postpone()</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81652">#81652</a></li>
<li>feat: new detachable panel UI: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81483">#81483</a></li>
<li>Turbopack: content-hash PageLoaderAsset: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81450">#81450</a></li>
<li>[segment explorer] fix content overflow styling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81649">#81649</a></li>
<li>Improve reliability of owner stacks for async I/O errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81501">#81501</a></li>
<li>fix(router): Prevent redirect loop on root data requests with
basePath: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81096">#81096</a></li>
<li>Ensure custom NextServer config is honored: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81681">#81681</a></li>
<li>Fix before interactive incorrectly render css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81146">#81146</a></li>
<li>perf: memorize exclude function in webpack config: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81525">#81525</a></li>
<li>Also enforce experimental features when there's no next config file:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81679">#81679</a></li>
<li>feat(next/image): warn when <code>images.qualities</code> is
undefined: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81690">#81690</a></li>
<li>feat(build): optimize filterUniqueParamsCombinations to generate
sub-combinations: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81321">#81321</a></li>
<li>Update NextAdapter type and re-export: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81692">#81692</a></li>
<li>upgrade to path-to-regexp@6.3.0: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/80123">#80123</a></li>
<li>[metadata] replace for initial body icon case: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81688">#81688</a></li>
<li>[segment explorer] remove dev panel ui flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81670">#81670</a></li>
<li>Simplify running test apps locally with <code>ppr</code> or
<code>dynamicIO</code> enabled: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81668">#81668</a></li>
<li>[turbopack] Return cached Promise from
<code>__turbopack_load_by_url__ </code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81663">#81663</a></li>
<li>Upgrade React from <code>97cdd5d3-20250710</code> to
<code>2f0e7e57-20250715</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81678">#81678</a></li>
<li>Delete unused <code>renderToString</code> function: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81707">#81707</a></li>
<li>Discard prerendered route handler data from FS cache after
revalidation: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81611">#81611</a></li>
<li>Upgrade React from <code>2f0e7e57-20250715</code> to
<code>d85ec5f5-20250716</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81708">#81708</a></li>
<li>Ignore pending revalidations during prerendering: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81621">#81621</a></li>
<li>[turbopack] Clear chunk cache on HMR instead of creating new
<code>next-server</code> VM: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81664">#81664</a></li>
<li>fix: rootParams should throw in client when fallbackParams are not
present: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81711">#81711</a></li>
<li>perf(build): optimize buildAppStaticPaths performance and add helper
function: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81386">#81386</a></li>
<li>Turbopack: Support string without options for
<code>@​next/mdx</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81713">#81713</a></li>
<li>[Segment Cache] Support dynamic head prefetching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81677">#81677</a></li>
<li>[sourcemaps] Consistent cursor columns: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81375">#81375</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81731">#81731</a></li>
<li>fix: pages router metadata bugs with React 19: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81733">#81733</a></li>
<li>Improve error handling for
<code>headers</code>/<code>cookies</code>/<code>draftMode</code> in
<code>'use cache'</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81716">#81716</a></li>
<li>[devtool] fix duplicate rendered indicator on server: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81729">#81729</a></li>
<li>[devtool] enable segment explorer by default: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81737">#81737</a></li>
<li>[turbopack] Stop exposing globals from Turbopack runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81727">#81727</a></li>
<li>Remove unnecessary await: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81761">#81761</a></li>
<li>[chore] bump zod to latest v3: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81757">#81757</a></li>
<li>feat(turbopack): Log anonymized internal error (panic) information
to telemetry: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81272">#81272</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81740">#81740</a></li>
<li>bugfix: static resources staleTime should be renewed once refetched:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81771">#81771</a></li>
<li>[devtool] move font styling to global.css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81782">#81782</a></li>
<li>[devtool] copy decoded info of error details: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81735">#81735</a></li>
<li>fix(build): add sourcePage context for PPR dynamic route lambda
creation: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81781">#81781</a></li>
<li>refactor: rename experimental.dynamicIO to
experimental.cacheComponents: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/81562">#81562</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7e08c8223d"><code>7e08c82</code></a>
v15.5.0</li>
<li><a
href="8f6d345d2d"><code>8f6d345</code></a>
v15.4.2-canary.56</li>
<li><a
href="e3e21977ed"><code>e3e2197</code></a>
v15.4.2-canary.55</li>
<li><a
href="a745826b2c"><code>a745826</code></a>
v15.4.2-canary.54</li>
<li><a
href="bec38efdb6"><code>bec38ef</code></a>
v15.4.2-canary.53</li>
<li><a
href="97dbf5f2e1"><code>97dbf5f</code></a>
v15.4.2-canary.52</li>
<li><a
href="9934b3788a"><code>9934b37</code></a>
v15.4.2-canary.51</li>
<li><a
href="df9f3ba484"><code>df9f3ba</code></a>
v15.4.2-canary.50</li>
<li><a
href="56493beebe"><code>56493be</code></a>
v15.4.2-canary.49</li>
<li><a
href="62b659cf31"><code>62b659c</code></a>
v15.4.2-canary.48</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.5.0/packages/eslint-plugin-next">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/eslint-plugin-next&package-manager=npm_and_yarn&previous-version=15.4.1&new-version=15.5.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 08:17:22 +00:00
dependabot[bot]
619e5f2f66 Bump next from 15.4.1 to 15.5.0 in /frontend (#1323)
Bumps [next](https://github.com/vercel/next.js) from 15.4.1 to 15.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v15.5.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Use and enforce exhaustive switch statements for work unit store: <a
href="https://redirect.github.com/vercel/next.js/issues/81577">#81577</a></li>
<li>Enable <code>@typescript-eslint/switch-exhaustiveness-check</code>
rule: <a
href="https://redirect.github.com/vercel/next.js/issues/81583">#81583</a></li>
<li>[dynamicIO] use RSC dynamicness to control partial vs complete PPR
result: <a
href="https://redirect.github.com/vercel/next.js/issues/81627">#81627</a></li>
<li>[dynamicIO] Do not use <code>React.unstable_postpone()</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81652">#81652</a></li>
<li>feat: new detachable panel UI: <a
href="https://redirect.github.com/vercel/next.js/issues/81483">#81483</a></li>
<li>Turbopack: content-hash PageLoaderAsset: <a
href="https://redirect.github.com/vercel/next.js/issues/81450">#81450</a></li>
<li>[segment explorer] fix content overflow styling: <a
href="https://redirect.github.com/vercel/next.js/issues/81649">#81649</a></li>
<li>Improve reliability of owner stacks for async I/O errors: <a
href="https://redirect.github.com/vercel/next.js/issues/81501">#81501</a></li>
<li>fix(router): Prevent redirect loop on root data requests with
basePath: <a
href="https://redirect.github.com/vercel/next.js/issues/81096">#81096</a></li>
<li>Ensure custom NextServer config is honored: <a
href="https://redirect.github.com/vercel/next.js/issues/81681">#81681</a></li>
<li>Fix before interactive incorrectly render css: <a
href="https://redirect.github.com/vercel/next.js/issues/81146">#81146</a></li>
<li>perf: memorize exclude function in webpack config: <a
href="https://redirect.github.com/vercel/next.js/issues/81525">#81525</a></li>
<li>Also enforce experimental features when there's no next config file:
<a
href="https://redirect.github.com/vercel/next.js/issues/81679">#81679</a></li>
<li>feat(next/image): warn when <code>images.qualities</code> is
undefined: <a
href="https://redirect.github.com/vercel/next.js/issues/81690">#81690</a></li>
<li>feat(build): optimize filterUniqueParamsCombinations to generate
sub-combinations: <a
href="https://redirect.github.com/vercel/next.js/issues/81321">#81321</a></li>
<li>Update NextAdapter type and re-export: <a
href="https://redirect.github.com/vercel/next.js/issues/81692">#81692</a></li>
<li>upgrade to path-to-regexp@6.3.0: <a
href="https://redirect.github.com/vercel/next.js/issues/80123">#80123</a></li>
<li>[metadata] replace for initial body icon case: <a
href="https://redirect.github.com/vercel/next.js/issues/81688">#81688</a></li>
<li>[segment explorer] remove dev panel ui flag: <a
href="https://redirect.github.com/vercel/next.js/issues/81670">#81670</a></li>
<li>Simplify running test apps locally with <code>ppr</code> or
<code>dynamicIO</code> enabled: <a
href="https://redirect.github.com/vercel/next.js/issues/81668">#81668</a></li>
<li>[turbopack] Return cached Promise from
<code>__turbopack_load_by_url__ </code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81663">#81663</a></li>
<li>Upgrade React from <code>97cdd5d3-20250710</code> to
<code>2f0e7e57-20250715</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81678">#81678</a></li>
<li>Delete unused <code>renderToString</code> function: <a
href="https://redirect.github.com/vercel/next.js/issues/81707">#81707</a></li>
<li>Discard prerendered route handler data from FS cache after
revalidation: <a
href="https://redirect.github.com/vercel/next.js/issues/81611">#81611</a></li>
<li>Upgrade React from <code>2f0e7e57-20250715</code> to
<code>d85ec5f5-20250716</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81708">#81708</a></li>
<li>Ignore pending revalidations during prerendering: <a
href="https://redirect.github.com/vercel/next.js/issues/81621">#81621</a></li>
<li>[turbopack] Clear chunk cache on HMR instead of creating new
<code>next-server</code> VM: <a
href="https://redirect.github.com/vercel/next.js/issues/81664">#81664</a></li>
<li>fix: rootParams should throw in client when fallbackParams are not
present: <a
href="https://redirect.github.com/vercel/next.js/issues/81711">#81711</a></li>
<li>perf(build): optimize buildAppStaticPaths performance and add helper
function: <a
href="https://redirect.github.com/vercel/next.js/issues/81386">#81386</a></li>
<li>Turbopack: Support string without options for
<code>@​next/mdx</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81713">#81713</a></li>
<li>[Segment Cache] Support dynamic head prefetching: <a
href="https://redirect.github.com/vercel/next.js/issues/81677">#81677</a></li>
<li>[sourcemaps] Consistent cursor columns: <a
href="https://redirect.github.com/vercel/next.js/issues/81375">#81375</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://redirect.github.com/vercel/next.js/issues/81731">#81731</a></li>
<li>fix: pages router metadata bugs with React 19: <a
href="https://redirect.github.com/vercel/next.js/issues/81733">#81733</a></li>
<li>Improve error handling for
<code>headers</code>/<code>cookies</code>/<code>draftMode</code> in
<code>'use cache'</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/81716">#81716</a></li>
<li>[devtool] fix duplicate rendered indicator on server: <a
href="https://redirect.github.com/vercel/next.js/issues/81729">#81729</a></li>
<li>[devtool] enable segment explorer by default: <a
href="https://redirect.github.com/vercel/next.js/issues/81737">#81737</a></li>
<li>[turbopack] Stop exposing globals from Turbopack runtime: <a
href="https://redirect.github.com/vercel/next.js/issues/81727">#81727</a></li>
<li>Remove unnecessary await: <a
href="https://redirect.github.com/vercel/next.js/issues/81761">#81761</a></li>
<li>[chore] bump zod to latest v3: <a
href="https://redirect.github.com/vercel/next.js/issues/81757">#81757</a></li>
<li>feat(turbopack): Log anonymized internal error (panic) information
to telemetry: <a
href="https://redirect.github.com/vercel/next.js/issues/81272">#81272</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://redirect.github.com/vercel/next.js/issues/81740">#81740</a></li>
<li>bugfix: static resources staleTime should be renewed once refetched:
<a
href="https://redirect.github.com/vercel/next.js/issues/81771">#81771</a></li>
<li>[devtool] move font styling to global.css: <a
href="https://redirect.github.com/vercel/next.js/issues/81782">#81782</a></li>
<li>[devtool] copy decoded info of error details: <a
href="https://redirect.github.com/vercel/next.js/issues/81735">#81735</a></li>
<li>fix(build): add sourcePage context for PPR dynamic route lambda
creation: <a
href="https://redirect.github.com/vercel/next.js/issues/81781">#81781</a></li>
<li>refactor: rename experimental.dynamicIO to
experimental.cacheComponents: <a
href="https://redirect.github.com/vercel/next.js/issues/81562">#81562</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7e08c8223d"><code>7e08c82</code></a>
v15.5.0</li>
<li><a
href="77bb702a01"><code>77bb702</code></a>
docs: add explanation of disabling lint for next build (<a
href="https://redirect.github.com/vercel/next.js/issues/82805">#82805</a>)</li>
<li><a
href="8f6d345d2d"><code>8f6d345</code></a>
v15.4.2-canary.56</li>
<li><a
href="533bcd1485"><code>533bcd1</code></a>
docs: Route props helpers, typegen and next lint deprecation (<a
href="https://redirect.github.com/vercel/next.js/issues/82784">#82784</a>)</li>
<li><a
href="e6718d699d"><code>e6718d6</code></a>
docs: fix TS error in Node.js runtime local assets example (<a
href="https://redirect.github.com/vercel/next.js/issues/82672">#82672</a>)</li>
<li><a
href="91da00336c"><code>91da003</code></a>
fix: remove a few old references to 'next lint' (<a
href="https://redirect.github.com/vercel/next.js/issues/82800">#82800</a>)</li>
<li><a
href="e3e21977ed"><code>e3e2197</code></a>
v15.4.2-canary.55</li>
<li><a
href="408920c566"><code>408920c</code></a>
fix: possible null access (<a
href="https://redirect.github.com/vercel/next.js/issues/82799">#82799</a>)</li>
<li><a
href="4e9cc18917"><code>4e9cc18</code></a>
fix: don't fail with amp config in JS (<a
href="https://redirect.github.com/vercel/next.js/issues/82798">#82798</a>)</li>
<li><a
href="c57fe2561c"><code>c57fe25</code></a>
feat: add a codemod to migrate from the deprecated &quot;next lint&quot;
command (<a
href="https://redirect.github.com/vercel/next.js/issues/82685">#82685</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.4.1...v15.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=15.4.1&new-version=15.5.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 08:17:14 +00:00
dependabot[bot]
4b487eb8e2 Bump @next/bundle-analyzer from 15.4.1 to 15.5.0 in /frontend (#1322)
Bumps
[@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)
from 15.4.1 to 15.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/bundle-analyzer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.5.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Use and enforce exhaustive switch statements for work unit store: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81577">#81577</a></li>
<li>Enable <code>@typescript-eslint/switch-exhaustiveness-check</code>
rule: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81583">#81583</a></li>
<li>[dynamicIO] use RSC dynamicness to control partial vs complete PPR
result: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81627">#81627</a></li>
<li>[dynamicIO] Do not use <code>React.unstable_postpone()</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81652">#81652</a></li>
<li>feat: new detachable panel UI: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81483">#81483</a></li>
<li>Turbopack: content-hash PageLoaderAsset: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81450">#81450</a></li>
<li>[segment explorer] fix content overflow styling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81649">#81649</a></li>
<li>Improve reliability of owner stacks for async I/O errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81501">#81501</a></li>
<li>fix(router): Prevent redirect loop on root data requests with
basePath: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81096">#81096</a></li>
<li>Ensure custom NextServer config is honored: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81681">#81681</a></li>
<li>Fix before interactive incorrectly render css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81146">#81146</a></li>
<li>perf: memorize exclude function in webpack config: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81525">#81525</a></li>
<li>Also enforce experimental features when there's no next config file:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81679">#81679</a></li>
<li>feat(next/image): warn when <code>images.qualities</code> is
undefined: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81690">#81690</a></li>
<li>feat(build): optimize filterUniqueParamsCombinations to generate
sub-combinations: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81321">#81321</a></li>
<li>Update NextAdapter type and re-export: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81692">#81692</a></li>
<li>upgrade to path-to-regexp@6.3.0: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/80123">#80123</a></li>
<li>[metadata] replace for initial body icon case: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81688">#81688</a></li>
<li>[segment explorer] remove dev panel ui flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81670">#81670</a></li>
<li>Simplify running test apps locally with <code>ppr</code> or
<code>dynamicIO</code> enabled: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81668">#81668</a></li>
<li>[turbopack] Return cached Promise from
<code>__turbopack_load_by_url__ </code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81663">#81663</a></li>
<li>Upgrade React from <code>97cdd5d3-20250710</code> to
<code>2f0e7e57-20250715</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81678">#81678</a></li>
<li>Delete unused <code>renderToString</code> function: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81707">#81707</a></li>
<li>Discard prerendered route handler data from FS cache after
revalidation: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81611">#81611</a></li>
<li>Upgrade React from <code>2f0e7e57-20250715</code> to
<code>d85ec5f5-20250716</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81708">#81708</a></li>
<li>Ignore pending revalidations during prerendering: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81621">#81621</a></li>
<li>[turbopack] Clear chunk cache on HMR instead of creating new
<code>next-server</code> VM: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81664">#81664</a></li>
<li>fix: rootParams should throw in client when fallbackParams are not
present: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81711">#81711</a></li>
<li>perf(build): optimize buildAppStaticPaths performance and add helper
function: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81386">#81386</a></li>
<li>Turbopack: Support string without options for
<code>@​next/mdx</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81713">#81713</a></li>
<li>[Segment Cache] Support dynamic head prefetching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81677">#81677</a></li>
<li>[sourcemaps] Consistent cursor columns: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81375">#81375</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81731">#81731</a></li>
<li>fix: pages router metadata bugs with React 19: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81733">#81733</a></li>
<li>Improve error handling for
<code>headers</code>/<code>cookies</code>/<code>draftMode</code> in
<code>'use cache'</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81716">#81716</a></li>
<li>[devtool] fix duplicate rendered indicator on server: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81729">#81729</a></li>
<li>[devtool] enable segment explorer by default: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81737">#81737</a></li>
<li>[turbopack] Stop exposing globals from Turbopack runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81727">#81727</a></li>
<li>Remove unnecessary await: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81761">#81761</a></li>
<li>[chore] bump zod to latest v3: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81757">#81757</a></li>
<li>feat(turbopack): Log anonymized internal error (panic) information
to telemetry: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81272">#81272</a></li>
<li>fix: revert client segment route changes for sub shell generation:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81740">#81740</a></li>
<li>bugfix: static resources staleTime should be renewed once refetched:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81771">#81771</a></li>
<li>[devtool] move font styling to global.css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81782">#81782</a></li>
<li>[devtool] copy decoded info of error details: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81735">#81735</a></li>
<li>fix(build): add sourcePage context for PPR dynamic route lambda
creation: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81781">#81781</a></li>
<li>refactor: rename experimental.dynamicIO to
experimental.cacheComponents: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/81562">#81562</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7e08c8223d"><code>7e08c82</code></a>
v15.5.0</li>
<li><a
href="8f6d345d2d"><code>8f6d345</code></a>
v15.4.2-canary.56</li>
<li><a
href="e3e21977ed"><code>e3e2197</code></a>
v15.4.2-canary.55</li>
<li><a
href="a745826b2c"><code>a745826</code></a>
v15.4.2-canary.54</li>
<li><a
href="bec38efdb6"><code>bec38ef</code></a>
v15.4.2-canary.53</li>
<li><a
href="97dbf5f2e1"><code>97dbf5f</code></a>
v15.4.2-canary.52</li>
<li><a
href="9934b3788a"><code>9934b37</code></a>
v15.4.2-canary.51</li>
<li><a
href="df9f3ba484"><code>df9f3ba</code></a>
v15.4.2-canary.50</li>
<li><a
href="56493beebe"><code>56493be</code></a>
v15.4.2-canary.49</li>
<li><a
href="62b659cf31"><code>62b659c</code></a>
v15.4.2-canary.48</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.5.0/packages/next-bundle-analyzer">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/bundle-analyzer&package-manager=npm_and_yarn&previous-version=15.4.1&new-version=15.5.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 06:04:58 +00:00
dependabot[bot]
d60a106494 Bump @types/node from 24.2.0 to 24.3.0 in /frontend (#1321)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 24.2.0 to 24.3.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.2.0&new-version=24.3.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18 06:53:43 +00:00
dependabot[bot]
414bf69e2d Bump @testing-library/jest-dom from 6.6.1 to 6.7.0 in /frontend (#1319)
Bumps
[@testing-library/jest-dom](https://github.com/testing-library/jest-dom)
from 6.6.1 to 6.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/jest-dom/releases"><code>@​testing-library/jest-dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.7.0</h2>
<h1><a
href="https://github.com/testing-library/jest-dom/compare/v6.6.4...v6.7.0">6.7.0</a>
(2025-08-13)</h1>
<h3>Features</h3>
<ul>
<li>add toBePressed matcher (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/203">#203</a>)
(<a
href="https://redirect.github.com/testing-library/jest-dom/issues/658">#658</a>)
(<a
href="cfdf8ae370">cfdf8ae</a>)</li>
</ul>
<h2>v6.6.4</h2>
<h2><a
href="https://github.com/testing-library/jest-dom/compare/v6.6.3...v6.6.4">6.6.4</a>
(2025-07-26)</h2>
<h3>Performance Improvements</h3>
<ul>
<li>replace chalk with picocolors (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/659">#659</a>)
(<a
href="707e6471ae">707e647</a>)</li>
</ul>
<h2>v6.6.3</h2>
<h2><a
href="https://github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3">6.6.3</a>
(2024-10-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add vitest import when extending vitest matchers (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/646">#646</a>)
(<a
href="5ba015651c">5ba0156</a>)</li>
</ul>
<h2>v6.6.2</h2>
<h2><a
href="https://github.com/testing-library/jest-dom/compare/v6.6.1...v6.6.2">6.6.2</a>
(2024-10-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>remove recursive type reference in vitest types (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/636">#636</a>)
(<a
href="4468378fb4">4468378</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e15f7893cd"><code>e15f789</code></a>
docs: add kretajak as a contributor for code, and test (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/691">#691</a>)</li>
<li><a
href="cfdf8ae370"><code>cfdf8ae</code></a>
feat: add toBePressed matcher (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/203">#203</a>)
(<a
href="https://redirect.github.com/testing-library/jest-dom/issues/658">#658</a>)</li>
<li><a
href="f00d94d3d1"><code>f00d94d</code></a>
chore: add <code>dependebot.yml</code> (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/456">#456</a>)</li>
<li><a
href="476c30b43f"><code>476c30b</code></a>
refactor: drop <code>lodash</code> entirely (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/676">#676</a>)</li>
<li><a
href="fafd8caa9f"><code>fafd8ca</code></a>
chore: add tests for Node 22 &amp; 24 (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/678">#678</a>)</li>
<li><a
href="d9babb1961"><code>d9babb1</code></a>
docs: fix typo (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/667">#667</a>)</li>
<li><a
href="f0f31bbd87"><code>f0f31bb</code></a>
docs: adopt the new build-badge URL (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/497">#497</a>)</li>
<li><a
href="707e6471ae"><code>707e647</code></a>
perf: replace chalk with picocolors (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/659">#659</a>)</li>
<li><a
href="918b6fbcde"><code>918b6fb</code></a>
docs: add InfiniteXyy as a contributor for code, and bug (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/650">#650</a>)</li>
<li><a
href="5ba015651c"><code>5ba0156</code></a>
fix: add vitest import when extending vitest matchers (<a
href="https://redirect.github.com/testing-library/jest-dom/issues/646">#646</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/jest-dom/compare/v6.6.1...v6.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/jest-dom&package-manager=npm_and_yarn&previous-version=6.6.1&new-version=6.7.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 04:14:02 +00:00
dependabot[bot]
36359afbd2 Bump @types/node from 24.1.0 to 24.2.0 in /frontend (#1313)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 24.1.0 to 24.2.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.1.0&new-version=24.2.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 10:54:40 +00:00
dependabot[bot]
aee9aa90e6 Bump axios from 1.10.0 to 1.11.0 in /frontend (#1307)
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.11.0</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li>form-data npm pakcage (<a
href="https://redirect.github.com/axios/axios/issues/6970">#6970</a>)
(<a
href="e72c193722">e72c193</a>)</li>
<li>prevent RangeError when using large Buffers (<a
href="https://redirect.github.com/axios/axios/issues/6961">#6961</a>)
(<a
href="a2214ca1bc">a2214ca</a>)</li>
<li><strong>types:</strong> resolve type discrepancies between ESM and
CJS TypeScript declaration files (<a
href="https://redirect.github.com/axios/axios/issues/6956">#6956</a>)
(<a
href="8517aa16f8">8517aa1</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a href="https://github.com/izzygld"
title="+186/-93 ([#6970](https://github.com/axios/axios/issues/6970)
)">izzy goldman</a></li>
<li><!-- raw HTML omitted --> <a
href="https://github.com/manishsahanidev" title="+70/-0
([#6961](https://github.com/axios/axios/issues/6961) )">Manish
Sahani</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
title="+12/-10 ([#6938](https://github.com/axios/axios/issues/6938)
[#6939](https://github.com/axios/axios/issues/6939) )">Noritaka
Kobayashi</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/jrnail23"
title="+13/-2 ([#6956](https://github.com/axios/axios/issues/6956)
)">James Nail</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Tejaswi1305"
title="+1/-1 ([#6894](https://github.com/axios/axios/issues/6894)
)">Tejaswi1305</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/axios/axios/compare/v1.10.0...v1.11.0">1.11.0</a>
(2025-07-22)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>form-data npm pakcage (<a
href="https://redirect.github.com/axios/axios/issues/6970">#6970</a>)
(<a
href="e72c193722">e72c193</a>)</li>
<li>prevent RangeError when using large Buffers (<a
href="https://redirect.github.com/axios/axios/issues/6961">#6961</a>)
(<a
href="a2214ca1bc">a2214ca</a>)</li>
<li><strong>types:</strong> resolve type discrepancies between ESM and
CJS TypeScript declaration files (<a
href="https://redirect.github.com/axios/axios/issues/6956">#6956</a>)
(<a
href="8517aa16f8">8517aa1</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a href="https://github.com/izzygld"
title="+186/-93 ([#6970](https://github.com/axios/axios/issues/6970)
)">izzy goldman</a></li>
<li><!-- raw HTML omitted --> <a
href="https://github.com/manishsahanidev" title="+70/-0
([#6961](https://github.com/axios/axios/issues/6961) )">Manish
Sahani</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
title="+12/-10 ([#6938](https://github.com/axios/axios/issues/6938)
[#6939](https://github.com/axios/axios/issues/6939) )">Noritaka
Kobayashi</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/jrnail23"
title="+13/-2 ([#6956](https://github.com/axios/axios/issues/6956)
)">James Nail</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Tejaswi1305"
title="+1/-1 ([#6894](https://github.com/axios/axios/issues/6894)
)">Tejaswi1305</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b76c4ac6f8"><code>b76c4ac</code></a>
chore(release): v1.11.0 (<a
href="https://redirect.github.com/axios/axios/issues/6974">#6974</a>)</li>
<li><a
href="e72c193722"><code>e72c193</code></a>
fix: form-data npm pakcage (<a
href="https://redirect.github.com/axios/axios/issues/6970">#6970</a>)</li>
<li><a
href="8517aa16f8"><code>8517aa1</code></a>
fix(types): resolve type discrepancies between ESM and CJS TypeScript
declara...</li>
<li><a
href="a2214ca1bc"><code>a2214ca</code></a>
fix: prevent RangeError when using large Buffers (<a
href="https://redirect.github.com/axios/axios/issues/6961">#6961</a>)</li>
<li><a
href="6161947d9d"><code>6161947</code></a>
refactor: use spread operator instead of '.apply()' (<a
href="https://redirect.github.com/axios/axios/issues/6938">#6938</a>)</li>
<li><a
href="a1d16dd9c5"><code>a1d16dd</code></a>
refactor: use an object spread instead of Object.assign (<a
href="https://redirect.github.com/axios/axios/issues/6939">#6939</a>)</li>
<li><a
href="07183cd149"><code>07183cd</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/6952">#6952</a>)</li>
<li><a
href="ef36347fb5"><code>ef36347</code></a>
docs(CONTRIBUTING): update docs link for accuracy (<a
href="https://redirect.github.com/axios/axios/issues/6894">#6894</a>)</li>
<li><a
href="b29bd6a641"><code>b29bd6a</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/6948">#6948</a>)</li>
<li><a
href="a406a93e2d"><code>a406a93</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/6937">#6937</a>)</li>
<li>See full diff in <a
href="https://github.com/axios/axios/compare/v1.10.0...v1.11.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.11.0)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/evroon/bracket/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 17:05:12 +00:00
dependabot[bot]
fa4dc682e2 Bump @types/node from 24.0.0 to 24.1.0 in /frontend (#1306)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 24.0.0 to 24.1.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=24.0.0&new-version=24.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-23 04:22:17 +00:00
dependabot[bot]
4e16334ba6 Bump @mantine/form from 8.1.0 to 8.2.1 in /frontend (#1305)
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mantine/form&package-manager=npm_and_yarn&previous-version=8.1.0&new-version=8.2.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 05:25:18 +00:00
dependabot[bot]
25e7ea8a25 Bump form-data from 4.0.0 to 4.0.4 in /frontend (#1304)
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to
4.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/form-data/form-data/releases">form-data's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.1</h2>
<h3>Fixes</h3>
<ul>
<li>npmignore temporary build files (<a
href="https://redirect.github.com/form-data/form-data/issues/532">#532</a>)</li>
<li>move util.isArray to Array.isArray (<a
href="https://redirect.github.com/form-data/form-data/issues/564">#564</a>)</li>
</ul>
<h3>Tests</h3>
<ul>
<li>migrate from travis to GHA</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/form-data/form-data/blob/master/CHANGELOG.md">form-data's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/form-data/form-data/compare/v4.0.3...v4.0.4">v4.0.4</a>
- 2025-07-16</h2>
<h3>Commits</h3>
<ul>
<li>[meta] add <code>auto-changelog</code> <a
href="811f68282f"><code>811f682</code></a></li>
<li>[Tests] handle predict-v8-randomness failures in node &lt; 17 and
node &gt; 23 <a
href="1d11a76434"><code>1d11a76</code></a></li>
<li>[Fix] Switch to using <code>crypto</code> random for boundary values
<a
href="3d1723080e"><code>3d17230</code></a></li>
<li>[Tests] fix linting errors <a
href="5e340800b5"><code>5e34080</code></a></li>
<li>[meta] actually ensure the readme backup isn’t published <a
href="316c82ba93"><code>316c82b</code></a></li>
<li>[Dev Deps] update <code>@ljharb/eslint-config</code> <a
href="58c25d7640"><code>58c25d7</code></a></li>
<li>[meta] fix readme capitalization <a
href="2300ca1959"><code>2300ca1</code></a></li>
</ul>
<h2><a
href="https://github.com/form-data/form-data/compare/v4.0.2...v4.0.3">v4.0.3</a>
- 2025-06-05</h2>
<h3>Fixed</h3>
<ul>
<li>[Fix] <code>append</code>: avoid a crash on nullish values <a
href="https://redirect.github.com/form-data/form-data/issues/577"><code>[#577](https://github.com/form-data/form-data/issues/577)</code></a></li>
</ul>
<h3>Commits</h3>
<ul>
<li>[eslint] use a shared config <a
href="426ba9ac44"><code>426ba9a</code></a></li>
<li>[eslint] fix some spacing issues <a
href="20941917f0"><code>2094191</code></a></li>
<li>[Refactor] use <code>hasown</code> <a
href="81ab41b46f"><code>81ab41b</code></a></li>
<li>[Fix] validate boundary type in <code>setBoundary()</code> method <a
href="8d8e469309"><code>8d8e469</code></a></li>
<li>[Tests] add tests to check the behavior of <code>getBoundary</code>
with non-strings <a
href="837b8a1f75"><code>837b8a1</code></a></li>
<li>[Dev Deps] remove unused deps <a
href="870e4e6659"><code>870e4e6</code></a></li>
<li>[meta] remove local commit hooks <a
href="e6e83ccb54"><code>e6e83cc</code></a></li>
<li>[Dev Deps] update <code>eslint</code> <a
href="4066fd6f65"><code>4066fd6</code></a></li>
<li>[meta] fix scripts to use prepublishOnly <a
href="c4bbb13c0e"><code>c4bbb13</code></a></li>
</ul>
<h2><a
href="https://github.com/form-data/form-data/compare/v4.0.1...v4.0.2">v4.0.2</a>
- 2025-02-14</h2>
<h3>Merged</h3>
<ul>
<li>[Fix] set <code>Symbol.toStringTag</code> when available <a
href="https://redirect.github.com/form-data/form-data/pull/573"><code>[#573](https://github.com/form-data/form-data/issues/573)</code></a></li>
<li>[Fix] set <code>Symbol.toStringTag</code> when available <a
href="https://redirect.github.com/form-data/form-data/pull/573"><code>[#573](https://github.com/form-data/form-data/issues/573)</code></a></li>
<li>fix (npmignore): ignore temporary build files <a
href="https://redirect.github.com/form-data/form-data/pull/532"><code>[#532](https://github.com/form-data/form-data/issues/532)</code></a></li>
<li>fix (npmignore): ignore temporary build files <a
href="https://redirect.github.com/form-data/form-data/pull/532"><code>[#532](https://github.com/form-data/form-data/issues/532)</code></a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[Fix] set <code>Symbol.toStringTag</code> when available (<a
href="https://redirect.github.com/form-data/form-data/issues/573">#573</a>)
<a
href="https://redirect.github.com/form-data/form-data/issues/396"><code>[#396](https://github.com/form-data/form-data/issues/396)</code></a></li>
<li>[Fix] set <code>Symbol.toStringTag</code> when available (<a
href="https://redirect.github.com/form-data/form-data/issues/573">#573</a>)
<a
href="https://redirect.github.com/form-data/form-data/issues/396"><code>[#396](https://github.com/form-data/form-data/issues/396)</code></a></li>
<li>[Fix] set <code>Symbol.toStringTag</code> when available <a
href="https://redirect.github.com/form-data/form-data/issues/396"><code>[#396](https://github.com/form-data/form-data/issues/396)</code></a></li>
</ul>
<h3>Commits</h3>
<ul>
<li>Merge tags v2.5.3 and v3.0.3 <a
href="92613b9208"><code>92613b9</code></a></li>
<li>[Tests] migrate from travis to GHA <a
href="806eda7774"><code>806eda7</code></a></li>
<li>[Tests] migrate from travis to GHA <a
href="8fdb3bc6b5"><code>8fdb3bc</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="41996f5ac7"><code>41996f5</code></a>
v4.0.4</li>
<li><a
href="316c82ba93"><code>316c82b</code></a>
[meta] actually ensure the readme backup isn’t published</li>
<li><a
href="2300ca1959"><code>2300ca1</code></a>
[meta] fix readme capitalization</li>
<li><a
href="811f68282f"><code>811f682</code></a>
[meta] add <code>auto-changelog</code></li>
<li><a
href="5e340800b5"><code>5e34080</code></a>
[Tests] fix linting errors</li>
<li><a
href="1d11a76434"><code>1d11a76</code></a>
[Tests] handle predict-v8-randomness failures in node &lt; 17 and node
&gt; 23</li>
<li><a
href="58c25d7640"><code>58c25d7</code></a>
[Dev Deps] update <code>@ljharb/eslint-config</code></li>
<li><a
href="3d1723080e"><code>3d17230</code></a>
[Fix] Switch to using <code>crypto</code> random for boundary
values</li>
<li><a
href="d8d67dc8ac"><code>d8d67dc</code></a>
v4.0.3</li>
<li><a
href="e6e83ccb54"><code>e6e83cc</code></a>
[meta] remove local commit hooks</li>
<li>Additional commits viewable in <a
href="https://github.com/form-data/form-data/compare/v4.0.0...v4.0.4">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~ljharb">ljharb</a>, a new releaser for
form-data since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=form-data&package-manager=npm_and_yarn&previous-version=4.0.0&new-version=4.0.4)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/evroon/bracket/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 23:49:26 +00:00
dependabot[bot]
e275e895bd Bump cookies-next from 6.0.0 to 6.1.0 in /frontend (#1300)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from
6.0.0 to 6.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/andreizanik/cookies-next/releases">cookies-next's
releases</a>.</em></p>
<blockquote>
<h2>v6.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: Revalidate cookies state by <a
href="https://github.com/greg2012201"><code>@​greg2012201</code></a> in
<a
href="https://redirect.github.com/andreizanik/cookies-next/pull/102">andreizanik/cookies-next#102</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/andreizanik/cookies-next/compare/v6.0.0...v6.1.0">https://github.com/andreizanik/cookies-next/compare/v6.0.0...v6.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c335de9b8e"><code>c335de9</code></a>
6.1.0</li>
<li><a
href="f828ccc3a6"><code>f828ccc</code></a>
add supporters to Readme.md</li>
<li><a
href="c7b176b7ca"><code>c7b176b</code></a>
Merge pull request <a
href="https://redirect.github.com/andreizanik/cookies-next/issues/102">#102</a>
from greg2012201/revalidate-cookies-state</li>
<li><a
href="131b33dc2f"><code>131b33d</code></a>
test: Add one more test for cookies state revalidation.</li>
<li><a
href="8e2efd4dd3"><code>8e2efd4</code></a>
docs: Add an example &amp; explanation about cookies state
revalidation.</li>
<li><a
href="9cb3151633"><code>9cb3151</code></a>
test: Add a test case for cookies revalidation.</li>
<li><a
href="8aeb6bfcaa"><code>8aeb6bf</code></a>
feat: Add cookies revalidation to the hooks &amp; context.</li>
<li><a
href="87b213adf0"><code>87b213a</code></a>
refactor: Replace the existing logic for cookies revalidation with the
dedica...</li>
<li><a
href="e817dbdfb1"><code>e817dbd</code></a>
feat: Add a new cookie function for cookies revalidation.</li>
<li>See full diff in <a
href="https://github.com/andreizanik/cookies-next/compare/v6.0.0...v6.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookies-next&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-16 04:49:53 +00:00
dependabot[bot]
cfcb4da2ca Bump @next/eslint-plugin-next from 15.3.0 to 15.4.1 in /frontend (#1299)
Bumps
[@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)
from 15.3.0 to 15.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/eslint-plugin-next</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.4.1</h2>
<blockquote>
<p>[!TIP]<br />
<strong>Check out our Next v15.4 <a
href="https://nextjs.org/blog/next-15-4">Blog Post</a> to learn more
about this release.</strong></p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>[next-server] fix params duplicate in query after rewrite: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77939">#77939</a></li>
<li>[next-server] preserve rsc query for rsc redirects: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77963">#77963</a></li>
<li>Turbopack: fix a bug where marking a task a completed causes a panic
when reading the output: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77922">#77922</a></li>
<li>Turbopack warning spelling fix: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77999">#77999</a></li>
<li>Allow URL schemes that include <code>+</code>, <code>-</code> or
<code>.</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77932">#77932</a></li>
<li>[dev-overlay] Remove unused hydration error related code: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77929">#77929</a></li>
<li>[dev-overlay] Unify error deduplication logic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78017">#78017</a></li>
<li>fix: use the match result after matching using the matched path
header: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77994">#77994</a></li>
<li>Upgrade React from <code>3fbfb9ba-20250409</code> to
<code>c44e4a25-20250409</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78031">#78031</a></li>
<li>Move unhandled rejection handling to shared path: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77997">#77997</a></li>
<li>fix: ensure app router not found works when deployed with pages i18n
config: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77905">#77905</a></li>
<li>Uninstall existing uncaughtException listeners to prevent the
process from crashing: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78042">#78042</a></li>
<li>Experimental bfcache: Restore state w/ <!-- raw HTML omitted -->: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77992">#77992</a></li>
<li>Add graceful error fallback for bots requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77916">#77916</a></li>
<li>Upgrade React from <code>c44e4a25-20250409</code> to
<code>1d6c8168-20250411</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78067">#78067</a></li>
<li>[next-server] remove unnecessary query shallow copy: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78003">#78003</a></li>
<li>[dev-overlay] disable copy button when clipboard is not available:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78101">#78101</a></li>
<li>[dev-overlay] Stop stashing React error details on error instances:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77975">#77975</a></li>
<li>[dynamicIO] Model invalid dynamic on empty shells: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77270">#77270</a></li>
<li>fix: bump <code>image-size@1.2.1</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78149">#78149</a></li>
<li>Handle graceful fallback for custom error boundaries: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78121">#78121</a></li>
<li>[dev-overlay] Stop squashing hydration related errors in App Router:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78140">#78140</a></li>
<li>[test] Enable <code>strictNullChecks</code> in test utils: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78142">#78142</a></li>
<li>Document Turbopack trace viewer: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78184">#78184</a></li>
<li>[dev-overlay] Fix error dialog resizing logic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78144">#78144</a></li>
<li>Include types in published <code>eslint-plugin-next</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78109">#78109</a></li>
<li>[dev-overlay] Stop appending wrong Owner Stacks to SSR-only shell
errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77302">#77302</a></li>
<li>[dev-overlay] Add dedicated label for recoverable errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78186">#78186</a></li>
<li>[chore] remove unused __NEXT_PRIVATE_RUNTIME_TYPE: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78230">#78230</a></li>
<li>Preserve slashes when custom URL schemes are used in redirects: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78176">#78176</a></li>
<li>ignore-list published sources if they have a sourcemap: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78242">#78242</a></li>
<li>Upgrade React from <code>1d6c8168-20250411</code> to
<code>39cad7af-20250411</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78152">#78152</a></li>
<li>Turbopack: add test case for persistent caching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77030">#77030</a></li>
<li>Upgrade React from <code>39cad7af-20250411 </code> to
<code>b04254fd-20250415</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78253">#78253</a></li>
<li>fix: alternate bundler support for dropping client pages in AMP: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77601">#77601</a></li>
<li>[errors] refactor default global-error into a separate file: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78182">#78182</a></li>
<li>[metadata] render streaming metadata on the top level: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/77620">#77620</a></li>
<li>[metadata] skip head cache in default slot: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78206">#78206</a></li>
<li>chore: Backport SWC-based RC optimization (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78260">#78260</a>)</li>
<li>fix: bump image-size@1.2.1 (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78164">#78164</a>)</li>
<li><code>@next/mdx</code>: Use stable turbopack config options: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78261">#78261</a></li>
<li>Upgrade React from <code>b04254fd-20250415</code> to
<code>4a36d3ea-20250416</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78297">#78297</a></li>
<li>Add graceful error boundary for bots requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78298">#78298</a></li>
<li>make sure eslint-plugin-next is built when running 'pnpm dev': <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/78305">#78305</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="079c06d3c3"><code>079c06d</code></a>
v15.4.1</li>
<li><a
href="7ad467409b"><code>7ad4674</code></a>
v15.4.0</li>
<li><a
href="c1fa79be58"><code>c1fa79b</code></a>
v15.4.0-canary.130</li>
<li><a
href="ee4d8e6586"><code>ee4d8e6</code></a>
v15.4.0-canary.129</li>
<li><a
href="9c980c0179"><code>9c980c0</code></a>
v15.4.0-canary.128</li>
<li><a
href="be7b3a64fa"><code>be7b3a6</code></a>
v15.4.0-canary.127</li>
<li><a
href="2f97e3c04e"><code>2f97e3c</code></a>
v15.4.0-canary.126</li>
<li><a
href="5157472d84"><code>5157472</code></a>
v15.4.0-canary.125</li>
<li><a
href="e987734918"><code>e987734</code></a>
v15.4.0-canary.124</li>
<li><a
href="5e65f807f6"><code>5e65f80</code></a>
v15.4.0-canary.123</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.4.1/packages/eslint-plugin-next">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/eslint-plugin-next&package-manager=npm_and_yarn&previous-version=15.3.0&new-version=15.4.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 07:31:19 +00:00
dependabot[bot]
08a1c09a23 Bump @next/bundle-analyzer from 15.3.0 to 15.4.1 in /frontend (#1298)
Bumps
[@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)
from 15.3.0 to 15.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/bundle-analyzer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.4.1</h2>
<blockquote>
<p>[!TIP]<br />
<strong>Check out our Next v15.4 <a
href="https://nextjs.org/blog/next-15-4">Blog Post</a> to learn more
about this release.</strong></p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>[next-server] fix params duplicate in query after rewrite: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77939">#77939</a></li>
<li>[next-server] preserve rsc query for rsc redirects: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77963">#77963</a></li>
<li>Turbopack: fix a bug where marking a task a completed causes a panic
when reading the output: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77922">#77922</a></li>
<li>Turbopack warning spelling fix: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77999">#77999</a></li>
<li>Allow URL schemes that include <code>+</code>, <code>-</code> or
<code>.</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77932">#77932</a></li>
<li>[dev-overlay] Remove unused hydration error related code: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77929">#77929</a></li>
<li>[dev-overlay] Unify error deduplication logic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78017">#78017</a></li>
<li>fix: use the match result after matching using the matched path
header: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77994">#77994</a></li>
<li>Upgrade React from <code>3fbfb9ba-20250409</code> to
<code>c44e4a25-20250409</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78031">#78031</a></li>
<li>Move unhandled rejection handling to shared path: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77997">#77997</a></li>
<li>fix: ensure app router not found works when deployed with pages i18n
config: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77905">#77905</a></li>
<li>Uninstall existing uncaughtException listeners to prevent the
process from crashing: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78042">#78042</a></li>
<li>Experimental bfcache: Restore state w/ <!-- raw HTML omitted -->: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77992">#77992</a></li>
<li>Add graceful error fallback for bots requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77916">#77916</a></li>
<li>Upgrade React from <code>c44e4a25-20250409</code> to
<code>1d6c8168-20250411</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78067">#78067</a></li>
<li>[next-server] remove unnecessary query shallow copy: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78003">#78003</a></li>
<li>[dev-overlay] disable copy button when clipboard is not available:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78101">#78101</a></li>
<li>[dev-overlay] Stop stashing React error details on error instances:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77975">#77975</a></li>
<li>[dynamicIO] Model invalid dynamic on empty shells: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77270">#77270</a></li>
<li>fix: bump <code>image-size@1.2.1</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78149">#78149</a></li>
<li>Handle graceful fallback for custom error boundaries: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78121">#78121</a></li>
<li>[dev-overlay] Stop squashing hydration related errors in App Router:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78140">#78140</a></li>
<li>[test] Enable <code>strictNullChecks</code> in test utils: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78142">#78142</a></li>
<li>Document Turbopack trace viewer: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78184">#78184</a></li>
<li>[dev-overlay] Fix error dialog resizing logic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78144">#78144</a></li>
<li>Include types in published <code>eslint-plugin-next</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78109">#78109</a></li>
<li>[dev-overlay] Stop appending wrong Owner Stacks to SSR-only shell
errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77302">#77302</a></li>
<li>[dev-overlay] Add dedicated label for recoverable errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78186">#78186</a></li>
<li>[chore] remove unused __NEXT_PRIVATE_RUNTIME_TYPE: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78230">#78230</a></li>
<li>Preserve slashes when custom URL schemes are used in redirects: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78176">#78176</a></li>
<li>ignore-list published sources if they have a sourcemap: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78242">#78242</a></li>
<li>Upgrade React from <code>1d6c8168-20250411</code> to
<code>39cad7af-20250411</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78152">#78152</a></li>
<li>Turbopack: add test case for persistent caching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77030">#77030</a></li>
<li>Upgrade React from <code>39cad7af-20250411 </code> to
<code>b04254fd-20250415</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78253">#78253</a></li>
<li>fix: alternate bundler support for dropping client pages in AMP: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77601">#77601</a></li>
<li>[errors] refactor default global-error into a separate file: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78182">#78182</a></li>
<li>[metadata] render streaming metadata on the top level: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/77620">#77620</a></li>
<li>[metadata] skip head cache in default slot: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78206">#78206</a></li>
<li>chore: Backport SWC-based RC optimization (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78260">#78260</a>)</li>
<li>fix: bump image-size@1.2.1 (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78164">#78164</a>)</li>
<li><code>@next/mdx</code>: Use stable turbopack config options: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78261">#78261</a></li>
<li>Upgrade React from <code>b04254fd-20250415</code> to
<code>4a36d3ea-20250416</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78297">#78297</a></li>
<li>Add graceful error boundary for bots requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78298">#78298</a></li>
<li>make sure eslint-plugin-next is built when running 'pnpm dev': <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/78305">#78305</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="079c06d3c3"><code>079c06d</code></a>
v15.4.1</li>
<li><a
href="7ad467409b"><code>7ad4674</code></a>
v15.4.0</li>
<li><a
href="c1fa79be58"><code>c1fa79b</code></a>
v15.4.0-canary.130</li>
<li><a
href="ee4d8e6586"><code>ee4d8e6</code></a>
v15.4.0-canary.129</li>
<li><a
href="9c980c0179"><code>9c980c0</code></a>
v15.4.0-canary.128</li>
<li><a
href="be7b3a64fa"><code>be7b3a6</code></a>
v15.4.0-canary.127</li>
<li><a
href="2f97e3c04e"><code>2f97e3c</code></a>
v15.4.0-canary.126</li>
<li><a
href="5157472d84"><code>5157472</code></a>
v15.4.0-canary.125</li>
<li><a
href="e987734918"><code>e987734</code></a>
v15.4.0-canary.124</li>
<li><a
href="1781abd7d4"><code>1781abd</code></a>
fix(packages/next-bundle-analyzer): file extension of webpack bundle
analyzer...</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.4.1/packages/next-bundle-analyzer">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/bundle-analyzer&package-manager=npm_and_yarn&previous-version=15.3.0&new-version=15.4.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 06:46:37 +00:00
dependabot[bot]
efd75949f4 Bump eslint-plugin-testing-library from 7.5.0 to 7.6.0 in /frontend (#1296)
Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 7.5.0 to 7.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's
releases</a>.</em></p>
<blockquote>
<h2>v7.6.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.4...v7.6.0">7.6.0</a>
(2025-07-14)</h1>
<h3>Features</h3>
<ul>
<li>add support for expectAsync matchers (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1040">#1040</a>)
(<a
href="c27465ea27">c27465e</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1039">#1039</a></li>
</ul>
<h2>v7.5.4</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.3...v7.5.4">7.5.4</a>
(2025-07-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-node-access:</strong> improve detection for Testing
Library calls (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1033">#1033</a>)
(<a
href="7812dae547">7812dae</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1024">#1024</a>
<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1032">#1032</a></li>
</ul>
<h2>v7.5.3</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.2...v7.5.3">7.5.3</a>
(2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-node-access:</strong> stop reporting blur() usage (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1031">#1031</a>)
(<a
href="1c1497abfc">1c1497a</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1030">#1030</a></li>
</ul>
<h2>v7.5.2</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.1...v7.5.2">7.5.2</a>
(2025-06-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-node-access:</strong> stop reporting <code>focus()</code>
usage (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1028">#1028</a>)
(<a
href="6ed37851d5">6ed3785</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1027">#1027</a></li>
</ul>
<h2>v7.5.1</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.0...v7.5.1">7.5.1</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-node-access:</strong> exclude <code>user</code> to avoid
false positives (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1025">#1025</a>)
(<a
href="67f08f938e">67f08f9</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1024">#1024</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c27465ea27"><code>c27465e</code></a>
feat: add support for expectAsync matchers (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1040">#1040</a>)</li>
<li><a
href="7812dae547"><code>7812dae</code></a>
fix(no-node-access): improve detection for Testing Library calls (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1033">#1033</a>)</li>
<li><a
href="b1a4da7eec"><code>b1a4da7</code></a>
build(deps-dev): bump semantic-release from 24.2.0 to 24.2.6 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1035">#1035</a>)</li>
<li><a
href="1c1497abfc"><code>1c1497a</code></a>
fix(no-node-access): stop reporting blur() usage (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1031">#1031</a>)</li>
<li><a
href="7606622e51"><code>7606622</code></a>
build(deps): bump brace-expansion from 1.1.11 to 1.1.12 in the
npm_and_yarn g...</li>
<li><a
href="6ed37851d5"><code>6ed3785</code></a>
fix(no-node-access): stop reporting <code>focus()</code> usage (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1028">#1028</a>)</li>
<li><a
href="67f08f938e"><code>67f08f9</code></a>
fix(no-node-access): exclude <code>user</code> to avoid false positives
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1025">#1025</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.5.0...v7.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=7.5.0&new-version=7.6.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 06:29:20 +00:00
dependabot[bot]
c77389fa94 Bump next from 15.3.3 to 15.4.1 in /frontend (#1295)
Bumps [next](https://github.com/vercel/next.js) from 15.3.3 to 15.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v15.4.1</h2>
<blockquote>
<p>[!TIP]<br />
<strong>Check out our Next v15.4 <a
href="https://nextjs.org/blog/next-15-4">Blog Post</a> to learn more
about this release.</strong></p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>[next-server] fix params duplicate in query after rewrite: <a
href="https://redirect.github.com/vercel/next.js/issues/77939">#77939</a></li>
<li>[next-server] preserve rsc query for rsc redirects: <a
href="https://redirect.github.com/vercel/next.js/issues/77963">#77963</a></li>
<li>Turbopack: fix a bug where marking a task a completed causes a panic
when reading the output: <a
href="https://redirect.github.com/vercel/next.js/issues/77922">#77922</a></li>
<li>Turbopack warning spelling fix: <a
href="https://redirect.github.com/vercel/next.js/issues/77999">#77999</a></li>
<li>Allow URL schemes that include <code>+</code>, <code>-</code> or
<code>.</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/77932">#77932</a></li>
<li>[dev-overlay] Remove unused hydration error related code: <a
href="https://redirect.github.com/vercel/next.js/issues/77929">#77929</a></li>
<li>[dev-overlay] Unify error deduplication logic: <a
href="https://redirect.github.com/vercel/next.js/issues/78017">#78017</a></li>
<li>fix: use the match result after matching using the matched path
header: <a
href="https://redirect.github.com/vercel/next.js/issues/77994">#77994</a></li>
<li>Upgrade React from <code>3fbfb9ba-20250409</code> to
<code>c44e4a25-20250409</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78031">#78031</a></li>
<li>Move unhandled rejection handling to shared path: <a
href="https://redirect.github.com/vercel/next.js/issues/77997">#77997</a></li>
<li>fix: ensure app router not found works when deployed with pages i18n
config: <a
href="https://redirect.github.com/vercel/next.js/issues/77905">#77905</a></li>
<li>Uninstall existing uncaughtException listeners to prevent the
process from crashing: <a
href="https://redirect.github.com/vercel/next.js/issues/78042">#78042</a></li>
<li>Experimental bfcache: Restore state w/ <!-- raw HTML omitted -->: <a
href="https://redirect.github.com/vercel/next.js/issues/77992">#77992</a></li>
<li>Add graceful error fallback for bots requests: <a
href="https://redirect.github.com/vercel/next.js/issues/77916">#77916</a></li>
<li>Upgrade React from <code>c44e4a25-20250409</code> to
<code>1d6c8168-20250411</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78067">#78067</a></li>
<li>[next-server] remove unnecessary query shallow copy: <a
href="https://redirect.github.com/vercel/next.js/issues/78003">#78003</a></li>
<li>[dev-overlay] disable copy button when clipboard is not available:
<a
href="https://redirect.github.com/vercel/next.js/issues/78101">#78101</a></li>
<li>[dev-overlay] Stop stashing React error details on error instances:
<a
href="https://redirect.github.com/vercel/next.js/issues/77975">#77975</a></li>
<li>[dynamicIO] Model invalid dynamic on empty shells: <a
href="https://redirect.github.com/vercel/next.js/issues/77270">#77270</a></li>
<li>fix: bump <code>image-size@1.2.1</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78149">#78149</a></li>
<li>Handle graceful fallback for custom error boundaries: <a
href="https://redirect.github.com/vercel/next.js/issues/78121">#78121</a></li>
<li>[dev-overlay] Stop squashing hydration related errors in App Router:
<a
href="https://redirect.github.com/vercel/next.js/issues/78140">#78140</a></li>
<li>[test] Enable <code>strictNullChecks</code> in test utils: <a
href="https://redirect.github.com/vercel/next.js/issues/78142">#78142</a></li>
<li>Document Turbopack trace viewer: <a
href="https://redirect.github.com/vercel/next.js/issues/78184">#78184</a></li>
<li>[dev-overlay] Fix error dialog resizing logic: <a
href="https://redirect.github.com/vercel/next.js/issues/78144">#78144</a></li>
<li>Include types in published <code>eslint-plugin-next</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78109">#78109</a></li>
<li>[dev-overlay] Stop appending wrong Owner Stacks to SSR-only shell
errors: <a
href="https://redirect.github.com/vercel/next.js/issues/77302">#77302</a></li>
<li>[dev-overlay] Add dedicated label for recoverable errors: <a
href="https://redirect.github.com/vercel/next.js/issues/78186">#78186</a></li>
<li>[chore] remove unused __NEXT_PRIVATE_RUNTIME_TYPE: <a
href="https://redirect.github.com/vercel/next.js/issues/78230">#78230</a></li>
<li>Preserve slashes when custom URL schemes are used in redirects: <a
href="https://redirect.github.com/vercel/next.js/issues/78176">#78176</a></li>
<li>ignore-list published sources if they have a sourcemap: <a
href="https://redirect.github.com/vercel/next.js/issues/78242">#78242</a></li>
<li>Upgrade React from <code>1d6c8168-20250411</code> to
<code>39cad7af-20250411</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78152">#78152</a></li>
<li>Turbopack: add test case for persistent caching: <a
href="https://redirect.github.com/vercel/next.js/issues/77030">#77030</a></li>
<li>Upgrade React from <code>39cad7af-20250411 </code> to
<code>b04254fd-20250415</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78253">#78253</a></li>
<li>fix: alternate bundler support for dropping client pages in AMP: <a
href="https://redirect.github.com/vercel/next.js/issues/77601">#77601</a></li>
<li>[errors] refactor default global-error into a separate file: <a
href="https://redirect.github.com/vercel/next.js/issues/78182">#78182</a></li>
<li>[metadata] render streaming metadata on the top level: <a
href="https://redirect.github.com/vercel/next.js/issues/77620">#77620</a></li>
<li>[metadata] skip head cache in default slot: <a
href="https://redirect.github.com/vercel/next.js/issues/78206">#78206</a></li>
<li>chore: Backport SWC-based RC optimization (<a
href="https://redirect.github.com/vercel/next.js/issues/78260">#78260</a>)</li>
<li>fix: bump image-size@1.2.1 (<a
href="https://redirect.github.com/vercel/next.js/issues/78164">#78164</a>)</li>
<li><code>@next/mdx</code>: Use stable turbopack config options: <a
href="https://redirect.github.com/vercel/next.js/issues/78261">#78261</a></li>
<li>Upgrade React from <code>b04254fd-20250415</code> to
<code>4a36d3ea-20250416</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/78297">#78297</a></li>
<li>Add graceful error boundary for bots requests: <a
href="https://redirect.github.com/vercel/next.js/issues/78298">#78298</a></li>
<li>make sure eslint-plugin-next is built when running 'pnpm dev': <a
href="https://redirect.github.com/vercel/next.js/issues/78305">#78305</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="079c06d3c3"><code>079c06d</code></a>
v15.4.1</li>
<li><a
href="7ad467409b"><code>7ad4674</code></a>
v15.4.0</li>
<li><a
href="c1fa79be58"><code>c1fa79b</code></a>
v15.4.0-canary.130</li>
<li><a
href="27a271bd68"><code>27a271b</code></a>
[turbopack] Rename <code>traverse_edges_from_entries_topological</code>
to `traverse_edg...</li>
<li><a
href="a1339ec6b0"><code>a1339ec</code></a>
Turbopack: Clean up some of the logic in visit_assign_expr (<a
href="https://redirect.github.com/vercel/next.js/issues/81636">#81636</a>)</li>
<li><a
href="d48daff8c6"><code>d48daff</code></a>
fix(next/image): bump sharp to 0.34.3 (<a
href="https://redirect.github.com/vercel/next.js/issues/81556">#81556</a>)</li>
<li><a
href="de52c00b93"><code>de52c00</code></a>
Turbopack: Fix turbopack-swc-ast-explorer with multi-line inputs (<a
href="https://redirect.github.com/vercel/next.js/issues/81635">#81635</a>)</li>
<li><a
href="b5f2517a15"><code>b5f2517</code></a>
[segment explorer] fix boundary trigger state (<a
href="https://redirect.github.com/vercel/next.js/issues/81623">#81623</a>)</li>
<li><a
href="d04d65b5e6"><code>d04d65b</code></a>
[segment explorer] fix route url is missing cases (<a
href="https://redirect.github.com/vercel/next.js/issues/81622">#81622</a>)</li>
<li><a
href="1758c3c442"><code>1758c3c</code></a>
docs: onInvalidate router.prefetch (<a
href="https://redirect.github.com/vercel/next.js/issues/81609">#81609</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.3.3...v15.4.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=15.3.3&new-version=15.4.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-15 06:06:00 +00:00
dependabot[bot]
e74ccb857c Bump react-i18next from 15.5.1 to 15.6.0 in /frontend (#1290)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from
15.5.1 to 15.6.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's
changelog</a>.</em></p>
<blockquote>
<h3>15.6.0</h3>
<p>fix: passing components as object should still allow for indexed
matching of children <a
href="https://redirect.github.com/i18next/react-i18next/pull/1854">1854</a></p>
<h3>15.5.3</h3>
<p>chore: update <code>@babel/runtime</code> <a
href="https://redirect.github.com/i18next/react-i18next/pull/1851">1851</a></p>
<h3>15.5.2</h3>
<p>fix element.ref access issue with react 19 <a
href="https://redirect.github.com/i18next/react-i18next/pull/1846">1846</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6e680d2ed8"><code>6e680d2</code></a>
15.6.0</li>
<li><a
href="fdfb89c254"><code>fdfb89c</code></a>
release</li>
<li><a
href="6ae61efe5f"><code>6ae61ef</code></a>
Fix: passing components as object should still allow for indexed
matching of ...</li>
<li><a
href="8efef93c14"><code>8efef93</code></a>
15.5.3</li>
<li><a
href="365a424fd5"><code>365a424</code></a>
release</li>
<li><a
href="87e658f637"><code>87e658f</code></a>
fix ts test</li>
<li><a
href="23a10d8f78"><code>23a10d8</code></a>
update babel deps</li>
<li><a
href="a30bb747b0"><code>a30bb74</code></a>
chore: update <code>@​babel/runtime</code> to 7.26.10 (<a
href="https://redirect.github.com/i18next/react-i18next/issues/1851">#1851</a>)</li>
<li><a
href="194e75db66"><code>194e75d</code></a>
15.5.2</li>
<li><a
href="05996c3ee1"><code>05996c3</code></a>
release</li>
<li>Additional commits viewable in <a
href="https://github.com/i18next/react-i18next/compare/v15.5.1...v15.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-i18next&package-manager=npm_and_yarn&previous-version=15.5.1&new-version=15.6.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-04 04:39:31 +00:00
dependabot[bot]
79500be101 Bump next from 15.3.0 to 15.3.3 in /frontend (#1288)
Bumps [next](https://github.com/vercel/next.js) from 15.3.0 to 15.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v15.3.3</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Reinstate <code>vary</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/79939">#79939</a>)</li>
<li>fix(next-swc): Fix interestingness detection for React Compiler (<a
href="https://redirect.github.com/vercel/next.js/issues/79558">#79558</a>)</li>
<li>fix(next-swc): Fix react compiler usefulness detector (<a
href="https://redirect.github.com/vercel/next.js/issues/79480">#79480</a>)</li>
<li>fix(dev-overlay): Better handle edge-case file paths in launchEditor
(<a
href="https://redirect.github.com/vercel/next.js/issues/79526">#79526</a>)</li>
<li>Client router should discard stale prefetch entries for static pages
(<a
href="https://redirect.github.com/vercel/next.js/issues/79362">#79362</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/gaojude"><code>@​gaojude</code></a>, <a
href="https://github.com/kdy1"><code>@​kdy1</code></a>, <a
href="https://github.com/bgw"><code>@​bgw</code></a>, and <a
href="https://github.com/unstubbable"><code>@​unstubbable</code></a> for
helping!</p>
<h2>v15.3.2</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>backport: fix(turbopack): Store persistence of wrapped task on
RawVc::LocalOutput (<a
href="https://redirect.github.com/vercel/next.js/issues/78488">#78488</a>)
(<a
href="https://redirect.github.com/vercel/next.js/issues/78883">#78883</a>)</li>
<li><code>@​next/mdx</code>: Use stable turbopack config options (<a
href="https://redirect.github.com/vercel/next.js/issues/78880">#78880</a>)</li>
<li>Fix react-compiler: Fix detection of interest (<a
href="https://redirect.github.com/vercel/next.js/issues/78879">#78879</a>)</li>
<li>Fix turbopack: Backport sourcemap bugfix (<a
href="https://redirect.github.com/vercel/next.js/issues/78881">#78881</a>)</li>
<li>[next-server] preserve rsc query for rsc redirects (<a
href="https://redirect.github.com/vercel/next.js/issues/78876">#78876</a>)</li>
<li>Update middleware public/static matching (<a
href="https://redirect.github.com/vercel/next.js/issues/78875">#78875</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a
href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a
href="https://github.com/kdy1"><code>@​kdy1</code></a>, <a
href="https://github.com/wbinnssmith"><code>@​wbinnssmith</code></a>,
and <a href="https://github.com/bgw"><code>@​bgw</code></a> for
helping!</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3ab8db7383"><code>3ab8db7</code></a>
v15.3.3</li>
<li><a
href="18c8113ebd"><code>18c8113</code></a>
[backport] Reinstate <code>vary</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/79939">#79939</a>)</li>
<li><a
href="e18212f546"><code>e18212f</code></a>
re-enable vary header deploy test (<a
href="https://redirect.github.com/vercel/next.js/issues/79753">#79753</a>)</li>
<li><a
href="ec202eccf0"><code>ec202ec</code></a>
Revert &quot;[next-server] skip setting vary header for basic
routes&quot; (<a
href="https://redirect.github.com/vercel/next.js/issues/79426">#79426</a>)</li>
<li><a
href="e2f264fdce"><code>e2f264f</code></a>
fix(next-swc): Fix interestingness detection for React Compiler (15.3)
(<a
href="https://redirect.github.com/vercel/next.js/issues/79558">#79558</a>)</li>
<li><a
href="562fac78da"><code>562fac7</code></a>
fix(next-swc): Fix react compiler usefulness detector (15.3) (<a
href="https://redirect.github.com/vercel/next.js/issues/79480">#79480</a>)</li>
<li><a
href="06097fd7bb"><code>06097fd</code></a>
fix(dev-overlay): Better handle edge-case file paths in launchEditor (<a
href="https://redirect.github.com/vercel/next.js/issues/79526">#79526</a>)</li>
<li><a
href="bda731fa96"><code>bda731f</code></a>
Client router should discard stale prefetch entries for static pages (<a
href="https://redirect.github.com/vercel/next.js/issues/79362">#79362</a>)</li>
<li><a
href="d9ec4a4b57"><code>d9ec4a4</code></a>
v15.3.2</li>
<li><a
href="3def5ff92b"><code>3def5ff</code></a>
backport: fix(turbopack): Store persistence of wrapped task on
RawVc::LocalOu...</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v15.3.0...v15.3.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=15.3.0&new-version=15.3.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/evroon/bracket/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 20:34:18 +00:00
dependabot[bot]
4ed34c25cf Bump @babel/core from 7.27.1 to 7.28.0 in /frontend (#1287)
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.27.1&new-version=7.28.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-03 04:50:08 +00:00
dependabot[bot]
3859ffbd98 Bump postcss-preset-mantine from 1.17.0 to 1.18.0 in /frontend (#1285)
Bumps
[postcss-preset-mantine](https://github.com/mantinedev/postcss-preset-mantine)
from 1.17.0 to 1.18.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/mantinedev/postcss-preset-mantine/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss-preset-mantine&package-manager=npm_and_yarn&previous-version=1.17.0&new-version=1.18.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 07:57:03 +00:00
dependabot[bot]
7b3d6249ca Bump i18next from 25.2.0 to 25.3.0 in /frontend (#1284)
Bumps [i18next](https://github.com/i18next/i18next) from 25.2.0 to
25.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.3.0</h2>
<ul>
<li>feat: support formatting function with plural and interpolation <a
href="https://redirect.github.com/i18next/i18next/pull/2325">2325</a></li>
<li>fix <code>dir()</code> for Latn language codes <a
href="https://redirect.github.com/i18next/i18next/issues/2324">2324</a></li>
</ul>
<h2>v25.2.1</h2>
<ul>
<li>streamline <code>fallbackLng</code> option of t call with the init
options <a
href="https://redirect.github.com/i18next/i18next/issues/2312">2312</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.3.0</h2>
<ul>
<li>feat: support formatting function with plural and interpolation <a
href="https://redirect.github.com/i18next/i18next/pull/2325">2325</a></li>
<li>fix <code>dir()</code> for Latn language codes <a
href="https://redirect.github.com/i18next/i18next/issues/2324">2324</a></li>
</ul>
<h2>25.2.1</h2>
<ul>
<li>streamline <code>fallbackLng</code> option of t call with the init
options <a
href="https://redirect.github.com/i18next/i18next/issues/2312">2312</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="70f979ae67"><code>70f979a</code></a>
25.3.0</li>
<li><a
href="862f2cbfbb"><code>862f2cb</code></a>
prepare release</li>
<li><a
href="dd694f290f"><code>dd694f2</code></a>
feat: support formatting function with plural and interpolation (<a
href="https://redirect.github.com/i18next/i18next/issues/2325">#2325</a>)</li>
<li><a
href="9a6623bc61"><code>9a6623b</code></a>
changelog</li>
<li><a
href="c645570eff"><code>c645570</code></a>
fix <code>dir()</code> for Latn language codes <a
href="https://redirect.github.com/i18next/i18next/issues/2324">#2324</a></li>
<li><a
href="a7f7d067f5"><code>a7f7d06</code></a>
update babel deps</li>
<li><a
href="defa00f1a3"><code>defa00f</code></a>
25.2.1</li>
<li><a
href="8b42d4bef6"><code>8b42d4b</code></a>
streamline <code>fallbackLng</code> option of t call with the init
options <a
href="https://redirect.github.com/i18next/i18next/issues/2312">#2312</a></li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.2.0...v25.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next&package-manager=npm_and_yarn&previous-version=25.2.0&new-version=25.3.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-01 07:55:41 +00:00
dependabot[bot]
5987409336 Bump eslint-plugin-import from 2.31.0 to 2.32.0 in /frontend (#1278)
Bumps
[eslint-plugin-import](https://github.com/import-js/eslint-plugin-import)
from 2.31.0 to 2.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-plugin-import/releases">eslint-plugin-import's
releases</a>.</em></p>
<blockquote>
<h2>v2.32.0</h2>
<h3>Added</h3>
<ul>
<li>add <a
href="./docs/rules/enforce-node-protocol-usage.md"><code>enforce-node-protocol-usage</code></a>
rule and <code>import/node-version</code> setting (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3024">#3024</a>,
thanks [<a
href="https://github.com/GoldStrikeArch"><code>@​GoldStrikeArch</code></a>]
and [<a
href="https://github.com/sevenc-nanashi"><code>@​sevenc-nanashi</code></a>])</li>
<li>add TypeScript types (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3097">#3097</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
<li><a href="./docs/rules/extensions.md"><code>extensions</code></a>:
add `pathGroupOverrides to allow enforcement decision overrides based on
specifier (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3105">#3105</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>sortTypesGroup</code> option to
allow intragroup sorting of type-only imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3104">#3104</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>newlines-between-types</code> option
to control intragroup sorting of type-only imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3127">#3127</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>consolidateIslands</code> option to
collapse excess spacing for aesthetically pleasing imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3129">#3129</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-modules</code>]: provide more meaningful error
message when no .eslintrc is present (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3116">#3116</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>configs: added missing name attribute for eslint config inspector
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3151">#3151</a>,
thanks [<a
href="https://github.com/NishargShah"><code>@​NishargShah</code></a>])</li>
<li>[<code>order</code>]: ensure arcane imports do not cause undefined
behavior (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3128">#3128</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: resolve undefined property access issue when
using <code>named</code> ordering (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3166">#3166</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li><a
href="./docs/rules/enforce-node-protocol-usage.md"><code>enforce-node-protocol-usage</code></a>:
avoid a crash with some TS code (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3173">#3173</a>,
thanks [<a
href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li>
<li>[<code>order</code>]: codify invariants from docs into config schema
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3152">#3152</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] <a
href="./docs/rules/extensions.md"><code>extensions</code></a>,
[<code>order</code>]: improve documentation (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3106">#3106</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[Docs] add flat config guide for using
<code>tseslint.config()</code> (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3125">#3125</a>,
thanks [<a
href="https://github.com/lnuvy"><code>@​lnuvy</code></a>])</li>
<li>[Docs] add missing comma (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3122">#3122</a>,
thanks [<a
href="https://github.com/RyanGst"><code>@​RyanGst</code></a>])</li>
<li>[readme] Update flatConfig example to include typescript config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3138">#3138</a>,
thanks [<a
href="https://github.com/intellix"><code>@​intellix</code></a>])</li>
<li>[Refactor] [<code>order</code>]: remove unnecessary negative check
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3167">#3167</a>,
thanks [<a
href="https://github.com/JounQin"><code>@​JounQin</code></a>])</li>
<li>[Docs] [<code>no-unused-modules</code>]: add missing double quote
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3191">#3191</a>,
thanks [<a
href="https://github.com/albertpastrana"><code>@​albertpastrana</code></a>])</li>
<li>[Docs] <code>no-restricted-paths</code>: clarify wording and fix
errors (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3172">#3172</a>,
thanks [<a
href="https://github.com/greim"><code>@​greim</code></a>])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md">eslint-plugin-import's
changelog</a>.</em></p>
<blockquote>
<h2>[2.32.0] - 2025-06-20</h2>
<h3>Added</h3>
<ul>
<li>add [<code>enforce-node-protocol-usage</code>] rule and
<code>import/node-version</code> setting (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3024">#3024</a>,
thanks [<a
href="https://github.com/GoldStrikeArch"><code>@​GoldStrikeArch</code></a>]
and [<a
href="https://github.com/sevenc-nanashi"><code>@​sevenc-nanashi</code></a>])</li>
<li>add TypeScript types (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3097">#3097</a>,
thanks [<a
href="https://github.com/G-Rath"><code>@​G-Rath</code></a>])</li>
<li>[<code>extensions</code>]: add `pathGroupOverrides to allow
enforcement decision overrides based on specifier (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3105">#3105</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>sortTypesGroup</code> option to
allow intragroup sorting of type-only imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3104">#3104</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>newlines-between-types</code> option
to control intragroup sorting of type-only imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3127">#3127</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: add <code>consolidateIslands</code> option to
collapse excess spacing for aesthetically pleasing imports (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3129">#3129</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>[<code>no-unused-modules</code>]: provide more meaningful error
message when no .eslintrc is present (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3116">#3116</a>,
thanks [<a
href="https://github.com/michaelfaith"><code>@​michaelfaith</code></a>])</li>
<li>configs: added missing name attribute for eslint config inspector
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3151">#3151</a>,
thanks [<a
href="https://github.com/NishargShah"><code>@​NishargShah</code></a>])</li>
<li>[<code>order</code>]: ensure arcane imports do not cause undefined
behavior (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3128">#3128</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>order</code>]: resolve undefined property access issue when
using <code>named</code> ordering (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3166">#3166</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[<code>enforce-node-protocol-usage</code>]: avoid a crash with some
TS code (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3173">#3173</a>,
thanks [<a
href="https://github.com/ljharb"><code>@​ljharb</code></a>])</li>
<li>[<code>order</code>]: codify invariants from docs into config schema
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3152">#3152</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
</ul>
<h3>Changed</h3>
<ul>
<li>[Docs] [<code>extensions</code>], [<code>order</code>]: improve
documentation (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3106">#3106</a>,
thanks [<a
href="https://github.com/Xunnamius"><code>@​Xunnamius</code></a>])</li>
<li>[Docs] add flat config guide for using
<code>tseslint.config()</code> (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3125">#3125</a>,
thanks [<a
href="https://github.com/lnuvy"><code>@​lnuvy</code></a>])</li>
<li>[Docs] add missing comma (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3122">#3122</a>,
thanks [<a
href="https://github.com/RyanGst"><code>@​RyanGst</code></a>])</li>
<li>[readme] Update flatConfig example to include typescript config (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3138">#3138</a>,
thanks [<a
href="https://github.com/intellix"><code>@​intellix</code></a>])</li>
<li>[Refactor] [<code>order</code>]: remove unnecessary negative check
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3167">#3167</a>,
thanks [<a
href="https://github.com/JounQin"><code>@​JounQin</code></a>])</li>
<li>[Docs] [<code>no-unused-modules</code>]: add missing double quote
(<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3191">#3191</a>,
thanks [<a
href="https://github.com/albertpastrana"><code>@​albertpastrana</code></a>])</li>
<li>[Docs] <code>no-restricted-paths</code>: clarify wording and fix
errors (<a
href="https://redirect.github.com/import-js/eslint-plugin-import/issues/3172">#3172</a>,
thanks [<a
href="https://github.com/greim"><code>@​greim</code></a>])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01c9eb0433"><code>01c9eb0</code></a>
v2.32.0</li>
<li><a
href="ae57cc12a4"><code>ae57cc1</code></a>
[Deps] update <code>array-includes</code>,
<code>array.prototype.findlastindex</code>, `eslint-modu...</li>
<li><a
href="9e1ad6bef9"><code>9e1ad6b</code></a>
[Fix] <code>order</code>: codify invariants from docs into config
schema</li>
<li><a
href="f017790a1a"><code>f017790</code></a>
[Docs] <code>no-restricted-paths</code>: clarify wording and fix
errors</li>
<li><a
href="7d83a5770d"><code>7d83a57</code></a>
[Docs] <code>no-unused-modules</code>: add missing double quote</li>
<li><a
href="519eb94f89"><code>519eb94</code></a>
[utils] v2.12.1</li>
<li><a
href="71ad145db5"><code>71ad145</code></a>
[actions] split out tests into new vs old eslint</li>
<li><a
href="9b096c459e"><code>9b096c4</code></a>
[utils] [dev deps] update <code>@arethetypeswrong/cli</code>,
<code>@ljharb/tsconfig</code>, `@type...</li>
<li><a
href="da5f6ec131"><code>da5f6ec</code></a>
[Fix] <code>enforce-node-protocol-usage</code>: avoid a crash with some
TS code</li>
<li><a
href="6e49a58751"><code>6e49a58</code></a>
[Refactor] <code>order</code>: remove unnecessary negative check</li>
<li>Additional commits viewable in <a
href="https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-import&package-manager=npm_and_yarn&previous-version=2.31.0&new-version=2.32.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 05:18:09 +00:00
dependabot[bot]
1e2af4172b Bump prettier from 3.5.0 to 3.6.0 in /frontend (#1277)
Bumps [prettier](https://github.com/prettier/prettier) from 3.5.0 to
3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.6.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0">Release
note</a></p>
<h2>3.5.3</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#353">Changelog</a></p>
<h2>3.5.2</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#352">Changelog</a></p>
<h2>3.5.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#351">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.6.0</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.3...3.6.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2025/06/23/3.6.0">Release
Notes</a></p>
<h1>3.5.3</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.2...3.5.3">diff</a></p>
<h4>Flow: Fix missing parentheses in
<code>ConditionalTypeAnnotation</code> (<a
href="https://redirect.github.com/prettier/prettier/pull/17196">#17196</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
type T&lt;U&gt; = 'a' | ('b' extends U ? 'c' : empty);
type T&lt;U&gt; = 'a' &amp; ('b' extends U ? 'c' : empty);
<p>// Prettier 3.5.2<br />
type T&lt;U&gt; = &quot;a&quot; | &quot;b&quot; extends U ?
&quot;c&quot; : empty;<br />
type T&lt;U&gt; = &quot;a&quot; &amp; &quot;b&quot; extends U ?
&quot;c&quot; : empty;</p>
<p>// Prettier 3.5.3<br />
type T&lt;U&gt; = &quot;a&quot; | (&quot;b&quot; extends U ?
&quot;c&quot; : empty);<br />
type T&lt;U&gt; = &quot;a&quot; &amp; (&quot;b&quot; extends U ?
&quot;c&quot; : empty);<br />
</code></pre></p>
<h1>3.5.2</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.1...3.5.2">diff</a></p>
<h4>Remove <code>module-sync</code> condition (<a
href="https://redirect.github.com/prettier/prettier/pull/17156">#17156</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<p>In Prettier 3.5.0, <a
href="https://prettier.io/blog/2025/02/09/3.5.0#use-esm-entrypoint-for-requireesm-16958-by-tats-u">we
added <code>module-sync</code> condition to
<code>package.json</code></a>, so that
<code>require(&quot;prettier&quot;)</code> can use ESM version, but
turns out it doesn't work if CommonJS and ESM plugins both imports
builtin plugins. To solve this problem, we decide simply remove the
<code>module-sync</code> condition, so
<code>require(&quot;prettier&quot;)</code> will still use the CommonJS
version, we'll revisit until <code>require(ESM)</code> feature is more
stable.</p>
<h1>3.5.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.5.0...3.5.1">diff</a></p>
<h4>Fix CLI crash when cache for old version exists (<a
href="https://redirect.github.com/prettier/prettier/pull/17100">#17100</a>
by <a
href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>)</h4>
<p>Prettier 3.5 uses a different cache format than previous versions,
Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1
fixed the problem.</p>
<h4>Support dockercompose and github-actions-workflow in VSCode (<a
href="https://redirect.github.com/prettier/prettier/pull/17101">#17101</a>
by <a
href="https://github.com/remcohaszing"><code>@​remcohaszing</code></a>)</h4>
<p>Prettier now supports the <code>dockercompose</code> and
<code>github-actions-workflow</code> languages in Visual Studio
Code.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e1c8095fd0"><code>e1c8095</code></a>
Release 3.6.0</li>
<li><a
href="9dfcdcb06a"><code>9dfcdcb</code></a>
Disable &quot;Linting files&quot; step</li>
<li><a
href="64e0147951"><code>64e0147</code></a>
get previous version from package.json</li>
<li><a
href="1a32b27e6a"><code>1a32b27</code></a>
Release <code>@​prettier/plugin-oxc</code> and
<code>@​prettier/plugin-hermes</code></li>
<li><a
href="e0055d2f03"><code>e0055d2</code></a>
Avoid break <code>TSImportType</code> with long module name (<a
href="https://redirect.github.com/prettier/prettier/issues/17637">#17637</a>)</li>
<li><a
href="c19a8a9579"><code>c19a8a9</code></a>
chore(deps): update dependency <code>@​stylistic/eslint-plugin</code> to
v5 (<a
href="https://redirect.github.com/prettier/prettier/issues/17640">#17640</a>)</li>
<li><a
href="b4522b490a"><code>b4522b4</code></a>
Add badge to plugins (<a
href="https://redirect.github.com/prettier/prettier/issues/17639">#17639</a>)</li>
<li><a
href="16c2d2e7cf"><code>16c2d2e</code></a>
chore(deps): update dependency concurrently to v9.2.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/17638">#17638</a>)</li>
<li><a
href="42d733b8cb"><code>42d733b</code></a>
Improve .prettierignore file (<a
href="https://redirect.github.com/prettier/prettier/issues/17632">#17632</a>)</li>
<li><a
href="25e214543e"><code>25e2145</code></a>
Add test for <a
href="https://redirect.github.com/prettier/prettier/issues/11526">#11526</a>
(<a
href="https://redirect.github.com/prettier/prettier/issues/17551">#17551</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/3.5.0...3.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.5.0&new-version=3.6.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-23 05:15:45 +00:00
dependabot[bot]
11e2b00596 Bump eslint-plugin-jest from 28.14.0 to 29.0.1 in /frontend (#1276)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.14.0 to 29.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.0.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.0.0...v29.0.1">29.0.1</a>
(2025-06-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update semantic-release config so new v29 major is marked as latest
on <code>npm</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1772">#1772</a>)
(<a
href="531c8ba10a">531c8ba</a>)</li>
</ul>
<h2>v29.0.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.0">29.0.0</a>
(2025-06-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove <code>jest/no-alias-methods</code> from <code>styles</code>
config (<a
href="d3bf1dcec9">d3bf1dc</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v6 (<a
href="fe61a409d4">fe61a40</a>)</li>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v7 (<a
href="5ca65d3f94">5ca65d3</a>)</li>
<li>drop support for ESLint v7 (<a
href="b06e7d000f">b06e7d0</a>)</li>
<li>drop support for ESLint v8.x prior to v8.57.0 (<a
href="d79765af01">d79765a</a>)</li>
<li>drop support for Node v16 (<a
href="aaf62cd0da">aaf62cd</a>)</li>
<li>drop support for Node v18 (<a
href="598880c4cb">598880c</a>)</li>
<li>drop support for Node v20.x prior to v20.12.0 (<a
href="2f2fb68db3">2f2fb68</a>)</li>
<li>drop support for Node v21 (<a
href="a366393fb3">a366393</a>)</li>
<li>drop support for Node v23 (<a
href="1fb1a6747e">1fb1a67</a>)</li>
<li><strong>unbound-method:</strong> remove
<code>docs.recommended</code> and <code>docs.requiresTypeChecking</code>
properties (<a
href="945651c36c">945651c</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>dropped support for ESLint v8.x prior to v8.57.0</li>
<li>dropped support for Node v20.x prior to v20.12.0</li>
<li>dropped support for Node v23</li>
<li>dropped support for Node v18</li>
<li><strong>unbound-method:</strong> removed <code>docs.recommend</code>
and <code>docs.requiresTypeChecking</code> from
<code>unbound-method</code></li>
<li>dropped support for <code>@typescript-eslint</code> v7</li>
<li>dropped support for <code>@typescript-eslint</code> v6</li>
<li><code>jest/no-alias-methods</code> has been removed from the
<code>styles</code> config as its already in
the <code>recommended</code> config</li>
<li>dropped support for ESLint v7</li>
<li>dropped support for Node v21</li>
<li>dropped support for Node v16</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.0.0...v29.0.1">29.0.1</a>
(2025-06-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update semantic-release config so new v29 major is marked as latest
on <code>npm</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1772">#1772</a>)
(<a
href="531c8ba10a">531c8ba</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.0">29.0.0</a>
(2025-06-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>remove <code>jest/no-alias-methods</code> from <code>styles</code>
config (<a
href="d3bf1dcec9">d3bf1dc</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v6 (<a
href="fe61a409d4">fe61a40</a>)</li>
<li>drop support for
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v7 (<a
href="5ca65d3f94">5ca65d3</a>)</li>
<li>drop support for ESLint v7 (<a
href="b06e7d000f">b06e7d0</a>)</li>
<li>drop support for ESLint v8.x prior to v8.57.0 (<a
href="d79765af01">d79765a</a>)</li>
<li>drop support for Node v16 (<a
href="aaf62cd0da">aaf62cd</a>)</li>
<li>drop support for Node v18 (<a
href="598880c4cb">598880c</a>)</li>
<li>drop support for Node v20.x prior to v20.12.0 (<a
href="2f2fb68db3">2f2fb68</a>)</li>
<li>drop support for Node v21 (<a
href="a366393fb3">a366393</a>)</li>
<li>drop support for Node v23 (<a
href="1fb1a6747e">1fb1a67</a>)</li>
<li><strong>unbound-method:</strong> remove
<code>docs.recommended</code> and <code>docs.requiresTypeChecking</code>
properties (<a
href="945651c36c">945651c</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>dropped support for ESLint v8.x prior to v8.57.0</li>
<li>dropped support for Node v20.x prior to v20.12.0</li>
<li>dropped support for Node v23</li>
<li>dropped support for Node v18</li>
<li><strong>unbound-method:</strong> removed <code>docs.recommend</code>
and <code>docs.requiresTypeChecking</code> from
<code>unbound-method</code></li>
<li>dropped support for <code>@typescript-eslint</code> v7</li>
<li>dropped support for <code>@typescript-eslint</code> v6</li>
<li><code>jest/no-alias-methods</code> has been removed from the
<code>styles</code> config as its already in
the <code>recommended</code> config</li>
<li>dropped support for ESLint v7</li>
<li>dropped support for Node v21</li>
<li>dropped support for Node v16</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0206a8aaa1"><code>0206a8a</code></a>
chore(release): 29.0.1 [skip ci]</li>
<li><a
href="1a9d310c9d"><code>1a9d310</code></a>
docs: remove duplicate changelog entry (again) (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1774">#1774</a>)</li>
<li><a
href="f3deac14f3"><code>f3deac1</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="6eade92f04"><code>6eade92</code></a>
docs: remove duplicate changelog entry (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1773">#1773</a>)</li>
<li><a
href="5b4cb54374"><code>5b4cb54</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="531c8ba10a"><code>531c8ba</code></a>
fix: update semantic-release config so new v29 major is marked as latest
on `...</li>
<li><a
href="fc41e8d785"><code>fc41e8d</code></a>
chore(release): 29.0.0 [skip ci]</li>
<li><a
href="d4caa67c79"><code>d4caa67</code></a>
refactor: remove ESLint context fallbacks</li>
<li><a
href="854cef4735"><code>854cef4</code></a>
feat: drop support for ESLint v8.x prior to v8.57.0</li>
<li><a
href="83c130b763"><code>83c130b</code></a>
feat: drop support for Node v20.x prior to v20.12.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.14.0...v29.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.14.0&new-version=29.0.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-19 04:52:27 +00:00
dependabot[bot]
951a05afe9 Bump @types/jest from 29.5.11 to 30.0.0 in /frontend (#1274)
Bumps
[@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest)
from 29.5.11 to 30.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.11&new-version=30.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-17 04:19:23 +00:00
dependabot[bot]
372a1d7ec1 Bump axios from 1.9.0 to 1.10.0 in /frontend (#1272)
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.10.0</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>adapter:</strong> pass fetchOptions to fetch function (<a
href="https://redirect.github.com/axios/axios/issues/6883">#6883</a>)
(<a
href="0f50af8e07">0f50af8</a>)</li>
<li><strong>form-data:</strong> convert boolean values to strings in
FormData serialization (<a
href="https://redirect.github.com/axios/axios/issues/6917">#6917</a>)
(<a
href="5064b108de">5064b10</a>)</li>
<li><strong>package:</strong> add module entry point for React Native;
(<a
href="https://redirect.github.com/axios/axios/issues/6933">#6933</a>)
(<a
href="3d343b86dc">3d343b8</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>types:</strong> improved fetchOptions interface (<a
href="https://redirect.github.com/axios/axios/issues/6867">#6867</a>)
(<a
href="63f1fce233">63f1fce</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+30/-19
([#6933](https://github.com/axios/axios/issues/6933)
[#6920](https://github.com/axios/axios/issues/6920)
[#6893](https://github.com/axios/axios/issues/6893)
[#6892](https://github.com/axios/axios/issues/6892) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
title="+2/-6 ([#6922](https://github.com/axios/axios/issues/6922)
[#6923](https://github.com/axios/axios/issues/6923) )">Noritaka
Kobayashi</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/dimitry-lzs"
title="+4/-0 ([#6917](https://github.com/axios/axios/issues/6917)
)">Dimitrios Lazanas</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/AdrianKnapp"
title="+2/-2 ([#6867](https://github.com/axios/axios/issues/6867)
)">Adrian Knapp</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/howiezhao"
title="+3/-1 ([#6872](https://github.com/axios/axios/issues/6872)
)">Howie Zhao</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/warpdev"
title="+1/-1 ([#6883](https://github.com/axios/axios/issues/6883)
)">Uhyeon Park</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/stscoundrel"
title="+1/-1 ([#6913](https://github.com/axios/axios/issues/6913)
)">Sampo Silvennoinen</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/axios/axios/compare/v1.9.0...v1.10.0">1.10.0</a>
(2025-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>adapter:</strong> pass fetchOptions to fetch function (<a
href="https://redirect.github.com/axios/axios/issues/6883">#6883</a>)
(<a
href="0f50af8e07">0f50af8</a>)</li>
<li><strong>form-data:</strong> convert boolean values to strings in
FormData serialization (<a
href="https://redirect.github.com/axios/axios/issues/6917">#6917</a>)
(<a
href="5064b108de">5064b10</a>)</li>
<li><strong>package:</strong> add module entry point for React Native;
(<a
href="https://redirect.github.com/axios/axios/issues/6933">#6933</a>)
(<a
href="3d343b86dc">3d343b8</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>types:</strong> improved fetchOptions interface (<a
href="https://redirect.github.com/axios/axios/issues/6867">#6867</a>)
(<a
href="63f1fce233">63f1fce</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+30/-19
([#6933](https://github.com/axios/axios/issues/6933)
[#6920](https://github.com/axios/axios/issues/6920)
[#6893](https://github.com/axios/axios/issues/6893)
[#6892](https://github.com/axios/axios/issues/6892) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
title="+2/-6 ([#6922](https://github.com/axios/axios/issues/6922)
[#6923](https://github.com/axios/axios/issues/6923) )">Noritaka
Kobayashi</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/dimitry-lzs"
title="+4/-0 ([#6917](https://github.com/axios/axios/issues/6917)
)">Dimitrios Lazanas</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/AdrianKnapp"
title="+2/-2 ([#6867](https://github.com/axios/axios/issues/6867)
)">Adrian Knapp</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/howiezhao"
title="+3/-1 ([#6872](https://github.com/axios/axios/issues/6872)
)">Howie Zhao</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/warpdev"
title="+1/-1 ([#6883](https://github.com/axios/axios/issues/6883)
)">Uhyeon Park</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/stscoundrel"
title="+1/-1 ([#6913](https://github.com/axios/axios/issues/6913)
)">Sampo Silvennoinen</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="73a836dae7"><code>73a836d</code></a>
chore(release): v1.10.0 (<a
href="https://redirect.github.com/axios/axios/issues/6943">#6943</a>)</li>
<li><a
href="3d343b86dc"><code>3d343b8</code></a>
fix(package): add module entry point for React Native; (<a
href="https://redirect.github.com/axios/axios/issues/6933">#6933</a>)</li>
<li><a
href="0f50af8e07"><code>0f50af8</code></a>
fix(adapter): pass fetchOptions to fetch function (<a
href="https://redirect.github.com/axios/axios/issues/6883">#6883</a>)</li>
<li><a
href="ee7799e13c"><code>ee7799e</code></a>
refactor: remove unused import in test (<a
href="https://redirect.github.com/axios/axios/issues/6922">#6922</a>)</li>
<li><a
href="eb0a2db04b"><code>eb0a2db</code></a>
chore: fix typos in test (<a
href="https://redirect.github.com/axios/axios/issues/6923">#6923</a>)</li>
<li><a
href="7d551393c3"><code>7d55139</code></a>
docs(readme): improve error descriptions; (<a
href="https://redirect.github.com/axios/axios/issues/6920">#6920</a>)</li>
<li><a
href="f4fc6b8564"><code>f4fc6b8</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/6921">#6921</a>)</li>
<li><a
href="5064b108de"><code>5064b10</code></a>
fix(form-data): convert boolean values to strings in FormData
serialization (...</li>
<li><a
href="c7e0fea787"><code>c7e0fea</code></a>
CI: add Node 24 (<a
href="https://redirect.github.com/axios/axios/issues/6913">#6913</a>)</li>
<li><a
href="7ba895c887"><code>7ba895c</code></a>
chore(sponsor): update sponsor block (<a
href="https://redirect.github.com/axios/axios/issues/6907">#6907</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/axios/axios/compare/v1.9.0...v1.10.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.10.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 04:22:28 +00:00
dependabot[bot]
3b4e4ed735 Bump eslint-plugin-jest from 28.13.0 to 28.14.0 in /frontend (#1271)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.13.0 to 28.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v28.14.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.5...v28.14.0">28.14.0</a>
(2025-06-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>unbound-method:</strong> mark <code>docs.recommended</code>
and <code>docs.requiresTypeChecking</code> as deprecated (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1762">#1762</a>)
(<a
href="30440ef750">30440ef</a>)</li>
</ul>
<h2>v28.13.5</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.4...v28.13.5">28.13.5</a>
(2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>handle string-based import names when resolving Jest functions (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1761">#1761</a>)
(<a
href="d8b5e0e834">d8b5e0e</a>)</li>
</ul>
<h2>v28.13.4</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.3...v28.13.4">28.13.4</a>
(2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> handle string-based
import names (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1756">#1756</a>)
(<a
href="547e67bfb1">547e67b</a>)</li>
</ul>
<h2>v28.13.3</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.2...v28.13.3">28.13.3</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> preserve
<code>require</code> property renames (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1754">#1754</a>)
(<a
href="41b95239ef">41b9523</a>)</li>
</ul>
<h2>v28.13.2</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.1...v28.13.2">28.13.2</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> preserve
<code>as</code> imports (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1753">#1753</a>)
(<a
href="3a5af78feb">3a5af78</a>)</li>
</ul>
<h2>v28.13.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.0...v28.13.1">28.13.1</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-ending-with-an-expect:</strong> don't report on
<code>await expect</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1752">#1752</a>)
(<a
href="5e3d687f2f">5e3d687</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.5...v28.14.0">28.14.0</a>
(2025-06-15)</h1>
<h3>Features</h3>
<ul>
<li><strong>unbound-method:</strong> mark <code>docs.recommended</code>
and <code>docs.requiresTypeChecking</code> as deprecated (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1762">#1762</a>)
(<a
href="30440ef750">30440ef</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.4...v28.13.5">28.13.5</a>
(2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>handle string-based import names when resolving Jest functions (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1761">#1761</a>)
(<a
href="d8b5e0e834">d8b5e0e</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.3...v28.13.4">28.13.4</a>
(2025-06-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> handle string-based
import names (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1756">#1756</a>)
(<a
href="547e67bfb1">547e67b</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.2...v28.13.3">28.13.3</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> preserve
<code>require</code> property renames (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1754">#1754</a>)
(<a
href="41b95239ef">41b9523</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.1...v28.13.2">28.13.2</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> preserve
<code>as</code> imports (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1753">#1753</a>)
(<a
href="3a5af78feb">3a5af78</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.0...v28.13.1">28.13.1</a>
(2025-06-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-ending-with-an-expect:</strong> don't report on
<code>await expect</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1752">#1752</a>)
(<a
href="5e3d687f2f">5e3d687</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f0b407131b"><code>f0b4071</code></a>
chore(release): 28.14.0 [skip ci]</li>
<li><a
href="30440ef750"><code>30440ef</code></a>
feat(unbound-method): mark <code>docs.recommended</code> and
<code>docs.requiresTypeChecking</code>...</li>
<li><a
href="51d39cc82c"><code>51d39cc</code></a>
chore: use <code>@typescript-eslint</code> v8 in development (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1757">#1757</a>)</li>
<li><a
href="d3c480f524"><code>d3c480f</code></a>
chore(release): 28.13.5 [skip ci]</li>
<li><a
href="d8b5e0e834"><code>d8b5e0e</code></a>
fix: handle string-based import names when resolving Jest functions (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1761">#1761</a>)</li>
<li><a
href="d69f4933b5"><code>d69f493</code></a>
chore(release): 28.13.4 [skip ci]</li>
<li><a
href="547e67bfb1"><code>547e67b</code></a>
fix(prefer-importing-jest-globals): handle string-based import names (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1756">#1756</a>)</li>
<li><a
href="9f2157785c"><code>9f21577</code></a>
chore: add <code>30</code> to <code>JestVersion</code> type (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1760">#1760</a>)</li>
<li><a
href="078df22b10"><code>078df22</code></a>
test: automatically skip ecma 2022 tests when using ESLint v7 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1759">#1759</a>)</li>
<li><a
href="ab990dda11"><code>ab990dd</code></a>
test: simplify detection of ESLint major version (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1758">#1758</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.13.0...v28.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.13.0&new-version=28.14.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-16 04:21:52 +00:00
dependabot[bot]
ddc3bd7e3a Bump jest from 29.7.0 to 30.0.0 in /frontend (#1270)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest)
from 29.7.0 to 30.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/releases">jest's
releases</a>.</em></p>
<blockquote>
<h2>Jest 30</h2>
<p>Today we are happy to announce the release of Jest 30. This release
features a substantial number of changes, fixes, and improvements. While
it is one of the largest major releases of Jest ever, we admit that
three years for a major release is too long. In the future, we are
aiming to make more frequent major releases to keep Jest great for the
next decade.</p>
<p>If you want to skip all the news and just get going, run <code>npm
install jest@^30.0.0</code> and follow the migration guide: <a
href="https://jestjs.io/docs/upgrading-to-jest30">Upgrading from Jest 29
to 30</a>.</p>
<p><a href="https://jestjs.io/blog/2025/06/04/jest-30">Read the full
blog post</a></p>
<h3>Features</h3>
<ul>
<li><code>[*]</code> Renamed <code>globalsCleanupMode</code> to
<code>globalsCleanup</code> and
<code>--waitNextEventLoopTurnForUnhandledRejectionEvents</code> to
<code>--waitForUnhandledRejections</code></li>
<li><code>[expect]</code> Add <code>ArrayOf</code> asymmetric matcher
for validating array elements. (<a
href="https://redirect.github.com/jestjs/jest/pull/15567">#15567</a>)</li>
<li><code>[babel-jest]</code> Add option <code>excludeJestPreset</code>
to allow opting out of <code>babel-preset-jest</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15164">#15164</a>)</li>
<li><code>[expect]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/15038">#15038</a> to
fix
<code>expect(fn).toHaveBeenCalledWith(expect.objectContaining(...))</code>
when there are multiple calls (<a
href="https://redirect.github.com/jestjs/jest/pull/15508">#15508</a>)</li>
<li><code>[jest-circus, jest-cli, jest-config]</code> Add
<code>waitNextEventLoopTurnForUnhandledRejectionEvents</code> flag to
minimise performance impact of correct detection of unhandled promise
rejections introduced in <a
href="https://redirect.github.com/jestjs/jest/pull/14315">#14315</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/14681">#14681</a>)</li>
<li><code>[jest-circus]</code> Add a <code>waitBeforeRetry</code> option
to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14738">#14738</a>)</li>
<li><code>[jest-circus]</code> Add a <code>retryImmediately</code>
option to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14696">#14696</a>)</li>
<li><code>[jest-circus, jest-jasmine2]</code> Allow
<code>setupFilesAfterEnv</code> to export an async function (<a
href="https://redirect.github.com/jestjs/jest/issues/10962">#10962</a>)</li>
<li><code>[jest-circus, jest-test-result]</code> Add
<code>startedAt</code> timestamp in <code>TestCaseResultObject</code>
within <code>onTestCaseResult</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15145">#15145</a>)</li>
<li><code>[jest-cli]</code> Export <code>buildArgv</code> (<a
href="https://redirect.github.com/facebook/jest/pull/15310">#15310</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Add
<code>mts</code> and <code>cts</code> to default
<code>moduleFileExtensions</code> config (<a
href="https://redirect.github.com/facebook/jest/pull/14369">#14369</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Update
<code>testMatch</code> and <code>testRegex</code> default option for
supporting <code>mjs</code>, <code>cjs</code>, <code>mts</code>, and
<code>cts</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14584">#14584</a>)</li>
<li><code>[jest-config]</code> Loads config file from provided path in
<code>package.json</code> (<a
href="https://redirect.github.com/facebook/jest/pull/14044">#14044</a>)</li>
<li><code>[jest-config]</code> Allow loading
<code>jest.config.cts</code> files (<a
href="https://redirect.github.com/facebook/jest/pull/14070">#14070</a>)</li>
<li><code>[jest-config]</code> Show <code>rootDir</code> in error
message when a <code>preset</code> fails to load (<a
href="https://redirect.github.com/jestjs/jest/pull/15194">#15194</a>)</li>
<li><code>[jest-config]</code> Support loading TS config files using
<code>esbuild-register</code> via docblock loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15190">#15190</a>)</li>
<li><code>[jest-config]</code> Allow passing TS config loader options
via docblock comment (<a
href="https://redirect.github.com/jestjs/jest/pull/15234">#15234</a>)</li>
<li><code>[jest-config]</code> If Node is running with type stripping
enabled, do not require a TS loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15480">#15480</a>)</li>
<li><code>[@jest/core]</code> Group together open handles with the same
stack trace (<a
href="https://redirect.github.com/jestjs/jest/pull/13417">#13417</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14789">#14789</a>)</li>
<li><code>[@jest/core]</code> Add <code>perfStats</code> to surface test
setup overhead (<a
href="https://redirect.github.com/jestjs/jest/pull/14622">#14622</a>)</li>
<li><code>[@jest/core]</code> [<strong>BREAKING</strong>] Changed
<code>--filter</code> to accept an object with shape <code>{ filtered:
Array&lt;string&gt; }</code> to match <a
href="https://jestjs.io/docs/cli#--filterfile">documentation</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/13319">#13319</a>)</li>
<li><code>[@jest/core]</code> Support <code>--outputFile</code> option
for <a
href="https://jestjs.io/docs/cli#--listtests"><code>--listTests</code></a>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14980">#14980</a>)</li>
<li><code>[@jest/core]</code> Stringify Errors properly with
<code>--json</code> flag (<a
href="https://redirect.github.com/jestjs/jest/pull/15329">#15329</a>)</li>
<li><code>[@jest/core, @jest/test-sequencer]</code>
[<strong>BREAKING</strong>] Exposes <code>globalConfig</code> &amp;
<code>contexts</code> to <code>TestSequencer</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14535">#14535</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14543">#14543</a>)</li>
<li><code>[jest-each]</code> Introduce <code>%$</code> option to add
number of the test to its title (<a
href="https://redirect.github.com/jestjs/jest/pull/14710">#14710</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
deprecated <code>jest.genMockFromModule()</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15042">#15042</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
unnecessary defensive code (<a
href="https://redirect.github.com/jestjs/jest/pull/15045">#15045</a>)</li>
<li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>]
Upgrade JSDOM to v22 (<a
href="https://redirect.github.com/jestjs/jest/pull/13825">#13825</a>)</li>
<li><code>[@jest/environment-jsdom-abstract]</code> Introduce new
package which abstracts over the <code>jsdom</code> environment,
allowing usage of custom versions of JSDOM (<a
href="https://redirect.github.com/jestjs/jest/pull/14717">#14717</a>)</li>
<li><code>[jest-environment-node]</code> Update jest environment with
dispose symbols <code>Symbol</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14888">#14888</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14909">#14909</a>)</li>
<li><code>[expect, @jest/expect]</code> [<strong>BREAKING</strong>] Add
type inference for function parameters in <code>CalledWith</code>
assertions (<a
href="https://redirect.github.com/facebook/jest/pull/15129">#15129</a>)</li>
<li><code>[@jest/expect-utils]</code> Properly compare all types of
<code>TypedArray</code>s (<a
href="https://redirect.github.com/facebook/jest/pull/15178">#15178</a>)</li>
<li><code>[@jest/fake-timers]</code> [<strong>BREAKING</strong>] Upgrade
<code>@sinonjs/fake-timers</code> to v13 (<a
href="https://redirect.github.com/jestjs/jest/pull/14544">#14544</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15470">#15470</a>)</li>
<li><code>[@jest/fake-timers]</code> Exposing new modern timers function
<code>advanceTimersToFrame()</code> which advances all timers by the
needed milliseconds to execute callbacks currently scheduled with
<code>requestAnimationFrame</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-matcher-utils]</code> Add
<code>SERIALIZABLE_PROPERTIES</code> to allow custom serialization of
objects (<a
href="https://redirect.github.com/jestjs/jest/pull/14893">#14893</a>)</li>
<li><code>[jest-mock]</code> Add support for the Explicit Resource
Management proposal to use the <code>using</code> keyword with
<code>jest.spyOn(object, methodName)</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14895">#14895</a>)</li>
<li><code>[jest-reporters]</code> Add support for <a
href="https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036">DEC
mode 2026</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/15008">#15008</a>)</li>
<li><code>[jest-resolver]</code> Support <code>file://</code> URLs as
paths (<a
href="https://redirect.github.com/jestjs/jest/pull/15154">#15154</a>)</li>
<li><code>[jest-resolve,jest-runtime,jest-resolve-dependencies]</code>
Pass the conditions when resolving stub modules (<a
href="https://redirect.github.com/jestjs/jest/pull/15489">#15489</a>)</li>
<li><code>[jest-runtime]</code> Exposing new modern timers function
<code>jest.advanceTimersToFrame()</code> from
<code>@jest/fake-timers</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-runtime]</code> Support
<code>import.meta.filename</code> and <code>import.meta.dirname</code>
(available from <a
href="https://nodejs.org/en/blog/release/v20.11.0">Node 20.11</a>) (<a
href="https://redirect.github.com/jestjs/jest/pull/14854">#14854</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's
changelog</a>.</em></p>
<blockquote>
<h2>30.0.0</h2>
<h3>Features</h3>
<ul>
<li><code>[*]</code> Renamed <code>globalsCleanupMode</code> to
<code>globalsCleanup</code> and
<code>--waitNextEventLoopTurnForUnhandledRejectionEvents</code> to
<code>--waitForUnhandledRejections</code></li>
<li><code>[expect]</code> Add <code>ArrayOf</code> asymmetric matcher
for validating array elements. (<a
href="https://redirect.github.com/jestjs/jest/pull/15567">#15567</a>)</li>
<li><code>[babel-jest]</code> Add option <code>excludeJestPreset</code>
to allow opting out of <code>babel-preset-jest</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15164">#15164</a>)</li>
<li><code>[expect]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/15038">#15038</a> to
fix
<code>expect(fn).toHaveBeenCalledWith(expect.objectContaining(...))</code>
when there are multiple calls (<a
href="https://redirect.github.com/jestjs/jest/pull/15508">#15508</a>)</li>
<li><code>[jest-circus, jest-cli, jest-config]</code> Add
<code>waitNextEventLoopTurnForUnhandledRejectionEvents</code> flag to
minimise performance impact of correct detection of unhandled promise
rejections introduced in <a
href="https://redirect.github.com/jestjs/jest/pull/14315">#14315</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/14681">#14681</a>)</li>
<li><code>[jest-circus]</code> Add a <code>waitBeforeRetry</code> option
to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14738">#14738</a>)</li>
<li><code>[jest-circus]</code> Add a <code>retryImmediately</code>
option to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14696">#14696</a>)</li>
<li><code>[jest-circus, jest-jasmine2]</code> Allow
<code>setupFilesAfterEnv</code> to export an async function (<a
href="https://redirect.github.com/jestjs/jest/issues/10962">#10962</a>)</li>
<li><code>[jest-circus, jest-test-result]</code> Add
<code>startedAt</code> timestamp in <code>TestCaseResultObject</code>
within <code>onTestCaseResult</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15145">#15145</a>)</li>
<li><code>[jest-cli]</code> Export <code>buildArgv</code> (<a
href="https://redirect.github.com/facebook/jest/pull/15310">#15310</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Add
<code>mts</code> and <code>cts</code> to default
<code>moduleFileExtensions</code> config (<a
href="https://redirect.github.com/facebook/jest/pull/14369">#14369</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Update
<code>testMatch</code> and <code>testRegex</code> default option for
supporting <code>mjs</code>, <code>cjs</code>, <code>mts</code>, and
<code>cts</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14584">#14584</a>)</li>
<li><code>[jest-config]</code> Loads config file from provided path in
<code>package.json</code> (<a
href="https://redirect.github.com/facebook/jest/pull/14044">#14044</a>)</li>
<li><code>[jest-config]</code> Allow loading
<code>jest.config.cts</code> files (<a
href="https://redirect.github.com/facebook/jest/pull/14070">#14070</a>)</li>
<li><code>[jest-config]</code> Show <code>rootDir</code> in error
message when a <code>preset</code> fails to load (<a
href="https://redirect.github.com/jestjs/jest/pull/15194">#15194</a>)</li>
<li><code>[jest-config]</code> Support loading TS config files using
<code>esbuild-register</code> via docblock loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15190">#15190</a>)</li>
<li><code>[jest-config]</code> Allow passing TS config loader options
via docblock comment (<a
href="https://redirect.github.com/jestjs/jest/pull/15234">#15234</a>)</li>
<li><code>[jest-config]</code> If Node is running with type stripping
enabled, do not require a TS loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15480">#15480</a>)</li>
<li><code>[@jest/core]</code> Group together open handles with the same
stack trace (<a
href="https://redirect.github.com/jestjs/jest/pull/13417">#13417</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14789">#14789</a>)</li>
<li><code>[@jest/core]</code> Add <code>perfStats</code> to surface test
setup overhead (<a
href="https://redirect.github.com/jestjs/jest/pull/14622">#14622</a>)</li>
<li><code>[@jest/core]</code> [<strong>BREAKING</strong>] Changed
<code>--filter</code> to accept an object with shape <code>{ filtered:
Array&lt;string&gt; }</code> to match <a
href="https://jestjs.io/docs/cli#--filterfile">documentation</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/13319">#13319</a>)</li>
<li><code>[@jest/core]</code> Support <code>--outputFile</code> option
for <a
href="https://jestjs.io/docs/cli#--listtests"><code>--listTests</code></a>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14980">#14980</a>)</li>
<li><code>[@jest/core]</code> Stringify Errors properly with
<code>--json</code> flag (<a
href="https://redirect.github.com/jestjs/jest/pull/15329">#15329</a>)</li>
<li><code>[@jest/core, @jest/test-sequencer]</code>
[<strong>BREAKING</strong>] Exposes <code>globalConfig</code> &amp;
<code>contexts</code> to <code>TestSequencer</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14535">#14535</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14543">#14543</a>)</li>
<li><code>[jest-each]</code> Introduce <code>%$</code> option to add
number of the test to its title (<a
href="https://redirect.github.com/jestjs/jest/pull/14710">#14710</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
deprecated <code>jest.genMockFromModule()</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15042">#15042</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
unnecessary defensive code (<a
href="https://redirect.github.com/jestjs/jest/pull/15045">#15045</a>)</li>
<li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>]
Upgrade JSDOM to v22 (<a
href="https://redirect.github.com/jestjs/jest/pull/13825">#13825</a>)</li>
<li><code>[@jest/environment-jsdom-abstract]</code> Introduce new
package which abstracts over the <code>jsdom</code> environment,
allowing usage of custom versions of JSDOM (<a
href="https://redirect.github.com/jestjs/jest/pull/14717">#14717</a>)</li>
<li><code>[jest-environment-node]</code> Update jest environment with
dispose symbols <code>Symbol</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14888">#14888</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14909">#14909</a>)</li>
<li><code>[expect, @jest/expect]</code> [<strong>BREAKING</strong>] Add
type inference for function parameters in <code>CalledWith</code>
assertions (<a
href="https://redirect.github.com/facebook/jest/pull/15129">#15129</a>)</li>
<li><code>[@jest/expect-utils]</code> Properly compare all types of
<code>TypedArray</code>s (<a
href="https://redirect.github.com/facebook/jest/pull/15178">#15178</a>)</li>
<li><code>[@jest/fake-timers]</code> [<strong>BREAKING</strong>] Upgrade
<code>@sinonjs/fake-timers</code> to v13 (<a
href="https://redirect.github.com/jestjs/jest/pull/14544">#14544</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15470">#15470</a>)</li>
<li><code>[@jest/fake-timers]</code> Exposing new modern timers function
<code>advanceTimersToFrame()</code> which advances all timers by the
needed milliseconds to execute callbacks currently scheduled with
<code>requestAnimationFrame</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-matcher-utils]</code> Add
<code>SERIALIZABLE_PROPERTIES</code> to allow custom serialization of
objects (<a
href="https://redirect.github.com/jestjs/jest/pull/14893">#14893</a>)</li>
<li><code>[jest-mock]</code> Add support for the Explicit Resource
Management proposal to use the <code>using</code> keyword with
<code>jest.spyOn(object, methodName)</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14895">#14895</a>)</li>
<li><code>[jest-reporters]</code> Add support for <a
href="https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036">DEC
mode 2026</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/15008">#15008</a>)</li>
<li><code>[jest-resolver]</code> Support <code>file://</code> URLs as
paths (<a
href="https://redirect.github.com/jestjs/jest/pull/15154">#15154</a>)</li>
<li><code>[jest-resolve,jest-runtime,jest-resolve-dependencies]</code>
Pass the conditions when resolving stub modules (<a
href="https://redirect.github.com/jestjs/jest/pull/15489">#15489</a>)</li>
<li><code>[jest-runtime]</code> Exposing new modern timers function
<code>jest.advanceTimersToFrame()</code> from
<code>@jest/fake-timers</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-runtime]</code> Support
<code>import.meta.filename</code> and <code>import.meta.dirname</code>
(available from <a
href="https://nodejs.org/en/blog/release/v20.11.0">Node 20.11</a>) (<a
href="https://redirect.github.com/jestjs/jest/pull/14854">#14854</a>)</li>
<li><code>[jest-runtime]</code> Support <code>import.meta.resolve</code>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14930">#14930</a>)</li>
<li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Make it
mandatory to pass <code>globalConfig</code> to the <code>Runtime</code>
constructor (<a
href="https://redirect.github.com/jestjs/jest/pull/15044">#15044</a>)</li>
<li><code>[jest-runtime]</code> Add <code>unstable_unmockModule</code>
(<a
href="https://redirect.github.com/jestjs/jest/pull/15080">#15080</a>)</li>
<li><code>[jest-runtime]</code> Add <code>onGenerateMock</code>
transformer callback for auto generated callbacks (<a
href="https://redirect.github.com/jestjs/jest/pull/15433">#15433</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15482">#15482</a>)</li>
<li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Use
<code>vm.compileFunction</code> over <code>vm.Script</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15461">#15461</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a383155cd5"><code>a383155</code></a>
v30.0.0</li>
<li><a
href="ce14203d91"><code>ce14203</code></a>
v30.0.0-rc.1</li>
<li><a
href="0ab14ba85d"><code>0ab14ba</code></a>
v30.0.0-beta.9</li>
<li><a
href="ac334c0cdf"><code>ac334c0</code></a>
v30.0.0-beta.8</li>
<li><a
href="7c799e579e"><code>7c799e5</code></a>
v30.0.0-beta.7</li>
<li><a
href="4f964497dc"><code>4f96449</code></a>
v30.0.0-beta.6</li>
<li><a
href="286dc4a398"><code>286dc4a</code></a>
v30.0.0-beta.5</li>
<li><a
href="76632c6ec3"><code>76632c6</code></a>
chore: drop node 23 (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/15640">#15640</a>)</li>
<li><a
href="69f0c890c8"><code>69f0c89</code></a>
v30.0.0-beta.4</li>
<li><a
href="2950cbbdc1"><code>2950cbb</code></a>
Update deps.</li>
<li>Additional commits viewable in <a
href="https://github.com/jestjs/jest/commits/v30.0.0/packages/jest">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest&package-manager=npm_and_yarn&previous-version=29.7.0&new-version=30.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-13 04:37:59 +00:00
dependabot[bot]
e44f63a2c2 Bump ts-jest from 29.3.0 to 29.4.0 in /frontend (#1265)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.3.0 to
29.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.4.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.3.4</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.3.3</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.3.2</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.3.1</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.4...v29.4.0">29.4.0</a>
(2025-06-11)</h2>
<h3>Features</h3>
<ul>
<li>feat: support Jest 30 (<a
href="https://github.com/kulshekhar/ts-jest/commit/84e093e">84e093e</a>)</li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.3...v29.3.4">29.3.4</a>
(2025-05-16)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: fix <code>TsJestTransformerOptions</code> type (<a
href="https://github.com/kulshekhar/ts-jest/commit/3b11e29">3b11e29</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4247">#4247</a></li>
<li>fix(cli): fix wrong path for preset creator fns (<a
href="https://github.com/kulshekhar/ts-jest/commit/249eb2c">249eb2c</a>)</li>
<li>fix(config): disable <code>rewriteRelativeImportExtensions</code>
always (<a
href="https://github.com/kulshekhar/ts-jest/commit/9b1f472">9b1f472</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4855">#4855</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.2...v29.3.3">29.3.3</a>
(2025-05-14)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix(cli): init config with preset creator functions (<a
href="https://github.com/kulshekhar/ts-jest/commit/cdd3039">cdd3039</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4840">#4840</a></li>
<li>fix(config): disable <code>isolatedDeclarations</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/5d6b35f">5d6b35f</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4847">#4847</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.1...v29.3.2">29.3.2</a>
(2025-04-12)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: transpile <code>js</code> files from <code>node_modules</code>
whenever Jest asks (<a
href="https://github.com/kulshekhar/ts-jest/commit/968370e">968370e</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4637">#4637</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.0...v29.3.1">29.3.1</a>
(2025-03-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix: allow <code>isolatedModules</code> mode to have
<code>ts.Program</code> under <code>Node16/Next</code> (<a
href="https://github.com/kulshekhar/ts-jest/commit/25157eb">25157eb</a>)</li>
<li>fix: improve message for <code>isolatedModules</code> of
<code>ts-jest</code> config (<a
href="https://github.com/kulshekhar/ts-jest/commit/547eb6f">547eb6f</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f692f747c7"><code>f692f74</code></a>
chore(release): 29.4.0</li>
<li><a
href="84e093ee0e"><code>84e093e</code></a>
feat: support Jest 30</li>
<li><a
href="2d6fe5cefd"><code>2d6fe5c</code></a>
build(deps): Update dependency eslint-plugin-jsdoc to ^50.8.0</li>
<li><a
href="83c6d3538f"><code>83c6d35</code></a>
build(deps): Update dependency eslint-plugin-jest to ^28.13.3</li>
<li><a
href="94797d08a2"><code>94797d0</code></a>
build(deps): Update dependency <code>@​vitejs/plugin-react-swc</code> to
^3.10.2</li>
<li><a
href="9a9bd5cff4"><code>9a9bd5c</code></a>
build(deps): Update ESLint packages to ^8.34.0</li>
<li><a
href="cbd81fd0cf"><code>cbd81fd</code></a>
build(deps): Update dependency eslint-plugin-jest to ^28.13.0</li>
<li><a
href="1d3fb0dc80"><code>1d3fb0d</code></a>
build(deps): Update dependency <code>@​types/node</code> to
v20.19.0</li>
<li><a
href="32efecbdcd"><code>32efecb</code></a>
build(deps): Update docusaurus monorepo to ^3.8.1</li>
<li><a
href="5133d4815d"><code>5133d48</code></a>
build: upgrade <code>docusaurus</code> to 3.8</li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v29.3.0...v29.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=29.3.0&new-version=29.4.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-12 04:28:55 +00:00
dependabot[bot]
a92e3c1004 Bump jest-environment-jsdom from 29.7.0 to 30.0.0 in /frontend (#1263)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom)
from 29.7.0 to 30.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/releases">jest-environment-jsdom's
releases</a>.</em></p>
<blockquote>
<h2>Jest 30</h2>
<p>Today we are happy to announce the release of Jest 30. This release
features a substantial number of changes, fixes, and improvements. While
it is one of the largest major releases of Jest ever, we admit that
three years for a major release is too long. In the future, we are
aiming to make more frequent major releases to keep Jest great for the
next decade.</p>
<p>If you want to skip all the news and just get going, run <code>npm
install jest@^30.0.0</code> and follow the migration guide: <a
href="https://jestjs.io/docs/upgrading-to-jest30">Upgrading from Jest 29
to 30</a>.</p>
<p><a href="https://jestjs.io/blog/2025/06/04/jest-30">Read the full
blog post</a></p>
<h3>Features</h3>
<ul>
<li><code>[*]</code> Renamed <code>globalsCleanupMode</code> to
<code>globalsCleanup</code> and
<code>--waitNextEventLoopTurnForUnhandledRejectionEvents</code> to
<code>--waitForUnhandledRejections</code></li>
<li><code>[expect]</code> Add <code>ArrayOf</code> asymmetric matcher
for validating array elements. (<a
href="https://redirect.github.com/jestjs/jest/pull/15567">#15567</a>)</li>
<li><code>[babel-jest]</code> Add option <code>excludeJestPreset</code>
to allow opting out of <code>babel-preset-jest</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15164">#15164</a>)</li>
<li><code>[expect]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/15038">#15038</a> to
fix
<code>expect(fn).toHaveBeenCalledWith(expect.objectContaining(...))</code>
when there are multiple calls (<a
href="https://redirect.github.com/jestjs/jest/pull/15508">#15508</a>)</li>
<li><code>[jest-circus, jest-cli, jest-config]</code> Add
<code>waitNextEventLoopTurnForUnhandledRejectionEvents</code> flag to
minimise performance impact of correct detection of unhandled promise
rejections introduced in <a
href="https://redirect.github.com/jestjs/jest/pull/14315">#14315</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/14681">#14681</a>)</li>
<li><code>[jest-circus]</code> Add a <code>waitBeforeRetry</code> option
to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14738">#14738</a>)</li>
<li><code>[jest-circus]</code> Add a <code>retryImmediately</code>
option to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14696">#14696</a>)</li>
<li><code>[jest-circus, jest-jasmine2]</code> Allow
<code>setupFilesAfterEnv</code> to export an async function (<a
href="https://redirect.github.com/jestjs/jest/issues/10962">#10962</a>)</li>
<li><code>[jest-circus, jest-test-result]</code> Add
<code>startedAt</code> timestamp in <code>TestCaseResultObject</code>
within <code>onTestCaseResult</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15145">#15145</a>)</li>
<li><code>[jest-cli]</code> Export <code>buildArgv</code> (<a
href="https://redirect.github.com/facebook/jest/pull/15310">#15310</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Add
<code>mts</code> and <code>cts</code> to default
<code>moduleFileExtensions</code> config (<a
href="https://redirect.github.com/facebook/jest/pull/14369">#14369</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Update
<code>testMatch</code> and <code>testRegex</code> default option for
supporting <code>mjs</code>, <code>cjs</code>, <code>mts</code>, and
<code>cts</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14584">#14584</a>)</li>
<li><code>[jest-config]</code> Loads config file from provided path in
<code>package.json</code> (<a
href="https://redirect.github.com/facebook/jest/pull/14044">#14044</a>)</li>
<li><code>[jest-config]</code> Allow loading
<code>jest.config.cts</code> files (<a
href="https://redirect.github.com/facebook/jest/pull/14070">#14070</a>)</li>
<li><code>[jest-config]</code> Show <code>rootDir</code> in error
message when a <code>preset</code> fails to load (<a
href="https://redirect.github.com/jestjs/jest/pull/15194">#15194</a>)</li>
<li><code>[jest-config]</code> Support loading TS config files using
<code>esbuild-register</code> via docblock loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15190">#15190</a>)</li>
<li><code>[jest-config]</code> Allow passing TS config loader options
via docblock comment (<a
href="https://redirect.github.com/jestjs/jest/pull/15234">#15234</a>)</li>
<li><code>[jest-config]</code> If Node is running with type stripping
enabled, do not require a TS loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15480">#15480</a>)</li>
<li><code>[@jest/core]</code> Group together open handles with the same
stack trace (<a
href="https://redirect.github.com/jestjs/jest/pull/13417">#13417</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14789">#14789</a>)</li>
<li><code>[@jest/core]</code> Add <code>perfStats</code> to surface test
setup overhead (<a
href="https://redirect.github.com/jestjs/jest/pull/14622">#14622</a>)</li>
<li><code>[@jest/core]</code> [<strong>BREAKING</strong>] Changed
<code>--filter</code> to accept an object with shape <code>{ filtered:
Array&lt;string&gt; }</code> to match <a
href="https://jestjs.io/docs/cli#--filterfile">documentation</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/13319">#13319</a>)</li>
<li><code>[@jest/core]</code> Support <code>--outputFile</code> option
for <a
href="https://jestjs.io/docs/cli#--listtests"><code>--listTests</code></a>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14980">#14980</a>)</li>
<li><code>[@jest/core]</code> Stringify Errors properly with
<code>--json</code> flag (<a
href="https://redirect.github.com/jestjs/jest/pull/15329">#15329</a>)</li>
<li><code>[@jest/core, @jest/test-sequencer]</code>
[<strong>BREAKING</strong>] Exposes <code>globalConfig</code> &amp;
<code>contexts</code> to <code>TestSequencer</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14535">#14535</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14543">#14543</a>)</li>
<li><code>[jest-each]</code> Introduce <code>%$</code> option to add
number of the test to its title (<a
href="https://redirect.github.com/jestjs/jest/pull/14710">#14710</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
deprecated <code>jest.genMockFromModule()</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15042">#15042</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
unnecessary defensive code (<a
href="https://redirect.github.com/jestjs/jest/pull/15045">#15045</a>)</li>
<li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>]
Upgrade JSDOM to v22 (<a
href="https://redirect.github.com/jestjs/jest/pull/13825">#13825</a>)</li>
<li><code>[@jest/environment-jsdom-abstract]</code> Introduce new
package which abstracts over the <code>jsdom</code> environment,
allowing usage of custom versions of JSDOM (<a
href="https://redirect.github.com/jestjs/jest/pull/14717">#14717</a>)</li>
<li><code>[jest-environment-node]</code> Update jest environment with
dispose symbols <code>Symbol</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14888">#14888</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14909">#14909</a>)</li>
<li><code>[expect, @jest/expect]</code> [<strong>BREAKING</strong>] Add
type inference for function parameters in <code>CalledWith</code>
assertions (<a
href="https://redirect.github.com/facebook/jest/pull/15129">#15129</a>)</li>
<li><code>[@jest/expect-utils]</code> Properly compare all types of
<code>TypedArray</code>s (<a
href="https://redirect.github.com/facebook/jest/pull/15178">#15178</a>)</li>
<li><code>[@jest/fake-timers]</code> [<strong>BREAKING</strong>] Upgrade
<code>@sinonjs/fake-timers</code> to v13 (<a
href="https://redirect.github.com/jestjs/jest/pull/14544">#14544</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15470">#15470</a>)</li>
<li><code>[@jest/fake-timers]</code> Exposing new modern timers function
<code>advanceTimersToFrame()</code> which advances all timers by the
needed milliseconds to execute callbacks currently scheduled with
<code>requestAnimationFrame</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-matcher-utils]</code> Add
<code>SERIALIZABLE_PROPERTIES</code> to allow custom serialization of
objects (<a
href="https://redirect.github.com/jestjs/jest/pull/14893">#14893</a>)</li>
<li><code>[jest-mock]</code> Add support for the Explicit Resource
Management proposal to use the <code>using</code> keyword with
<code>jest.spyOn(object, methodName)</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14895">#14895</a>)</li>
<li><code>[jest-reporters]</code> Add support for <a
href="https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036">DEC
mode 2026</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/15008">#15008</a>)</li>
<li><code>[jest-resolver]</code> Support <code>file://</code> URLs as
paths (<a
href="https://redirect.github.com/jestjs/jest/pull/15154">#15154</a>)</li>
<li><code>[jest-resolve,jest-runtime,jest-resolve-dependencies]</code>
Pass the conditions when resolving stub modules (<a
href="https://redirect.github.com/jestjs/jest/pull/15489">#15489</a>)</li>
<li><code>[jest-runtime]</code> Exposing new modern timers function
<code>jest.advanceTimersToFrame()</code> from
<code>@jest/fake-timers</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-runtime]</code> Support
<code>import.meta.filename</code> and <code>import.meta.dirname</code>
(available from <a
href="https://nodejs.org/en/blog/release/v20.11.0">Node 20.11</a>) (<a
href="https://redirect.github.com/jestjs/jest/pull/14854">#14854</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest-environment-jsdom's
changelog</a>.</em></p>
<blockquote>
<h2>30.0.0</h2>
<h3>Features</h3>
<ul>
<li><code>[*]</code> Renamed <code>globalsCleanupMode</code> to
<code>globalsCleanup</code> and
<code>--waitNextEventLoopTurnForUnhandledRejectionEvents</code> to
<code>--waitForUnhandledRejections</code></li>
<li><code>[expect]</code> Add <code>ArrayOf</code> asymmetric matcher
for validating array elements. (<a
href="https://redirect.github.com/jestjs/jest/pull/15567">#15567</a>)</li>
<li><code>[babel-jest]</code> Add option <code>excludeJestPreset</code>
to allow opting out of <code>babel-preset-jest</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15164">#15164</a>)</li>
<li><code>[expect]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/15038">#15038</a> to
fix
<code>expect(fn).toHaveBeenCalledWith(expect.objectContaining(...))</code>
when there are multiple calls (<a
href="https://redirect.github.com/jestjs/jest/pull/15508">#15508</a>)</li>
<li><code>[jest-circus, jest-cli, jest-config]</code> Add
<code>waitNextEventLoopTurnForUnhandledRejectionEvents</code> flag to
minimise performance impact of correct detection of unhandled promise
rejections introduced in <a
href="https://redirect.github.com/jestjs/jest/pull/14315">#14315</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/14681">#14681</a>)</li>
<li><code>[jest-circus]</code> Add a <code>waitBeforeRetry</code> option
to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14738">#14738</a>)</li>
<li><code>[jest-circus]</code> Add a <code>retryImmediately</code>
option to <code>jest.retryTimes</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14696">#14696</a>)</li>
<li><code>[jest-circus, jest-jasmine2]</code> Allow
<code>setupFilesAfterEnv</code> to export an async function (<a
href="https://redirect.github.com/jestjs/jest/issues/10962">#10962</a>)</li>
<li><code>[jest-circus, jest-test-result]</code> Add
<code>startedAt</code> timestamp in <code>TestCaseResultObject</code>
within <code>onTestCaseResult</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15145">#15145</a>)</li>
<li><code>[jest-cli]</code> Export <code>buildArgv</code> (<a
href="https://redirect.github.com/facebook/jest/pull/15310">#15310</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Add
<code>mts</code> and <code>cts</code> to default
<code>moduleFileExtensions</code> config (<a
href="https://redirect.github.com/facebook/jest/pull/14369">#14369</a>)</li>
<li><code>[jest-config]</code> [<strong>BREAKING</strong>] Update
<code>testMatch</code> and <code>testRegex</code> default option for
supporting <code>mjs</code>, <code>cjs</code>, <code>mts</code>, and
<code>cts</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14584">#14584</a>)</li>
<li><code>[jest-config]</code> Loads config file from provided path in
<code>package.json</code> (<a
href="https://redirect.github.com/facebook/jest/pull/14044">#14044</a>)</li>
<li><code>[jest-config]</code> Allow loading
<code>jest.config.cts</code> files (<a
href="https://redirect.github.com/facebook/jest/pull/14070">#14070</a>)</li>
<li><code>[jest-config]</code> Show <code>rootDir</code> in error
message when a <code>preset</code> fails to load (<a
href="https://redirect.github.com/jestjs/jest/pull/15194">#15194</a>)</li>
<li><code>[jest-config]</code> Support loading TS config files using
<code>esbuild-register</code> via docblock loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15190">#15190</a>)</li>
<li><code>[jest-config]</code> Allow passing TS config loader options
via docblock comment (<a
href="https://redirect.github.com/jestjs/jest/pull/15234">#15234</a>)</li>
<li><code>[jest-config]</code> If Node is running with type stripping
enabled, do not require a TS loader (<a
href="https://redirect.github.com/jestjs/jest/pull/15480">#15480</a>)</li>
<li><code>[@jest/core]</code> Group together open handles with the same
stack trace (<a
href="https://redirect.github.com/jestjs/jest/pull/13417">#13417</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14789">#14789</a>)</li>
<li><code>[@jest/core]</code> Add <code>perfStats</code> to surface test
setup overhead (<a
href="https://redirect.github.com/jestjs/jest/pull/14622">#14622</a>)</li>
<li><code>[@jest/core]</code> [<strong>BREAKING</strong>] Changed
<code>--filter</code> to accept an object with shape <code>{ filtered:
Array&lt;string&gt; }</code> to match <a
href="https://jestjs.io/docs/cli#--filterfile">documentation</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/13319">#13319</a>)</li>
<li><code>[@jest/core]</code> Support <code>--outputFile</code> option
for <a
href="https://jestjs.io/docs/cli#--listtests"><code>--listTests</code></a>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14980">#14980</a>)</li>
<li><code>[@jest/core]</code> Stringify Errors properly with
<code>--json</code> flag (<a
href="https://redirect.github.com/jestjs/jest/pull/15329">#15329</a>)</li>
<li><code>[@jest/core, @jest/test-sequencer]</code>
[<strong>BREAKING</strong>] Exposes <code>globalConfig</code> &amp;
<code>contexts</code> to <code>TestSequencer</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14535">#14535</a>,
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14543">#14543</a>)</li>
<li><code>[jest-each]</code> Introduce <code>%$</code> option to add
number of the test to its title (<a
href="https://redirect.github.com/jestjs/jest/pull/14710">#14710</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
deprecated <code>jest.genMockFromModule()</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15042">#15042</a>)</li>
<li><code>[@jest/environment]</code> [<strong>BREAKING</strong>] Remove
unnecessary defensive code (<a
href="https://redirect.github.com/jestjs/jest/pull/15045">#15045</a>)</li>
<li><code>[jest-environment-jsdom]</code> [<strong>BREAKING</strong>]
Upgrade JSDOM to v22 (<a
href="https://redirect.github.com/jestjs/jest/pull/13825">#13825</a>)</li>
<li><code>[@jest/environment-jsdom-abstract]</code> Introduce new
package which abstracts over the <code>jsdom</code> environment,
allowing usage of custom versions of JSDOM (<a
href="https://redirect.github.com/jestjs/jest/pull/14717">#14717</a>)</li>
<li><code>[jest-environment-node]</code> Update jest environment with
dispose symbols <code>Symbol</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14888">#14888</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/14909">#14909</a>)</li>
<li><code>[expect, @jest/expect]</code> [<strong>BREAKING</strong>] Add
type inference for function parameters in <code>CalledWith</code>
assertions (<a
href="https://redirect.github.com/facebook/jest/pull/15129">#15129</a>)</li>
<li><code>[@jest/expect-utils]</code> Properly compare all types of
<code>TypedArray</code>s (<a
href="https://redirect.github.com/facebook/jest/pull/15178">#15178</a>)</li>
<li><code>[@jest/fake-timers]</code> [<strong>BREAKING</strong>] Upgrade
<code>@sinonjs/fake-timers</code> to v13 (<a
href="https://redirect.github.com/jestjs/jest/pull/14544">#14544</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15470">#15470</a>)</li>
<li><code>[@jest/fake-timers]</code> Exposing new modern timers function
<code>advanceTimersToFrame()</code> which advances all timers by the
needed milliseconds to execute callbacks currently scheduled with
<code>requestAnimationFrame</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-matcher-utils]</code> Add
<code>SERIALIZABLE_PROPERTIES</code> to allow custom serialization of
objects (<a
href="https://redirect.github.com/jestjs/jest/pull/14893">#14893</a>)</li>
<li><code>[jest-mock]</code> Add support for the Explicit Resource
Management proposal to use the <code>using</code> keyword with
<code>jest.spyOn(object, methodName)</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14895">#14895</a>)</li>
<li><code>[jest-reporters]</code> Add support for <a
href="https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036">DEC
mode 2026</a> (<a
href="https://redirect.github.com/jestjs/jest/pull/15008">#15008</a>)</li>
<li><code>[jest-resolver]</code> Support <code>file://</code> URLs as
paths (<a
href="https://redirect.github.com/jestjs/jest/pull/15154">#15154</a>)</li>
<li><code>[jest-resolve,jest-runtime,jest-resolve-dependencies]</code>
Pass the conditions when resolving stub modules (<a
href="https://redirect.github.com/jestjs/jest/pull/15489">#15489</a>)</li>
<li><code>[jest-runtime]</code> Exposing new modern timers function
<code>jest.advanceTimersToFrame()</code> from
<code>@jest/fake-timers</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14598">#14598</a>)</li>
<li><code>[jest-runtime]</code> Support
<code>import.meta.filename</code> and <code>import.meta.dirname</code>
(available from <a
href="https://nodejs.org/en/blog/release/v20.11.0">Node 20.11</a>) (<a
href="https://redirect.github.com/jestjs/jest/pull/14854">#14854</a>)</li>
<li><code>[jest-runtime]</code> Support <code>import.meta.resolve</code>
(<a
href="https://redirect.github.com/jestjs/jest/pull/14930">#14930</a>)</li>
<li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Make it
mandatory to pass <code>globalConfig</code> to the <code>Runtime</code>
constructor (<a
href="https://redirect.github.com/jestjs/jest/pull/15044">#15044</a>)</li>
<li><code>[jest-runtime]</code> Add <code>unstable_unmockModule</code>
(<a
href="https://redirect.github.com/jestjs/jest/pull/15080">#15080</a>)</li>
<li><code>[jest-runtime]</code> Add <code>onGenerateMock</code>
transformer callback for auto generated callbacks (<a
href="https://redirect.github.com/jestjs/jest/pull/15433">#15433</a>
&amp; <a
href="https://redirect.github.com/jestjs/jest/pull/15482">#15482</a>)</li>
<li><code>[jest-runtime]</code> [<strong>BREAKING</strong>] Use
<code>vm.compileFunction</code> over <code>vm.Script</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/15461">#15461</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a383155cd5"><code>a383155</code></a>
v30.0.0</li>
<li><a
href="ce14203d91"><code>ce14203</code></a>
v30.0.0-rc.1</li>
<li><a
href="ac334c0cdf"><code>ac334c0</code></a>
v30.0.0-beta.8</li>
<li><a
href="7c799e579e"><code>7c799e5</code></a>
v30.0.0-beta.7</li>
<li><a
href="4f964497dc"><code>4f96449</code></a>
v30.0.0-beta.6</li>
<li><a
href="286dc4a398"><code>286dc4a</code></a>
v30.0.0-beta.5</li>
<li><a
href="76632c6ec3"><code>76632c6</code></a>
chore: drop node 23 (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom/issues/15640">#15640</a>)</li>
<li><a
href="69f0c890c8"><code>69f0c89</code></a>
v30.0.0-beta.4</li>
<li><a
href="2950cbbdc1"><code>2950cbb</code></a>
Update deps.</li>
<li><a
href="a123a3b667"><code>a123a3b</code></a>
v30.0.0-beta.3</li>
<li>Additional commits viewable in <a
href="https://github.com/jestjs/jest/commits/v30.0.0/packages/jest-environment-jsdom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jest-environment-jsdom&package-manager=npm_and_yarn&previous-version=29.7.0&new-version=30.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 04:34:41 +00:00
dependabot[bot]
8da1c9d9fe Bump eslint-plugin-testing-library from 7.4.0 to 7.5.0 in /frontend (#1262)
Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 7.4.0 to 7.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's
releases</a>.</em></p>
<blockquote>
<h2>v7.5.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.4.0...v7.5.0">7.5.0</a>
(2025-06-09)</h1>
<h3>Features</h3>
<ul>
<li><strong>no-node-access:</strong> disallow DOM event methods (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1023">#1023</a>)
(<a
href="934bc5e25d">934bc5e</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/752">#752</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="934bc5e25d"><code>934bc5e</code></a>
feat(no-node-access): disallow DOM event methods (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1023">#1023</a>)</li>
<li><a
href="665577c5b1"><code>665577c</code></a>
refactor: Include test files in type checking (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1022">#1022</a>)</li>
<li><a
href="36facf1649"><code>36facf1</code></a>
ci: pass codecov token through env vars</li>
<li><a
href="295eb44735"><code>295eb44</code></a>
ci: add workflow for coverage on main (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1021">#1021</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.4.0...v7.5.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=7.4.0&new-version=7.5.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 04:34:15 +00:00
dependabot[bot]
7830e6f6fa Bump @mantine/form from 8.0.0 to 8.1.0 in /frontend (#1261)
Bumps
[@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form)
from 8.0.0 to 8.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mantinedev/mantine/releases"><code>@​mantine/form</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.1.0</h2>
<p><a href="https://mantine.dev/changelog/8-1-0">View changelog with
demos on mantine.dev website</a></p>
<h2>DatePicker presets</h2>
<p><a href="https://mantine.dev/dates/date-picker">DatePicker</a>, <a
href="https://mantine.dev/dates/date-picker-input">DatePickerInput</a>
and <a
href="https://mantine.dev/dates/date-time-picker">DateTimePicker</a> now
support <code>presets</code> prop that allows you to add custom date
presets. Presets are displayed next to the calendar:</p>
<pre lang="tsx"><code>import dayjs from 'dayjs';
import { DatePicker } from '@mantine/dates';
<p>function Demo() {
const today = dayjs();</p>
<p>return (
&lt;DatePicker
type=&quot;range&quot;
presets={[
{
value: [today.subtract(2, 'day').format('YYYY-MM-DD'),
today.format('YYYY-MM-DD')],
label: 'Last two days',
},
{
value: [today.subtract(7, 'day').format('YYYY-MM-DD'),
today.format('YYYY-MM-DD')],
label: 'Last 7 days',
},
{
value: [today.startOf('month').format('YYYY-MM-DD'),
today.format('YYYY-MM-DD')],
label: 'This month',
},
{
value: [
today.subtract(1, 'month').startOf('month').format('YYYY-MM-DD'),
today.subtract(1, 'month').endOf('month').format('YYYY-MM-DD'),
],
label: 'Last month',
},
{
value: [
today.subtract(1, 'year').startOf('year').format('YYYY-MM-DD'),
today.subtract(1, 'year').endOf('year').format('YYYY-MM-DD'),
],
label: 'Last year',
},
]}
/&gt;
);
}
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ee3bd375cb"><code>ee3bd37</code></a>
[release] Version: 8.1.0</li>
<li><a
href="d4113266ad"><code>d411326</code></a>
Merge branch 'master' into 8.1</li>
<li><a
href="b9a4fdc09b"><code>b9a4fdc</code></a>
[release] Version: 8.0.2</li>
<li><a
href="df2c90a42f"><code>df2c90a</code></a>
[<code>@​mantine/form</code>] Fix <code>form.reorderItem</code>
reordering only the first item (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7892">#7892</a>)</li>
<li><a
href="9023b6bee2"><code>9023b6b</code></a>
Merge branch 'master' of github.com:mantinedev/mantine into 8.1</li>
<li><a
href="6b18e290be"><code>6b18e29</code></a>
[refactor] Add deprecation notice to resolvers exported from
<code>@mantine/form</code> ...</li>
<li><a
href="0c25d6e341"><code>0c25d6e</code></a>
Merge branch master into 8.1</li>
<li><a
href="57f637d6ba"><code>57f637d</code></a>
[release] Version: 8.0.1</li>
<li><a
href="f559894ced"><code>f559894</code></a>
Merge branch '8.1.0-contributions' of github.com:mantinedev/mantine into
8.1</li>
<li><a
href="19f8343273"><code>19f8343</code></a>
[<code>@​mantine/form</code>] Add <code>resetField</code> method to form
utilities (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7806">#7806</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mantinedev/mantine/commits/8.1.0/packages/@mantine/form">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mantine/form&package-manager=npm_and_yarn&previous-version=8.0.0&new-version=8.1.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 04:33:59 +00:00
dependabot[bot]
41b5cca039 Bump @types/node from 22.15.1 to 24.0.0 in /frontend (#1260)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.15.1 to 24.0.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.15.1&new-version=24.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 04:33:42 +00:00
dependabot[bot]
13643fc20f Bump eslint-plugin-jest from 28.12.0 to 28.13.0 in /frontend (#1258)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.12.0 to 28.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v28.13.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.12.0...v28.13.0">28.13.0</a>
(2025-06-06)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>prefer-ending-with-an-expect</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1742">#1742</a>)
(<a
href="fe1349bbc7">fe1349b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.12.0...v28.13.0">28.13.0</a>
(2025-06-06)</h1>
<h3>Features</h3>
<ul>
<li>create new <code>prefer-ending-with-an-expect</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1742">#1742</a>)
(<a
href="fe1349bbc7">fe1349b</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3ad2036b74"><code>3ad2036</code></a>
chore(release): 28.13.0 [skip ci]</li>
<li><a
href="fe1349bbc7"><code>fe1349b</code></a>
feat: create new <code>prefer-ending-with-an-expect</code> rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1742">#1742</a>)</li>
<li><a
href="f97645e9fe"><code>f97645e</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1744">#1744</a>)</li>
<li>See full diff in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.12.0...v28.13.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.12.0&new-version=28.13.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-09 04:59:40 +00:00
dependabot[bot]
5fbcb9baa6 Bump eslint-plugin-testing-library from 7.3.0 to 7.4.0 in /frontend (#1257)
Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 7.3.0 to 7.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's
releases</a>.</em></p>
<blockquote>
<h2>v7.4.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.3.0...v7.4.0">7.4.0</a>
(2025-06-05)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-presence-queries:</strong> add autofix support (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1020">#1020</a>)
(<a
href="4ab50a0594">4ab50a0</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/916">#916</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4ab50a0594"><code>4ab50a0</code></a>
feat(prefer-presence-queries): add autofix support (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1020">#1020</a>)</li>
<li><a
href="5eed1ddcc1"><code>5eed1dd</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.10.1 to 22.15.29
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1016">#1016</a>)</li>
<li><a
href="342f640c9d"><code>342f640</code></a>
build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.12.0 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1019">#1019</a>)</li>
<li><a
href="5b24014a3c"><code>5b24014</code></a>
refactor: strengthen type safety (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1015">#1015</a>)</li>
<li><a
href="984f245ff1"><code>984f245</code></a>
docs: add y-hsgw as a contributor for code, and test (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1014">#1014</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.3.0...v7.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=7.3.0&new-version=7.4.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-06 04:58:43 +00:00
dependabot[bot]
865629a088 Bump @tabler/icons-react from 3.33.0 to 3.34.0 in /frontend (#1255)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.33.0 to 3.34.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tabler/tabler-icons/releases"><code>@​tabler/icons-react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 3.34.0</h2>
<!-- raw HTML omitted -->
<h3>19 new icons:</h3>
<ul>
<li><code>filled/building-bridge-2</code></li>
<li><code>filled/columns-1</code></li>
<li><code>filled/columns-2</code></li>
<li><code>filled/columns-3</code></li>
<li><code>filled/confetti</code></li>
<li><code>filled/container</code></li>
<li><code>filled/layout-board-split</code></li>
<li><code>filled/layout-board</code></li>
<li><code>filled/library-plus</code></li>
<li><code>filled/library</code></li>
<li><code>filled/octagon-minus</code></li>
<li><code>filled/octagon-plus</code></li>
<li><code>filled/receipt-dollar</code></li>
<li><code>filled/receipt-euro</code></li>
<li><code>filled/receipt-pound</code></li>
<li><code>filled/receipt-rupee</code></li>
<li><code>filled/receipt-yen</code></li>
<li><code>filled/receipt-yuan</code></li>
<li><code>filled/template</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a33f5aec97"><code>a33f5ae</code></a>
Release 3.34.0</li>
<li>See full diff in <a
href="https://github.com/tabler/tabler-icons/commits/v3.34.0/packages/icons-react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tabler/icons-react&package-manager=npm_and_yarn&previous-version=3.33.0&new-version=3.34.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 04:50:34 +00:00
dependabot[bot]
05b1688fd9 Bump eslint-plugin-testing-library from 7.2.0 to 7.3.0 in /frontend (#1254)
Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 7.2.0 to 7.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's
releases</a>.</em></p>
<blockquote>
<h2>v7.3.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.2.2...v7.3.0">7.3.0</a>
(2025-05-30)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-find-by:</strong> handle waitFor wrapping findBy
queries (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1013">#1013</a>)
(<a
href="cf02697f6c">cf02697</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/910">#910</a></li>
</ul>
<h2>v7.2.2</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.2.1...v7.2.2">7.2.2</a>
(2025-05-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-wait-for-side-effects:</strong> detect await expressions
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1008">#1008</a>)
(<a
href="e4c0daaabb">e4c0daa</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/742">#742</a></li>
</ul>
<h2>v7.2.1</h2>
<h2><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.2.0...v7.2.1">7.2.1</a>
(2025-05-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>await-async-queries:</strong> false positive with optional
chaining (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1009">#1009</a>)
(<a
href="e9f8f4fa6d">e9f8f4f</a>),
closes <a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/882">#882</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cf02697f6c"><code>cf02697</code></a>
feat(prefer-find-by): handle waitFor wrapping findBy queries (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1013">#1013</a>)</li>
<li><a
href="e4c0daaabb"><code>e4c0daa</code></a>
fix(no-wait-for-side-effects): detect await expressions (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1008">#1008</a>)</li>
<li><a
href="707748526e"><code>7077485</code></a>
chore: update issue templates (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1012">#1012</a>)</li>
<li><a
href="e9f8f4fa6d"><code>e9f8f4f</code></a>
fix(await-async-queries): false positive with optional chaining (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1009">#1009</a>)</li>
<li><a
href="70fea912ce"><code>70fea91</code></a>
build(deps): bump <code>@​babel/helpers</code> from 7.26.0 to 7.27.1 in
the npm_and_yarn gr...</li>
<li><a
href="8c847d7cca"><code>8c847d7</code></a>
build(deps): bump the npm_and_yarn group with 3 updates (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/990">#990</a>)</li>
<li><a
href="8905e0c79a"><code>8905e0c</code></a>
docs: add StyleShit as a contributor for code, test, and doc (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/1007">#1007</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.2.0...v7.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.3.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-02 05:27:00 +00:00
dependabot[bot]
788aed3a36 Bump eslint-plugin-jest from 28.11.0 to 28.12.0 in /frontend (#1251)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.11.0 to 28.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v28.12.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.2...v28.12.0">28.12.0</a>
(2025-05-29)</h1>
<h3>Features</h3>
<ul>
<li><strong>no-disabled-tests:</strong> improve error message and
simplify rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1739">#1739</a>)
(<a
href="1fb5a4acf0">1fb5a4a</a>)</li>
</ul>
<h2>v28.11.2</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.1...v28.11.2">28.11.2</a>
(2025-05-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-commented-out-tests:</strong> make message less ambiguous
(<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1740">#1740</a>)
(<a
href="14c27ab73f">14c27ab</a>)</li>
</ul>
<h2>v28.11.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.0...v28.11.1">28.11.1</a>
(2025-05-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-large-snapshots:</strong> use a far better message for
when an unexpected snapshot is found (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1736">#1736</a>)
(<a
href="0f5b873edc">0f5b873</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.2...v28.12.0">28.12.0</a>
(2025-05-29)</h1>
<h3>Features</h3>
<ul>
<li><strong>no-disabled-tests:</strong> improve error message and
simplify rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1739">#1739</a>)
(<a
href="1fb5a4acf0">1fb5a4a</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.1...v28.11.2">28.11.2</a>
(2025-05-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-commented-out-tests:</strong> make message less ambiguous
(<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1740">#1740</a>)
(<a
href="14c27ab73f">14c27ab</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.0...v28.11.1">28.11.1</a>
(2025-05-27)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>no-large-snapshots:</strong> use a far better message for
when an unexpected snapshot is found (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1736">#1736</a>)
(<a
href="0f5b873edc">0f5b873</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="aa649365a7"><code>aa64936</code></a>
chore(release): 28.12.0 [skip ci]</li>
<li><a
href="1fb5a4acf0"><code>1fb5a4a</code></a>
feat(no-disabled-tests): improve error message and simplify rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1739">#1739</a>)</li>
<li><a
href="ff8c9ac255"><code>ff8c9ac</code></a>
chore(release): 28.11.2 [skip ci]</li>
<li><a
href="14c27ab73f"><code>14c27ab</code></a>
fix(no-commented-out-tests): make message less ambiguous (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1740">#1740</a>)</li>
<li><a
href="2e599596b5"><code>2e59959</code></a>
refactor(prefer-lowercase-title): rename message id (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1738">#1738</a>)</li>
<li><a
href="f22560c419"><code>f22560c</code></a>
chore(release): 28.11.1 [skip ci]</li>
<li><a
href="5c10c18f43"><code>5c10c18</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1737">#1737</a>)</li>
<li><a
href="0f5b873edc"><code>0f5b873</code></a>
fix(no-large-snapshots): use a far better message for when an unexpected
snap...</li>
<li><a
href="db8172b396"><code>db8172b</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1735">#1735</a>)</li>
<li><a
href="3b4bc34d41"><code>3b4bc34</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1733">#1733</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.11.0...v28.12.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=28.11.0&new-version=28.12.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-30 04:28:46 +00:00
Erik Vroon
d3f7018b1a Add sitemap (#1249) 2025-05-28 09:38:28 +00:00
dependabot[bot]
7f4431d245 Bump cookies-next from 5.1.0 to 6.0.0 in /frontend (#1248)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from
5.1.0 to 6.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/andreizanik/cookies-next/releases">cookies-next's
releases</a>.</em></p>
<blockquote>
<h2>v6.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: Make hooks trigger rerender. by <a
href="https://github.com/greg2012201"><code>@​greg2012201</code></a> in
<a
href="https://redirect.github.com/andreizanik/cookies-next/pull/99">andreizanik/cookies-next#99</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/andreizanik/cookies-next/compare/v5.1.0...v6.0.0">https://github.com/andreizanik/cookies-next/compare/v5.1.0...v6.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="45ad636018"><code>45ad636</code></a>
6.0.0</li>
<li><a
href="4317cb026c"><code>4317cb0</code></a>
Merge pull request <a
href="https://redirect.github.com/andreizanik/cookies-next/issues/99">#99</a>
from greg2012201/master</li>
<li><a
href="70f295b657"><code>70f295b</code></a>
fix: Fix a typo.</li>
<li><a
href="93a96910b2"><code>93a9691</code></a>
refactor: Make type imports consistent.</li>
<li><a
href="3d860ee776"><code>3d860ee</code></a>
fix: Make input types consistent.</li>
<li><a
href="fab26479d9"><code>fab2647</code></a>
refactor: Simplify &amp; make types consistent.</li>
<li><a
href="0bcf2b9db7"><code>0bcf2b9</code></a>
fix: Get rid off redundant package.</li>
<li><a
href="d1e73732ec"><code>d1e7373</code></a>
docs: Add docs about reactive hooks.</li>
<li><a
href="42f29933d9"><code>42f2993</code></a>
feat: Move context hook to the hooks module.</li>
<li><a
href="b9545a1f0b"><code>b9545a1</code></a>
test: Add tests for context with pooling enabled.</li>
<li>Additional commits viewable in <a
href="https://github.com/andreizanik/cookies-next/compare/v5.1.0...v6.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookies-next&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=6.0.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-28 04:42:39 +00:00
dependabot[bot]
311508b17b Bump i18next from 25.1.1 to 25.2.0 in /frontend (#1244)
Bumps [i18next](https://github.com/i18next/i18next) from 25.1.1 to
25.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/releases">i18next's
releases</a>.</em></p>
<blockquote>
<h2>v25.2.0</h2>
<ul>
<li>introduce <code>cacheInBuiltFormats</code> option to address <a
href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li>
</ul>
<h2>v25.1.3</h2>
<ul>
<li>Ensure nsSeparator is respected when appendNamespaceToMissingKey is
true <a
href="https://redirect.github.com/i18next/i18next/pull/2311">2311</a>,
fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2310">2310</a></li>
</ul>
<h2>v25.1.2</h2>
<ul>
<li>do not mutate t options, fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2307">2307</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's
changelog</a>.</em></p>
<blockquote>
<h2>25.2.0</h2>
<ul>
<li>introduce <code>cacheInBuiltFormats</code> option to address <a
href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li>
</ul>
<h2>25.1.3</h2>
<ul>
<li>Ensure nsSeparator is respected when appendNamespaceToMissingKey is
true <a
href="https://redirect.github.com/i18next/i18next/pull/2311">2311</a>,
fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2310">2310</a></li>
</ul>
<h2>25.1.2</h2>
<ul>
<li>do not mutate t options, fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2307">2307</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="01dd297224"><code>01dd297</code></a>
25.2.0</li>
<li><a
href="ce54c7db5a"><code>ce54c7d</code></a>
introduce <code>cacheInBuiltFormats</code> option to address <a
href="https://redirect.github.com/i18next/i18next/issues/2227">#2227</a></li>
<li><a
href="0b4a3d3429"><code>0b4a3d3</code></a>
25.1.3</li>
<li><a
href="0b3d16741d"><code>0b3d167</code></a>
release</li>
<li><a
href="f50472fe9e"><code>f50472f</code></a>
Respect <code>nsSeparator</code> when
<code>appendNamespaceToMissingKey</code> is <code>true</code> (<a
href="https://redirect.github.com/i18next/i18next/issues/2311">#2311</a>)</li>
<li><a
href="32979d8d9d"><code>32979d8</code></a>
chore: update dependencies (<a
href="https://redirect.github.com/i18next/i18next/issues/2309">#2309</a>)</li>
<li><a
href="ec86d00ed9"><code>ec86d00</code></a>
25.1.2</li>
<li><a
href="ba1a6dccc2"><code>ba1a6dc</code></a>
do not mutate t options, fixes <a
href="https://redirect.github.com/i18next/i18next/issues/2307">#2307</a></li>
<li>See full diff in <a
href="https://github.com/i18next/i18next/compare/v25.1.1...v25.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=i18next&package-manager=npm_and_yarn&previous-version=25.1.1&new-version=25.2.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 04:56:53 +00:00
dependabot[bot]
b9c3d9b04a Bump @tabler/icons-react from 3.31.0 to 3.33.0 in /frontend (#1242)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.31.0 to 3.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tabler/tabler-icons/releases"><code>@​tabler/icons-react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 3.33.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/clipboard-plus</code></li>
<li><code>filled/clipboard-smile</code></li>
<li><code>filled/ease-in-control-point</code></li>
<li><code>filled/ease-in-out-control-points</code></li>
<li><code>filled/ease-out-control-point</code></li>
<li><code>filled/file-analytics</code></li>
<li><code>filled/file-code</code></li>
<li><code>filled/file-diff</code></li>
<li><code>filled/file-dots</code></li>
<li><code>filled/file-function</code></li>
<li><code>filled/file-info</code></li>
<li><code>filled/file-typography</code></li>
<li><code>filled/heart-broken</code></li>
<li><code>filled/laurel-wreath-1</code></li>
<li><code>filled/laurel-wreath-2</code></li>
<li><code>filled/laurel-wreath-3</code></li>
<li><code>filled/microscope</code></li>
<li><code>filled/ufo</code></li>
</ul>
<p>Fixed icon: <code>filled/book</code></p>
<h2>Release 3.32.0</h2>
<!-- raw HTML omitted -->
<h3>27 new icons:</h3>
<ul>
<li><code>outline/arrow-bar-to-down-dashed</code></li>
<li><code>outline/arrow-bar-to-left-dashed</code></li>
<li><code>outline/arrow-bar-to-right-dashed</code></li>
<li><code>outline/arrow-bar-to-up-dashed</code></li>
<li><code>outline/chalkboard-teacher</code></li>
<li><code>outline/filter-2-bolt</code></li>
<li><code>outline/filter-2-cancel</code></li>
<li><code>outline/filter-2-check</code></li>
<li><code>outline/filter-2-code</code></li>
<li><code>outline/filter-2-cog</code></li>
<li><code>outline/filter-2-discount</code></li>
<li><code>outline/filter-2-dollar</code></li>
<li><code>outline/filter-2-down</code></li>
<li><code>outline/filter-2-edit</code></li>
<li><code>outline/filter-2-exclamation</code></li>
<li><code>outline/filter-2-minus</code></li>
<li><code>outline/filter-2-pause</code></li>
<li><code>outline/filter-2-pin</code></li>
<li><code>outline/filter-2-plus</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ba4462edcc"><code>ba4462e</code></a>
Release 3.33.0</li>
<li><a
href="356cb4a581"><code>356cb4a</code></a>
Release 3.32.0</li>
<li><a
href="dffc9d87f9"><code>dffc9d8</code></a>
Reduce the size of ts bundle (<a
href="https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react/issues/1359">#1359</a>)</li>
<li>See full diff in <a
href="https://github.com/tabler/tabler-icons/commits/v3.33.0/packages/icons-react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tabler/icons-react&package-manager=npm_and_yarn&previous-version=3.31.0&new-version=3.33.0)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 04:30:01 +00:00
Erik Vroon
c2122de698 New Crowdin updates (#1237) 2025-05-15 08:08:55 +02:00
Erik Vroon
ad1719d92d New Crowdin updates (#1236) 2025-05-14 20:54:48 +00:00
Erik Vroon
28c77e7e7b New Crowdin updates (#1233) 2025-05-14 07:13:13 +02:00