mirror of
https://github.com/evroon/bracket.git
synced 2026-09-21 12:05:59 -04:00
1736e33d0a0f41677e245d2d79f144ab11c19052
295
Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
1736e33d0a |
Make cors middleware disabled by default (#400)
In development, CORS isn't really useful to enable. I added a warning in production if the `CORS_ORIGINS` env var is set to `*` (the default). |
||
|
|
8567f03a2e |
Fix bcrypt version (#397)
xref: https://github.com/evroon/bracket/issues/393 |
||
|
|
b67f018b96 |
Bump docker/metadata-action from 5.3.0 to 5.4.0 (#395)
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5.3.0 to 5.4.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.4.0</h2> <ul> <li>Bump <code>@docker/actions-toolkit</code> from 0.15.0 to 0.16.0 in <a href="https://redirect.github.com/docker/metadata-action/pull/369">docker/metadata-action#369</a></li> <li>Bump csv-parse from 5.5.2 to 5.5.3 in <a href="https://redirect.github.com/docker/metadata-action/pull/365">docker/metadata-action#365</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0">https://github.com/docker/metadata-action/compare/v5.3.0...v5.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/metadata-action/commit/9dc751fe249ad99385a2583ee0d084c400eee04e"><code>9dc751f</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/369">#369</a> from docker/dependabot/npm_and_yarn/docker/actions-to...</li> <li><a href="https://github.com/docker/metadata-action/commit/c94c54c4e6ef3734c17f3f3aa488848d7f9b50d9"><code>c94c54c</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/187f09259dab00ccff5266c9a438eeb7bcd87b83"><code>187f092</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.15.0 to 0.16.0</li> <li><a href="https://github.com/docker/metadata-action/commit/6d6eaf34518db036006be0b031c21fd4eb72ef69"><code>6d6eaf3</code></a> Merge pull request <a href="https://redirect.github.com/docker/metadata-action/issues/365">#365</a> from docker/dependabot/npm_and_yarn/csv-parse-5.5.3</li> <li><a href="https://github.com/docker/metadata-action/commit/1484a7ec95cda8ca32484f85f0d71de83d7b6557"><code>1484a7e</code></a> chore(deps): Bump csv-parse from 5.5.2 to 5.5.3</li> <li>See full diff in <a href="https://github.com/docker/metadata-action/compare/31cebacef4805868f9ce9a0cb03ee36c32df2ac4...9dc751fe249ad99385a2583ee0d084c400eee04e">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> |
||
|
|
6901c2cca5 | Create SECURITY.md (#392) | ||
|
|
069f586df6 | Fix mantine version to 7.2.2 (#389) | ||
|
|
f1cd632240 | Run yarn upgrade for docs (#388) | ||
|
|
461dc9cd2c | Upgrade all docs dependencies and update lockfile (#387) | ||
|
|
455a6052fd | Upgrade all docs dependencies (#386) | ||
|
|
033e8864f2 | Update all frontend dependencies (#385) | ||
|
|
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> |
||
|
|
2920c51d4c | Update prettier plugin (#383) | ||
|
|
cf00344c01 | Fix vertical alignment and other frontend issues (#382) | ||
|
|
908d05e36d | Fix stage item modal: team_id should be string (#381) v1.2.1 | ||
|
|
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="https://github.com/reduxjs/react-redux/commit/dbdac99cb703b52fbafbe841157469a834c105df"><code>dbdac99</code></a> Release 9.0.2</li> <li><a href="https://github.com/reduxjs/react-redux/commit/fd1c0d77ed2ac59b253e4c11105ca80969209b8f"><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="https://github.com/reduxjs/react-redux/commit/c24b5ac3ee9ba0d86c5bec21bb8a4e681e36fe27"><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="https://github.com/reduxjs/react-redux/commit/97a7b1603d9e0dd2c4f3ff856885f27b6bc47b51"><code>97a7b16</code></a> Change react-native output extension from <code>.mjs</code> to <code>.js</code></li> <li><a href="https://github.com/reduxjs/react-redux/commit/e215baa694cc479aed77552d9c4c8c36f70ec3ed"><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="https://github.com/reduxjs/react-redux/commit/ad56bd08ccd1d20ab36de00fc592d93d76752ec0"><code>ad56bd0</code></a> Release 9.0.1</li> <li><a href="https://github.com/reduxjs/react-redux/commit/11060e51935d85fef9f99ac15da968dfed99aed4"><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="https://github.com/reduxjs/react-redux/commit/2c34e078d88c228c12df7f3a9358f228c79395e7"><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="https://github.com/reduxjs/react-redux/commit/e5a558af9c1ddbe2169068dce9fdcad782e84f1b"><code>e5a558a</code></a> Update Redux dep</li> <li><a href="https://github.com/reduxjs/react-redux/commit/fd2631f86110128d75b8170529ae20398f215249"><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> |
||
|
|
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="https://github.com/docker/metadata-action/commit/31cebacef4805868f9ce9a0cb03ee36c32df2ac4"><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="https://github.com/docker/metadata-action/commit/394bbab10c03db773251cff32c98d0e11e7fffeb"><code>394bbab</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/ee4c9054ec1221289df15909e1404ca646eb1bc3"><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="https://github.com/docker/metadata-action/compare/e6428a5c4e294a61438ed7f43155db912025b6b3...31cebacef4805868f9ce9a0cb03ee36c32df2ac4">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> |
||
|
|
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="https://github.com/vercel/next.js/commit/391471b315b0cbe70a0f87747e49cee3e45e5366"><code>391471b</code></a> v14.0.3</li> <li><a href="https://github.com/vercel/next.js/commit/32875e4fe4c7729afa9e3084b0f254b67102c6b9"><code>32875e4</code></a> v14.0.3-canary.12</li> <li><a href="https://github.com/vercel/next.js/commit/c8bfda4367992c90056f26d3fca41b637bf8957f"><code>c8bfda4</code></a> v14.0.3-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/a5515693bcf5ed21adae1ff80e3190b70282934b"><code>a551569</code></a> v14.0.3-canary.10</li> <li><a href="https://github.com/vercel/next.js/commit/7281cd3fc495b9b08440740ad6f3468daaae100b"><code>7281cd3</code></a> v14.0.3-canary.9</li> <li><a href="https://github.com/vercel/next.js/commit/44613dc04599de61f63da24183eec22406e13ce0"><code>44613dc</code></a> v14.0.3-canary.8</li> <li><a href="https://github.com/vercel/next.js/commit/08e5424ddce3dd5a53115fc93cb5d088f6b56b99"><code>08e5424</code></a> v14.0.3-canary.7</li> <li><a href="https://github.com/vercel/next.js/commit/82821c7942c5a2e7e8902b4a084a0dfb40a09c2b"><code>82821c7</code></a> v14.0.3-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/d7ade76ef80a14c519ecb9ae869ba14eecd442f7"><code>d7ade76</code></a> v14.0.3-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/022cb256409b054a51a641928a6b93650137e494"><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> |
||
|
|
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="https://github.com/pytest-dev/pytest/commit/23906106968eb95afbd61adfbc7bbb795fc9aaa9"><code>2390610</code></a> Tweak changelog.rst</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a0714aa0076f38e6fb8c7321e8bb4f5f33d1792d"><code>a0714aa</code></a> Prepare release version 7.4.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/44ad1c9811d2ebf540e601ea66b9bebf8ea82969"><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="https://github.com/pytest-dev/pytest/commit/5dc77253d439038ac64c55a5a48692ac3a53db2e"><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="https://github.com/pytest-dev/pytest/commit/a5178273183ddbda0ef4e4c6aa2b92aab086776b"><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="https://github.com/pytest-dev/pytest/commit/21fe071d797612468fa18dd0ae4d6dbf49846b6d"><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="https://github.com/pytest-dev/pytest/commit/f8bb8572fed8627946bfc82819d24b138d587257"><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="https://github.com/pytest-dev/pytest/commit/1944dc06d39404ae9869b544dc2e2b482bf472e2"><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="https://github.com/pytest-dev/pytest/commit/946634c84cf074a1ead10bdba56ddf3e5408e95c"><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="https://github.com/pytest-dev/pytest/commit/d849a3ed64c6da63a0e3713892a7bfefdd56acaf"><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> |
||
|
|
b21840ee2d | Add Prometheus metrics (#372) | ||
|
|
c8177603c3 | Make frontend more responsive (#371) v1.2.0 | ||
|
|
ac53331590 | Add statistics columns to teams (#365) | ||
|
|
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> |
||
|
|
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> |
||
|
|
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="https://github.com/docker/metadata-action/commit/e6428a5c4e294a61438ed7f43155db912025b6b3"><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="https://github.com/docker/metadata-action/commit/26b4721af7e42433d091d1c17de06a07d96a56ce"><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="https://github.com/docker/metadata-action/commit/352ce8b7fe75c203f5508fd02973c9aee98eb97f"><code>352ce8b</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/cb0becceaf261ba58262720ea6a1eefd371389ef"><code>cb0becc</code></a> custom annotations support</li> <li><a href="https://github.com/docker/metadata-action/commit/91224bc1558038201ee3b954145d5bacfe8a7a7f"><code>91224bc</code></a> docs(README): add a hint about multi-arch builds</li> <li><a href="https://github.com/docker/metadata-action/commit/f19c3691d56f26e3f97547999df66a9ecbf0d9b0"><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="https://github.com/docker/metadata-action/commit/4066f0cede6decb1740c56ac052c99f9b38aac9c"><code>4066f0c</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/metadata-action/commit/d6a296c454329972d9a238ca97bf3f5a25fcef56"><code>d6a296c</code></a> chore: use anonymous func to generate tags and add tests</li> <li><a href="https://github.com/docker/metadata-action/commit/aacea38e0789aa44870965459363710fcab5f97d"><code>aacea38</code></a> feat: allow the <code>images</code> input to be empty, to output just tags</li> <li><a href="https://github.com/docker/metadata-action/commit/051f7ea71b2d2fbe5b4893e33c4203f4bbbe1293"><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="https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...e6428a5c4e294a61438ed7f43155db912025b6b3">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> |
||
|
|
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="https://github.com/JamesIves/github-pages-deploy-action/commit/65b5dfd4f5bcd3a7403bbc2959c144256167464e"><code>65b5dfd</code></a> Deploy Production Code for Commit 32bb2a8d7bda92f28b1fd223fc5793ab27f725eb 🚀</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/32bb2a8d7bda92f28b1fd223fc5793ab27f725eb"><code>32bb2a8</code></a> Merge branch 'dev' into releases/v4</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/7879c16b183e9e4d01df2ad341ca028096570343"><code>7879c16</code></a> feat: update to Node 20</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/1c34508fa25aca02eab9acba06e496d05744d1b4"><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="https://github.com/JamesIves/github-pages-deploy-action/commit/b957d05c49f8a1699a3694a18f7f5ebafcd26f1b"><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="https://github.com/JamesIves/github-pages-deploy-action/commit/3a4632deff2025662181e3731d352b4fffd4c5df"><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="https://github.com/JamesIves/github-pages-deploy-action/commit/9de026908021c3f454a557024a9c44136457ff4b"><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="https://github.com/JamesIves/github-pages-deploy-action/commit/810af534294f0668822498c26d1a0f3b11faa358"><code>810af53</code></a> Update README.md</li> <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/24c1e2a9e444bcba7e87c995479bff311c3d1980"><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="https://github.com/JamesIves/github-pages-deploy-action/commit/0769273cc26fea2ee91b43a7f5110823f52df2c4"><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> |
||
|
|
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="https://github.com/vercel/next.js/commit/391471b315b0cbe70a0f87747e49cee3e45e5366"><code>391471b</code></a> v14.0.3</li> <li><a href="https://github.com/vercel/next.js/commit/32875e4fe4c7729afa9e3084b0f254b67102c6b9"><code>32875e4</code></a> v14.0.3-canary.12</li> <li><a href="https://github.com/vercel/next.js/commit/c8bfda4367992c90056f26d3fca41b637bf8957f"><code>c8bfda4</code></a> v14.0.3-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/a5515693bcf5ed21adae1ff80e3190b70282934b"><code>a551569</code></a> v14.0.3-canary.10</li> <li><a href="https://github.com/vercel/next.js/commit/7281cd3fc495b9b08440740ad6f3468daaae100b"><code>7281cd3</code></a> v14.0.3-canary.9</li> <li><a href="https://github.com/vercel/next.js/commit/44613dc04599de61f63da24183eec22406e13ce0"><code>44613dc</code></a> v14.0.3-canary.8</li> <li><a href="https://github.com/vercel/next.js/commit/08e5424ddce3dd5a53115fc93cb5d088f6b56b99"><code>08e5424</code></a> v14.0.3-canary.7</li> <li><a href="https://github.com/vercel/next.js/commit/82821c7942c5a2e7e8902b4a084a0dfb40a09c2b"><code>82821c7</code></a> v14.0.3-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/d7ade76ef80a14c519ecb9ae869ba14eecd442f7"><code>d7ade76</code></a> v14.0.3-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/a794e1f32e3e3ab720608ca4e65973635e7f8748"><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> |
||
|
|
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> |
||
|
|
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 |
||
|
|
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> |
||
|
|
a2cd12181d | Add checks for docs (#362) | ||
|
|
158bae0d19 | Extend introduction docs (#361) | ||
|
|
e19b616bcc | Update LICENSE to AGPL-3 | ||
|
|
8f8b78ad27 | Add quickstart to docs (#359) | ||
|
|
e520199731 | Homepage improvements (#358) | ||
|
|
2f27eb6396 | Use mantine for docs homepage (#356) | ||
|
|
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="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><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="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><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="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><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> |
||
|
|
b75c181550 | Prepare 1.0 release (#354) v1.0.0 | ||
|
|
b50e38ca60 | Fix array sorting (#353) | ||
|
|
897aaf87fa | Allow max 64 teams in stage item (#352) | ||
|
|
b27c7ab065 | Fix team body size (#349) | ||
|
|
daf081b802 | Small usability fixes (#350) | ||
|
|
f13c91d30f | Prefer teams who have played much less (#351) | ||
|
|
051506a45b | Drop unique constraint on players.name (#347) | ||
|
|
b8cedd2a8e | Implement autoscheduling with parameters (#348) | ||
|
|
165c816a3a | Tweak tournament not started alert (#345) | ||
|
|
1c0eda7109 | Persist scheduling settings in query params (#344) | ||
|
|
a4c08c5119 |
Fix tournament creation (#343)
Some fields were missing in the form to create tournaments |
||
|
|
4b3dfb9b20 | Implement custom time per match (#337) | ||
|
|
4e616d8d97 |
Multi users and teams creation (#342)
fixes https://github.com/evroon/bracket/issues/292 |
||
|
|
72c818e76f | Add spotlight feature (#340) | ||
|
|
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="https://github.com/docker/build-push-action/commit/4a13e500e55cf31b7a5d59a38ab2040ab0f42f56"><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="https://github.com/docker/build-push-action/commit/74166686865cdc289a02f214871fb53447b73447"><code>7416668</code></a> chore: update generated content</li> <li><a href="https://github.com/docker/build-push-action/commit/b4f76a5dc6a67282180eddc6d460f23bc97bfcbc"><code>b4f76a5</code></a> chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.13.0 to 0.14.0</li> <li><a href="https://github.com/docker/build-push-action/commit/b7feb766fae338d85274c87a9d0f24c09690dbe2"><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="https://github.com/docker/build-push-action/commit/fae8018297c67066fff64a6e9c319c86f89b8982"><code>fae8018</code></a> ci: inspect sbom and provenance</li> <li><a href="https://github.com/docker/build-push-action/commit/b625868b13c3feb675cabbf9bfeb52ae94166606"><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="https://github.com/docker/build-push-action/commit/5193ef1da6ea0d66de97d22817c258b203ade96a"><code>5193ef1</code></a> ci: update buildx to latest</li> <li><a href="https://github.com/docker/build-push-action/commit/d3afd779e409ac26db5374fb27fe4aae9f6adb42"><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="https://github.com/docker/build-push-action/commit/7a786bb2b9408f7f997564f677248fabd4b886d5"><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="https://github.com/docker/build-push-action/commit/c66ae3adcfbf698ecd851c6bb782654a0c6ffcae"><code>c66ae3a</code></a> chore: update generated content</li> <li>Additional commits viewable in <a href="https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56">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> |