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 />
[](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 />
[](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 "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>)"
(<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 />
[](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&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&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&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&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&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&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&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&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&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&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&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&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 />
[](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 />
[](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 />
[](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 />
[](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 />
[](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 />
[](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
dependabot[bot]
48dddf2e7e
Bump @next/bundle-analyzer from 13.2.1 to 13.3.1 in /frontend ( #187 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-24 08:34:37 +02:00
Erik Vroon
39ae2470a5
Fix docs introduction ( #180 )
2023-04-18 20:58:35 +02:00
Erik Vroon
f538df9909
Fix docs base url ( #179 )
2023-04-18 20:48:56 +02:00
Erik Vroon
1dc17b0737
Fix docs workflow branch ( #178 )
2023-04-18 20:47:08 +02:00
Erik Vroon
4cffab19cf
Fix master branch name in docs workflow
2023-04-18 20:41:53 +02:00
Erik Vroon
b3892b872b
Add docusaurus docs ( #177 )
2023-04-18 20:41:07 +02:00