Erik Vroon
455a6052fd
Upgrade all docs dependencies ( #386 )
2023-12-06 22:02:31 +01:00
Erik Vroon
033e8864f2
Update all frontend dependencies ( #385 )
2023-12-06 21:56:05 +01:00
dependabot[bot]
bf1ff509e2
Bump @babel/traverse from 7.21.5 to 7.23.2 in /frontend ( #384 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 21:40:47 +01:00
Erik Vroon
2920c51d4c
Update prettier plugin ( #383 )
2023-12-06 21:35:29 +01:00
Erik Vroon
cf00344c01
Fix vertical alignment and other frontend issues ( #382 )
2023-12-06 21:27:02 +01:00
Erik Vroon
908d05e36d
Fix stage item modal: team_id should be string ( #381 )
v1.2.1
2023-12-06 15:41:39 +01:00
dependabot[bot]
35ff575b8e
Bump react-redux from 8.0.5 to 9.0.2 in /frontend ( #379 )
...
Bumps [react-redux](https://github.com/reduxjs/react-redux ) from 8.0.5
to 9.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reduxjs/react-redux/releases ">react-redux's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.2</h2>
<p>This <strong>bugfix release</strong> makes additional tweaks to the
React Native artifact filename to help resolve import and bundling
issues with RN projects.</p>
<h2>What's Changed</h2>
<ul>
<li>Change react-native output extension from <code>.mjs</code> to
<code>.js</code> by <a
href="https://github.com/aryaemami59 "><code>@aryaemami59</code></a> in
<a
href="https://redirect.github.com/reduxjs/react-redux/pull/2102 ">reduxjs/react-redux#2102</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2 ">https://github.com/reduxjs/react-redux/compare/v9.0.1...v9.0.2 </a></p>
<h2>v9.0.1</h2>
<p>This <strong>bugfix release</strong> updates the package to include a
new <code>react-redux.react-native.js</code> bundle that specifically
imports React Native, and consolidates all of the <code>'react'</code>
imports into one file to save on bundle size (and enable some tricky
React Native import handling).</p>
<h2>What's Changed</h2>
<ul>
<li>Add an RN-specific bundle and consolidate imports by <a
href="https://github.com/markerikson "><code>@markerikson</code></a> in
<a
href="https://redirect.github.com/reduxjs/react-redux/pull/2100 ">reduxjs/react-redux#2100</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1 ">https://github.com/reduxjs/react-redux/compare/v9.0.0...v9.0.1 </a></p>
<h2>v9.0.0</h2>
<p>This <strong>major release</strong>:</p>
<ul>
<li>Switches to requiring React 18 and Redux Toolkit 2.0 / Redux
5.0</li>
<li>Updates the packaging for better ESM/CJS compatibility and
modernizes the build output</li>
<li>Updates the options for dev mode checks in
<code>useSelector</code></li>
<li>Adds a new React Server Components artifact that throws on use, to
better indicate compat issues</li>
</ul>
<p>This release has <strong>breaking changes</strong>.</p>
<p>This release is part of a wave of major versions of all the Redux
packages: <strong>Redux Toolkit 2.0, Redux core 5.0, React-Redux 9.0,
Reselect 5.0, and Redux Thunk 3.0</strong>.</p>
<p>For full details on all of the breaking changes and other significant
changes to all of those packages, see the <strong><a
href="https://redux.js.org/usage/migrations/migrating-rtk-2 ">"Migrating
to RTK 2.0 and Redux 5.0" migration guide</a></strong> in the Redux
docs.</p>
<blockquote>
<p>[!NOTE]
The Redux core, Reselect, and Redux Thunk packages are included as part
of Redux Toolkit, and RTK users do not need to manually upgrade them -
you'll get them as part of the upgrade to RTK 2.0. (If you're not using
Redux Toolkit yet, <a
href="https://redux.js.org/usage/migrating-to-modern-redux "><strong>please
start migrating your existing legacy Redux code to use Redux Toolkit
today!</strong></a>)
React-Redux is a separate, package, but we expect you'll be upgrading
them together.</p>
</blockquote>
<pre lang="bash"><code># React-Redux
npm install react-redux
yarn add react-redux
<h1>RTK</h1>
<p>npm install <code>@reduxjs/toolkit</code>
yarn add <code>@reduxjs/toolkit</code></p>
<h1>Standalone Redux core</h1>
<p>npm install redux
yarn add redux
</tr></table>
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dbdac99cb7 "><code>dbdac99</code></a>
Release 9.0.2</li>
<li><a
href="fd1c0d77ed "><code>fd1c0d7</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/react-redux/issues/2102 ">#2102</a>
from aryaemami59/feature/9.0-react-native</li>
<li><a
href="c24b5ac3ee "><code>c24b5ac</code></a>
Merge branch 'master' of <a
href="https://github.com/reduxjs/react-redux ">https://github.com/reduxjs/react-redux </a>
into feature/...</li>
<li><a
href="97a7b1603d "><code>97a7b16</code></a>
Change react-native output extension from <code>.mjs</code> to
<code>.js</code></li>
<li><a
href="e215baa694 "><code>e215baa</code></a>
Replace CRA in <code>README</code> with VIte and Next (<a
href="https://redirect.github.com/reduxjs/react-redux/issues/2101 ">#2101</a>)</li>
<li><a
href="ad56bd08cc "><code>ad56bd0</code></a>
Release 9.0.1</li>
<li><a
href="11060e5193 "><code>11060e5</code></a>
Change background colour for code in blockquotes for dark themes (<a
href="https://redirect.github.com/reduxjs/react-redux/issues/2094 ">#2094</a>)</li>
<li><a
href="2c34e078d8 "><code>2c34e07</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/react-redux/issues/2100 ">#2100</a>
from reduxjs/feature/9.0-react-native</li>
<li><a
href="e5a558af9c "><code>e5a558a</code></a>
Update Redux dep</li>
<li><a
href="fd2631f861 "><code>fd2631f</code></a>
Really hack around React export</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/react-redux/compare/v8.0.5...v9.0.2 ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 08:40:06 +01:00
dependabot[bot]
f2832be726
Bump docker/metadata-action from 5.2.0 to 5.3.0 ( #377 )
...
Bumps
[docker/metadata-action](https://github.com/docker/metadata-action ) from
5.2.0 to 5.3.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>v5.3.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.14.0 to 0.15.0 in
<a
href="https://redirect.github.com/docker/metadata-action/pull/363 ">docker/metadata-action#363</a>
(fixes <a
href="https://redirect.github.com/docker/metadata-action/issues/362 ">#362</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0 ">https://github.com/docker/metadata-action/compare/v5.2.0...v5.3.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="31cebacef4 "><code>31cebac</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/363 ">#363</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="394bbab10c "><code>394bbab</code></a>
chore: update generated content</li>
<li><a
href="ee4c9054ec "><code>ee4c905</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.14.0 to
0.15.0</li>
<li>See full diff in <a
href="e6428a5c4e...31cebacef4 ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-05 07:51:02 +01:00
dependabot[bot]
4dfdbcffd5
Bump @next/eslint-plugin-next from 13.4.19 to 14.0.3 in /frontend ( #375 )
...
Bumps
[@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next )
from 13.4.19 to 14.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases "><code>@next/eslint-plugin-next</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.0.3</h2>
<h3>Core Changes</h3>
<ul>
<li>Update React from 746890329 to 0e352ea01: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58279 ">#58279</a></li>
<li>fix(turbopack): support middleware in src: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58218 ">#58218</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58317 ">#58317</a></li>
<li>Replace custom Thenable type with native Promises: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58337 ">#58337</a></li>
<li>fix(eslint): <code>next/script</code> <code>beforeInteractive</code>
gives warning on appDir: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/51148 ">#51148</a></li>
<li>fix: import antd from es in modularizeImports: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/57968 ">#57968</a></li>
<li>fix(WellKnownErrorsPlugin): avoid compilation warnings array with
empty items: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/57768 ">#57768</a></li>
<li>Add experimental support for history.pushState and
history.replaceState: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58335 ">#58335</a></li>
<li>Fix: expected "catch all routes" are not matched in
“parallel routes": <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58368 ">#58368</a></li>
<li>fix: Don't reset shallow URL updates on prefetch: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58297 ">#58297</a></li>
<li>fix: ensure batch values are sharable: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58315 ">#58315</a></li>
<li>fix incorrect fetch cache handling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58460 ">#58460</a></li>
<li>turbopack: Don't error with legacy server actions boolean: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58416 ">#58416</a></li>
<li>Update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58408 ">#58408</a></li>
<li>Upgrade vendored React: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58489 ">#58489</a></li>
<li>Apply next/font to foreign code: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58461 ">#58461</a></li>
<li>Turbopack: Use structured styled text in issue descriptions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58156 ">#58156</a></li>
<li>onHeaders updates for App Pages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58410 ">#58410</a></li>
<li>revalidate APIs should make route handlers dynamic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58466 ">#58466</a></li>
<li>remove optimistic navigation behavior when prefetch is false: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58413 ">#58413</a></li>
<li>fix: set <code>x-forwarded-host</code> based on request: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58500 ">#58500</a></li>
<li>Inline ChildProp: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58519 ">#58519</a></li>
<li>Remove client only dynamic chunks from edge bundle : <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/56761 ">#56761</a></li>
<li>tweak cache + revalidate fetch warning: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58505 ">#58505</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>remove example for router.events as it does not exist: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58286 ">#58286</a></li>
<li>chore(docs): fix typo: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58344 ">#58344</a></li>
<li>docs: Update runtime table: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58361 ">#58361</a></li>
<li>Update 08-parallel-routes.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58393 ">#58393</a></li>
<li>Docs: Update middleware example snippet: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58488 ">#58488</a></li>
<li>update meta variable to metadata variable so that the meta data
updat…: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58396 ">#58396</a></li>
<li>Update 07-error-handling.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58236 ">#58236</a></li>
<li>docs: Added Kinde auth provider: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58231 ">#58231</a></li>
<li>Update index.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58210 ">#58210</a></li>
<li>Make example of passing down a Server Action more clear: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/57972 ">#57972</a></li>
<li>docs: Fix grammar in Styling section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58071 ">#58071</a></li>
<li>docs: Fix grammar in Client Components section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58065 ">#58065</a></li>
<li>docs: Fix grammar in Dynamic Rendering section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58062 ">#58062</a></li>
<li>Docs: fix grammatical issue in "Data Fetching Patterns"
section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58056 ">#58056</a></li>
<li>Update 02-patterns.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58032 ">#58032</a></li>
<li>Update 04-ci-build-caching.mdx - Add Jenkins: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58001 ">#58001</a></li>
</ul>
<h3>Example Changes</h3>
<ul>
<li>examples: Update Middleware for CSP: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/58300 ">#58300</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="391471b315 "><code>391471b</code></a>
v14.0.3</li>
<li><a
href="32875e4fe4 "><code>32875e4</code></a>
v14.0.3-canary.12</li>
<li><a
href="c8bfda4367 "><code>c8bfda4</code></a>
v14.0.3-canary.11</li>
<li><a
href="a5515693bc "><code>a551569</code></a>
v14.0.3-canary.10</li>
<li><a
href="7281cd3fc4 "><code>7281cd3</code></a>
v14.0.3-canary.9</li>
<li><a
href="44613dc045 "><code>44613dc</code></a>
v14.0.3-canary.8</li>
<li><a
href="08e5424ddc "><code>08e5424</code></a>
v14.0.3-canary.7</li>
<li><a
href="82821c7942 "><code>82821c7</code></a>
v14.0.3-canary.6</li>
<li><a
href="d7ade76ef8 "><code>d7ade76</code></a>
v14.0.3-canary.5</li>
<li><a
href="022cb25640 "><code>022cb25</code></a>
fix(eslint): <code>next/script</code> <code>beforeInteractive</code>
gives warning on appDir (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/51148 ">#51148</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v14.0.3/packages/eslint-plugin-next ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 07:43:39 +01:00
dependabot[bot]
9bf7162917
Update pytest requirement from 7.4.2 to 7.4.3 in /backend ( #374 )
...
Updates the requirements on
[pytest](https://github.com/pytest-dev/pytest ) to permit the latest
version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases ">pytest's
releases</a>.</em></p>
<blockquote>
<h2>pytest 7.4.3 (2023-10-24)</h2>
<h2>Bug Fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/10447 ">#10447</a>:
Markers are now considered in the reverse mro order to ensure base class
markers are considered first -- this resolves a regression.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11239 ">#11239</a>:
Fixed <code>:=</code> in asserts impacting unrelated test cases.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/11439 ">#11439</a>:
Handled an edge case where :data:<code>sys.stderr</code> might already
be closed when :ref:<code>faulthandler</code> is tearing down.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2390610696 "><code>2390610</code></a>
Tweak changelog.rst</li>
<li><a
href="a0714aa007 "><code>a0714aa</code></a>
Prepare release version 7.4.3</li>
<li><a
href="44ad1c9811 "><code>44ad1c9</code></a>
[7.4.x] fix <a
href="https://redirect.github.com/pytest-dev/pytest/issues/10447 ">#10447</a>
- consider marks in reverse mro order to give base classes...</li>
<li><a
href="5dc77253d4 "><code>5dc7725</code></a>
[7.4.x] Ensure logging tests always cleanup after themselves (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11541 ">#11541</a>)</li>
<li><a
href="a517827318 "><code>a517827</code></a>
[7.4.x] Configure ReadTheDocs to fail on warnings (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11540 ">#11540</a>)</li>
<li><a
href="21fe071d79 "><code>21fe071</code></a>
[7.4.x] fix for ValueError raised in faulthandler teardown code (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11455 ">#11455</a>)</li>
<li><a
href="f8bb8572fe "><code>f8bb857</code></a>
Force terminal width when running tests (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11425 ">#11425</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11432 ">#11432</a>)</li>
<li><a
href="1944dc06d3 "><code>1944dc0</code></a>
[7.4.x] Fix --import-mode=importlib when root contains
<code>__init__.py</code> file (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/1 ">#1</a>...</li>
<li><a
href="946634c84c "><code>946634c</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/11419 ">#11419</a>
from nicoddemus/backport-11414-to-7.4.x</li>
<li><a
href="d849a3ed64 "><code>d849a3e</code></a>
[7.4.x] fix: closes <a
href="https://redirect.github.com/pytest-dev/pytest/issues/11343 ">#11343</a>'s
[attr-defined] type errors (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/11421 ">#11421</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/7.4.2...7.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-04 07:43:13 +01:00
Erik Vroon
b21840ee2d
Add Prometheus metrics ( #372 )
2023-12-03 16:45:35 +01:00
Erik Vroon
c8177603c3
Make frontend more responsive ( #371 )
v1.2.0
2023-12-02 17:52:00 +01:00
Erik Vroon
ac53331590
Add statistics columns to teams ( #365 )
2023-12-02 12:12:53 +01:00
Erik Vroon
c93e0b3801
Bump mantine from 6.0.10 to 7.0.0 in /frontend ( #273 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-02 11:41:41 +01:00
dependabot[bot]
41518006cf
Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend ( #370 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.3.1
to 4.3.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/adobe/css-tools/blob/main/History.md "><code>@adobe/css-tools</code>'s
changelog</a>.</em></p>
<blockquote>
<h1>4.3.2 / 2023-11-28</h1>
<ul>
<li>Fix redos vulnerability with specific crafted css string -
CVE-2023-48631</li>
<li>Fix Problem parsing with :is() and nested :nth-child() <a
href="https://redirect.github.com/adobe/css-tools/issues/211 ">#211</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/adobe/css-tools/commits ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/evroon/bracket/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 08:32:33 +01:00
dependabot[bot]
80160ae3b0
Bump docker/metadata-action from 5.0.0 to 5.2.0 ( #369 )
...
Bumps
[docker/metadata-action](https://github.com/docker/metadata-action ) from
5.0.0 to 5.2.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>v5.2.0</h2>
<ul>
<li>Custom annotations support by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/metadata-action/pull/361 ">docker/metadata-action#361</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0 ">https://github.com/docker/metadata-action/compare/v5.1.0...v5.2.0 </a></p>
<h2>v5.1.0</h2>
<ul>
<li>Annotations support by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/metadata-action/pull/352 ">docker/metadata-action#352</a></li>
<li>Split bake definition into two files by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/metadata-action/pull/353 ">docker/metadata-action#353</a></li>
<li>Allow images input to be empty to output bare tags by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/metadata-action/pull/358 ">docker/metadata-action#358</a></li>
<li>Bump <code>@actions/github</code> from 5.1.1 to 6.0.0 in <a
href="https://redirect.github.com/docker/metadata-action/pull/348 ">docker/metadata-action#348</a></li>
<li>Bump <code>@babel/traverse</code> from 7.17.3 to 7.23.2 in <a
href="https://redirect.github.com/docker/metadata-action/pull/350 ">docker/metadata-action#350</a></li>
<li>Bump <code>@docker/actions-toolkit</code> from 0.12.0 to 0.14.0 in
<a
href="https://redirect.github.com/docker/metadata-action/pull/349 ">docker/metadata-action#349</a>
<a
href="https://redirect.github.com/docker/metadata-action/pull/357 ">docker/metadata-action#357</a></li>
<li>Bump csv-parse from 5.5.0 to 5.5.2 in <a
href="https://redirect.github.com/docker/metadata-action/pull/346 ">docker/metadata-action#346</a></li>
<li>Bump semver from 7.5.3 to 7.5.4 in <a
href="https://redirect.github.com/docker/metadata-action/pull/335 ">docker/metadata-action#335</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0 ">https://github.com/docker/metadata-action/compare/v5.0.0...v5.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e6428a5c4e "><code>e6428a5</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/361 ">#361</a>
from crazy-max/custom-annotations</li>
<li><a
href="26b4721af7 "><code>26b4721</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/359 ">#359</a>
from favonia/document-annotations</li>
<li><a
href="352ce8b7fe "><code>352ce8b</code></a>
chore: update generated content</li>
<li><a
href="cb0becceaf "><code>cb0becc</code></a>
custom annotations support</li>
<li><a
href="91224bc155 "><code>91224bc</code></a>
docs(README): add a hint about multi-arch builds</li>
<li><a
href="f19c3691d5 "><code>f19c369</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/358 ">#358</a>
from crazy-max/empty-images</li>
<li><a
href="4066f0cede "><code>4066f0c</code></a>
chore: update generated content</li>
<li><a
href="d6a296c454 "><code>d6a296c</code></a>
chore: use anonymous func to generate tags and add tests</li>
<li><a
href="aacea38e07 "><code>aacea38</code></a>
feat: allow the <code>images</code> input to be empty, to output just
tags</li>
<li><a
href="051f7ea71b "><code>051f7ea</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/metadata-action/issues/357 ">#357</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li>Additional commits viewable in <a
href="96383f4557...e6428a5c4e ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 08:32:16 +01:00
dependabot[bot]
a382c60e01
Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.5.0 ( #364 )
...
Bumps
[JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action )
from 4.4.1 to 4.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jamesives/github-pages-deploy-action/releases ">JamesIves/github-pages-deploy-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>The action is now built and run on Node 20.</li>
<li>Bump <code>@types/node</code> from 20.4.1 to 20.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1399 ">JamesIves/github-pages-deploy-action#1399</a></li>
<li>Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1400 ">JamesIves/github-pages-deploy-action#1400</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1401 ">JamesIves/github-pages-deploy-action#1401</a></li>
<li>Bump eslint-config-prettier from 8.8.0 to 8.9.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1405 ">JamesIves/github-pages-deploy-action#1405</a></li>
<li>Bump <code>@types/node</code> from 20.4.2 to 20.4.9 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1413 ">JamesIves/github-pages-deploy-action#1413</a></li>
<li>Bump eslint-config-prettier from 8.9.0 to 9.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1410 ">JamesIves/github-pages-deploy-action#1410</a></li>
<li>Upgrade Node for security by <a
href="https://github.com/nickmccurdy "><code>@nickmccurdy</code></a> in
<a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1437 ">JamesIves/github-pages-deploy-action#1437</a></li>
<li>doc: <code>.gitignore</code> matches not being deployed by <a
href="https://github.com/sgasse "><code>@sgasse</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459 ">JamesIves/github-pages-deploy-action#1459</a></li>
<li>build(deps): bump actions/setup-node from 3 to 4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1467 ">JamesIves/github-pages-deploy-action#1467</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 20.4.9 to
20.9.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1474 ">JamesIves/github-pages-deploy-action#1474</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1429 ">JamesIves/github-pages-deploy-action#1429</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 20.9.0 to
20.10.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1479 ">JamesIves/github-pages-deploy-action#1479</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sgasse "><code>@sgasse</code></a> made
their first contribution in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459 ">JamesIves/github-pages-deploy-action#1459</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0 ">https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0 </a></p>
<h2>v4.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@types/node</code> from 18.8.0 to 18.8.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1239 ">JamesIves/github-pages-deploy-action#1239</a></li>
<li>Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1252 ">JamesIves/github-pages-deploy-action#1252</a></li>
<li>Bump <code>@types/node</code> from 18.8.4 to 18.11.9 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1262 ">JamesIves/github-pages-deploy-action#1262</a></li>
<li>Bump eslint-plugin-jest from 27.0.4 to 27.1.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1268 ">JamesIves/github-pages-deploy-action#1268</a></li>
<li>Bump <code>@types/node</code> from 18.11.9 to 18.11.10 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1276 ">JamesIves/github-pages-deploy-action#1276</a></li>
<li>Bump <code>@types/node</code> from 18.11.10 to 18.11.13 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1283 ">JamesIves/github-pages-deploy-action#1283</a></li>
<li>Bump eslint-config-prettier from 8.5.0 to 8.6.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1293 ">JamesIves/github-pages-deploy-action#1293</a></li>
<li>Bump json5 from 2.1.1 to 2.2.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1294 ">JamesIves/github-pages-deploy-action#1294</a></li>
<li>Bump minimatch from 3.0.4 to 3.1.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1270 ">JamesIves/github-pages-deploy-action#1270</a></li>
<li>Bump decode-uri-component from 0.2.0 to 0.2.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1277 ">JamesIves/github-pages-deploy-action#1277</a></li>
<li>Bump typescript from 4.8.4 to 4.9.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1281 ">JamesIves/github-pages-deploy-action#1281</a></li>
<li>Bump eslint-plugin-jest from 27.1.5 to 27.2.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1296 ">JamesIves/github-pages-deploy-action#1296</a></li>
<li>Bump rimraf from 3.0.2 to 4.1.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1307 ">JamesIves/github-pages-deploy-action#1307</a></li>
<li>Bump typescript from 4.9.4 to 4.9.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1311 ">JamesIves/github-pages-deploy-action#1311</a></li>
<li>Bump codecov/codecov-action from 3.1.1 to 3.1.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1353 ">JamesIves/github-pages-deploy-action#1353</a></li>
<li>Bump <code>@types/node</code> from 18.11.13 to 18.16.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1361 ">JamesIves/github-pages-deploy-action#1361</a></li>
<li>Bump codecov/codecov-action from 3.1.2 to 3.1.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1372 ">JamesIves/github-pages-deploy-action#1372</a></li>
<li>Bump <code>@actions/io</code> from 1.1.2 to 1.1.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1339 ">JamesIves/github-pages-deploy-action#1339</a></li>
<li>Bump prettier from 2.7.1 to 2.8.8 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1357 ">JamesIves/github-pages-deploy-action#1357</a></li>
<li>Bump <code>@types/node</code> from 18.16.3 to 20.2.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1380 ">JamesIves/github-pages-deploy-action#1380</a></li>
<li>Bump webfactory/ssh-agent from 0.7.0 to 0.8.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1348 ">JamesIves/github-pages-deploy-action#1348</a></li>
<li>Bump eslint-config-prettier from 8.6.0 to 8.8.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1342 ">JamesIves/github-pages-deploy-action#1342</a></li>
<li>Bump <code>@types/node</code> from 20.2.3 to 20.2.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1381 ">JamesIves/github-pages-deploy-action#1381</a></li>
<li>Bump <code>@types/node</code> from 20.2.4 to 20.2.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1383 ">JamesIves/github-pages-deploy-action#1383</a></li>
<li>Bump <code>@types/node</code> from 20.2.5 to 20.3.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1385 ">JamesIves/github-pages-deploy-action#1385</a></li>
<li>Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1386 ">JamesIves/github-pages-deploy-action#1386</a></li>
<li>Bump <code>@types/node</code> from 20.3.1 to 20.3.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1387 ">JamesIves/github-pages-deploy-action#1387</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="65b5dfd4f5 "><code>65b5dfd</code></a>
Deploy Production Code for Commit
32bb2a8d7bda92f28b1fd223fc5793ab27f725eb 🚀 </li>
<li><a
href="32bb2a8d7b "><code>32bb2a8</code></a>
Merge branch 'dev' into releases/v4</li>
<li><a
href="7879c16b18 "><code>7879c16</code></a>
feat: update to Node 20</li>
<li><a
href="1c34508fa2 "><code>1c34508</code></a>
build(deps-dev): bump <code>@types/node</code> from 20.9.0 to 20.10.0
(<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1479 ">#1479</a>)</li>
<li><a
href="b957d05c49 "><code>b957d05</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1429 ">#1429</a>)</li>
<li><a
href="3a4632deff "><code>3a4632d</code></a>
build(deps-dev): bump <code>@types/node</code> from 20.4.9 to 20.9.0
(<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1474 ">#1474</a>)</li>
<li><a
href="9de0269080 "><code>9de0269</code></a>
build(deps): bump actions/setup-node from 3 to 4 (<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1467 ">#1467</a>)</li>
<li><a
href="810af53429 "><code>810af53</code></a>
Update README.md</li>
<li><a
href="24c1e2a9e4 "><code>24c1e2a</code></a>
doc: <code>.gitignore</code> matches not being deployed (<a
href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1459 ">#1459</a>)</li>
<li><a
href="0769273cc2 "><code>0769273</code></a>
fix: remove base.Dockerfile as it's not needed</li>
<li>Additional commits viewable in <a
href="https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.1...v4.5.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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 08:18:43 +01:00
dependabot[bot]
bc50f8bd15
Bump @next/bundle-analyzer from 13.3.4 to 14.0.3 in /frontend ( #363 )
...
Bumps
[@next/bundle-analyzer](https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer )
from 13.3.4 to 14.0.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases "><code>@next/bundle-analyzer</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.0.3</h2>
<h3>Core Changes</h3>
<ul>
<li>Update React from 746890329 to 0e352ea01: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58279 ">#58279</a></li>
<li>fix(turbopack): support middleware in src: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58218 ">#58218</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58317 ">#58317</a></li>
<li>Replace custom Thenable type with native Promises: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58337 ">#58337</a></li>
<li>fix(eslint): <code>next/script</code> <code>beforeInteractive</code>
gives warning on appDir: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/51148 ">#51148</a></li>
<li>fix: import antd from es in modularizeImports: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/57968 ">#57968</a></li>
<li>fix(WellKnownErrorsPlugin): avoid compilation warnings array with
empty items: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/57768 ">#57768</a></li>
<li>Add experimental support for history.pushState and
history.replaceState: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58335 ">#58335</a></li>
<li>Fix: expected "catch all routes" are not matched in
“parallel routes": <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58368 ">#58368</a></li>
<li>fix: Don't reset shallow URL updates on prefetch: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58297 ">#58297</a></li>
<li>fix: ensure batch values are sharable: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58315 ">#58315</a></li>
<li>fix incorrect fetch cache handling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58460 ">#58460</a></li>
<li>turbopack: Don't error with legacy server actions boolean: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58416 ">#58416</a></li>
<li>Update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58408 ">#58408</a></li>
<li>Upgrade vendored React: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58489 ">#58489</a></li>
<li>Apply next/font to foreign code: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58461 ">#58461</a></li>
<li>Turbopack: Use structured styled text in issue descriptions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58156 ">#58156</a></li>
<li>onHeaders updates for App Pages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58410 ">#58410</a></li>
<li>revalidate APIs should make route handlers dynamic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58466 ">#58466</a></li>
<li>remove optimistic navigation behavior when prefetch is false: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58413 ">#58413</a></li>
<li>fix: set <code>x-forwarded-host</code> based on request: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58500 ">#58500</a></li>
<li>Inline ChildProp: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58519 ">#58519</a></li>
<li>Remove client only dynamic chunks from edge bundle : <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/56761 ">#56761</a></li>
<li>tweak cache + revalidate fetch warning: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58505 ">#58505</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>remove example for router.events as it does not exist: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58286 ">#58286</a></li>
<li>chore(docs): fix typo: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58344 ">#58344</a></li>
<li>docs: Update runtime table: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58361 ">#58361</a></li>
<li>Update 08-parallel-routes.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58393 ">#58393</a></li>
<li>Docs: Update middleware example snippet: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58488 ">#58488</a></li>
<li>update meta variable to metadata variable so that the meta data
updat…: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58396 ">#58396</a></li>
<li>Update 07-error-handling.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58236 ">#58236</a></li>
<li>docs: Added Kinde auth provider: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58231 ">#58231</a></li>
<li>Update index.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58210 ">#58210</a></li>
<li>Make example of passing down a Server Action more clear: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/57972 ">#57972</a></li>
<li>docs: Fix grammar in Styling section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58071 ">#58071</a></li>
<li>docs: Fix grammar in Client Components section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58065 ">#58065</a></li>
<li>docs: Fix grammar in Dynamic Rendering section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58062 ">#58062</a></li>
<li>Docs: fix grammatical issue in "Data Fetching Patterns"
section: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58056 ">#58056</a></li>
<li>Update 02-patterns.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58032 ">#58032</a></li>
<li>Update 04-ci-build-caching.mdx - Add Jenkins: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58001 ">#58001</a></li>
</ul>
<h3>Example Changes</h3>
<ul>
<li>examples: Update Middleware for CSP: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer/issues/58300 ">#58300</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="391471b315 "><code>391471b</code></a>
v14.0.3</li>
<li><a
href="32875e4fe4 "><code>32875e4</code></a>
v14.0.3-canary.12</li>
<li><a
href="c8bfda4367 "><code>c8bfda4</code></a>
v14.0.3-canary.11</li>
<li><a
href="a5515693bc "><code>a551569</code></a>
v14.0.3-canary.10</li>
<li><a
href="7281cd3fc4 "><code>7281cd3</code></a>
v14.0.3-canary.9</li>
<li><a
href="44613dc045 "><code>44613dc</code></a>
v14.0.3-canary.8</li>
<li><a
href="08e5424ddc "><code>08e5424</code></a>
v14.0.3-canary.7</li>
<li><a
href="82821c7942 "><code>82821c7</code></a>
v14.0.3-canary.6</li>
<li><a
href="d7ade76ef8 "><code>d7ade76</code></a>
v14.0.3-canary.5</li>
<li><a
href="a794e1f32e "><code>a794e1f</code></a>
v14.0.3-canary.4</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v14.0.3/packages/next-bundle-analyzer ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 08:17:42 +01:00
dependabot[bot]
fcf8dd16bd
Bump next from 13.3.4 to 14.0.3 in /frontend ( #335 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erik Vroon <erik.vroon@channable.com >
2023-11-27 22:06:56 +01:00
dependabot[bot]
8272237515
Bump @babel/traverse from 7.21.4 to 7.23.4 in /docs ( #355 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v1.1.0
2023-11-27 21:49:05 +01:00
dependabot[bot]
4313f7e2b2
Bump postcss from 8.4.22 to 8.4.31 in /docs ( #295 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 21:48:45 +01:00
Erik Vroon
a2cd12181d
Add checks for docs ( #362 )
2023-11-27 21:46:41 +01:00
Erik Vroon
158bae0d19
Extend introduction docs ( #361 )
2023-11-27 21:40:32 +01:00
Erik Vroon
e19b616bcc
Update LICENSE to AGPL-3
2023-11-27 20:38:30 +01:00
Erik Vroon
8f8b78ad27
Add quickstart to docs ( #359 )
2023-11-27 18:36:22 +01:00
Erik Vroon
e520199731
Homepage improvements ( #358 )
2023-11-27 17:48:33 +01:00
Erik Vroon
2f27eb6396
Use mantine for docs homepage ( #356 )
2023-11-27 17:27:30 +01:00
dependabot[bot]
5a50a0c130
Bump actions/setup-node from 3 to 4 ( #307 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases ">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866 ">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika "><code>@gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868 ">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876 ">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika "><code>@gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868 ">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0 ">https://github.com/actions/setup-node/compare/v3...v4.0.0 </a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861 ">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii "><code>@nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859 ">actions/setup-node#859</a></li>
<li>Bump <code>@babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870 ">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii "><code>@nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872 ">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote "><code>@seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875 ">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2 ">https://github.com/actions/setup-node/compare/v3...v3.8.2 </a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831 ">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1 ">https://github.com/actions/setup-node/compare/v3...v3.8.1 </a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803 ">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809 ">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816 ">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam "><code>@louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794 ">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang "><code>@sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710 ">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where "node" is used for
tool-versions file. by <a
href="https://github.com/xytis "><code>@xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812 ">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle "><code>@olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808 ">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov "><code>@dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804 ">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@azure/ms-rest-js</code> by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802 ">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807 ">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f152de45c "><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876 ">#876</a>)</li>
<li><a
href="23755b521f "><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868 ">#868</a>)</li>
<li><a
href="54534a2a9b "><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866 ">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4 ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-27 00:44:20 +01:00
Erik Vroon
b75c181550
Prepare 1.0 release ( #354 )
v1.0.0
2023-11-26 13:16:36 +01:00
Erik Vroon
b50e38ca60
Fix array sorting ( #353 )
2023-11-26 12:37:15 +01:00
Erik Vroon
897aaf87fa
Allow max 64 teams in stage item ( #352 )
2023-11-25 17:21:51 +01:00
Erik Vroon
b27c7ab065
Fix team body size ( #349 )
2023-11-25 17:07:22 +01:00
Erik Vroon
daf081b802
Small usability fixes ( #350 )
2023-11-25 17:06:45 +01:00
Erik Vroon
f13c91d30f
Prefer teams who have played much less ( #351 )
2023-11-25 17:05:29 +01:00
Erik Vroon
051506a45b
Drop unique constraint on players.name ( #347 )
2023-11-25 12:09:22 +01:00
Erik Vroon
b8cedd2a8e
Implement autoscheduling with parameters ( #348 )
2023-11-25 12:08:54 +01:00
Erik Vroon
165c816a3a
Tweak tournament not started alert ( #345 )
2023-11-24 00:06:37 +01:00
Erik Vroon
1c0eda7109
Persist scheduling settings in query params ( #344 )
2023-11-23 22:52:34 +01:00
Erik Vroon
a4c08c5119
Fix tournament creation ( #343 )
...
Some fields were missing in the form to create tournaments
2023-11-23 10:49:17 +01:00
Erik Vroon
4b3dfb9b20
Implement custom time per match ( #337 )
2023-11-21 21:11:25 +01:00
Erik Vroon
4e616d8d97
Multi users and teams creation ( #342 )
...
fixes https://github.com/evroon/bracket/issues/292
2023-11-21 20:07:35 +01:00
Erik Vroon
72c818e76f
Add spotlight feature ( #340 )
2023-11-20 10:04:55 +01:00
dependabot[bot]
22948d4b66
Bump docker/build-push-action from 5.0.0 to 5.1.0 ( #338 )
...
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action )
from 5.0.0 to 5.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>v5.1.0</h2>
<ul>
<li>Add <code>annotations</code> input 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/992 ">docker/build-push-action#992</a></li>
<li>Add <code>secret-envs</code> input by <a
href="https://github.com/elias-lundgren "><code>@elias-lundgren</code></a>
in <a
href="https://redirect.github.com/docker/build-push-action/pull/980 ">docker/build-push-action#980</a></li>
<li>Bump <code>@babel/traverse</code> from 7.17.3 to 7.23.2 in <a
href="https://redirect.github.com/docker/build-push-action/pull/991 ">docker/build-push-action#991</a></li>
<li>Bump <code>@docker/actions-toolkit</code> from 0.13.0-rc.1 to
0.14.0 in <a
href="https://redirect.github.com/docker/build-push-action/pull/990 ">docker/build-push-action#990</a>
<a
href="https://redirect.github.com/docker/build-push-action/pull/1006 ">docker/build-push-action#1006</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0 ">https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4a13e500e5 "><code>4a13e50</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1006 ">#1006</a>
from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a
href="7416668686 "><code>7416668</code></a>
chore: update generated content</li>
<li><a
href="b4f76a5dc6 "><code>b4f76a5</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.13.0 to
0.14.0</li>
<li><a
href="b7feb766fa "><code>b7feb76</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1005 ">#1005</a>
from crazy-max/ci-inspect</li>
<li><a
href="fae8018297 "><code>fae8018</code></a>
ci: inspect sbom and provenance</li>
<li><a
href="b625868b13 "><code>b625868</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1004 ">#1004</a>
from crazy-max/ci-update-buildx</li>
<li><a
href="5193ef1da6 "><code>5193ef1</code></a>
ci: update buildx to latest</li>
<li><a
href="d3afd779e4 "><code>d3afd77</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/991 ">#991</a>
from docker/dependabot/npm_and_yarn/babel/traverse-7....</li>
<li><a
href="7a786bb2b9 "><code>7a786bb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/992 ">#992</a>
from crazy-max/annotations</li>
<li><a
href="c66ae3adcf "><code>c66ae3a</code></a>
chore: update generated content</li>
<li>Additional commits viewable in <a
href="0565240e2d...4a13e500e5 ">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-20 07:42:34 +01:00
Erik Vroon
00cac360eb
Improve swiss scheduling ( #336 )
2023-11-19 11:54:08 +01:00
Erik Vroon
1228c7dbeb
Cleanup unnecessary scheduling code ( #333 )
2023-11-18 12:24:13 +01:00
Erik Vroon
19ab03f9d9
Add segmented control to filter matches ( #332 )
2023-11-11 17:23:42 +01:00
Erik Vroon
0698c9f831
Test activate next stage ( #331 )
2023-11-11 13:57:57 +01:00
dependabot[bot]
e7cd2eb9a0
Bump axios from 1.4.0 to 1.6.0 in /frontend ( #330 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-11 13:25:01 +01:00
Erik Vroon
91d40b8e91
Add tests for scheduling logic ( #329 )
2023-11-11 12:57:06 +01:00
Erik Vroon
664b13b0db
Fix swiss scheduling ( #328 )
v0.2.0
2023-11-11 10:59:52 +01:00