757 Commits

Author SHA1 Message Date
Erik Vroon
45b3f9511d Update selectable languages (#1011) v2.0.2 2024-11-15 11:05:55 +00:00
Erik Vroon
8fd8e02136 Update languages README.md (#1010) 2024-11-15 11:56:03 +01:00
dependabot[bot]
48afa049ab Bump @mantine/form from 7.13.0 to 7.14.0 in /frontend (#1008)
Bumps
[@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form)
from 7.13.0 to 7.14.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>7.14.0 💋</h2>
<p><a href="https://mantine.dev/changelog/7-14-0">View changelog with
demos on mantine.dev website</a></p>
<h2>AngleSlider component</h2>
<p>New <a href="https://mantine.dev/core/angle-slider/">AngleSlider</a>
component:</p>
<pre lang="tsx"><code>import { AngleSlider, Group } from
'@mantine/core';
<p>function Demo() {
return (
&lt;Group p=&quot;lg&quot; gap={50}&gt;
&lt;AngleSlider
aria-label=&quot;Angle slider&quot;
formatLabel={(value) =&gt; <code>${value}°</code>}
size={100}
restrictToMarks
marks={[
{ value: 0 },
{ value: 45 },
{ value: 90 },
{ value: 135 },
{ value: 180 },
{ value: 225 },
{ value: 270 },
{ value: 315 },
]}
/&gt;</p>
<pre><code>  &amp;lt;AngleSlider
    aria-label=&amp;quot;Angle slider&amp;quot;
    formatLabel={(value) =&amp;gt; `${value}°`}
    size={100}
    marks={[
      { value: 0, label: '0°' },
      { value: 45, label: '45°' },
      { value: 90, label: '90°' },
      { value: 135, label: '135°' },
      { value: 180, label: '180°' },
      { value: 225, label: '225°' },
      { value: 270, label: '270°' },
      { value: 315, label: '315°' },
    ]}
  /&amp;gt;
&amp;lt;/Group&amp;gt;
</code></pre>
<p>);
}
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="811b10430a"><code>811b104</code></a>
[release] Version: 7.14.0</li>
<li><a
href="727c9e494d"><code>727c9e4</code></a>
Merge branch master into 7.14</li>
<li><a
href="1d07a3130b"><code>1d07a31</code></a>
[release] Version: 7.13.5</li>
<li><a
href="a56501b7a5"><code>a56501b</code></a>
[release] Version: 7.13.5-alpha.2</li>
<li><a
href="34ee3cd583"><code>34ee3cd</code></a>
[release] Version: 7.13.5-alpha.1</li>
<li><a
href="f34ab08549"><code>f34ab08</code></a>
[core] Replace versions for alpha patch release</li>
<li><a
href="e5a8d4ffd1"><code>e5a8d4f</code></a>
[<code>@​mantine/core</code>] Update peer dependencies range for react
to allow react and r...</li>
<li><a
href="a58f00bd10"><code>a58f00b</code></a>
[<code>@​mantine/form</code>] Add useCallback wrapper to
<code>form.resetDirty</code> (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7029">#7029</a>)</li>
<li><a
href="d60e5382c7"><code>d60e538</code></a>
[<code>@​mantine/form</code>] Add additional type exports from the
package (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7062">#7062</a>)</li>
<li><a
href="c513343819"><code>c513343</code></a>
[release] Version: 7.13.5-alpha.0</li>
<li>Additional commits viewable in <a
href="https://github.com/mantinedev/mantine/commits/7.14.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=7.13.0&new-version=7.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>
v2.0.1
2024-11-13 05:08:30 +00:00
dependabot[bot]
401346651b Bump @tabler/icons-react from 3.21.0 to 3.22.0 in /frontend (#1007)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.21.0 to 3.22.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.22.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/brand-messenger</code></li>
<li><code>filled/brand-weibo</code></li>
<li><code>filled/bubble-text</code></li>
<li><code>filled/ghost-3</code></li>
<li><code>filled/golf</code></li>
<li><code>filled/keyboard</code></li>
<li><code>filled/live-view</code></li>
<li><code>filled/meeple</code></li>
<li><code>filled/message-2</code></li>
<li><code>filled/nurse</code></li>
<li><code>filled/palette</code></li>
<li><code>filled/quote</code></li>
<li><code>filled/video</code></li>
<li><code>filled/windsock</code></li>
<li><code>outline/brand-tesla</code></li>
<li><code>outline/clipboard-search</code></li>
<li><code>outline/tag-minus</code></li>
<li><code>outline/tag-plus</code></li>
</ul>
<p>Fixed icons: <code>outline/building-wind-turbine</code>,
<code>outline/circuit-bulb</code>,
<code>outline/circuit-capacitor-polarized</code>,
<code>outline/circuit-capacitor</code>,
<code>outline/circuit-cell-plus</code>,
<code>outline/circuit-cell</code>,
<code>outline/circuit-changeover</code>,
<code>outline/circuit-diode-zener</code>,
<code>outline/circuit-diode</code>,
<code>outline/circuit-ground-digital</code>,
<code>outline/circuit-ground</code>,
<code>outline/circuit-inductor</code>,
<code>outline/circuit-motor</code>,
<code>outline/circuit-pushbutton</code>,
<code>outline/circuit-resistor</code>,
<code>outline/circuit-switch-closed</code>,
<code>outline/circuit-switch-open</code>,
<code>outline/circuit-voltmeter</code>, <code>outline/empathize</code>,
<code>outline/external-link-off</code>,
<code>outline/external-link</code>, <code>outline/nurse</code>,
<code>outline/plug-connected</code>, <code>outline/sos</code>,
<code>outline/tag</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e54656d27e"><code>e54656d</code></a>
Release 3.22.0</li>
<li>See full diff in <a
href="https://github.com/tabler/tabler-icons/commits/v3.22.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.21.0&new-version=3.22.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>
2024-11-13 05:07:58 +00:00
dependabot[bot]
a45aac75f4 Update fastapi requirement from 0.115.4 to 0.115.5 in /backend (#1006)
Updates the requirements on
[fastapi](https://github.com/fastapi/fastapi) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.115.5</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Update internal checks to support Pydantic 2.10. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12914">#12914</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update includes for <code>docs/en/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12757">#12757</a>
by <a href="https://github.com/gsheni"><code>@​gsheni</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/testing-dependencies.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12647">#12647</a>
by <a
href="https://github.com/AyushSinghal1794"><code>@​AyushSinghal1794</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/metadata.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12773">#12773</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update
<code>docs/en/docs/tutorial/dependencies/dependencies-with-yield.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12045">#12045</a>
by <a href="https://github.com/xuvjso"><code>@​xuvjso</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/global-dependencies.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12653">#12653</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/body-updates.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12712">#12712</a>
by <a href="https://github.com/davioc"><code>@​davioc</code></a>.</li>
<li>📝 Remove mention of Celery in the project generators. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12742">#12742</a>
by <a
href="https://github.com/david-caro"><code>@​david-caro</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/header-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12814">#12814</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update <code>contributing.md</code> docs, include note to not
translate this page. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12841">#12841</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-forms.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12648">#12648</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-form-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12649">#12649</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/security/oauth2-jwt.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12650">#12650</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes in
<code>docs/vi/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12754">#12754</a>
by <a href="https://github.com/MxPy"><code>@​MxPy</code></a>.</li>
<li>📝 Update includes for <code>docs/pt/docs/advanced/wsgi.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12769">#12769</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/dependencies-in-path-operation-decorators.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12815">#12815</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/classes-as-dependencies.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12813">#12813</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>✏️ Fix error in <code>docs/en/docs/tutorial/middleware.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12819">#12819</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/security/get-current-user.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12645">#12645</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/security/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12643">#12643</a>
by <a href="https://github.com/OCE1960"><code>@​OCE1960</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12821">#12821</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/generate-clients.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12642">#12642</a>
by <a
href="https://github.com/AyushSinghal1794"><code>@​AyushSinghal1794</code></a>.</li>
<li>📝 Fix admonition double quotes with new syntax. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12835">#12835</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/zh/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12828">#12828</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-params-numeric-validations.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12825">#12825</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/testing-websockets.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12761">#12761</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/using-request-directly.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12760">#12760</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes for <code>docs/advanced/wsgi.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12758">#12758</a>
by <a
href="https://github.com/hamidrasti"><code>@​hamidrasti</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/tutorial/middleware.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12729">#12729</a>
by <a
href="https://github.com/paintdog"><code>@​paintdog</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/schema-extra-example.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12822">#12822</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12634">#12634</a>
by <a
href="https://github.com/fegmorte"><code>@​fegmorte</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/path-operation-advanced-configuration.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12633">#12633</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/advanced/response-directly.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12632">#12632</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/header-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12640">#12640</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/cookie-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12639">#12639</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/extra-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12638">#12638</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for <code>docs/en/docs/tutorial/cors.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12637">#12637</a>
by <a
href="https://github.com/vishnuvskvkl"><code>@​vishnuvskvkl</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/dependencies/sub-dependencies.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12810">#12810</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/body-nested-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12812">#12812</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-operation-configuration.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12809">#12809</a>
by <a
href="https://github.com/AlexWendland"><code>@​AlexWendland</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/request-files.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12818">#12818</a>
by <a
href="https://github.com/zhaohan-dong"><code>@​zhaohan-dong</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/tutorial/query-param-models.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12817">#12817</a>
by <a
href="https://github.com/handabaldeep"><code>@​handabaldeep</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/path-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12811">#12811</a>
by <a
href="https://github.com/AlexWendland"><code>@​AlexWendland</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/response-model.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12621">#12621</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f057f4a067"><code>f057f4a</code></a>
🔖 Release version 0.115.5</li>
<li><a
href="c6f021ecc2"><code>c6f021e</code></a>
📝 Update release notes</li>
<li><a
href="91a929319c"><code>91a9293</code></a>
♻️ Update internal checks to support Pydantic 2.10 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12914">#12914</a>)</li>
<li><a
href="f716490823"><code>f716490</code></a>
📝 Update release notes</li>
<li><a
href="c1781066be"><code>c178106</code></a>
📝 Update includes for <code>docs/en/docs/tutorial/body.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12757">#12757</a>)</li>
<li><a
href="88cc900c83"><code>88cc900</code></a>
📝 Update release notes</li>
<li><a
href="20809a175a"><code>20809a1</code></a>
⬆ [pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12907">#12907</a>)</li>
<li><a
href="5a48c37056"><code>5a48c37</code></a>
📝 Update release notes</li>
<li><a
href="13892a39cd"><code>13892a3</code></a>
📝 Update includes in
<code>docs/en/docs/advanced/testing-dependencies.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12647">#12647</a>)</li>
<li><a
href="9467000ad2"><code>9467000</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.115.4...0.115.5">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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>
2024-11-13 04:14:09 +00:00
Erik Vroon
432d652085 New Crowdin updates (#1005) 2024-11-12 15:58:27 +01:00
Erik Vroon
b6680b4aeb Support Python 3.12 (#1004) 2024-11-12 10:06:45 +00:00
dependabot[bot]
1ddb2ed56c Bump cookies-next from 4.3.0 to 5.0.2 in /frontend (#1003)
Bumps [cookies-next](https://github.com/andreizanik/cookies-next) from
4.3.0 to 5.0.2.
<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>v5.0.2</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2">https://github.com/andreizanik/cookies-next/compare/v5.0.0...v5.0.2</a></p>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add Next.js 15+ support (continuation) by <a
href="https://github.com/greg2012201"><code>@​greg2012201</code></a> in
<a
href="https://redirect.github.com/andreizanik/cookies-next/pull/87">andreizanik/cookies-next#87</a></li>
<li>feat: add Next.js 15+ support by <a
href="https://github.com/joaopcm"><code>@​joaopcm</code></a> in <a
href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joaopcm"><code>@​joaopcm</code></a> made
their first contribution in <a
href="https://redirect.github.com/andreizanik/cookies-next/pull/86">andreizanik/cookies-next#86</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0">https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e3a72e85cb"><code>e3a72e8</code></a>
5.0.2</li>
<li><a
href="c5a9e80e60"><code>c5a9e80</code></a>
add npmignore</li>
<li><a
href="fe8fef1c6e"><code>fe8fef1</code></a>
5.0.1</li>
<li><a
href="694d359fa5"><code>694d359</code></a>
Merge pull request <a
href="https://redirect.github.com/andreizanik/cookies-next/issues/87">#87</a>
from greg2012201/master</li>
<li><a
href="38b6c708b0"><code>38b6c70</code></a>
chore(docs): Explain how to use cookies-next correctly in a client-side
compo...</li>
<li><a
href="b9ed5e45e4"><code>b9ed5e4</code></a>
fix: Narrow down return types by explicitly returning functions.</li>
<li><a
href="bca8b87b01"><code>bca8b87</code></a>
Merge branch 'greg/next-15-support'</li>
<li><a
href="b9c28e16da"><code>b9c28e1</code></a>
refactor: Remove redundant guard.</li>
<li><a
href="0e508f581e"><code>0e508f5</code></a>
Merge branch 'greg/next-15-support'</li>
<li><a
href="b860cfde94"><code>b860cfd</code></a>
fix:Put the server phase guard in the right places.</li>
<li>Additional commits viewable in <a
href="https://github.com/andreizanik/cookies-next/compare/v4.3.0...v5.0.2">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=4.3.0&new-version=5.0.2)](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>
2024-11-11 04:47:49 +00:00
Erik Vroon
9f123babc2 Update elimination matches when updating rankings (#1002) 2024-11-08 17:51:41 +01:00
Erik Vroon
6aa2c51f89 Assign teams to subsequent elimination rounds (#1001)
fixes https://github.com/evroon/bracket/issues/998
2024-11-08 17:34:12 +01:00
Erik Vroon
ed659ff686 Fix bugs in presentation dashboard (#999) 2024-11-08 14:37:14 +01:00
Erik Vroon
7e8ee238b0 New Crowdin updates (#1000) 2024-11-07 21:10:57 +00:00
Erik Vroon
5719bbf3c1 Handle edge case with empty stage item inputs (#997) 2024-11-07 16:53:09 +01:00
Erik Vroon
19372a8db4 Allow correct number of inputs (#996)
fixes https://github.com/evroon/bracket/issues/612
2024-11-07 15:04:55 +00:00
Erik Vroon
a67db3aa56 Discard match results when activating previous stage (#995) 2024-11-07 14:55:15 +00:00
Erik Vroon
58470c4700 Fix handling of sequence in available inputs (#994) v2.0.0 2024-11-06 17:55:37 +01:00
Erik Vroon
cfb74c3959 Fix handling of available inputs (#993) 2024-11-06 16:03:56 +00:00
Erik Vroon
7d68f35a3b New Crowdin updates (#987) 2024-11-06 16:18:46 +01:00
Erik Vroon
932e5a245d Show updates to stage item inputs when going to next stage (#966) 2024-11-06 14:52:42 +01:00
dependabot[bot]
4fc2731088 Bump eslint-plugin-jest from 28.8.0 to 28.9.0 in /frontend (#986)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 28.8.0 to 28.9.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.9.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.9.0">28.9.0</a>
(2024-11-05)</h1>
<h3>Features</h3>
<ul>
<li>add TypeScript types (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>)
(<a
href="1ce12588e7">1ce1258</a>)</li>
</ul>
<h2>v28.8.3</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> don't add imports in
the middle of statements (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>)
(<a
href="9c4197c91f">9c4197c</a>)</li>
</ul>
<h2>v28.8.2</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a>
(2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting
import specifiers for no reason (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>)
(<a
href="066024289e">0660242</a>)</li>
</ul>
<h2>v28.8.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a>
(2024-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> support
typescript-eslint parser (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)
(<a
href="307f6a7b3a">307f6a7</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.8.3...v28.9.0">28.9.0</a>
(2024-11-05)</h1>
<h3>Features</h3>
<ul>
<li>add TypeScript types (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>)
(<a
href="1ce12588e7">1ce1258</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> don't add imports in
the middle of statements (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>)
(<a
href="9c4197c91f">9c4197c</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a>
(2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting
import specifiers for no reason (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>)
(<a
href="066024289e">0660242</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a>
(2024-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> support
typescript-eslint parser (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)
(<a
href="307f6a7b3a">307f6a7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="49f307967a"><code>49f3079</code></a>
chore(release): 28.9.0 [skip ci]</li>
<li><a
href="1ce12588e7"><code>1ce1258</code></a>
feat: add TypeScript types (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1667">#1667</a>)</li>
<li><a
href="6f8ff4db73"><code>6f8ff4d</code></a>
chore: switch to v16 of <code>@types/node</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1668">#1668</a>)</li>
<li><a
href="2a121743f5"><code>2a12174</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="04044b96b4"><code>04044b9</code></a>
docs: include both flat and legacy config examples in usage section (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1664">#1664</a>)</li>
<li><a
href="d932210733"><code>d932210</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="28c0f6de7c"><code>28c0f6d</code></a>
chore(deps): update yarn to v3.8.6 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1657">#1657</a>)</li>
<li><a
href="89c39e0dd1"><code>89c39e0</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="0ff404c734"><code>0ff404c</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="3888beea7b"><code>3888bee</code></a>
chore(deps): lock file maintenance</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.9.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.8.0&new-version=28.9.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>
2024-11-06 04:48:29 +00:00
dependabot[bot]
ce31976739 Bump @types/node from 22.8.1 to 22.9.0 in /frontend (#983)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.8.1 to 22.9.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.8.1&new-version=22.9.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>
2024-11-05 11:02:43 +00:00
Erik Vroon
909263a287 Remove --merge arg 2024-11-05 11:59:48 +01:00
Erik Vroon
26ad6a7df0 Squash dependabot commits before merge 2024-11-05 11:53:35 +01:00
Erik Vroon
3e7176bbc6 Remove metadata job 2024-11-05 11:48:34 +01:00
Erik Vroon
7c0c1c68c5 Fix automerge workflow 2024-11-05 11:45:16 +01:00
Erik Vroon
5ab8f9c91c Use auto-merge feature for dependabot 2024-11-05 11:43:47 +01:00
Erik Vroon
3373f2df73 Use user secret for automerge (#985) 2024-11-05 11:29:46 +01:00
Erik Vroon
f196b49fd3 Enable automerge (#984) 2024-11-05 11:05:48 +01:00
Erik Vroon
7cd6a550ac New Crowdin updates (#982) 2024-11-04 18:34:04 +01:00
Erik Vroon
b00a0f3819 Improve UX of swiss items (#981) 2024-11-04 17:55:27 +01:00
Erik Vroon
0fec0d9341 Auto merge dependabot prs (#980) 2024-11-04 11:13:23 +01:00
Erik Vroon
81452ce6a4 Set minwidth swiss score (#977) 2024-10-29 18:42:55 +01:00
Erik Vroon
1cd29b703a Fix standings page dashboard (#976) 2024-10-29 18:34:08 +01:00
dependabot[bot]
4ddf3acff7 Bump @tabler/icons-react from 3.20.0 to 3.21.0 in /frontend (#975)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.20.0 to 3.21.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.21.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/brand-angular</code></li>
<li><code>filled/brand-instagram</code></li>
<li><code>filled/brand-kick</code></li>
<li><code>filled/brand-linkedin</code></li>
<li><code>filled/brand-open-source</code></li>
<li><code>filled/brand-opera</code></li>
<li><code>filled/brand-pinterest</code></li>
<li><code>filled/brand-sketch</code></li>
<li><code>filled/brand-snapchat</code></li>
<li><code>filled/brand-steam</code></li>
<li><code>filled/brand-stripe</code></li>
<li><code>filled/brand-tabler</code></li>
<li><code>filled/brand-tinder</code></li>
<li><code>filled/brand-tumblr</code></li>
<li><code>filled/brand-vercel</code></li>
<li><code>filled/brand-vimeo</code></li>
<li><code>filled/brand-whatsapp</code></li>
<li><code>filled/brand-windows</code></li>
</ul>
<p>Fixed icons: <code>outline/brand-instagram</code>,
<code>outline/brand-linkedin</code>,
<code>outline/brand-tabler</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="69752f43de"><code>69752f4</code></a>
Release 3.21.0</li>
<li>See full diff in <a
href="https://github.com/tabler/tabler-icons/commits/v3.21.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.20.0&new-version=3.21.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>
2024-10-29 17:37:57 +01:00
Erik Vroon
d37f6cf2cf Fix conflict detection (#973) 2024-10-28 20:18:31 +01:00
Erik Vroon
b20ca9ffb7 New Crowdin updates (#964) 2024-10-28 18:03:03 +01:00
Erik Vroon
5c6339a3de Fix error on null input options (#972) 2024-10-28 18:00:42 +01:00
Erik Vroon
f8d6d77704 Show stage item input options correctly (#971) 2024-10-28 08:23:11 +01:00
dependabot[bot]
d420e94fcb Bump @babel/core from 7.25.2 to 7.26.0 in /frontend (#968)
Bumps
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)
from 7.25.2 to 7.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/releases"><code>@​babel/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.26.0 (2024-10-25)</h2>
<p>Thanks <a
href="https://github.com/timofei-iatsenko"><code>@​timofei-iatsenko</code></a>
for your first PR!</p>
<p>You can find the release blog post with some highlights at <a
href="https://babeljs.io/blog/2024/10/25/7.26.0">https://babeljs.io/blog/2024/10/25/7.26.0</a>.</p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-core</code>, <code>babel-generator</code>,
<code>babel-parser</code>,
<code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>,
<code>babel-preset-env</code>, <code>babel-standalone</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16850">#16850</a>
Enable import attributes parsing by default (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16862">#16862</a>
feat: support async plugin's pre/post (<a
href="https://github.com/timofei-iatsenko"><code>@​timofei-iatsenko</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>,
<code>babel-plugin-proposal-regexp-modifiers</code>,
<code>babel-plugin-transform-regexp-modifiers</code>,
<code>babel-preset-env</code>, <code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16692">#16692</a> Add
<code>transform-regexp-modifiers</code> to <code>preset-env</code> (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16849">#16849</a>
feat: add <code>startIndex</code> parser option (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-plugin-syntax-flow</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16841">#16841</a>
Always enable parsing of Flow enums (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-preset-typescript</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16794">#16794</a>
Support <code>import()</code> in <code>rewriteImportExtensions</code>
(<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16708">#16708</a> Add
experimental format-preserving mode to <code>@babel/generator</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16928">#16928</a>
Workaround Node.js bug for parallel loading of TLA modules (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16926">#16926</a> Fix
loading of modules with TLA in Node.js 23 (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-proposal-json-modules</code>,
<code>babel-plugin-transform-json-modules</code>,
<code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16924">#16924</a>
Rename <code>proposal-json-modules</code> to
<code>transform-json-modules</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-code-frame</code>, <code>babel-highlight</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16896">#16896</a>
Inline <code>@babel/highlight</code> in <code>@babel/code-frame</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16732">#16732</a> Add
<code>kind</code> to <code>TSModuleDeclaration</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-helper-module-transforms</code>,
<code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16882">#16882</a>
perf: Improve module transforms (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 5</h4>
<ul>
<li>Dylan Piercey (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
<li>Huáng Jùnliàng (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
<li>Nicolò Ribaudo (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li>Timofei Iatsenko (<a
href="https://github.com/timofei-iatsenko"><code>@​timofei-iatsenko</code></a>)</li>
<li><a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
</ul>
<h2>v7.25.9 (2024-10-22)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.26.0 (2024-10-25)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-core</code>, <code>babel-generator</code>,
<code>babel-parser</code>,
<code>babel-plugin-syntax-import-assertions</code>,
<code>babel-plugin-syntax-import-attributes</code>,
<code>babel-preset-env</code>, <code>babel-standalone</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16850">#16850</a>
Enable import attributes parsing by default (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16862">#16862</a>
feat: support async plugin's pre/post (<a
href="https://github.com/timofei-iatsenko"><code>@​timofei-iatsenko</code></a>)</li>
</ul>
</li>
<li><code>babel-compat-data</code>,
<code>babel-plugin-proposal-regexp-modifiers</code>,
<code>babel-plugin-transform-regexp-modifiers</code>,
<code>babel-preset-env</code>, <code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16692">#16692</a> Add
<code>transform-regexp-modifiers</code> to <code>preset-env</code> (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16849">#16849</a>
feat: add <code>startIndex</code> parser option (<a
href="https://github.com/DylanPiercey"><code>@​DylanPiercey</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-plugin-syntax-flow</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16841">#16841</a>
Always enable parsing of Flow enums (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-preset-typescript</code>,
<code>babel-runtime-corejs3</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16794">#16794</a>
Support <code>import()</code> in <code>rewriteImportExtensions</code>
(<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16708">#16708</a> Add
experimental format-preserving mode to <code>@babel/generator</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16928">#16928</a>
Workaround Node.js bug for parallel loading of TLA modules (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
<li><a
href="https://redirect.github.com/babel/babel/pull/16926">#16926</a> Fix
loading of modules with TLA in Node.js 23 (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-plugin-proposal-json-modules</code>,
<code>babel-plugin-transform-json-modules</code>,
<code>babel-standalone</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16924">#16924</a>
Rename <code>proposal-json-modules</code> to
<code>transform-json-modules</code> (<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-code-frame</code>, <code>babel-highlight</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16896">#16896</a>
Inline <code>@babel/highlight</code> in <code>@babel/code-frame</code>
(<a
href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16732">#16732</a> Add
<code>kind</code> to <code>TSModuleDeclaration</code> (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏃‍♀️ Performance</h4>
<ul>
<li><code>babel-helper-module-transforms</code>,
<code>babel-plugin-transform-modules-commonjs</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16882">#16882</a>
perf: Improve module transforms (<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.25.9 (2024-10-22)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-template</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16905">#16905</a>
fix: Keep type annotations in <code>syntacticPlaceholders</code> mode
(<a
href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-compilation-targets</code>,
<code>babel-preset-env</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16907">#16907</a>
fix: support BROWSERSLIST{,_CONFIG} env (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16884">#16884</a>
Analyze <code>ClassAccessorProperty</code> to prevent the
<code>no-undef</code> rule (<a
href="https://github.com/victorenator"><code>@​victorenator</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-helper-transform-fixture-test-runner</code>
<ul>
<li><a
href="https://redirect.github.com/babel/babel/pull/16914">#16914</a>
remove test options flaky (<a
href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="63d30381c1"><code>63d3038</code></a>
v7.26.0</li>
<li><a
href="8b5b6bf01a"><code>8b5b6bf</code></a>
fix: CI with Node v23.1.0 (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16932">#16932</a>)</li>
<li><a
href="64fa46676b"><code>64fa466</code></a>
Enable import attributes parsing by default (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16850">#16850</a>)</li>
<li><a
href="02168537ba"><code>0216853</code></a>
feat: support async plugin's pre/post (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16862">#16862</a>)</li>
<li><a
href="b8002e2a6a"><code>b8002e2</code></a>
Workaround Node.js bug for parallel loading of TLA modules (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16928">#16928</a>)</li>
<li><a
href="56658acc35"><code>56658ac</code></a>
Fix loading of modules with TLA in Node.js 23 (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16926">#16926</a>)</li>
<li><a
href="fdc456a2c9"><code>fdc456a</code></a>
Only parse # as comment in .babelignore at line start (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/16925">#16925</a>)</li>
<li><a
href="79e50b22bc"><code>79e50b2</code></a>
test: add node 23 to ci matrix</li>
<li><a
href="4360ee5c1e"><code>4360ee5</code></a>
fix: path.resolve changes in node 23.0.0</li>
<li><a
href="b07957ebb3"><code>b07957e</code></a>
v7.25.9</li>
<li>Additional commits viewable in <a
href="https://github.com/babel/babel/commits/v7.26.0/packages/babel-core">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/core&package-manager=npm_and_yarn&previous-version=7.25.2&new-version=7.26.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>
2024-10-28 08:22:35 +01:00
dependabot[bot]
a636374b01 Bump @types/node from 22.7.0 to 22.8.1 in /frontend (#969)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 22.7.0 to 22.8.1.
<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.7.0&new-version=22.8.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>
2024-10-28 08:22:30 +01:00
dependabot[bot]
6a239e6ac9 Update fastapi requirement from 0.114.0 to 0.115.4 in /backend (#970)
Updates the requirements on
[fastapi](https://github.com/fastapi/fastapi) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.115.4</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Update logic to import and check <code>python-multipart</code>
for compatibility with newer version. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12627">#12627</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Update includes in <code>docs/fr/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12596">#12596</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/debugging.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12595">#12595</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/query-params-str-validations.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12591">#12591</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in
<code>docs/fr/docs/tutorial/query-params.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12589">#12589</a>
by <a
href="https://github.com/kantandane"><code>@​kantandane</code></a>.</li>
<li>📝 Update includes in <code>docs/en/tutorial/body-fields.md</code>.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12588">#12588</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/tutorial/response-status-code.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12585">#12585</a>
by <a
href="https://github.com/abejaranoh"><code>@​abejaranoh</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/tutorial/body.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12586">#12586</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/behind-a-proxy.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12583">#12583</a>
by <a
href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
<li>📝 Update includes syntax for
<code>docs/pl/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12584">#12584</a>
by <a
href="https://github.com/sebkozlo"><code>@​sebkozlo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/middleware.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12582">#12582</a>
by <a
href="https://github.com/montanarograziano"><code>@​montanarograziano</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/additional-status-codes.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12577">#12577</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/advanced-dependencies.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12578">#12578</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/additional-responses.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12576">#12576</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/static-files.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12575">#12575</a>
by <a
href="https://github.com/lucaromagnoli"><code>@​lucaromagnoli</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/advanced/async-tests.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12568">#12568</a>
by <a
href="https://github.com/krishnamadhavan"><code>@​krishnamadhavan</code></a>.</li>
<li>📝 Update includes in
<code>docs/pt/docs/advanced/behind-a-proxy.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12563">#12563</a>
by <a
href="https://github.com/asmioglou"><code>@​asmioglou</code></a>.</li>
<li>📝 Update includes in
<code>docs/de/docs/advanced/security/http-basic-auth.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12561">#12561</a>
by <a
href="https://github.com/Nimitha-jagadeesha"><code>@​Nimitha-jagadeesha</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/background-tasks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12559">#12559</a>
by <a
href="https://github.com/FarhanAliRaza"><code>@​FarhanAliRaza</code></a>.</li>
<li>📝 Update includes in <code>docs/fr/docs/python-types.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12558">#12558</a>
by <a
href="https://github.com/Ismailtlem"><code>@​Ismailtlem</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/how-to/graphql.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12564">#12564</a>
by <a
href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/how-to/extending-openapi.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12562">#12562</a>
by <a
href="https://github.com/philipokiokio"><code>@​philipokiokio</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/how-to/configure-swagger-ui.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12556">#12556</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/how-to/separate-openapi-schemas.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12555">#12555</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes for
<code>docs/en/docs/advanced/security/http-basic-auth.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12553">#12553</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in
<code>docs/en/docs/tutorial/first-steps.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12552">#12552</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Update includes in <code>docs/en/docs/python-types.md</code>. PR
<a
href="https://redirect.github.com/fastapi/fastapi/pull/12551">#12551</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Fix link in OAuth2 docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12550">#12550</a>
by <a
href="https://github.com/tiangolo"><code>@​tiangolo</code></a>.</li>
<li>📝 Add External Link: FastAPI do Zero. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12533">#12533</a>
by <a
href="https://github.com/rennerocha"><code>@​rennerocha</code></a>.</li>
<li>📝 Fix minor typos. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12516">#12516</a>
by <a
href="https://github.com/kkirsche"><code>@​kkirsche</code></a>.</li>
<li>🌐 Fix rendering issue in translations. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12509">#12509</a>
by <a
href="https://github.com/alejsdev"><code>@​alejsdev</code></a>.</li>
</ul>
<h3>Translations</h3>
<ul>
<li>📝 Update includes in
<code>docs/de/docs/advanced/async-tests.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12567">#12567</a>
by <a
href="https://github.com/imjuanleonard"><code>@​imjuanleonard</code></a>.</li>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/tutorial/sql-databases.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12530">#12530</a>
by <a
href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
<li>🌐 Add Korean translation for
<code>docs/ko/docs/benchmarks.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12540">#12540</a>
by <a
href="https://github.com/Limsunoh"><code>@​Limsunoh</code></a>.</li>
<li>🌐 Add Portuguese translation for
<code>docs/pt/docs/how-to/separate-openapi-schemas.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12518">#12518</a>
by <a
href="https://github.com/ilacftemp"><code>@​ilacftemp</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/deployment/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12521">#12521</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/deployment/cloud.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12522">#12522</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/how-to/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12523">#12523</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Update Traditional Chinese translation for
<code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12524">#12524</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/how-to/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12468">#12468</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
<li>🌐 Add Traditional Chinese translation for
<code>docs/zh-hant/docs/tutorial/index.md</code>. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/12466">#12466</a>
by <a
href="https://github.com/codingjenny"><code>@​codingjenny</code></a>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="31887b1cc6"><code>31887b1</code></a>
🔖 Release version 0.115.4</li>
<li><a
href="b270ff1e5e"><code>b270ff1</code></a>
📝 Update release notes</li>
<li><a
href="b31cbbf5f5"><code>b31cbbf</code></a>
♻️ Update logic to import and check <code>python-multipart</code> for
compatibility with...</li>
<li><a
href="aee7674ed2"><code>aee7674</code></a>
📝 Update release notes</li>
<li><a
href="4e6b1acccd"><code>4e6b1ac</code></a>
📝 Update includes in <code>docs/fr/docs/tutorial/body.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12596">#12596</a>)</li>
<li><a
href="9b1e5f29e6"><code>9b1e5f2</code></a>
📝 Update release notes</li>
<li><a
href="60aba0261c"><code>60aba02</code></a>
📝 Update includes in <code>docs/fr/docs/tutorial/debugging.md</code> (<a
href="https://redirect.github.com/fastapi/fastapi/issues/12595">#12595</a>)</li>
<li><a
href="2a4cf1736d"><code>2a4cf17</code></a>
📝 Update release notes</li>
<li><a
href="453f559934"><code>453f559</code></a>
📝 Update includes in
<code>docs/fr/docs/tutorial/query-params-str-validations.md</code>
...</li>
<li><a
href="af269cd131"><code>af269cd</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.114.0...0.115.4">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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>
2024-10-28 08:22:20 +01:00
Erik Vroon
538b4e145c Show conflicts (#967) 2024-10-27 20:29:36 +01:00
Erik Vroon
e98704f4e1 Delete rankings when deleting tournament (#965) 2024-10-27 17:59:30 +01:00
Erik Vroon
27f6625547 Small fixes to builder (#963) 2024-10-26 20:55:43 +02:00
Erik Vroon
d32c36080e Allow changing inputs after creating stage item (#962) 2024-10-26 19:34:08 +02:00
dependabot[bot]
ec2b02f478 Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /docs (#961)
Bumps
[http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware)
from 2.0.6 to 2.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chimurai/http-proxy-middleware/releases">http-proxy-middleware's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.7</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7</a></p>
<h2>v2.0.7-beta.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7-beta.0...v2.0.7-beta.1</a></p>
<h2>v2.0.7-beta.0</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0">https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7-beta.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md">http-proxy-middleware's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/chimurai/http-proxy-middleware/releases/tag/v2.0.7">v2.0.7</a></h2>
<ul>
<li>ci(github actions): add publish.yml</li>
<li>fix(filter): handle errors</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1e92339098"><code>1e92339</code></a>
ci(github-actions): fix npm tag</li>
<li><a
href="90afb7c9a6"><code>90afb7c</code></a>
chore(package): v2.0.7</li>
<li><a
href="0b4274e8cc"><code>0b4274e</code></a>
fix(filter): handle errors</li>
<li><a
href="1bd6dd578b"><code>1bd6dd5</code></a>
ci(github actions): add publish.yml</li>
<li>See full diff in <a
href="https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http-proxy-middleware&package-manager=npm_and_yarn&previous-version=2.0.6&new-version=2.0.7)](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>
2024-10-24 09:58:52 +02:00
dependabot[bot]
bfb75ba7f5 Bump @tabler/icons-react from 3.19.0 to 3.20.0 in /frontend (#960)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 3.19.0 to 3.20.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.20.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/play-card-1</code></li>
<li><code>filled/play-card-10</code></li>
<li><code>filled/play-card-2</code></li>
<li><code>filled/play-card-3</code></li>
<li><code>filled/play-card-4</code></li>
<li><code>filled/play-card-5</code></li>
<li><code>filled/play-card-6</code></li>
<li><code>filled/play-card-7</code></li>
<li><code>filled/play-card-8</code></li>
<li><code>filled/play-card-9</code></li>
<li><code>filled/play-card-a</code></li>
<li><code>filled/play-card-j</code></li>
<li><code>filled/play-card-k</code></li>
<li><code>filled/play-card-q</code></li>
<li><code>filled/play-card-star</code></li>
<li><code>outline/ferry</code></li>
<li><code>outline/math-x-floor-divide-y</code></li>
<li><code>outline/x-power-y</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="537602d3b5"><code>537602d</code></a>
Release 3.20.0</li>
<li>See full diff in <a
href="https://github.com/tabler/tabler-icons/commits/v3.20.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.19.0&new-version=3.20.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>
2024-10-24 09:36:57 +02:00
dependabot[bot]
773968ffe7 Bump next from 14.2.10 to 15.0.0 in /frontend (#957)
Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 15.0.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.0.0</h2>
<h3>Core Changes</h3>
<ul>
<li>refactor: next-flight-client-module-loader return conditions: <a
href="https://redirect.github.com/vercel/next.js/issues/64348">#64348</a></li>
<li>Fix Server Action error logs for unhandled POST requests: <a
href="https://redirect.github.com/vercel/next.js/issues/64315">#64315</a></li>
<li>Shared Revalidate Timings: <a
href="https://redirect.github.com/vercel/next.js/issues/64370">#64370</a></li>
<li>Freeze loaded manifests: <a
href="https://redirect.github.com/vercel/next.js/issues/64313">#64313</a></li>
<li>test: skip turbopack build test: <a
href="https://redirect.github.com/vercel/next.js/issues/64356">#64356</a></li>
<li>Fix: css in next/dynamic component in edge runtime: <a
href="https://redirect.github.com/vercel/next.js/issues/64382">#64382</a></li>
<li>Fix more Turbopack build tests: <a
href="https://redirect.github.com/vercel/next.js/issues/64384">#64384</a></li>
<li>use pathToFileUrl to make esm import()s work with absolute windows
paths: <a
href="https://redirect.github.com/vercel/next.js/issues/64386">#64386</a></li>
<li>Improve rendering performance: <a
href="https://redirect.github.com/vercel/next.js/issues/64408">#64408</a></li>
<li>Fix the method prop case in Server Actions transform: <a
href="https://redirect.github.com/vercel/next.js/issues/64398">#64398</a></li>
<li>fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity: <a
href="https://redirect.github.com/vercel/next.js/issues/64405">#64405</a></li>
<li>Revert &quot;Fix: css in next/dynamic component in edge
runtime&quot;: <a
href="https://redirect.github.com/vercel/next.js/issues/64442">#64442</a></li>
<li>default fetchCache to no-store when force-dynamic is set: <a
href="https://redirect.github.com/vercel/next.js/issues/64145">#64145</a></li>
<li>router restore should take priority over pending actions: <a
href="https://redirect.github.com/vercel/next.js/issues/64449">#64449</a></li>
<li>Fix client boundary inheritance for barrel optimization: <a
href="https://redirect.github.com/vercel/next.js/issues/64467">#64467</a></li>
<li>improve turborepo caching: <a
href="https://redirect.github.com/vercel/next.js/issues/64493">#64493</a></li>
<li>Update font data: <a
href="https://redirect.github.com/vercel/next.js/issues/64481">#64481</a></li>
<li>BREAKING CHANGE: remove deprecated analyticsId from config, and the
corresponding performance-relayer files and tests: <a
href="https://redirect.github.com/vercel/next.js/issues/64199">#64199</a></li>
<li>feat: strip traceparent header from cachekey: <a
href="https://redirect.github.com/vercel/next.js/issues/64499">#64499</a></li>
<li>Fix typo in dynamic-rendering.ts: <a
href="https://redirect.github.com/vercel/next.js/issues/64365">#64365</a></li>
<li>fix(next): global not-found not working on multi-root layouts: <a
href="https://redirect.github.com/vercel/next.js/issues/63053">#63053</a></li>
<li>chore(next): add keywords on package.json: <a
href="https://redirect.github.com/vercel/next.js/issues/64173">#64173</a></li>
<li>Fix DynamicServerError not being thrown in fetch: <a
href="https://redirect.github.com/vercel/next.js/issues/64511">#64511</a></li>
<li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and
properly respect <code>root</code> argument: <a
href="https://redirect.github.com/vercel/next.js/issues/64418">#64418</a></li>
<li>fix(next): <code>Metadata.openGraph</code> values not resolving
basic values when <code>type</code> is set: <a
href="https://redirect.github.com/vercel/next.js/issues/63620">#63620</a></li>
<li>disable production chunking in dev: <a
href="https://redirect.github.com/vercel/next.js/issues/64488">#64488</a></li>
<li>update turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/64501">#64501</a></li>
<li>Turbopack: Allow client components to be imported in app routes: <a
href="https://redirect.github.com/vercel/next.js/issues/64520">#64520</a></li>
<li>refactor: remove always truthy flag: <a
href="https://redirect.github.com/vercel/next.js/issues/64522">#64522</a></li>
<li>Turbopack: don’t show long internal stack traces on build errors: <a
href="https://redirect.github.com/vercel/next.js/issues/64427">#64427</a></li>
<li>next/script: Correctly apply async and defer props: <a
href="https://redirect.github.com/vercel/next.js/issues/52939">#52939</a></li>
<li>chore(next/font): update <code>@​capsizecss/metrics</code> package:
<a
href="https://redirect.github.com/vercel/next.js/issues/64528">#64528</a></li>
<li>feat: add information that revalidate interval is in seconds: <a
href="https://redirect.github.com/vercel/next.js/issues/64229">#64229</a></li>
<li>Typo &quot;Minifer&quot; in config.ts: <a
href="https://redirect.github.com/vercel/next.js/issues/64359">#64359</a></li>
<li>Enhance types for Node and Edge envionments: <a
href="https://redirect.github.com/vercel/next.js/issues/64454">#64454</a></li>
<li>feat: Add a validation for <code>postcss</code> with
<code>useLightningcss</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/64379">#64379</a></li>
<li>fix HMR for cases where chunking changes: <a
href="https://redirect.github.com/vercel/next.js/issues/64367">#64367</a></li>
<li>perf: improve Pages Router server rendering performance: <a
href="https://redirect.github.com/vercel/next.js/issues/64461">#64461</a></li>
<li>Fix cjs client components tree-shaking: <a
href="https://redirect.github.com/vercel/next.js/issues/64558">#64558</a></li>
<li>fix refresh behavior for discarded actions: <a
href="https://redirect.github.com/vercel/next.js/issues/64532">#64532</a></li>
<li>fix: filter out middleware requests in logging: <a
href="https://redirect.github.com/vercel/next.js/issues/64549">#64549</a></li>
<li>chore: remove unused rust dependencies: <a
href="https://redirect.github.com/vercel/next.js/issues/62176">#62176</a></li>
<li>fix(next-swc): correctly set wasm fallback for known target triples:
<a
href="https://redirect.github.com/vercel/next.js/issues/64567">#64567</a></li>
<li>memoize layout router context: <a
href="https://redirect.github.com/vercel/next.js/issues/64575">#64575</a></li>
<li>fix incorrect refresh request when basePath is set: <a
href="https://redirect.github.com/vercel/next.js/issues/64589">#64589</a></li>
<li>fix TypeError edge-case for parallel slots rendered multiple times:
<a
href="https://redirect.github.com/vercel/next.js/issues/64271">#64271</a></li>
<li>Fix ASL bundling for dynamic css: <a
href="https://redirect.github.com/vercel/next.js/issues/64451">#64451</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51bfe3c186"><code>51bfe3c</code></a>
v15.0.0</li>
<li><a
href="48214569e9"><code>4821456</code></a>
v15.0.0-canary.205</li>
<li><a
href="c85914c1f6"><code>c85914c</code></a>
Revert &quot;[dynamicIO] warn for disallowed dynamic in dev&quot; (<a
href="https://redirect.github.com/vercel/next.js/issues/71566">#71566</a>)</li>
<li><a
href="0aba53da41"><code>0aba53d</code></a>
v15.0.0-canary.204</li>
<li><a
href="7b9630f85f"><code>7b9630f</code></a>
chore(docs): add docs for input image formats with next/image (<a
href="https://redirect.github.com/vercel/next.js/issues/71565">#71565</a>)</li>
<li><a
href="f260aad24f"><code>f260aad</code></a>
chore(next-codemod): use &quot;confirm&quot; for consistent prompt (<a
href="https://redirect.github.com/vercel/next.js/issues/71551">#71551</a>)</li>
<li><a
href="9e0d46ac8b"><code>9e0d46a</code></a>
v15.0.0-canary.203</li>
<li><a
href="4a1947eafd"><code>4a1947e</code></a>
Ensure workers are cleaned up always (<a
href="https://redirect.github.com/vercel/next.js/issues/71564">#71564</a>)</li>
<li><a
href="e406def6a6"><code>e406def</code></a>
chore(docs): remove recommendation about using <code>priority</code>
over `loading=eager...</li>
<li><a
href="c0722a500a"><code>c0722a5</code></a>
improve typescript autocomplete for cacheLife (<a
href="https://redirect.github.com/vercel/next.js/issues/71400">#71400</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v14.2.10...v15.0.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=14.2.10&new-version=15.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>
2024-10-22 10:02:28 +02:00
dependabot[bot]
d31c78069c Bump @next/eslint-plugin-next from 14.0.3 to 15.0.0 in /docs (#959)
Bumps
[@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)
from 14.0.3 to 15.0.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.0.0</h2>
<h3>Core Changes</h3>
<ul>
<li>refactor: next-flight-client-module-loader return conditions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64348">#64348</a></li>
<li>Fix Server Action error logs for unhandled POST requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64315">#64315</a></li>
<li>Shared Revalidate Timings: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64370">#64370</a></li>
<li>Freeze loaded manifests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64313">#64313</a></li>
<li>test: skip turbopack build test: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64356">#64356</a></li>
<li>Fix: css in next/dynamic component in edge runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64382">#64382</a></li>
<li>Fix more Turbopack build tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64384">#64384</a></li>
<li>use pathToFileUrl to make esm import()s work with absolute windows
paths: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64386">#64386</a></li>
<li>Improve rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64408">#64408</a></li>
<li>Fix the method prop case in Server Actions transform: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64398">#64398</a></li>
<li>fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64405">#64405</a></li>
<li>Revert &quot;Fix: css in next/dynamic component in edge
runtime&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64442">#64442</a></li>
<li>default fetchCache to no-store when force-dynamic is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64145">#64145</a></li>
<li>router restore should take priority over pending actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64449">#64449</a></li>
<li>Fix client boundary inheritance for barrel optimization: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64467">#64467</a></li>
<li>improve turborepo caching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64493">#64493</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64481">#64481</a></li>
<li>BREAKING CHANGE: remove deprecated analyticsId from config, and the
corresponding performance-relayer files and tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64199">#64199</a></li>
<li>feat: strip traceparent header from cachekey: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64499">#64499</a></li>
<li>Fix typo in dynamic-rendering.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64365">#64365</a></li>
<li>fix(next): global not-found not working on multi-root layouts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63053">#63053</a></li>
<li>chore(next): add keywords on package.json: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64173">#64173</a></li>
<li>Fix DynamicServerError not being thrown in fetch: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64511">#64511</a></li>
<li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and
properly respect <code>root</code> argument: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64418">#64418</a></li>
<li>fix(next): <code>Metadata.openGraph</code> values not resolving
basic values when <code>type</code> is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63620">#63620</a></li>
<li>disable production chunking in dev: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64488">#64488</a></li>
<li>update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64501">#64501</a></li>
<li>Turbopack: Allow client components to be imported in app routes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64520">#64520</a></li>
<li>refactor: remove always truthy flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64522">#64522</a></li>
<li>Turbopack: don’t show long internal stack traces on build errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64427">#64427</a></li>
<li>next/script: Correctly apply async and defer props: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/52939">#52939</a></li>
<li>chore(next/font): update <code>@​capsizecss/metrics</code> package:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64528">#64528</a></li>
<li>feat: add information that revalidate interval is in seconds: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64229">#64229</a></li>
<li>Typo &quot;Minifer&quot; in config.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64359">#64359</a></li>
<li>Enhance types for Node and Edge envionments: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64454">#64454</a></li>
<li>feat: Add a validation for <code>postcss</code> with
<code>useLightningcss</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64379">#64379</a></li>
<li>fix HMR for cases where chunking changes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64367">#64367</a></li>
<li>perf: improve Pages Router server rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64461">#64461</a></li>
<li>Fix cjs client components tree-shaking: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64558">#64558</a></li>
<li>fix refresh behavior for discarded actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64532">#64532</a></li>
<li>fix: filter out middleware requests in logging: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64549">#64549</a></li>
<li>chore: remove unused rust dependencies: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/62176">#62176</a></li>
<li>fix(next-swc): correctly set wasm fallback for known target triples:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64567">#64567</a></li>
<li>memoize layout router context: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64575">#64575</a></li>
<li>fix incorrect refresh request when basePath is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64589">#64589</a></li>
<li>fix TypeError edge-case for parallel slots rendered multiple times:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64271">#64271</a></li>
<li>Fix ASL bundling for dynamic css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64451">#64451</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51bfe3c186"><code>51bfe3c</code></a>
v15.0.0</li>
<li><a
href="48214569e9"><code>4821456</code></a>
v15.0.0-canary.205</li>
<li><a
href="0aba53da41"><code>0aba53d</code></a>
v15.0.0-canary.204</li>
<li><a
href="9e0d46ac8b"><code>9e0d46a</code></a>
v15.0.0-canary.203</li>
<li><a
href="de26339920"><code>de26339</code></a>
v15.0.0-canary.202</li>
<li><a
href="7dc857467c"><code>7dc8574</code></a>
v15.0.0-canary.201</li>
<li><a
href="e40ea76969"><code>e40ea76</code></a>
v15.0.0-canary.200</li>
<li><a
href="f7a5b872cc"><code>f7a5b87</code></a>
v15.0.0-canary.199</li>
<li><a
href="3de04dc932"><code>3de04dc</code></a>
v15.0.0-canary.198</li>
<li><a
href="fdb47af5d0"><code>fdb47af</code></a>
v15.0.0-canary.197</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.0.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=14.0.3&new-version=15.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>
2024-10-22 09:30:56 +02:00
dependabot[bot]
3e8f510cc7 Bump @next/bundle-analyzer from 14.2.0 to 15.0.0 in /frontend (#958)
Bumps
[@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)
from 14.2.0 to 15.0.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.0.0</h2>
<h3>Core Changes</h3>
<ul>
<li>refactor: next-flight-client-module-loader return conditions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64348">#64348</a></li>
<li>Fix Server Action error logs for unhandled POST requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64315">#64315</a></li>
<li>Shared Revalidate Timings: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64370">#64370</a></li>
<li>Freeze loaded manifests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64313">#64313</a></li>
<li>test: skip turbopack build test: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64356">#64356</a></li>
<li>Fix: css in next/dynamic component in edge runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64382">#64382</a></li>
<li>Fix more Turbopack build tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64384">#64384</a></li>
<li>use pathToFileUrl to make esm import()s work with absolute windows
paths: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64386">#64386</a></li>
<li>Improve rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64408">#64408</a></li>
<li>Fix the method prop case in Server Actions transform: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64398">#64398</a></li>
<li>fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64405">#64405</a></li>
<li>Revert &quot;Fix: css in next/dynamic component in edge
runtime&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64442">#64442</a></li>
<li>default fetchCache to no-store when force-dynamic is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64145">#64145</a></li>
<li>router restore should take priority over pending actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64449">#64449</a></li>
<li>Fix client boundary inheritance for barrel optimization: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64467">#64467</a></li>
<li>improve turborepo caching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64493">#64493</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64481">#64481</a></li>
<li>BREAKING CHANGE: remove deprecated analyticsId from config, and the
corresponding performance-relayer files and tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64199">#64199</a></li>
<li>feat: strip traceparent header from cachekey: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64499">#64499</a></li>
<li>Fix typo in dynamic-rendering.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64365">#64365</a></li>
<li>fix(next): global not-found not working on multi-root layouts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/63053">#63053</a></li>
<li>chore(next): add keywords on package.json: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64173">#64173</a></li>
<li>Fix DynamicServerError not being thrown in fetch: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64511">#64511</a></li>
<li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and
properly respect <code>root</code> argument: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64418">#64418</a></li>
<li>fix(next): <code>Metadata.openGraph</code> values not resolving
basic values when <code>type</code> is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/63620">#63620</a></li>
<li>disable production chunking in dev: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64488">#64488</a></li>
<li>update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64501">#64501</a></li>
<li>Turbopack: Allow client components to be imported in app routes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64520">#64520</a></li>
<li>refactor: remove always truthy flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64522">#64522</a></li>
<li>Turbopack: don’t show long internal stack traces on build errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64427">#64427</a></li>
<li>next/script: Correctly apply async and defer props: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/52939">#52939</a></li>
<li>chore(next/font): update <code>@​capsizecss/metrics</code> package:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64528">#64528</a></li>
<li>feat: add information that revalidate interval is in seconds: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64229">#64229</a></li>
<li>Typo &quot;Minifer&quot; in config.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64359">#64359</a></li>
<li>Enhance types for Node and Edge envionments: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64454">#64454</a></li>
<li>feat: Add a validation for <code>postcss</code> with
<code>useLightningcss</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64379">#64379</a></li>
<li>fix HMR for cases where chunking changes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64367">#64367</a></li>
<li>perf: improve Pages Router server rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64461">#64461</a></li>
<li>Fix cjs client components tree-shaking: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64558">#64558</a></li>
<li>fix refresh behavior for discarded actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64532">#64532</a></li>
<li>fix: filter out middleware requests in logging: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64549">#64549</a></li>
<li>chore: remove unused rust dependencies: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/62176">#62176</a></li>
<li>fix(next-swc): correctly set wasm fallback for known target triples:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64567">#64567</a></li>
<li>memoize layout router context: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64575">#64575</a></li>
<li>fix incorrect refresh request when basePath is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64589">#64589</a></li>
<li>fix TypeError edge-case for parallel slots rendered multiple times:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64271">#64271</a></li>
<li>Fix ASL bundling for dynamic css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/64451">#64451</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51bfe3c186"><code>51bfe3c</code></a>
v15.0.0</li>
<li><a
href="48214569e9"><code>4821456</code></a>
v15.0.0-canary.205</li>
<li><a
href="0aba53da41"><code>0aba53d</code></a>
v15.0.0-canary.204</li>
<li><a
href="9e0d46ac8b"><code>9e0d46a</code></a>
v15.0.0-canary.203</li>
<li><a
href="de26339920"><code>de26339</code></a>
v15.0.0-canary.202</li>
<li><a
href="7dc857467c"><code>7dc8574</code></a>
v15.0.0-canary.201</li>
<li><a
href="e40ea76969"><code>e40ea76</code></a>
v15.0.0-canary.200</li>
<li><a
href="f7a5b872cc"><code>f7a5b87</code></a>
v15.0.0-canary.199</li>
<li><a
href="3de04dc932"><code>3de04dc</code></a>
v15.0.0-canary.198</li>
<li><a
href="fdb47af5d0"><code>fdb47af</code></a>
v15.0.0-canary.197</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.0.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=14.2.0&new-version=15.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>
2024-10-22 09:30:40 +02:00