Commit Graph

194 Commits

Author SHA1 Message Date
dependabot[bot]
bf5f89d22b Bump @typescript-eslint/eslint-plugin from 5.59.2 to 6.2.1 in /frontend (#243)
Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 5.59.2 to 6.2.1.
<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>v6.2.1</h2>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1">6.2.1</a>
(2023-07-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-inferrable-types] apply also for
parameter properties (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7288">#7288</a>)
(<a
href="67f93b19f2">67f93b1</a>)</li>
<li><strong>scope-manager:</strong> correct decorators(.length) check in
ClassVisitor for methods (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7334">#7334</a>)
(<a
href="abbb6c2c6d">abbb6c2</a>)</li>
<li>yarn version not specified in monorepo (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7371">#7371</a>)
(<a
href="18f8d74cb9">18f8d74</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v6.2.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0">6.2.0</a>
(2023-07-24)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] account for
repeated names (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6864">#6864</a>)
(<a
href="d207b59e24">d207b59</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] exempt
bit shift operators (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7074">#7074</a>)
(<a
href="b3e0e7571f">b3e0e75</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle
case when type of left side is null or undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7225">#7225</a>)
(<a
href="b62affe8dd">b62affe</a>)</li>
<li><strong>eslint-plugin:</strong> use a default export for the rules
type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7266">#7266</a>)
(<a
href="af77a1d33f">af77a1d</a>)</li>
<li><strong>typescript-estree:</strong> fix TSNode type error on old ts
versions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7267">#7267</a>)
(<a
href="f2aed1bee1">f2aed1b</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [class-methods-use-this] add
extension rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6457">#6457</a>)
(<a
href="18ea3b1f89">18ea3b1</a>)</li>
<li><strong>eslint-plugin:</strong> sync getFunctionHeadLoc
implementation with upstream (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7260">#7260</a>)
(<a
href="f81314731c">f813147</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v6.1.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a>
(2023-07-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from
undefined predicate.ignore (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>)
(<a
href="d368164478">d368164</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] false
negative calling .then with second argument undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>)
(<a
href="606a52cefc">606a52c</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] finally
should be transparent to unhandled promises (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>)
(<a
href="2a4421ccf0">2a4421c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint]
correctly fix in cts/mts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>)
(<a
href="14047963d7">1404796</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] check if any
variable definition is exported (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>)
(<a
href="587ac306d9">587ac30</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
<li><strong>eslint-plugin:</strong> fix schemas across several rules and
add schema tests (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>)
(<a
href="dd31bed1e9">dd31bed</a>)</li>
<li><strong>eslint-plugin:</strong> include the rules types in the
package (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>)
(<a
href="a3da11d09b">a3da11d</a>)</li>
<li><strong>typescript-estree:</strong> remove ts.sys watch program
override (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7252">#7252</a>)
(<a
href="41d6e9d6c0">41d6e9d</a>)</li>
<li><strong>utils:</strong> accept null as default option in
<code>applyDefault</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6724">#6724</a>)
(<a
href="841889f6bb">841889f</a>)</li>
</ul>
<h3>Features</h3>
<!-- 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>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.2.0...v6.2.1">6.2.1</a>
(2023-07-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-inferrable-types] apply also for
parameter properties (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7288">#7288</a>)
(<a
href="67f93b19f2">67f93b1</a>)</li>
<li><strong>scope-manager:</strong> correct decorators(.length) check in
ClassVisitor for methods (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7334">#7334</a>)
(<a
href="abbb6c2c6d">abbb6c2</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.1.0...v6.2.0">6.2.0</a>
(2023-07-24)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [member-ordering] account for
repeated names (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6864">#6864</a>)
(<a
href="d207b59e24">d207b59</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] exempt
bit shift operators (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7074">#7074</a>)
(<a
href="b3e0e7571f">b3e0e75</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] handle
case when type of left side is null or undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7225">#7225</a>)
(<a
href="b62affe8dd">b62affe</a>)</li>
<li><strong>eslint-plugin:</strong> use a default export for the rules
type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7266">#7266</a>)
(<a
href="af77a1d33f">af77a1d</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [class-methods-use-this] add
extension rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6457">#6457</a>)
(<a
href="18ea3b1f89">18ea3b1</a>)</li>
<li><strong>eslint-plugin:</strong> sync getFunctionHeadLoc
implementation with upstream (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7260">#7260</a>)
(<a
href="f81314731c">f813147</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.0.0...v6.1.0">6.1.0</a>
(2023-07-17)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [comma-dangle] fixed crash from
undefined predicate.ignore (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7223">#7223</a>)
(<a
href="d368164478">d368164</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] false
negative calling .then with second argument undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6881">#6881</a>)
(<a
href="606a52cefc">606a52c</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6850">#6850</a></li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] finally
should be transparent to unhandled promises (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7092">#7092</a>)
(<a
href="2a4421ccf0">2a4421c</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-constraint]
correctly fix in cts/mts files (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6795">#6795</a>)
(<a
href="14047963d7">1404796</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] check if any
variable definition is exported (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6873">#6873</a>)
(<a
href="587ac306d9">587ac30</a>),
closes <a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6188">#6188</a></li>
<li><strong>eslint-plugin:</strong> fix schemas across several rules and
add schema tests (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6947">#6947</a>)
(<a
href="dd31bed1e9">dd31bed</a>)</li>
<li><strong>eslint-plugin:</strong> include the rules types in the
package (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7215">#7215</a>)
(<a
href="a3da11d09b">a3da11d</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="948b061462"><code>948b061</code></a>
chore: publish v6.2.1</li>
<li><a
href="03df26d6d3"><code>03df26d</code></a>
docs: explain no-unused-vars advantages over TypeScript (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7347">#7347</a>)</li>
<li><a
href="abbb6c2c6d"><code>abbb6c2</code></a>
fix(scope-manager): correct decorators(.length) check in ClassVisitor
for met...</li>
<li><a
href="67f93b19f2"><code>67f93b1</code></a>
fix(eslint-plugin): [no-inferrable-types] apply also for parameter
properties...</li>
<li><a
href="6addee9b4e"><code>6addee9</code></a>
docs: remove unnecessary Examples headings from extension rule docs (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7345">#7345</a>)</li>
<li><a
href="1b8e0bc602"><code>1b8e0bc</code></a>
chore: enabled no-else-return internally (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7340">#7340</a>)</li>
<li><a
href="a56af12b83"><code>a56af12</code></a>
chore(deps): update dependency <code>@​eslint-community/regexpp</code>
to v4.6.0 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7311">#7311</a>)</li>
<li><a
href="695b9b40ed"><code>695b9b4</code></a>
docs: add await keyword in correct example of no-floating-promises.md
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7302">#7302</a>)</li>
<li><a
href="c869aa1792"><code>c869aa1</code></a>
chore: publish v6.2.0</li>
<li><a
href="af77a1d33f"><code>af77a1d</code></a>
fix(eslint-plugin): use a default export for the rules type (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7266">#7266</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=5.59.2&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-08-07 07:56:38 +02:00
dependabot[bot]
98eb21cf96 Bump prettier from 2.8.8 to 3.0.1 in /frontend (#242)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to
3.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/releases">prettier's
releases</a>.</em></p>
<blockquote>
<h2>3.0.1</h2>
<p>🔗 <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#301">Changelog</a></p>
<h2>3.0.0</h2>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.6...3.0.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2023/07/05/3.0.0.html">Release
note</a></p>
<h2>3.0.0-alpha.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>.d.ts</code> files of plugins to use <code>export
default ...</code> by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/14435">prettier/prettier#14435</a></li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6">https://github.com/prettier/prettier/compare/3.0.0-alpha.5...3.0.0-alpha.6</a></p>
<h2>3.0.0-alpha.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>.d.ts</code> files by <a
href="https://github.com/sosukesuzuki"><code>@​sosukesuzuki</code></a>
in <a
href="https://redirect.github.com/prettier/prettier/pull/14212">prettier/prettier#14212</a></li>
<li>Support TypeScript 5 via <code>babel-ts</code> parser by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/14391">prettier/prettier#14391</a></li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5">https://github.com/prettier/prettier/compare/3.0.0-alpha.4...3.0.0-alpha.5</a></p>
<h2>3.0.0-alpha.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Remove support for Flow comment types by <a
href="https://github.com/thorn0"><code>@​thorn0</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/13687">prettier/prettier#13687</a></li>
<li>Make <code>resolveParser</code> work like v2 by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/13732">prettier/prettier#13732</a></li>
<li>Add <code>__debug</code> apis to cjs version by <a
href="https://github.com/fisker"><code>@​fisker</code></a> in <a
href="https://redirect.github.com/prettier/prettier/pull/13731">prettier/prettier#13731</a></li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4">https://github.com/prettier/prettier/compare/3.0.0-alpha.3...3.0.0-alpha.4</a></p>
<h2>3.0.0-alpha.3</h2>
<ul>
<li>Fix <code>exports</code> field in <code>package.json</code>
file</li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3">https://github.com/prettier/prettier/compare/3.0.0-alpha.2...3.0.0-alpha.3</a></p>
<h2>3.0.0-alpha.2</h2>
<ul>
<li>Fix bundled <code>index.cjs</code> file</li>
</ul>
<p>Other changes since v2, see <a
href="https://github.com/prettier/prettier/releases/tag/3.0.0-alpha.1"><code>3.0.0-alpha.1</code>
release notes</a></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2">https://github.com/prettier/prettier/compare/3.0.0-alpha.1...3.0.0-alpha.2</a></p>
<h2>3.0.0-alpha.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's
changelog</a>.</em></p>
<blockquote>
<h1>3.0.1</h1>
<p><a
href="https://github.com/prettier/prettier/compare/3.0.0...3.0.1">diff</a></p>
<h4>Fix cursor positioning for a special case (<a
href="https://redirect.github.com/prettier/prettier/pull/14812">#14812</a>
by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="js"><code>// &lt;|&gt; is the cursor position
<p>/* Input */
// All messages are represented in JSON.
// So, the prettier.py controls a subprocess which spawns &quot;node
{this_file}&quot;.
import {&lt;|&gt;  } from &quot;fs&quot;</p>
<p>/* Prettier 3.0.0 */
// All messages are represented in JSON.
// So, the prettier.py &lt;|&gt;controls a subprocess which spawns
&quot;node {this_file}&quot;.
import {} from &quot;fs&quot;</p>
<p>/* Prettier 3.0.1 */
// All messages are represented in JSON.
// So, the prettier.py controls a subprocess which spawns &quot;node
{this_file}&quot;.
import {&lt;|&gt;} from &quot;fs&quot;
</code></pre></p>
<h4>Fix plugins/estree.d.ts to make it a module (<a
href="https://redirect.github.com/prettier/prettier/pull/15018">#15018</a>
by <a
href="https://github.com/kingyue737"><code>@​kingyue737</code></a>)</h4>
<p>Add <code>export {}</code> in <code>plugins/estree.d.ts</code> to fix
the &quot;File is not a module&quot; error</p>
<h4>Add parenthesis around leading multiline comment in return statement
(<a
href="https://redirect.github.com/prettier/prettier/pull/15037">#15037</a>
by <a href="https://github.com/auvred"><code>@​auvred</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="jsx"><code>// Input
function fn() {
  return (
    /**
     * @type {...}
     */ expresssion
  )
}
<p>// Prettier 3.0.0
function fn() {
return /**</p>
<ul>
<li><a href="https://github.com/type"><code>@​type</code></a> {...}
*/ expresssion;
}</li>
</ul>
<p>&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="afee0db664"><code>afee0db</code></a>
Release 3.0.1</li>
<li><a
href="c3d53dce7e"><code>c3d53dc</code></a>
Fix <code>runYarn</code> function in release script (<a
href="https://redirect.github.com/prettier/prettier/issues/15200">#15200</a>)</li>
<li><a
href="825425c57f"><code>825425c</code></a>
chore(deps): update dependency eslint-plugin-import to v2.28.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/15184">#15184</a>)</li>
<li><a
href="448217df22"><code>448217d</code></a>
chore(deps): update dependency eslint to v8.46.0 (<a
href="https://redirect.github.com/prettier/prettier/issues/15182">#15182</a>)</li>
<li><a
href="f35e9e6bab"><code>f35e9e6</code></a>
chore(deps): update dependency <code>@​angular/compiler</code> to
v16.1.7 (<a
href="https://redirect.github.com/prettier/prettier/issues/15173">#15173</a>)</li>
<li><a
href="d14e893147"><code>d14e893</code></a>
chore(deps): update dependency c8 to v8.0.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/15174">#15174</a>)</li>
<li><a
href="c44d4b761e"><code>c44d4b7</code></a>
chore(deps): update dependency eslint-plugin-react to v7.33.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/15176">#15176</a>)</li>
<li><a
href="57e8c87506"><code>57e8c87</code></a>
chore(deps): update dependency esbuild to v0.18.17 (<a
href="https://redirect.github.com/prettier/prettier/issues/15175">#15175</a>)</li>
<li><a
href="36c3738aa9"><code>36c3738</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v48.0.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/15177">#15177</a>)</li>
<li><a
href="2d274dfcdd"><code>2d274df</code></a>
chore(deps): update dependency flow-parser to v0.213.1 (<a
href="https://redirect.github.com/prettier/prettier/issues/15178">#15178</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/prettier/prettier/compare/2.8.8...3.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.8.8&new-version=3.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-08-07 07:56:09 +02:00
dependabot[bot]
6b270bb4fe Bump semver from 6.3.0 to 6.3.1 in /frontend (#236)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05 16:13:06 +02:00
dependabot[bot]
85240e2245 Bump semver from 5.7.1 to 5.7.2 in /docs (#237)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05 16:12:54 +02:00
dependabot[bot]
457c217743 Bump word-wrap from 1.2.3 to 1.2.5 in /frontend (#240)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05 16:12:45 +02:00
Erik Vroon
17dc9e306d Use pydantic v1 (#239) 2023-08-05 16:07:27 +02:00
Erik Vroon
d0cacc1130 Update mypy requirement (#235) 2023-07-02 10:13:09 +02:00
dependabot[bot]
9cc135ce69 Update mypy requirement from 1.4.0 to 1.4.1 in /backend (#234)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-01 10:41:34 +02:00
dependabot[bot]
3bf9863a70 Update mypy requirement from 1.3.0 to 1.4.0 in /backend (#233)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-21 08:57:33 +02:00
dependabot[bot]
1709a46493 Bump docker/metadata-action from 4.5.0 to 4.6.0 (#232)
Bumps
[docker/metadata-action](https://github.com/docker/metadata-action) from
4.5.0 to 4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/metadata-action/releases">docker/metadata-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.0</h2>
<ul>
<li>Dedup and sort labels by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/metadata-action/pull/301">docker/metadata-action#301</a></li>
<li>Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0 in <a
href="https://redirect.github.com/docker/metadata-action/pull/302">docker/metadata-action#302</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0">https://github.com/docker/metadata-action/compare/v4.5.0...v4.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="818d4b7b91"><code>818d4b7</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/302">#302</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="948134af5e"><code>948134a</code></a>
update generated content</li>
<li><a
href="ef7eee951a"><code>ef7eee9</code></a>
enable comments to avoid breaking change with current impl</li>
<li><a
href="8ec80c3be6"><code>8ec80c3</code></a>
Bump <code>@​docker/actions-toolkit</code> from 0.3.0 to 0.5.0</li>
<li><a
href="38650bbf6b"><code>38650bb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/301">#301</a>
from crazy-max/dedup-labels</li>
<li><a
href="ebbd9b4df7"><code>ebbd9b4</code></a>
update generated content</li>
<li><a
href="2dadb92b6b"><code>2dadb92</code></a>
dedup and sort labels</li>
<li>See full diff in <a
href="2c0bd771b4...818d4b7b91">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/metadata-action&package-manager=github_actions&previous-version=4.5.0&new-version=4.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-06-14 08:09:21 +02:00
dependabot[bot]
3bb4594f5f Bump docker/build-push-action from 4.0.0 to 4.1.0 (#231)
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action)
from 4.0.0 to 4.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.0</h2>
<blockquote>
<p><strong>Note</strong></p>
<p>Buildx v0.10 enables support for a minimal <a
href="https://slsa.dev/provenance/">SLSA Provenance</a> attestation,
which requires support for <a
href="https://github.com/opencontainers/image-spec">OCI-compliant</a>
multi-platform images. This may introduce issues with registry and
runtime support (e.g. <a
href="https://redirect.github.com/docker/buildx/issues/1533">Google
Cloud Run and AWS Lambda</a>). You can optionally disable the default
provenance attestation functionality using <code>provenance:
false</code>.</p>
</blockquote>
<ul>
<li>Switch to actions-toolkit implementation by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/811">docker/build-push-action#811</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/838">docker/build-push-action#838</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/855">docker/build-push-action#855</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/860">docker/build-push-action#860</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/875">docker/build-push-action#875</a></li>
<li>e2e: quay.io by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/799">docker/build-push-action#799</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/805">docker/build-push-action#805</a></li>
<li>e2e: local harbor and nexus by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/800">docker/build-push-action#800</a></li>
<li>e2e: add artifactory container registry to test against by <a
href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/804">docker/build-push-action#804</a></li>
<li>e2e: add distribution tests by <a
href="https://github.com/jedevc"><code>@​jedevc</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/814">docker/build-push-action#814</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/815">docker/build-push-action#815</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0">https://github.com/docker/build-push-action/compare/v4.0.0...v4.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="44ea916f6c"><code>44ea916</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/875">#875</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="0167eef179"><code>0167eef</code></a>
update generated content</li>
<li><a
href="91bf8bfc4d"><code>91bf8bf</code></a>
chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.2.0 to
0.3.0</li>
<li><a
href="a799b4decf"><code>a799b4d</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/860">#860</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="87480bdf69"><code>87480bd</code></a>
update generated content</li>
<li><a
href="f9efed53cc"><code>f9efed5</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/871">#871</a>
from dvdksn/fix/secret-example-link</li>
<li><a
href="3580b78e04"><code>3580b78</code></a>
fix: broken link to secret example docs</li>
<li><a
href="91df6b874e"><code>91df6b8</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/859">#859</a>
from docker/dependabot/github_actions/docker/bake-act...</li>
<li><a
href="ea92b18afb"><code>ea92b18</code></a>
chore(deps): Bump <code>@​docker/actions-toolkit</code> from 0.1.0 to
0.2.0</li>
<li><a
href="6f91eb31f7"><code>6f91eb3</code></a>
chore(deps): Bump docker/bake-action from 2 to 3</li>
<li>Additional commits viewable in <a
href="3b5e8027fc...44ea916f6c">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/build-push-action&package-manager=github_actions&previous-version=4.0.0&new-version=4.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-06-12 07:44:31 +02:00
dependabot[bot]
206f6cdf60 Bump jest and @types/jest in /frontend (#230)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Vroon <erik.vroon@channable.com>
2023-06-08 20:20:36 +02:00
dependabot[bot]
0d1d1f80d5 Bump docker/login-action from 2.1.0 to 2.2.0 (#228)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 09:26:13 +02:00
dependabot[bot]
ae71df80ac Bump docker/metadata-action from 4.4.0 to 4.5.0 (#229)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-08 09:25:57 +02:00
dependabot[bot]
e92964ee44 Bump ts-jest from 27.1.5 to 29.1.0 in /frontend (#227)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.5 to
29.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/releases">ts-jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.1.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.5</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.4</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.3</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.2</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.1</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.0-next.1</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v29.0.0-next.0</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v28.0.8</h2>
<p>Please refer to <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v28.0.7</h2>
<p>No release notes provided.</p>
<h2>v28.0.6</h2>
<p>No release notes provided.</p>
<h2>v28.0.5</h2>
<p>No release notes provided.</p>
<h2>v28.0.4</h2>
<p>No release notes provided.</p>
<h2>v28.0.3</h2>
<p>No release notes provided.</p>
<h2>v28.0.2</h2>
<p>No release notes provided.</p>
<h2>v28.0.1</h2>
<p>No release notes provided.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md">ts-jest's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.0.5...v29.1.0">29.1.0</a>
(2023-03-26)</h1>
<h3>Features</h3>
<ul>
<li>Support TypeScript 5.x (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4064">#4064</a>)
(<a
href="87f27821db">db98cc9</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4048">#4048</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.0.4...v29.0.5">29.0.5</a>
(2023-01-13)</h2>
<h3>Reverts</h3>
<ul>
<li>Revert &quot;fix(transformer): don't use cache when
<code>tsJestConfig</code> is different (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3966">#3966</a>)&quot;
(<a
href="185eb189d7">185eb18</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3966">#3966</a></li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.0.3...v29.0.4">29.0.4</a>
(2023-01-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>transformer:</strong> don't use cache when
<code>tsJestConfig</code> is different (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3966">#3966</a>)
(<a
href="a445638ca6">a445638</a>)</li>
<li>bump <code>json5</code> to <code>2.2.3</code> (<a
href="https://redirect.github.com/kulshekhar/ts-jest/pull/3976">#3976</a>)(<a
href="b9f7809948">b9f7809</a>)</li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.0.2...v29.0.3">29.0.3</a>
(2022-09-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>merge config from <code>globals</code> with transformer config
correctly (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3842">#3842</a>)
(<a
href="9c9fd6097a">9c9fd60</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3841">#3841</a></li>
<li><strong>presets:</strong> allow merging transform config when using
presets (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3833">#3833</a>)
(<a
href="afc6a948b1">afc6a94</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add <code>useESM</code> option to
<code>pathsToModuleNameMapper</code> options (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3792">#3792</a>)
(<a
href="eabe906e1d">eabe906</a>)</li>
</ul>
<h2><a
href="https://github.com/kulshekhar/ts-jest/compare/v29.0.1...v29.0.2">29.0.2</a>
(2022-09-23)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>mark <code>ts-jest</code> as optional in <code>ConfigGlobals</code>
(<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3816">#3816</a>)
(<a
href="cbb88bba34">cbb88bb</a>),
closes <a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3815">#3815</a></li>
<li>use correct typings for <code>config:init</code> command (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/3825">#3825</a>)
(<a
href="21b94dbca2">21b94db</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f208af917e"><code>f208af9</code></a>
chore(release): 29.1.0 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4070">#4070</a>)</li>
<li><a
href="eca695f713"><code>eca695f</code></a>
build(deps): Update dependency <code>@​types/node</code> to v18.15.11
(<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4072">#4072</a>)</li>
<li><a
href="4dfe2748ec"><code>4dfe274</code></a>
build(deps): Update dependency eslint to ^8.37.0 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4073">#4073</a>)</li>
<li><a
href="19aedc2b1b"><code>19aedc2</code></a>
build(deps): Update <a
href="https://github.com/types"><code>@​types</code></a> packages to
^5.57.0 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4071">#4071</a>)</li>
<li><a
href="ca386468bb"><code>ca38646</code></a>
build(deps): Update dependency <code>@​types/node</code> to v18.15.10
(<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4068">#4068</a>)</li>
<li><a
href="c3af9e9ebc"><code>c3af9e9</code></a>
build(deps): Update dependency esbuild to ~0.17.14 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4069">#4069</a>)</li>
<li><a
href="87f27821db"><code>87f2782</code></a>
build(deps): update dependency typescript to v5 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4064">#4064</a>)</li>
<li><a
href="40c981c092"><code>40c981c</code></a>
build(deps): Update dependency prettier to ^2.8.7 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4067">#4067</a>)</li>
<li><a
href="f2374aa7a2"><code>f2374aa</code></a>
build(deps): Update dependency esbuild to ~0.17.13 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4066">#4066</a>)</li>
<li><a
href="b0052bb012"><code>b0052bb</code></a>
build(deps): Update dependency <code>@​types/node</code> to v18.15.9 (<a
href="https://redirect.github.com/kulshekhar/ts-jest/issues/4065">#4065</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kulshekhar/ts-jest/compare/v27.1.5...v29.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ts-jest&package-manager=npm_and_yarn&previous-version=27.1.5&new-version=29.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-06-07 07:48:11 +02:00
Erik Vroon
e0b44365f5 Fix config for prod and demo (#225) v0.1.6 2023-05-20 19:55:00 +02:00
Erik Vroon
639f067549 Fix draft round selection (#224) 2023-05-20 18:42:38 +02:00
Erik Vroon
7d706ddca8 Disable user creation while in beta (#222) 2023-05-19 20:35:21 +02:00
Erik Vroon
9a76f0176a Fix dummy insertions in create-dev-db cmd (#221) 2023-05-19 19:51:16 +02:00
Erik Vroon
c36efb1baa Fix create round request (#220) 2023-05-19 18:26:48 +02:00
Erik Vroon
47f3815ce6 Fix rounds dependency and disallow deletion of active stages (#218) v0.1.5 2023-05-19 16:48:48 +02:00
Erik Vroon
e4c8d716f0 Add stages modal (#217) 2023-05-19 15:44:14 +02:00
Erik Vroon
50d868358a Select active stage by default (#215) 2023-05-19 12:52:49 +02:00
Erik Vroon
8b81f0e54d Add run.sh to run both backend and frontend (#216) 2023-05-19 11:59:49 +02:00
dependabot[bot]
b3ef9bf43a Bump typescript from 4.9.5 to 5.0.4 in /frontend (#214)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5
to 5.0.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.0.4</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.3 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.4%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.4 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.0.3</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.2 (Stable)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.3 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.0</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+">fixed
issues query for Typescript v5.0.2 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.0 RC</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-rc/">release
announcement</a>.</p>
<h2>TypeScript 5.0 Beta</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3b45f4db12"><code>3b45f4d</code></a>
Bump version to 5.0.4 and LKG</li>
<li><a
href="dc7e5a738a"><code>dc7e5a7</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53599">#53599</a>
(Ignore <code>allowImportingTsExtensions</code>...) into release-5.0
(#...</li>
<li><a
href="233b4b0540"><code>233b4b0</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53611">#53611</a>
(Remove error on redundant isolatedM...) into release-5.0 (#...</li>
<li><a
href="365cb5815a"><code>365cb58</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53613">#53613</a>
(Fix Go To Source Definition in `--m...) into release-5.0 (#...</li>
<li><a
href="97dac8a261"><code>97dac8a</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53665">#53665</a>
(Fix crash when private id in array ...) into release-5.0 (#...</li>
<li><a
href="b2d5d9b13f"><code>b2d5d9b</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53666">#53666</a>
(Disable JSX recovery hack when in u...) into release-5.0 (#...</li>
<li><a
href="0e198c2c1d"><code>0e198c2</code></a>
Bump version to 5.0.3 and LKG</li>
<li><a
href="111df34f41"><code>111df34</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53207">#53207</a>
(Fixed symbol declarations for gener...) into release-5.0 (#...</li>
<li><a
href="1e70bb8dc4"><code>1e70bb8</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53481">#53481</a>
(Retry string completions from the i...) into release-5.0 (#...</li>
<li><a
href="7e093f072b"><code>7e093f0</code></a>
🤖 Pick PR <a
href="https://redirect.github.com/Microsoft/TypeScript/issues/53351">#53351</a>
(Fix subtype reduction involving typ...) into release-5.0 (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=4.9.5&new-version=5.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-18 09:36:28 +02:00
Erik Vroon
1d753f9589 Add warning to README.md about state of project (#213) 2023-05-17 09:45:28 +02:00
dependabot[bot]
367485e44e Update mypy requirement from 1.2.1 to 1.3.0 in /backend (#211)
Updates the requirements on [mypy](https://github.com/python/mypy) to
permit the latest version.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/python/mypy/commits/v1.3.0">compare
view</a></li>
</ul>
</details>
<br />


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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-11 09:03:28 +02:00
Erik Vroon
a24766c210 Display stage name and select active stage by default (#210) 2023-05-09 21:31:27 +02:00
dependabot[bot]
a978f12fc8 Bump @types/node from 18.16.3 to 20.1.0 in /frontend (#209)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 18.16.3 to 20.1.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.16.3&new-version=20.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-08 07:45:25 +02:00
Erik Vroon
49f7431893 Revert "Bump @mdx-js/react from 1.6.22 to 2.3.0 in /docs (#207)"
This reverts commit 0e888f14a5.
2023-05-04 18:40:35 +02:00
Erik Vroon
99010eb541 Disable docs npm dependabot version updates 2023-05-04 18:40:11 +02:00
dependabot[bot]
0e888f14a5 Bump @mdx-js/react from 1.6.22 to 2.3.0 in /docs (#207)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 18:20:25 +02:00
Erik Vroon
4e0cbad2d7 Dependabot: daily major updates (#206) 2023-05-04 18:16:58 +02:00
dependabot[bot]
963ea2c9f3 Bump @tabler/icons from 1.119.0 to 2.17.0 in /frontend (#184)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Vroon <erik.vroon@channable.com>
v0.1.4
2023-05-02 21:49:57 +02:00
Erik Vroon
731488ec1e Stop using fixed db ids in tests (#203) 2023-05-02 21:21:59 +02:00
Erik Vroon
352f46113c Add stages in backend (#181) 2023-05-02 19:23:52 +02:00
Erik Vroon
d2fddaf0fb Add shields.io badges (#201) 2023-05-02 19:10:28 +02:00
Erik Vroon
6780bab43f Update frontend dependencies (#200) 2023-05-02 11:02:14 +02:00
dependabot[bot]
67747bbe07 Bump axios from 1.3.4 to 1.4.0 in /frontend (#195)
Bumps [axios](https://github.com/axios/axios) from 1.3.4 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/releases">axios's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.4.0</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> add <code>multipart/form-data</code>
content type for FormData payload on custom client environments; (<a
href="https://redirect.github.com/axios/axios/issues/5678">#5678</a>)
(<a
href="bbb61e70cb">bbb61e7</a>)</li>
<li><strong>package:</strong> export package internals with unsafe path
prefix; (<a
href="https://redirect.github.com/axios/axios/issues/5677">#5677</a>)
(<a
href="df38c949f2">df38c94</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>dns:</strong> added support for a custom lookup function;
(<a
href="https://redirect.github.com/axios/axios/issues/5339">#5339</a>)
(<a
href="2701911260">2701911</a>)</li>
<li><strong>types:</strong> export <code>AxiosHeaderValue</code> type.
(<a
href="https://redirect.github.com/axios/axios/issues/5525">#5525</a>)
(<a
href="726f1c8e00">726f1c8</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>merge-config:</strong> optimize mergeConfig performance by
avoiding duplicate key visits; (<a
href="https://redirect.github.com/axios/axios/issues/5679">#5679</a>)
(<a
href="e6f7053bf1">e6f7053</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+151/-16
([#5684](https://github.com/axios/axios/issues/5684)
[#5339](https://github.com/axios/axios/issues/5339)
[#5679](https://github.com/axios/axios/issues/5679)
[#5678](https://github.com/axios/axios/issues/5678)
[#5677](https://github.com/axios/axios/issues/5677) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a
href="https://github.com/arthurfiorette" title="+19/-19
([#5525](https://github.com/axios/axios/issues/5525) )">Arthur
Fiorette</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/npiyush97"
title="+2/-18 ([#5670](https://github.com/axios/axios/issues/5670)
)">PIYUSH NEGI</a></li>
</ul>
<h2>Release v1.3.6</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> added transport to RawAxiosRequestConfig (<a
href="https://redirect.github.com/axios/axios/issues/5445">#5445</a>)
(<a
href="6f360a2531">6f360a2</a>)</li>
<li><strong>utils:</strong> make isFormData detection logic stricter to
avoid unnecessary calling of the <code>toString</code> method on the
target; (<a
href="https://redirect.github.com/axios/axios/issues/5661">#5661</a>)
(<a
href="aa372f7306">aa372f7</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+48/-10
([#5665](https://github.com/axios/axios/issues/5665)
[#5661](https://github.com/axios/axios/issues/5661)
[#5663](https://github.com/axios/axios/issues/5663) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Cadienvan"
title="+2/-0 ([#5445](https://github.com/axios/axios/issues/5445)
)">Michael Di Prisco</a></li>
</ul>
<h2>Release v1.3.5</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>headers:</strong> fixed isValidHeaderName to support full
list of allowed characters; (<a
href="https://redirect.github.com/axios/axios/issues/5584">#5584</a>)
(<a
href="e7decef6a9">e7decef</a>)</li>
<li><strong>params:</strong> re-added the ability to set the function as
<code>paramsSerializer</code> config; (<a
href="https://redirect.github.com/axios/axios/issues/5633">#5633</a>)
(<a
href="a56c866120">a56c866</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+28/-10
([#5633](https://github.com/axios/axios/issues/5633)
[#5584](https://github.com/axios/axios/issues/5584) )">Dmitriy
Mozgovoy</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/axios/axios/compare/v1.3.6...v1.4.0">1.4.0</a>
(2023-04-27)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>formdata:</strong> add <code>multipart/form-data</code>
content type for FormData payload on custom client environments; (<a
href="https://redirect.github.com/axios/axios/issues/5678">#5678</a>)
(<a
href="bbb61e70cb">bbb61e7</a>)</li>
<li><strong>package:</strong> export package internals with unsafe path
prefix; (<a
href="https://redirect.github.com/axios/axios/issues/5677">#5677</a>)
(<a
href="df38c949f2">df38c94</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>dns:</strong> added support for a custom lookup function;
(<a
href="https://redirect.github.com/axios/axios/issues/5339">#5339</a>)
(<a
href="2701911260">2701911</a>)</li>
<li><strong>types:</strong> export <code>AxiosHeaderValue</code> type.
(<a
href="https://redirect.github.com/axios/axios/issues/5525">#5525</a>)
(<a
href="726f1c8e00">726f1c8</a>)</li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li><strong>merge-config:</strong> optimize mergeConfig performance by
avoiding duplicate key visits; (<a
href="https://redirect.github.com/axios/axios/issues/5679">#5679</a>)
(<a
href="e6f7053bf1">e6f7053</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+151/-16
([#5684](https://github.com/axios/axios/issues/5684)
[#5339](https://github.com/axios/axios/issues/5339)
[#5679](https://github.com/axios/axios/issues/5679)
[#5678](https://github.com/axios/axios/issues/5678)
[#5677](https://github.com/axios/axios/issues/5677) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a
href="https://github.com/arthurfiorette" title="+19/-19
([#5525](https://github.com/axios/axios/issues/5525) )">Arthur
Fiorette</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/npiyush97"
title="+2/-18 ([#5670](https://github.com/axios/axios/issues/5670)
)">PIYUSH NEGI</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.5...v1.3.6">1.3.6</a>
(2023-04-19)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> added transport to RawAxiosRequestConfig (<a
href="https://redirect.github.com/axios/axios/issues/5445">#5445</a>)
(<a
href="6f360a2531">6f360a2</a>)</li>
<li><strong>utils:</strong> make isFormData detection logic stricter to
avoid unnecessary calling of the <code>toString</code> method on the
target; (<a
href="https://redirect.github.com/axios/axios/issues/5661">#5661</a>)
(<a
href="aa372f7306">aa372f7</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+48/-10
([#5665](https://github.com/axios/axios/issues/5665)
[#5661](https://github.com/axios/axios/issues/5661)
[#5663](https://github.com/axios/axios/issues/5663) )">Dmitriy
Mozgovoy</a></li>
<li><!-- raw HTML omitted --> <a href="https://github.com/Cadienvan"
title="+2/-0 ([#5445](https://github.com/axios/axios/issues/5445)
)">Michael Di Prisco</a></li>
</ul>
<h2><a
href="https://github.com/axios/axios/compare/v1.3.4...v1.3.5">1.3.5</a>
(2023-04-05)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>headers:</strong> fixed isValidHeaderName to support full
list of allowed characters; (<a
href="https://redirect.github.com/axios/axios/issues/5584">#5584</a>)
(<a
href="e7decef6a9">e7decef</a>)</li>
<li><strong>params:</strong> re-added the ability to set the function as
<code>paramsSerializer</code> config; (<a
href="https://redirect.github.com/axios/axios/issues/5633">#5633</a>)
(<a
href="a56c866120">a56c866</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><!-- raw HTML omitted --> <a
href="https://github.com/DigitalBrainJS" title="+28/-10
([#5633](https://github.com/axios/axios/issues/5633)
[#5584](https://github.com/axios/axios/issues/5584) )">Dmitriy
Mozgovoy</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="21a5ad34c4"><code>21a5ad3</code></a>
chore(release): v1.4.0 (<a
href="https://redirect.github.com/axios/axios/issues/5683">#5683</a>)</li>
<li><a
href="d627610d0c"><code>d627610</code></a>
chore(utils): refactored isAsyncFn util to avoid inlining additional
Babel he...</li>
<li><a
href="e18fdd893d"><code>e18fdd8</code></a>
refactor: remove deprecated url-search-params polyfill for
URLSearchParams (#...</li>
<li><a
href="726f1c8e00"><code>726f1c8</code></a>
feat(types): export <code>AxiosHeaderValue</code> type. (<a
href="https://redirect.github.com/axios/axios/issues/5525">#5525</a>)</li>
<li><a
href="2701911260"><code>2701911</code></a>
feat(dns): added support for a custom lookup function; (<a
href="https://redirect.github.com/axios/axios/issues/5339">#5339</a>)</li>
<li><a
href="e6f7053bf1"><code>e6f7053</code></a>
perf(merge-config): optimize mergeConfig performance by avoiding
duplicate ke...</li>
<li><a
href="bbb61e70cb"><code>bbb61e7</code></a>
fix(formdata): add <code>multipart/form-data</code> content type for
FormData payload on...</li>
<li><a
href="df38c949f2"><code>df38c94</code></a>
fix(package): export package internals with unsafe path prefix; (<a
href="https://redirect.github.com/axios/axios/issues/5677">#5677</a>)</li>
<li><a
href="59eb991835"><code>59eb991</code></a>
chore(release): v1.3.6 (<a
href="https://redirect.github.com/axios/axios/issues/5666">#5666</a>)</li>
<li><a
href="1b8cc3b02b"><code>1b8cc3b</code></a>
chore(template): improve issue template; (<a
href="https://redirect.github.com/axios/axios/issues/5665">#5665</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/axios/axios/compare/v1.3.4...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.3.4&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-01 07:52:59 +02:00
dependabot[bot]
8f3093c1a6 Bump @testing-library/dom from 9.0.0 to 9.2.0 in /frontend (#194)
Bumps
[@testing-library/dom](https://github.com/testing-library/dom-testing-library)
from 9.0.0 to 9.2.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.2.0</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v9.1.0...v9.2.0">9.2.0</a>
(2023-03-24)</h1>
<h3>Features</h3>
<ul>
<li><strong>ByRole:</strong> Allow filter by value state (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1223">#1223</a>)
(<a
href="eadf748543">eadf748</a>)</li>
</ul>
<h2>v9.1.0</h2>
<h1><a
href="https://github.com/testing-library/dom-testing-library/compare/v9.0.1...v9.1.0">9.1.0</a>
(2023-03-24)</h1>
<h3>Features</h3>
<ul>
<li><strong>ByRole:</strong> Allow filter by busy state (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1222">#1222</a>)
(<a
href="8c40a218a2">8c40a21</a>)</li>
</ul>
<h2>v9.0.1</h2>
<h2><a
href="https://github.com/testing-library/dom-testing-library/compare/v9.0.0...v9.0.1">9.0.1</a>
(2023-03-08)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure MIT licensed lz-string is used (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1219">#1219</a>)
(<a
href="4da0f39ae4">4da0f39</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="eadf748543"><code>eadf748</code></a>
feat(ByRole): Allow filter by value state (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1223">#1223</a>)</li>
<li><a
href="8c40a218a2"><code>8c40a21</code></a>
feat(ByRole): Allow filter by busy state (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1222">#1222</a>)</li>
<li><a
href="fb069c9398"><code>fb069c9</code></a>
test: Improve test perf for suggestion tests (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1220">#1220</a>)</li>
<li><a
href="3f6454589c"><code>3f64545</code></a>
test: add missing test for suggestions (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1215">#1215</a>)</li>
<li><a
href="4da0f39ae4"><code>4da0f39</code></a>
fix: Ensure MIT licensed lz-string is used (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1219">#1219</a>)</li>
<li><a
href="d1ff495499"><code>d1ff495</code></a>
chore: Allow semantic-release to post updates in issues (<a
href="https://redirect.github.com/testing-library/dom-testing-library/issues/1214">#1214</a>)</li>
<li>See full diff in <a
href="https://github.com/testing-library/dom-testing-library/compare/v9.0.0...v9.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/dom&package-manager=npm_and_yarn&previous-version=9.0.0&new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-01 07:52:51 +02:00
dependabot[bot]
e35e3237e3 Bump @types/react from 18.0.28 to 18.2.0 in /frontend (#193)
Bumps
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
from 18.0.28 to 18.2.0.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.0.28&new-version=18.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot 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-05-01 07:52:40 +02:00
dependabot[bot]
a708e10b89 Bump swr from 2.0.4 to 2.1.5 in /frontend (#192)
Bumps [swr](https://github.com/vercel/swr) from 2.0.4 to 2.1.5.
<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.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: missing interop helpers in bundle by <a
href="https://github.com/huozhi"><code>@​huozhi</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2582">vercel/swr#2582</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/swr/compare/v2.1.4...v2.1.5">https://github.com/vercel/swr/compare/v2.1.4...v2.1.5</a></p>
<h2>v2.1.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgrade bundler by <a
href="https://github.com/huozhi"><code>@​huozhi</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2557">vercel/swr#2557</a></li>
<li>examples: fix invalid links by <a
href="https://github.com/fxOne"><code>@​fxOne</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2559">vercel/swr#2559</a></li>
<li>types: Allow auto-import by improving generated types by <a
href="https://github.com/oosawy"><code>@​oosawy</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2563">vercel/swr#2563</a></li>
<li>fix: pass serialized args to preload fetcher by <a
href="https://github.com/oosawy"><code>@​oosawy</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2564">vercel/swr#2564</a></li>
<li>chore: use provenance for release by <a
href="https://github.com/HerringtonDarkholme"><code>@​HerringtonDarkholme</code></a>
in <a
href="https://redirect.github.com/vercel/swr/pull/2571">vercel/swr#2571</a></li>
<li>deps: update <code>@​testing-library/react</code> to v14 by <a
href="https://github.com/koba04"><code>@​koba04</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2578">vercel/swr#2578</a></li>
<li>fix: Fix dependency tracking and useSES bug by <a
href="https://github.com/shuding"><code>@​shuding</code></a> and <a
href="https://github.com/promer94"><code>@​promer94</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2576">vercel/swr#2576</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fxOne"><code>@​fxOne</code></a> made
their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2559">vercel/swr#2559</a></li>
<li><a href="https://github.com/oosawy"><code>@​oosawy</code></a> made
their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2563">vercel/swr#2563</a></li>
<li><a
href="https://github.com/HerringtonDarkholme"><code>@​HerringtonDarkholme</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2571">vercel/swr#2571</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/swr/compare/v2.1.3...v2.1.4">https://github.com/vercel/swr/compare/v2.1.3...v2.1.4</a></p>
<h2>v2.1.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix <a
href="https://redirect.github.com/vercel/swr/issues/2548">#2548</a>:
pass origin key to subcription callback by <a
href="https://github.com/Zheaoli"><code>@​Zheaoli</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2550">vercel/swr#2550</a></li>
<li>Examples: fix type in axios-typescript example by <a
href="https://github.com/daochouwangu"><code>@​daochouwangu</code></a>
in <a
href="https://redirect.github.com/vercel/swr/pull/2552">vercel/swr#2552</a></li>
<li>Update Cache Interface types by <a
href="https://github.com/dmmulroy"><code>@​dmmulroy</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2554">vercel/swr#2554</a></li>
<li>fix: data passed to refreshInterval function is not latest by <a
href="https://github.com/hong24"><code>@​hong24</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2354">vercel/swr#2354</a></li>
<li>types: allow passing function as <code>Data</code> for
<code>useSWRSubscriptionOptions</code> by <a
href="https://github.com/promer94"><code>@​promer94</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2551">vercel/swr#2551</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Zheaoli"><code>@​Zheaoli</code></a> made
their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2550">vercel/swr#2550</a></li>
<li><a
href="https://github.com/daochouwangu"><code>@​daochouwangu</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2552">vercel/swr#2552</a></li>
<li><a href="https://github.com/dmmulroy"><code>@​dmmulroy</code></a>
made their first contribution in <a
href="https://redirect.github.com/vercel/swr/pull/2554">vercel/swr#2554</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/vercel/swr/compare/v2.1.2...v2.1.3">https://github.com/vercel/swr/compare/v2.1.2...v2.1.3</a></p>
<h2>v2.1.2</h2>
<h3>Patches</h3>
<ul>
<li>Improved type inferring for <code>swr/subscription</code></li>
<li>Adding <code>SWRSubscriptionOptions</code> type for
<code>swr/subscription</code></li>
</ul>
<h2>Changes</h2>
<ul>
<li>test: add typing test for empty config by <a
href="https://github.com/koba04"><code>@​koba04</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2521">vercel/swr#2521</a></li>
<li>test: fix syntax error in Equal type alias implementation by <a
href="https://github.com/SACHINnANYAKKARA"><code>@​SACHINnANYAKKARA</code></a>
in <a
href="https://redirect.github.com/vercel/swr/pull/2517">vercel/swr#2517</a></li>
<li>chore: remove engines by <a
href="https://github.com/promer94"><code>@​promer94</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2536">vercel/swr#2536</a></li>
<li>types: improve <code>useSWRSubscription</code> types by <a
href="https://github.com/promer94"><code>@​promer94</code></a> in <a
href="https://redirect.github.com/vercel/swr/pull/2535">vercel/swr#2535</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5f9923e6a7"><code>5f9923e</code></a>
2.1.5</li>
<li><a
href="c1c71bddb2"><code>c1c71bd</code></a>
fix: missing interop helpers in bundle (<a
href="https://redirect.github.com/vercel/swr/issues/2582">#2582</a>)</li>
<li><a
href="3a8de88316"><code>3a8de88</code></a>
2.1.4</li>
<li><a
href="0859b54c41"><code>0859b54</code></a>
fix: Fix dependency tracking and useSES bug (<a
href="https://redirect.github.com/vercel/swr/issues/2576">#2576</a>)</li>
<li><a
href="f8603abb88"><code>f8603ab</code></a>
deps: update <code>@​testing-library/react</code> to v14 (<a
href="https://redirect.github.com/vercel/swr/issues/2578">#2578</a>)</li>
<li><a
href="c2b2fb753a"><code>c2b2fb7</code></a>
chore: use provenance for release (<a
href="https://redirect.github.com/vercel/swr/issues/2571">#2571</a>)</li>
<li><a
href="342b82c818"><code>342b82c</code></a>
fix: pass serialized args to preload fetcher (<a
href="https://redirect.github.com/vercel/swr/issues/2564">#2564</a>)</li>
<li><a
href="a269839800"><code>a269839</code></a>
types: Allow auto-import by improving generated types (<a
href="https://redirect.github.com/vercel/swr/issues/2563">#2563</a>)</li>
<li><a
href="9371f1d063"><code>9371f1d</code></a>
examples: fix invalid links (<a
href="https://redirect.github.com/vercel/swr/issues/2559">#2559</a>)</li>
<li><a
href="17d9ff7127"><code>17d9ff7</code></a>
Upgrade bundler (<a
href="https://redirect.github.com/vercel/swr/issues/2557">#2557</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/swr/compare/v2.0.4...v2.1.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swr&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.1.5)](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-05-01 07:52:31 +02:00
Erik Vroon
7b53f890b8 Add frontend Dockerfile (#191) 2023-04-30 22:37:24 +02:00
Erik Vroon
6b1f2bc228 Extend config docs (#190) 2023-04-30 17:15:52 +02:00
Erik Vroon
23699f688e Use reloadable uvicorn worker (#189) 2023-04-29 15:03:45 +02:00
dependabot[bot]
b2d82207d4 Bump JamesIves/github-pages-deploy-action from 4.2.5 to 4.4.1 (#182)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:38:09 +02:00
dependabot[bot]
d2a2dae62c Bump docker/metadata-action from 4.3.0 to 4.4.0 (#183)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:38:00 +02:00
dependabot[bot]
0f5f629f25 Bump react-icons from 4.7.1 to 4.8.0 in /frontend (#188)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:35:17 +02:00
dependabot[bot]
fe5817209d Bump eslint from 8.38.0 to 8.39.0 in /frontend (#186)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:34:59 +02:00
dependabot[bot]
5de508172a Bump @types/node from 18.15.11 to 18.16.0 in /frontend (#185)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:34:50 +02:00