dependabot[bot]
48dddf2e7e
Bump @next/bundle-analyzer from 13.2.1 to 13.3.1 in /frontend ( #187 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:34:37 +02:00
Erik Vroon
39ae2470a5
Fix docs introduction ( #180 )
2023-04-18 20:58:35 +02:00
Erik Vroon
f538df9909
Fix docs base url ( #179 )
2023-04-18 20:48:56 +02:00
Erik Vroon
1dc17b0737
Fix docs workflow branch ( #178 )
2023-04-18 20:47:08 +02:00
Erik Vroon
4cffab19cf
Fix master branch name in docs workflow
2023-04-18 20:41:53 +02:00
Erik Vroon
b3892b872b
Add docusaurus docs ( #177 )
2023-04-18 20:41:07 +02:00
dependabot[bot]
af29cf47e6
Bump next from 13.2.3 to 13.3.0 in /frontend ( #175 )
...
Bumps [next](https://github.com/vercel/next.js ) from 13.2.3 to 13.3.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>v13.3.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Add Zod and router state validation: <a
href="https://redirect.github.com/vercel/next.js/issues/46962 ">#46962</a></li>
<li>Support default arrow function export in server boundary <a
href="https://redirect.github.com/vercel/next.js/issues/46977 ">#46977</a></li>
<li>Generate fixed route path for favicon.ico: <a
href="https://redirect.github.com/vercel/next.js/issues/46997 ">#46997</a></li>
<li>update turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/46994 ">#46994</a></li>
<li>Update next/font/google data: <a
href="https://redirect.github.com/vercel/next.js/issues/46988 ">#46988</a></li>
<li>fix: added jsdom & canvas to the external packages list - fixes
<a
href="https://redirect.github.com/vercel/next.js/issues/46893 ">#46893</a>:
<a
href="https://redirect.github.com/vercel/next.js/issues/46990 ">#46990</a></li>
<li>Add auto-detection of image/x-icon content type: <a
href="https://redirect.github.com/vercel/next.js/issues/47013 ">#47013</a></li>
<li>fix: exclude 'mdx-bundler' from being bundled in server components:
<a
href="https://redirect.github.com/vercel/next.js/issues/46992 ">#46992</a></li>
<li>Add /route subpath to metadata static routes: <a
href="https://redirect.github.com/vercel/next.js/issues/47030 ">#47030</a></li>
<li>Ensure router.refresh() matches revalidatePath('/') behavior: <a
href="https://redirect.github.com/vercel/next.js/issues/46723 ">#46723</a></li>
<li>Reorganize client references manifest: <a
href="https://redirect.github.com/vercel/next.js/issues/46777 ">#46777</a></li>
<li>Opt-in to dynamic rendering when reading searchParams: <a
href="https://redirect.github.com/vercel/next.js/issues/46205 ">#46205</a></li>
<li>Fix CSS not being bundled in app dir: <a
href="https://redirect.github.com/vercel/next.js/issues/45787 ">#45787</a></li>
<li>feat(standalone): allow configuring KEEP_ALIVE_TIMEOUT via env var:
<a
href="https://redirect.github.com/vercel/next.js/issues/46052 ">#46052</a></li>
<li>i18n Improvements: <a
href="https://redirect.github.com/vercel/next.js/issues/47174 ">#47174</a></li>
<li>Support manifest.json static and dynamic route: <a
href="https://redirect.github.com/vercel/next.js/issues/47240 ">#47240</a></li>
<li>Ensure config and fetch revalidate are honored: <a
href="https://redirect.github.com/vercel/next.js/issues/47255 ">#47255</a></li>
<li>feat: add <code>fetchPriority</code> to <code>next/image</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/47222 ">#47222</a></li>
<li>chore: add missing ts type in next-edge-app-route-loader: <a
href="https://redirect.github.com/vercel/next.js/issues/47243 ">#47243</a></li>
<li>Split app-render functions into separate files: <a
href="https://redirect.github.com/vercel/next.js/issues/47282 ">#47282</a></li>
<li>fix: typo in output:export error messages: <a
href="https://redirect.github.com/vercel/next.js/issues/47252 ">#47252</a></li>
<li>fix: handle different cases of React <code>fetchPriority</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/47302 ">#47302</a></li>
<li>[edge] limit the api surface of <code>util</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/47292 ">#47292</a></li>
<li>parallel routes: fix duplicate dev warning: <a
href="https://redirect.github.com/vercel/next.js/issues/47317 ">#47317</a></li>
<li>next/font/local prep: compartmentalize next/font/google: <a
href="https://redirect.github.com/vercel/next.js/issues/47213 ">#47213</a></li>
<li>Improve OTEL spans naming: <a
href="https://redirect.github.com/vercel/next.js/issues/47209 ">#47209</a></li>
<li>fix invalid comment in parseParameter function: <a
href="https://redirect.github.com/vercel/next.js/issues/47291 ">#47291</a></li>
<li>Add searchParams to leaf cache key: <a
href="https://redirect.github.com/vercel/next.js/issues/47312 ">#47312</a></li>
<li>Remove duplicated if statement: <a
href="https://redirect.github.com/vercel/next.js/issues/47322 ">#47322</a></li>
<li>Add a .catch to shared router for ssg fetching.: <a
href="https://redirect.github.com/vercel/next.js/issues/47265 ">#47265</a></li>
<li>parallel routes: fix nested routes: <a
href="https://redirect.github.com/vercel/next.js/issues/47323 ">#47323</a></li>
<li>[Nitpick] Remove unnecessary await in <code>base-server</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/47313 ">#47313</a></li>
<li>Warn about default exports with App Routes: <a
href="https://redirect.github.com/vercel/next.js/issues/47263 ">#47263</a></li>
<li>Add better-sqlite3 to server external packages: <a
href="https://redirect.github.com/vercel/next.js/issues/47327 ">#47327</a></li>
<li>Change App Route Route Handler signature: <a
href="https://redirect.github.com/vercel/next.js/issues/47268 ">#47268</a></li>
<li>Calling turbopack from the next build CLI: <a
href="https://redirect.github.com/vercel/next.js/issues/46602 ">#46602</a></li>
<li>Update Turbopack to turbopack-230321.1: <a
href="https://redirect.github.com/vercel/next.js/issues/47342 ">#47342</a></li>
<li>parallel routes: fix HMR refetch issue: <a
href="https://redirect.github.com/vercel/next.js/issues/47343 ">#47343</a></li>
<li>Fix bad route path for custom metadata routes: <a
href="https://redirect.github.com/vercel/next.js/issues/47286 ">#47286</a></li>
<li>Fix POST fetch request cache heuristic in POST route handler: <a
href="https://redirect.github.com/vercel/next.js/issues/47333 ">#47333</a></li>
<li>Fix: only apply metadata dynamic image routes convention for app
dir: <a
href="https://redirect.github.com/vercel/next.js/issues/47367 ">#47367</a></li>
<li>Marks app paths in dev as supporting dynamic html: <a
href="https://redirect.github.com/vercel/next.js/issues/46848 ">#46848</a></li>
<li>fix: add pretty error for <code>exportPathMap</code> with
<code>app</code> dir: <a
href="https://redirect.github.com/vercel/next.js/issues/47371 ">#47371</a></li>
<li>Skip extra swc builds: <a
href="https://redirect.github.com/vercel/next.js/issues/47378 ">#47378</a></li>
<li>Simplify moduleProxy alias: <a
href="https://redirect.github.com/vercel/next.js/issues/47381 ">#47381</a></li>
<li>Skip warning if there is app directory for
<code>no-html-link-for-pages</code> rule: <a
href="https://redirect.github.com/vercel/next.js/issues/42516 ">#42516</a></li>
<li>Catch redirect() in root layout: <a
href="https://redirect.github.com/vercel/next.js/issues/47345 ">#47345</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="79031e608a "><code>79031e6</code></a>
v13.3.0</li>
<li><a
href="b8e7646fdc "><code>b8e7646</code></a>
v13.2.5-canary.34</li>
<li><a
href="045ad0d133 "><code>045ad0d</code></a>
Replaced Reflect with ReflectAdapter (<a
href="https://redirect.github.com/vercel/next.js/issues/48000 ">#48000</a>)</li>
<li><a
href="9448913149 "><code>9448913</code></a>
Revert "Vendor <code>react@experimental</code> under an
<code>experimentalReact</code> flag" (<a
href="https://redirect.github.com/vercel/next.js/issues/48038 ">#48038</a>)</li>
<li><a
href="76ad58b0c8 "><code>76ad58b</code></a>
Only cache successful fetches (<a
href="https://redirect.github.com/vercel/next.js/issues/48033 ">#48033</a>)</li>
<li><a
href="95e46f73e4 "><code>95e46f7</code></a>
report error when using "use server" on module level (<a
href="https://redirect.github.com/vercel/next.js/issues/47967 ">#47967</a>)</li>
<li><a
href="86cb8ec8e2 "><code>86cb8ec</code></a>
fix: handle error case for <code>output: export</code> in <code>next
dev</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/47768 ">#47768</a>)</li>
<li><a
href="4fbbb626b9 "><code>4fbbb62</code></a>
Update normalize revalidate params for named matches (<a
href="https://redirect.github.com/vercel/next.js/issues/48032 ">#48032</a>)</li>
<li><a
href="946424efb3 "><code>946424e</code></a>
parallel routes: return a 404 when a parallel route does not have a
default p...</li>
<li><a
href="bd8d7c61f7 "><code>bd8d7c6</code></a>
Speed up native dev build (<a
href="https://redirect.github.com/vercel/next.js/issues/48028 ">#48028</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.2.3...v13.3.0 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-04-17 11:14:03 +02:00
dependabot[bot]
22bfe39a37
Bump @types/node from 18.14.1 to 18.15.11 in /frontend ( #176 )
...
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )
from 18.14.1 to 18.15.11.
<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 />
[](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 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>
2023-04-17 11:13:42 +02:00
dependabot[bot]
c35f452559
Bump @trivago/prettier-plugin-sort-imports from 4.0.0 to 4.1.1 in /frontend ( #153 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.1.3
2023-04-16 15:37:39 +02:00
Erik Vroon
127f0be934
Add integration tests for users ( #174 )
...
Adds various integration tests for users, tournaments and upcoming
matches.
2023-04-16 15:17:48 +02:00
dependabot[bot]
6ec225c174
Bump eslint from 8.18.0 to 8.38.0 in /frontend ( #172 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-16 13:29:16 +02:00
Erik Vroon
7c487952da
Improve auth and user management ( #125 )
2023-04-16 13:15:41 +02:00
dependabot[bot]
7569248a4c
Bump @babel/core from 7.20.12 to 7.21.0 in /frontend ( #141 )
...
Bumps
[@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core )
from 7.20.12 to 7.21.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.21.0 (2023-02-20)</h2>
<p>Thanks <a
href="https://github.com/azizghuloum "><code>@azizghuloum</code></a>, <a
href="https://github.com/ehoogeveen-medweb "><code>@ehoogeveen-medweb</code></a>,
<a href="https://github.com/fwienber "><code>@fwienber</code></a>, and
<a href="https://github.com/Lioness100 "><code>@Lioness100</code></a>
for your first PRs!</p>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-core</code>,
<code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-class-properties</code>,
<code>babel-plugin-proposal-private-methods</code>,
<code>babel-plugin-proposal-private-property-in-object</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15435 ">#15435</a>
feat: Implement <code>privateFieldsAsSymbols</code> assumption for
classes (<a
href="https://github.com/fwienber "><code>@fwienber</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>,
<code>babel-plugin-proposal-regexp-modifiers</code>,
<code>babel-standalone</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15226 ">#15226</a>
feat: Support regexp modifiers proposal (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>,
<code>babel-generator</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15022 ">#15022</a>
feat: Generate sourcemaps of friendly call frames (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15384 ">#15384</a>
[ts] Support <code>const</code> modifier in type parameters (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-helpers</code>,
<code>babel-parser</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-syntax-decorators</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15405 ">#15405</a>
Implement decorators as presented at <code>2023-01</code> TC39 meeting
(<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15114 ">#15114</a>
Parser option to allow <code>new.target</code> outside functions (<a
href="https://github.com/overlookmotel "><code>@overlookmotel</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15320 ">#15320</a>
Add <code>annexb: false</code> parser option to disable Annex B (<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://github-redirect.dependabot.com/babel/babel/pull/15283 ">#15283</a>
feat: Support <code>.cts</code> as configuration file (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15381 ">#15381</a>
[ts] Support <code>export type * from</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-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15379 ">#15379</a>
[ts5.0] Better inlining of constants in enums (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15366 ">#15366</a>
handling circular/shared structures in deep-clone (<a
href="https://github.com/azizghuloum "><code>@azizghuloum</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-class-properties</code>,
<code>babel-plugin-proposal-class-static-block</code>,
<code>babel-plugin-proposal-private-methods</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-new-target</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15406 ">#15406</a>
Preserve class elements comments in class transform (<a
href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>,
<code>babel-plugin-transform-flow-comments</code>,
<code>babel-plugin-transform-flow-strip-types</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15414 ">#15414</a>
[ts] Fix restrictions for optional parameters (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15400 ">#15400</a>
polish: improve "<code>await</code> as identifier" error in
modules (<a
href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15137 ">#15137</a>
Improve CJS compat with ESM-based <code>@babel/core</code> (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15418 ">#15418</a>
[ts] Handle exponentiation operator in constant folding (<a
href="https://github.com/ehoogeveen-medweb "><code>@ehoogeveen-medweb</code></a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 11</h4>
<ul>
<li>Abdulaziz Ghuloum (<a
href="https://github.com/azizghuloum "><code>@azizghuloum</code></a>)</li>
<li>Babel Bot (<a
href="https://github.com/babel-bot "><code>@babel-bot</code></a>)</li>
<li>Emanuel Hoogeveen (<a
href="https://github.com/ehoogeveen-medweb "><code>@ehoogeveen-medweb</code></a>)</li>
<li>Frank Wienberg (<a
href="https://github.com/fwienber "><code>@fwienber</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/babel/babel/blob/main/CHANGELOG.md "><code>@babel/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>v7.21.0 (2023-02-20)</h2>
<h4>🚀 New Feature</h4>
<ul>
<li><code>babel-core</code>,
<code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-class-properties</code>,
<code>babel-plugin-proposal-private-methods</code>,
<code>babel-plugin-proposal-private-property-in-object</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15435 ">#15435</a>
feat: Implement <code>privateFieldsAsSymbols</code> assumption for
classes (<a
href="https://github.com/fwienber "><code>@fwienber</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-regexp-features-plugin</code>,
<code>babel-plugin-proposal-regexp-modifiers</code>,
<code>babel-standalone</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15226 ">#15226</a>
feat: Support regexp modifiers proposal (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-cli</code>, <code>babel-core</code>,
<code>babel-generator</code>,
<code>babel-plugin-transform-destructuring</code>,
<code>babel-plugin-transform-modules-commonjs</code>,
<code>babel-plugin-transform-react-jsx</code>,
<code>babel-traverse</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15022 ">#15022</a>
feat: Generate sourcemaps of friendly call frames (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>, <code>babel-types</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15384 ">#15384</a>
[ts] Support <code>const</code> modifier in type parameters (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-helpers</code>,
<code>babel-parser</code>,
<code>babel-plugin-proposal-decorators</code>,
<code>babel-plugin-syntax-decorators</code>,
<code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>,
<code>babel-runtime</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15405 ">#15405</a>
Implement decorators as presented at <code>2023-01</code> TC39 meeting
(<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15114 ">#15114</a>
Parser option to allow <code>new.target</code> outside functions (<a
href="https://github.com/overlookmotel "><code>@overlookmotel</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15320 ">#15320</a>
Add <code>annexb: false</code> parser option to disable Annex B (<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://github-redirect.dependabot.com/babel/babel/pull/15283 ">#15283</a>
feat: Support <code>.cts</code> as configuration file (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15381 ">#15381</a>
[ts] Support <code>export type * from</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-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15379 ">#15379</a>
[ts5.0] Better inlining of constants in enums (<a
href="https://github.com/liuxingbaoyu "><code>@liuxingbaoyu</code></a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15366 ">#15366</a>
handling circular/shared structures in deep-clone (<a
href="https://github.com/azizghuloum "><code>@azizghuloum</code></a>)</li>
</ul>
</li>
<li><code>babel-helper-create-class-features-plugin</code>,
<code>babel-plugin-proposal-class-properties</code>,
<code>babel-plugin-proposal-class-static-block</code>,
<code>babel-plugin-proposal-private-methods</code>,
<code>babel-plugin-transform-classes</code>,
<code>babel-plugin-transform-new-target</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15406 ">#15406</a>
Preserve class elements comments in class transform (<a
href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-parser</code>,
<code>babel-plugin-transform-flow-comments</code>,
<code>babel-plugin-transform-flow-strip-types</code>,
<code>babel-types</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15414 ">#15414</a>
[ts] Fix restrictions for optional parameters (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15400 ">#15400</a>
polish: improve "<code>await</code> as identifier" error in
modules (<a
href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15137 ">#15137</a>
Improve CJS compat with ESM-based <code>@babel/core</code> (<a
href="https://github.com/nicolo-ribaudo "><code>@nicolo-ribaudo</code></a>)</li>
</ul>
</li>
</ul>
<h4>🔬 Output optimization</h4>
<ul>
<li><code>babel-plugin-transform-typescript</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15418 ">#15418</a>
[ts] Handle exponentiation operator in constant folding (<a
href="https://github.com/ehoogeveen-medweb "><code>@ehoogeveen-medweb</code></a>)</li>
</ul>
</li>
</ul>
<h2>v7.20.15 (2023-02-02)</h2>
<h4>👓 Spec Compliance</h4>
<ul>
<li><code>babel-parser</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15391 ">#15391</a>
Disallow await as bound name in using declaration (<a
href="https://github.com/JLHwung "><code>@JLHwung</code></a>)</li>
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>,
<code>babel-plugin-proposal-export-namespace-from</code>
<ul>
<li><a
href="https://github-redirect.dependabot.com/babel/babel/pull/15385 ">#15385</a>
Disallows specifiers after export * as ns (<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="de7d75a78b "><code>de7d75a</code></a>
v7.21.0</li>
<li><a
href="3e60843d7b "><code>3e60843</code></a>
feat: Implement <code>privateFieldsAsSymbols</code> assumption for
classes (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15435 ">#15435</a>)</li>
<li><a
href="c292e683f1 "><code>c292e68</code></a>
feat: Generate sourcemaps of friendly call frames (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15022 ">#15022</a>)</li>
<li><a
href="34136c53f8 "><code>34136c5</code></a>
docs: fix typos (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15432 ">#15432</a>)</li>
<li><a
href="ca52e08240 "><code>ca52e08</code></a>
Improve CJS compat with ESM-based <code>@babel/core</code> (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15137 ">#15137</a>)</li>
<li><a
href="43dce19d77 "><code>43dce19</code></a>
feat: Support <code>.cts</code> as configuration file (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15283 ">#15283</a>)</li>
<li><a
href="c41d5f9fe1 "><code>c41d5f9</code></a>
handling circular/shared structures in deep-clone (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15366 ">#15366</a>)</li>
<li><a
href="6de6d58165 "><code>6de6d58</code></a>
fix: source maps for manually added multi-line content (<a
href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/15365 ">#15365</a>)</li>
<li>See full diff in <a
href="https://github.com/babel/babel/commits/v7.21.0/packages/babel-core ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-03-04 19:17:30 +01:00
dependabot[bot]
fb993c6d56
Bump @typescript-eslint/parser from 5.53.0 to 5.54.0 in /frontend ( #142 )
...
Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser )
from 5.53.0 to 5.54.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.54.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0 ">5.54.0</a>
(2023-02-27)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>typescript-estree:</strong> check for relative/root paths in
printing file path errors (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6491 ">#6491</a>)
(<a
href="dc14242984 ">dc14242</a>)</li>
<li><strong>website:</strong> corect playground build issue (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6506 ">#6506</a>)
(<a
href="6aad7d3957 ">6aad7d3</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [promise-function-async] check for
promises in implicit return types (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6330 ">#6330</a>)
(<a
href="de1e5ce112 ">de1e5ce</a>),
closes <a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6329 ">#6329</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md "><code>@typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.53.0...v5.54.0 ">5.54.0</a>
(2023-02-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@typescript-eslint/parser</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="678ed41318 "><code>678ed41</code></a>
chore: publish v5.54.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/packages/parser ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-03-04 19:17:22 +01:00
dependabot[bot]
f343a7096e
Bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 in /frontend ( #145 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-04 18:50:19 +01:00
dependabot[bot]
224246332a
Bump @next/eslint-plugin-next from 13.0.7 to 13.2.3 in /frontend ( #149 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-04 18:50:11 +01:00
dependabot[bot]
3f9bc179cc
Bump next from 13.1.6 to 13.2.3 in /frontend ( #150 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-04 18:50:02 +01:00
Erik Vroon
0594b48a02
Weekly dependabot updates
2023-03-01 08:19:19 -08:00
Erik Vroon
35b93017bc
Dependabot: no patch updates ( #144 )
2023-02-28 08:54:52 +01:00
dependabot[bot]
babb1f135b
Bump @emotion/react from 11.10.5 to 11.10.6 in /frontend ( #136 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:54:01 +01:00
dependabot[bot]
d272f69554
Bump axios from 1.2.1 to 1.3.4 in /frontend ( #135 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.2.1 to 1.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases ">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.3.4</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>blob:</strong> added a check to make sure the Blob class is
available in the browser's global scope; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5548 ">#5548</a>)
(<a
href="3772c8fe74 ">3772c8f</a>)</li>
<li><strong>http:</strong> fixed regression bug when handling
synchronous errors inside the adapter; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5564 ">#5564</a>)
(<a
href="a3b246c9de ">a3b246c</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+38/-26
([#5564 ](https://github.com/axios/axios/issues/5564 ) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/lcysgsg "
title="+4/-0 ([#5548 ](https://github.com/axios/axios/issues/5548 )
)">lcysgsg</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Cadienvan "
title="+3/-0 ([#5444 ](https://github.com/axios/axios/issues/5444 )
)">Michael Di Prisco</a></li>
</ul>
<h2>Release v1.3.3</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> added a check to make sure the FormData
class is available in the browser's global scope; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5545 ">#5545</a>)
(<a
href="a6dfa72010 ">a6dfa72</a>)</li>
<li><strong>formdata:</strong> fixed setting NaN as Content-Length for
form payload in some cases; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5535 ">#5535</a>)
(<a
href="c19f7bf770 ">c19f7bf</a>)</li>
<li><strong>headers:</strong> fixed the filtering logic of the clear
method; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5542 ">#5542</a>)
(<a
href="ea87ebfe6d ">ea87ebf</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+11/-7
([#5545 ](https://github.com/axios/axios/issues/5545 )
[#5535 ](https://github.com/axios/axios/issues/5535 )
[#5542 ](https://github.com/axios/axios/issues/5542 ) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/ruofee "
title="+2/-2 ([#5467 ](https://github.com/axios/axios/issues/5467 )
)">陈若枫</a></li>
</ul>
<h2>Release v1.3.2</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>http:</strong> treat <a
href="http://localhost ">http://localhost </a> as base URL for relative
paths to avoid <code>ERR_INVALID_URL</code> error; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5528 ">#5528</a>)
(<a
href="128d56f4a0 ">128d56f</a>)</li>
<li><strong>http:</strong> use explicit import instead of TextEncoder
global; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5530 ">#5530</a>)
(<a
href="6b3c305fc4 ">6b3c305</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+2/-1
([#5530 ](https://github.com/axios/axios/issues/5530 )
[#5528 ](https://github.com/axios/axios/issues/5528 ) )">Dmitriy
Mozgovoy</a></li>
</ul>
<h2>Release v1.3.1</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> add hotfix to use the asynchronous API to
compute the content-length header value; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5521 ">#5521</a>)
(<a
href="96d336f527 ">96d336f</a>)</li>
<li><strong>serializer:</strong> fixed serialization of array-like
objects; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5518 ">#5518</a>)
(<a
href="08104c028c ">08104c0</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+27/-8
([#5521 ](https://github.com/axios/axios/issues/5521 )
[#5518 ](https://github.com/axios/axios/issues/5518 ) )">Dmitriy
Mozgovoy</a></li>
</ul>
<h2>Release v1.3.0</h2>
<h2>Release notes:</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md ">axios's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.3...v1.3.4 ">1.3.4</a>
(2023-02-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>blob:</strong> added a check to make sure the Blob class is
available in the browser's global scope; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5548 ">#5548</a>)
(<a
href="3772c8fe74 ">3772c8f</a>)</li>
<li><strong>http:</strong> fixed regression bug when handling
synchronous errors inside the adapter; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5564 ">#5564</a>)
(<a
href="a3b246c9de ">a3b246c</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+38/-26
([#5564 ](https://github.com/axios/axios/issues/5564 ) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/lcysgsg "
title="+4/-0 ([#5548 ](https://github.com/axios/axios/issues/5548 )
)">lcysgsg</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Cadienvan "
title="+3/-0 ([#5444 ](https://github.com/axios/axios/issues/5444 )
)">Michael Di Prisco</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.2...v1.3.3 ">1.3.3</a>
(2023-02-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> added a check to make sure the FormData
class is available in the browser's global scope; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5545 ">#5545</a>)
(<a
href="a6dfa72010 ">a6dfa72</a>)</li>
<li><strong>formdata:</strong> fixed setting NaN as Content-Length for
form payload in some cases; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5535 ">#5535</a>)
(<a
href="c19f7bf770 ">c19f7bf</a>)</li>
<li><strong>headers:</strong> fixed the filtering logic of the clear
method; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5542 ">#5542</a>)
(<a
href="ea87ebfe6d ">ea87ebf</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+11/-7
([#5545 ](https://github.com/axios/axios/issues/5545 )
[#5535 ](https://github.com/axios/axios/issues/5535 )
[#5542 ](https://github.com/axios/axios/issues/5542 ) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/ruofee "
title="+2/-2 ([#5467 ](https://github.com/axios/axios/issues/5467 )
)">陈若枫</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.1...v1.3.2 ">1.3.2</a>
(2023-02-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>http:</strong> treat <a
href="http://localhost ">http://localhost </a> as base URL for relative
paths to avoid <code>ERR_INVALID_URL</code> error; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5528 ">#5528</a>)
(<a
href="128d56f4a0 ">128d56f</a>)</li>
<li><strong>http:</strong> use explicit import instead of TextEncoder
global; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5530 ">#5530</a>)
(<a
href="6b3c305fc4 ">6b3c305</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS " title="+2/-1
([#5530 ](https://github.com/axios/axios/issues/5530 )
[#5528 ](https://github.com/axios/axios/issues/5528 ) )">Dmitriy
Mozgovoy</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.0...v1.3.1 ">1.3.1</a>
(2023-02-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> add hotfix to use the asynchronous API to
compute the content-length header value; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5521 ">#5521</a>)
(<a
href="96d336f527 ">96d336f</a>)</li>
<li><strong>serializer:</strong> fixed serialization of array-like
objects; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5518 ">#5518</a>)
(<a
href="08104c028c ">08104c0</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2e70cecda4 "><code>2e70cec</code></a>
chore(release): v1.3.4 (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5565 ">#5565</a>)</li>
<li><a
href="cbe2de60d3 "><code>cbe2de6</code></a>
chore(ci): remove team-reviewers config; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5566 ">#5566</a>)</li>
<li><a
href="2b1fc73600 "><code>2b1fc73</code></a>
chore(docs): added missing config.transport doc (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5444 ">#5444</a>)</li>
<li><a
href="3772c8fe74 "><code>3772c8f</code></a>
fix(blob): added a check to make sure the Blob class is available in the
brow...</li>
<li><a
href="a3b246c9de "><code>a3b246c</code></a>
fix(http): fixed regression bug when handling synchronous errors inside
the a...</li>
<li><a
href="d9ebf8fb3a "><code>d9ebf8f</code></a>
chore(release): v1.3.3 (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5546 ">#5546</a>)</li>
<li><a
href="a43bca033d "><code>a43bca0</code></a>
chore(example): fix source map urls; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5467 ">#5467</a>)</li>
<li><a
href="a6dfa72010 "><code>a6dfa72</code></a>
fix(formdata): added a check to make sure the FormData class is
available in ...</li>
<li><a
href="c19f7bf770 "><code>c19f7bf</code></a>
fix(formdata): fixed setting NaN as Content-Length for form payload in
some c...</li>
<li><a
href="ea87ebfe6d "><code>ea87ebf</code></a>
fix(headers): fixed the filtering logic of the clear method; (<a
href="https://github-redirect.dependabot.com/axios/axios/issues/5542 ">#5542</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/axios/axios/compare/v1.2.1...v1.3.4 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-02-27 09:53:47 +01:00
dependabot[bot]
5947e20c74
Bump @next/bundle-analyzer from 13.1.3 to 13.2.1 in /frontend ( #134 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:48:05 +01:00
dependabot[bot]
ea95654d01
Bump @mantine/next from 5.9.6 to 5.10.5 in /frontend ( #137 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:47:55 +01:00
dependabot[bot]
e3061fda44
Bump swr from 2.0.3 to 2.0.4 in /frontend ( #138 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:47:48 +01:00
dependabot[bot]
6edacdf0cc
Bump docker/build-push-action from 2.5.0 to 4.0.0 ( #133 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:24:47 +01:00
dependabot[bot]
f0e6547151
Bump docker/login-action from 1.10.0 to 2.1.0 ( #131 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:24:40 +01:00
dependabot[bot]
3613a93029
Bump docker/metadata-action from 3.3.0 to 4.3.0 ( #132 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 09:24:35 +01:00
dependabot[bot]
ade53da698
Bump @types/react from 18.0.26 to 18.0.28 in /frontend ( #126 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:39:18 +01:00
dependabot[bot]
14eaaf0446
Bump @types/node from 18.11.18 to 18.14.1 in /frontend ( #127 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:00:19 +01:00
dependabot[bot]
1550fe05f7
Bump @typescript-eslint/parser from 5.47.1 to 5.53.0 in /frontend ( #130 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:00:12 +01:00
dependabot[bot]
954552a84f
Bump @testing-library/react from 13.4.0 to 14.0.0 in /frontend ( #129 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 09:00:05 +01:00
dependabot[bot]
136458f9be
Bump eslint-plugin-testing-library from 5.9.1 to 5.10.2 in /frontend ( #128 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-24 08:59:55 +01:00
Erik Vroon
71e3fbdc46
Fix context of Docker image push workflow
v0.1.2
2023-02-21 21:54:32 +01:00
Erik Vroon
ccf28bc875
Fix path of Dockerfile in workflow
2023-02-21 21:49:56 +01:00
Erik Vroon
d674258db6
Fix docker workflow ( #124 )
2023-02-21 21:48:40 +01:00
Erik Vroon
4a76b2ca20
Build Docker image on release ( #123 )
v0.1.1
2023-02-21 21:39:59 +01:00
dependabot[bot]
907af48dcd
Bump @testing-library/dom from 8.19.1 to 9.0.0 in /frontend ( #121 )
...
Bumps
[@testing-library/dom](https://github.com/testing-library/dom-testing-library )
from 8.19.1 to 9.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/dom-testing-library/releases "><code>@testing-library/dom</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.0.0</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v8.20.0...v9.0.0 ">9.0.0</a>
(2023-02-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ByRole:</strong> Constrain API (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1211 ">#1211</a>)
(<a
href="746def6147 ">746def6</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Drop support for Node.js 12.x (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1207 ">#1207</a>)
(<a
href="c37ea2e711 ">c37ea2e</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>ByRole:</strong> Only allow <code>string</code> as a
<code>role</code>.
Drop support for <code>exact</code>, <code>trim</code>,
<code>collapseWhitespace</code>, and <code>normalizer</code>
options.</li>
<li>Minimum supported Node.js version is now 14.x</li>
</ul>
<h2>v9.0.0-alpha.2</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v9.0.0-alpha.1...v9.0.0-alpha.2 ">9.0.0-alpha.2</a>
(2023-02-09)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>ByRole:</strong> Constrain API (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1211 ">#1211</a>)
(<a
href="746def6147 ">746def6</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>ByRole:</strong> Only allow <code>string</code> as a
<code>role</code>.
Drop support for <code>exact</code>, <code>trim</code>,
<code>collapseWhitespace</code>, and <code>normalizer</code>
options.</li>
</ul>
<h2>v9.0.0-alpha.1</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v8.20.0...v9.0.0-alpha.1 ">9.0.0-alpha.1</a>
(2023-01-29)</h1>
<h3>Features</h3>
<ul>
<li>Drop support for Node.js 12.x (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1207 ">#1207</a>)
(<a
href="c37ea2e711 ">c37ea2e</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Minimum supported Node.js version is now 14.x</li>
</ul>
<h2>v8.20.0</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v8.19.1...v8.20.0 ">8.20.0</a>
(2023-01-16)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="746def6147 "><code>746def6</code></a>
fix(ByRole): Constrain API (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1211 ">#1211</a>)</li>
<li><a
href="2d360a6594 "><code>2d360a6</code></a>
docs: add DaniAcu as a contributor for code (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1212 ">#1212</a>)</li>
<li><a
href="42809fe71a "><code>42809fe</code></a>
chore: Migrate <code>ByRole</code> to TypeScript (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1186 ">#1186</a>)</li>
<li><a
href="25dc8a9053 "><code>25dc8a9</code></a>
Bump kcd-scripts to 13.0.0 (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1209 ">#1209</a>)</li>
<li><a
href="6e2e864272 "><code>6e2e864</code></a>
Bump kcd-scripts to 12.x (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1208 ">#1208</a>)</li>
<li><a
href="c37ea2e711 "><code>c37ea2e</code></a>
feat: Drop support for Node.js 12.x (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1207 ">#1207</a>)</li>
<li><a
href="0ce0c7054d "><code>0ce0c70</code></a>
feat: add offline/online events (<a
href="https://github-redirect.dependabot.com/testing-library/dom-testing-library/issues/1205 ">#1205</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/dom-testing-library/compare/v8.19.1...v9.0.0 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
v0.1.0
2023-02-21 08:33:24 +01:00
dependabot[bot]
c83261ad01
Bump prettier from 2.8.2 to 2.8.4 in /frontend ( #118 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.2 to
2.8.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases ">prettier's
releases</a>.</em></p>
<blockquote>
<h2>2.8.4</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#284 ">Changelog</a></p>
<h2>2.8.3</h2>
<p>Support Angular 15.1</p>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#283 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>2.8.4</h1>
<p><a
href="https://github.com/prettier/prettier/compare/2.8.3...2.8.4 ">diff</a></p>
<h4>Fix leading comments in mapped types with <code>readonly</code> (<a
href="https://github-redirect.dependabot.com/prettier/prettier/pull/13427 ">#13427</a>
by <a href="https://github.com/thorn0 "><code>@thorn0</code></a>, <a
href="https://github.com/sosukesuzuki "><code>@sosukesuzuki</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="tsx"><code>// Input
type Type = {
// comment
readonly [key in Foo];
};
<p>// Prettier 2.8.3
type Type = {
readonly // comment
[key in Foo];
};</p>
<p>// Prettier 2.8.4
type Type = {
// comment
readonly [key in Foo];
};
</code></pre></p>
<h4>Group params in opening block statements (<a
href="https://github-redirect.dependabot.com/prettier/prettier/pull/14067 ">#14067</a>
by <a
href="https://github.com/jamescdavis "><code>@jamescdavis</code></a>)</h4>
<p>This is a follow-up to <a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13930 ">#13930</a>
to establish wrapping consistency between opening block statements and
else blocks by
grouping params in opening blocks. This causes params to break to a new
line together and not be split across lines
unless the length of params exceeds the print width. This also updates
the else block wrapping to behave exactly the
same as opening blocks.</p>
<!-- raw HTML omitted -->
<pre lang="hbs"><code>{{! Input }}
{{#block param param param param param param param param param param as
|blockParam|}}
Hello
{{else block param param param param param param param param param param
as |blockParam|}}
There
{{/block}}
<p>{{! Prettier 2.8.3 }}
{{#block
param
param
param
param
param
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e681edb67c "><code>e681edb</code></a>
Release 2.8.4</li>
<li><a
href="6bb24b2c5a "><code>6bb24b2</code></a>
Fix leading comments in mapped types with <code>readonly</code>
(Cherry-pick <a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/13427 ">#13427</a>)
(<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/1 ">#1</a>...</li>
<li><a
href="399f2fae40 "><code>399f2fa</code></a>
Add changelog for <a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14206 ">#14206</a>
(<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14311 ">#14311</a>)</li>
<li><a
href="9842b29ca3 "><code>9842b29</code></a>
Recognize <code>@satisfies</code> in Closure-style type casts (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14262 ">#14262</a>)</li>
<li><a
href="bc18fa4397 "><code>bc18fa4</code></a>
Fix incorrect removal of parentheses when using an <code>infer</code>
with a constraint ...</li>
<li><a
href="f602be5a47 "><code>f602be5</code></a>
Update <code>embeddedLanguageFormatting</code> option documentation (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14048 ">#14048</a>)</li>
<li><a
href="37fb53acf3 "><code>37fb53a</code></a>
[handlebars] group params in opening block statements (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14067 ">#14067</a>)</li>
<li><a
href="310a5b1ba5 "><code>310a5b1</code></a>
Handlebars: Improve HTML void element check (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14110 ">#14110</a>)</li>
<li><a
href="62195dd1f2 "><code>62195dd</code></a>
Add .sl to the list of silentlyIgnoredDirs (<a
href="https://github-redirect.dependabot.com/prettier/prettier/issues/14206 ">#14206</a>)</li>
<li><a
href="bf406f7728 "><code>bf406f7</code></a>
Clean changelog</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.8.2...2.8.4 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-02-21 08:30:27 +01:00
dependabot[bot]
85c37a26c9
Bump next from 13.1.3 to 13.1.6 in /frontend ( #112 )
...
Bumps [next](https://github.com/vercel/next.js ) from 13.1.3 to 13.1.6.
<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>v13.1.6</h2>
<h3>Core Changes</h3>
<ul>
<li>Add debug info to static bailout message: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45192 ">#45192</a></li>
<li>Fix dynamic no ssr with babel transform: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45091 ">#45091</a></li>
<li>Fix React.lazy preloading during SSR: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45160 ">#45160</a></li>
<li>Fix error overlay links in parenthesis: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45155 ">#45155</a></li>
<li>Add build time error if error.js is missing "use client":
<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/44961 ">#44961</a></li>
<li>Show component stack in error overlay on hydration error: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45089 ">#45089</a></li>
<li>Reduce component stack spacing for components without metadata: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45218 ">#45218</a></li>
<li>Revert "Revert "Revert "Revert "Initial support
for metadata (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/44729 ">#44729</a>)""
(<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45113 ">#45113</a>)"":
<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45196 ">#45196</a></li>
<li>Update handling of autoscrolling on navigation in app: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/43845 ">#43845</a></li>
<li>perf: avoid sync re-renders when using next/link and next/image: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45165 ">#45165</a></li>
<li>Support metadata icons field: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45105 ">#45105</a></li>
<li>Add editor links to RSC build error: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45179 ">#45179</a></li>
<li>misc: change strategy for link prefetch test: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45234 ">#45234</a></li>
<li>Add handling for app/pages manifest race condition: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45244 ">#45244</a></li>
<li>Update transform exports and tests: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45251 ">#45251</a></li>
<li>Attach exports information in SWC transforms: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45261 ">#45261</a></li>
<li>Update app cache handling in development: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45248 ">#45248</a></li>
<li>TS plugin: warn about <code>amp</code> config in app: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45254 ">#45254</a></li>
<li>Fix typo in TS plugin: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45279 ">#45279</a></li>
<li>Allow metadata related exports in TS plugin: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45282 ">#45282</a></li>
<li>build(cargo): update turbopack to turbopack-230125.1: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45283 ">#45283</a></li>
<li>[edge] improve <code>fetch</code> stack traces in edge runtime: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/44750 ">#44750</a></li>
<li>Move router reducer to separate file: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45236 ">#45236</a></li>
<li>add next.config.js options currently supported by turbopack: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45309 ">#45309</a></li>
<li>Update debug logs for app cache: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45291 ">#45291</a></li>
<li>Improved <code>pnpm clean</code>: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45312 ">#45312</a></li>
<li>Fix:Manage Firefox and Safari Network error message: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/44929 ">#44929</a></li>
<li>build(cargo): update turbopack to turbopack-230126.1: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45322 ">#45322</a></li>
<li>add <code>pageExtensions</code> as a supported turbopack option: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45321 ">#45321</a></li>
<li>Ensure we warn for middleware with next export: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45288 ">#45288</a></li>
<li>Add unit test for shouldHardNavigate: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45303 ">#45303</a></li>
<li>Add unit test for redirect.ts: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45223 ">#45223</a></li>
<li>Add test for fillCacheWithNewSubTreeData: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45298 ">#45298</a></li>
<li>Add test for isNavigatingToNewRootLayout: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45305 ">#45305</a></li>
<li>Remove unused optimistic tree parameters: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45264 ">#45264</a></li>
<li>Ensure invalidateCacheBelowFlightSegmentPath file name is in line
with the rest: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45299 ">#45299</a></li>
<li>Resolve metadata fields: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45237 ">#45237</a></li>
<li>Add turbopack route resolve handling: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45314 ">#45314</a></li>
<li>Remove extra .ts from test file: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45328 ">#45328</a></li>
<li>Add test for createOptimisticTree: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45330 ">#45330</a></li>
<li>Clean up resolved todos: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45332 ">#45332</a></li>
<li>add <code>turbopackLoaders</code> to config validation: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45337 ">#45337</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Update example test file name in cypress example: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45146 ">#45146</a></li>
<li>chore: fix invalid-new-link error typo: <a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45157 ">#45157</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="be86fcf6d5 "><code>be86fcf</code></a>
v13.1.6</li>
<li><a
href="bcd63af2c9 "><code>bcd63af</code></a>
Fix fetch stack test on deploy</li>
<li><a
href="6e73650833 "><code>6e73650</code></a>
v13.1.6-canary.3</li>
<li><a
href="deb3b0237b "><code>deb3b02</code></a>
Update i18n example to handle <code>public</code> files and
<code>/api</code> routes (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45266 ">#45266</a>)</li>
<li><a
href="6bcb06c19d "><code>6bcb06c</code></a>
Limit the static paths worker number during development (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45344 ">#45344</a>)</li>
<li><a
href="23353771d7 "><code>2335377</code></a>
Fix next-server trace including dev server dependencies (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45359 ">#45359</a>)</li>
<li><a
href="1404eedf79 "><code>1404eed</code></a>
Update flakey app prefetch test (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45361 ">#45361</a>)</li>
<li><a
href="ca134f6dce "><code>ca134f6</code></a>
Update flakey API support tests (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45360 ">#45360</a>)</li>
<li><a
href="01cd4ab4cb "><code>01cd4ab</code></a>
fix: next build in typescript 5.0 (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45275 ">#45275</a>)</li>
<li><a
href="b90b48e969 "><code>b90b48e</code></a>
Remove invalid assertion/duplicate test suite (<a
href="https://github-redirect.dependabot.com/vercel/next.js/issues/45355 ">#45355</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.1.3...v13.1.6 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-02-21 08:19:12 +01:00
dependabot[bot]
2d3bcc110f
Bump swr from 2.0.0 to 2.0.3 in /frontend ( #111 )
...
Bumps [swr](https://github.com/vercel/swr ) from 2.0.0 to 2.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/swr/releases ">swr's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.3</h2>
<h2>Patches</h2>
<ul>
<li>
<p>fix: parameters passed to subscribe is inconsistent with its
declaration by <a
href="https://github.com/hong24 "><code>@hong24</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2353 ">vercel/swr#2353</a></p>
</li>
<li>
<p>fix: when inifinite key changes, should use cached pagesize instead
of initialSize by <a
href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2386 ">vercel/swr#2386</a></p>
</li>
<li>
<p>fix: make compare function only compare data (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2375 ">#2375</a>)
by <a
href="https://github.com/Retrospection "><code>@Retrospection</code></a>
and <a href="https://github.com/promer94 "><code>@promer94</code></a> in
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2387 ">vercel/swr#2387</a>
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2389 ">vercel/swr#2389</a></p>
</li>
<li>
<p>fix: initial loading state should be false with revalidation is
disabed by <a
href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2382 ">vercel/swr#2382</a></p>
</li>
<li>
<p>fix: Ensure hydration matches the SSR result during streaming by <a
href="https://github.com/shuding "><code>@shuding</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2391 ">vercel/swr#2391</a></p>
</li>
</ul>
<h2>Chores</h2>
<ul>
<li>ci: only run release when tags pushed by <a
href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2388 ">vercel/swr#2388</a></li>
<li>unify <code>-</code> characters in README.md by <a
href="https://github.com/JanKaifer "><code>@JanKaifer</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2334 ">vercel/swr#2334</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/hong24 "><code>@hong24</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2353 ">vercel/swr#2353</a></li>
<li><a
href="https://github.com/Retrospection "><code>@Retrospection</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2387 ">vercel/swr#2387</a></li>
<li><a href="https://github.com/JanKaifer "><code>@JanKaifer</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2334 ">vercel/swr#2334</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/swr/compare/v2.0.2...v2.0.3 ">https://github.com/vercel/swr/compare/v2.0.2...v2.0.3 </a></p>
<h2>v2.0.2</h2>
<h2>Patches</h2>
<ul>
<li>fix: delay revalidation if a key is already active and has error by
<a href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2338 ">vercel/swr#2338</a></li>
<li>fix: createCacheHelper type by <a
href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2365 ">vercel/swr#2365</a></li>
</ul>
<h2>Chores</h2>
<ul>
<li>release workflow by <a
href="https://github.com/huozhi "><code>@huozhi</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2374 ">vercel/swr#2374</a>,
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2381 ">vercel/swr#2381</a>,
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2383 ">vercel/swr#2383</a>,
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2384 ">vercel/swr#2384</a>,
<a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2385 ">vercel/swr#2385</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/swr/compare/v2.0.1...v2.0.2 ">https://github.com/vercel/swr/compare/v2.0.1...v2.0.2 </a></p>
<h2>v2.0.1</h2>
<p>In this patch release, we majorly improved typing support and SWR can
infer the types based on the configuration.</p>
<ul>
<li>When the <code>suspense</code> option is <code>true</code>, the
returned <code>data</code> will exclude <code>undefined</code> and the
<code>isLoading</code> will always be <code>false</code>.</li>
<li>When the <code>fallbackData</code> option is provided, the returned
<code>data</code> will be the same type of <code>fallbackData</code>,
and the <code>isLoading</code> will always be <code>false</code>.</li>
</ul>
<p>Here's a demo for it:</p>
<p><a
href="https://user-images.githubusercontent.com/4800338/213288879-ffbeeeb5-aca5-4a65-8229-69fbf9b0bf70.mp4 ">https://user-images.githubusercontent.com/4800338/213288879-ffbeeeb5-aca5-4a65-8229-69fbf9b0bf70.mp4 </a></p>
<h2>What's Changed</h2>
<ul>
<li>types: make FullConfiguration generic by <a
href="https://github.com/huozhi "><code>@huozhi</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2273 ">vercel/swr#2273</a></li>
<li>type: enforce array literal as tuple by <a
href="https://github.com/promer94 "><code>@promer94</code></a> in <a
href="https://github-redirect.dependabot.com/vercel/swr/pull/2283 ">vercel/swr#2283</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="903de33428 "><code>903de33</code></a>
2.0.3</li>
<li><a
href="6fa714ba02 "><code>6fa714b</code></a>
fix: Ensure hydration matches the SSR result during streaming (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2391 ">#2391</a>)</li>
<li><a
href="77f922fe44 "><code>77f922f</code></a>
unify <code>-</code> characters in README.md (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2334 ">#2334</a>)</li>
<li><a
href="d603bb6483 "><code>d603bb6</code></a>
fix: initial loading state should be false with revalidation is disabed
(<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2382 ">#2382</a>)</li>
<li><a
href="cc97171e42 "><code>cc97171</code></a>
test: add test case for <a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2375 ">#2375</a>
(<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2389 ">#2389</a>)</li>
<li><a
href="e188ad9c3d "><code>e188ad9</code></a>
fix: make compare function only compare data (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2375 ">#2375</a>)
(<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2387 ">#2387</a>)</li>
<li><a
href="8847ddcf83 "><code>8847ddc</code></a>
ci: only run release when tags pushed (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2388 ">#2388</a>)</li>
<li><a
href="8cc79324bc "><code>8cc7932</code></a>
fix: when inifinite key changes, should use cached pagesize instead of
initia...</li>
<li><a
href="33954d7b66 "><code>33954d7</code></a>
fix: parameters passed to subscribe is inconsistent with its declaration
(<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2353 ">#2353</a>)</li>
<li><a
href="c0090ab95b "><code>c0090ab</code></a>
build: fix typos in workflow yml (<a
href="https://github-redirect.dependabot.com/vercel/swr/issues/2385 ">#2385</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/swr/compare/2.0.0...v2.0.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-02-21 08:19:03 +01:00
dependabot[bot]
4b231db7f7
Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.53.0 in /frontend ( #122 )
...
Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin )
from 5.48.0 to 5.53.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases "><code>@typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.53.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0 ">5.53.0</a>
(2023-02-20)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-generic-constructors]
handle default parameters (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6484 ">#6484</a>)
(<a
href="e8cebce972 ">e8cebce</a>)</li>
<li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6102 ">#6102</a>)
(<a
href="16144d1d6a ">16144d1</a>)</li>
<li><strong>typescript-estree:</strong> expose a wrapper cache clearing
function for advanced usecases (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6476 ">#6476</a>)
(<a
href="d8164960d2 ">d816496</a>)</li>
</ul>
<h2>v5.52.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0 ">5.52.0</a>
(2023-02-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-import-type-side-effects]
correctly ignore zero-specifier imports (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6444 ">#6444</a>)
(<a
href="d5a6688a22 ">d5a6688</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] account
for optional chaining on potentially void values (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6432 ">#6432</a>)
(<a
href="e1d9c67981 ">e1d9c67</a>),
closes <a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5255 ">#5255</a></li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false
positive when checking indexed access types (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6452 ">#6452</a>)
(<a
href="d569924cf3 ">d569924</a>)</li>
<li><strong>eslint-plugin:</strong> fix key-spacing when type starts on
next line (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6412 ">#6412</a>)
(<a
href="3eb2eed616 ">3eb2eed</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [block-spacing] extending base rule
for TS related blocks (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6195 ">#6195</a>)
(<a
href="b2db3f57d3 ">b2db3f5</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-function-return-type] add
allowFunctionsWithoutTypeParameters option (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6105 ">#6105</a>)
(<a
href="113640e974 ">113640e</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-function-return-type] add
allowIIFEs option (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6237 ">#6237</a>)
(<a
href="a1b3f7b4d9 ">a1b3f7b</a>)</li>
<li><strong>typescript-estree:</strong> add <code>.kind</code> to
<code>TSModuleDeclaration</code> (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6443 ">#6443</a>)
(<a
href="2f948df35b ">2f948df</a>)</li>
<li><strong>typescript-estree:</strong> allow specifying project: true
(<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6084 ">#6084</a>)
(<a
href="dcd05f0b3a ">dcd05f0</a>)</li>
</ul>
<h2>v5.51.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0 ">5.51.0</a>
(2023-02-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-constituents] fixed
behavior change (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6384 ">#6384</a>)
(<a
href="5bf7f7fe48 ">5bf7f7f</a>),
closes <a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6339 ">#6339</a></li>
<li><strong>eslint-plugin:</strong> do not use .at(), Node 14 does not
support it (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6402 ">#6402</a>)
(<a
href="077ed1b5be ">077ed1b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] improve
performance by removing unnecessary selectors (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6376 ">#6376</a>)
(<a
href="3647a1c1bb ">3647a1c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] error on
logical expression (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6356 ">#6356</a>)
(<a
href="f330e06515 ">f330e06</a>)</li>
<li><strong>eslint-plugin:</strong> [no-import-type-side-effects] add
rule to warn against runtime side effects with
<code>verbatimModuleSyntax</code> (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6394 ">#6394</a>)
(<a
href="b14d3be0f3 ">b14d3be</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] add
allow nullable enum to strict boolean expressions (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6096 ">#6096</a>)
(<a
href="d4747cd8cc ">d4747cd</a>)</li>
<li><strong>typescript-estree:</strong> cache project glob resolution
(<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6367 ">#6367</a>)
(<a
href="afae8374df ">afae837</a>)</li>
</ul>
<h2>v5.50.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.49.0...v5.50.0 ">5.50.0</a>
(2023-01-31)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md "><code>@typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.52.0...v5.53.0 ">5.53.0</a>
(2023-02-20)</h1>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-generic-constructors]
handle default parameters (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6484 ">#6484</a>)
(<a
href="e8cebce972 ">e8cebce</a>)</li>
<li><strong>eslint-plugin:</strong> [no-mixed-enums] add rule (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6102 ">#6102</a>)
(<a
href="16144d1d6a ">16144d1</a>)</li>
</ul>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.51.0...v5.52.0 ">5.52.0</a>
(2023-02-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-import-type-side-effects]
correctly ignore zero-specifier imports (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6444 ">#6444</a>)
(<a
href="d5a6688a22 ">d5a6688</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] account
for optional chaining on potentially void values (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6432 ">#6432</a>)
(<a
href="e1d9c67981 ">e1d9c67</a>),
closes <a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/5255 ">#5255</a></li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false
positive when checking indexed access types (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6452 ">#6452</a>)
(<a
href="d569924cf3 ">d569924</a>)</li>
<li><strong>eslint-plugin:</strong> fix key-spacing when type starts on
next line (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6412 ">#6412</a>)
(<a
href="3eb2eed616 ">3eb2eed</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [block-spacing] extending base rule
for TS related blocks (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6195 ">#6195</a>)
(<a
href="b2db3f57d3 ">b2db3f5</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-function-return-type] add
allowFunctionsWithoutTypeParameters option (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6105 ">#6105</a>)
(<a
href="113640e974 ">113640e</a>)</li>
<li><strong>eslint-plugin:</strong> [explicit-function-return-type] add
allowIIFEs option (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6237 ">#6237</a>)
(<a
href="a1b3f7b4d9 ">a1b3f7b</a>)</li>
</ul>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v5.50.0...v5.51.0 ">5.51.0</a>
(2023-02-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [sort-type-constituents] fixed
behavior change (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6384 ">#6384</a>)
(<a
href="5bf7f7fe48 ">5bf7f7f</a>),
closes <a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6339 ">#6339</a></li>
<li><strong>eslint-plugin:</strong> do not use .at(), Node 14 does not
support it (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6402 ">#6402</a>)
(<a
href="077ed1b5be ">077ed1b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [naming-convention] improve
performance by removing unnecessary selectors (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6376 ">#6376</a>)
(<a
href="3647a1c1bb ">3647a1c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] error on
logical expression (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6356 ">#6356</a>)
(<a
href="f330e06515 ">f330e06</a>)</li>
<li><strong>eslint-plugin:</strong> [no-import-type-side-effects] add
rule to warn against runtime side effects with
<code>verbatimModuleSyntax</code> (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6394 ">#6394</a>)
(<a
href="b14d3be0f3 ">b14d3be</a>)</li>
<li><strong>eslint-plugin:</strong> [strict-boolean-expressions] add
allow nullable enum to strict boolean expressions (<a
href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/6096 ">#6096</a>)
(<a
href="d4747cd8cc ">d4747cd</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cb272f095b "><code>cb272f0</code></a>
chore: publish v5.53.0</li>
<li><a
href="e8cebce972 "><code>e8cebce</code></a>
feat(eslint-plugin): [consistent-generic-constructors] handle default
paramet...</li>
<li><a
href="16144d1d6a "><code>16144d1</code></a>
feat(eslint-plugin): [no-mixed-enums] add rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6102 ">#6102</a>)</li>
<li><a
href="fc803cc6e3 "><code>fc803cc</code></a>
docs(eslint-plugin): explicit-function-return-type: missing
allowFunctionsWit...</li>
<li><a
href="c46c793a34 "><code>c46c793</code></a>
chore: publish v5.52.0</li>
<li><a
href="b2db3f57d3 "><code>b2db3f5</code></a>
feat(eslint-plugin): [block-spacing] extending base rule for TS related
block...</li>
<li><a
href="d569924cf3 "><code>d569924</code></a>
fix(eslint-plugin): [no-unnecessary-condition] fix false positive when
checki...</li>
<li><a
href="a1b3f7b4d9 "><code>a1b3f7b</code></a>
feat(eslint-plugin): [explicit-function-return-type] add allowIIFEs
option (#...</li>
<li><a
href="e1d9c67981 "><code>e1d9c67</code></a>
fix(eslint-plugin): [no-unnecessary-condition] account for optional
chaining ...</li>
<li><a
href="3eb2eed616 "><code>3eb2eed</code></a>
fix(eslint-plugin): fix key-spacing when type starts on next line (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/6412 ">#6412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v5.53.0/packages/eslint-plugin ">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
2023-02-21 08:18:38 +01:00
Erik Vroon
45cd04137f
Fix round order ( #119 )
2023-02-21 00:01:48 +01:00
Erik Vroon
e4fd83c3bc
Pass iterations in API call
2023-02-01 17:38:32 +01:00
Erik Vroon
cfee73688c
Constrain tournament logo width
2023-02-01 17:35:28 +01:00
Erik Vroon
8480d73af5
Fix update of tournaments ( #115 )
2023-02-01 17:21:34 +01:00
Erik Vroon
dd81c6a83b
Improve scheduling ( #114 )
2023-02-01 16:35:26 +01:00
Erik Vroon
27ef6b3a3e
Add skeletons to dashboard ( #99 )
2023-01-22 16:40:43 +01:00
Erik Vroon
ba31e22c7a
Create LICENSE ( #98 )
2023-01-22 16:28:26 +01:00
dependabot[bot]
65ffc7b91e
Bump eslint-plugin-jsx-a11y from 6.6.1 to 6.7.1 in /frontend ( #89 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21 16:59:59 +01:00
dependabot[bot]
8bff7f8f3e
Bump eslint-plugin-react from 7.31.11 to 7.32.1 in /frontend ( #86 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-21 16:41:21 +01:00