Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 20.0.0 to 22.2.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/releases">npm-check-updates's releases</a>.</em></p> <blockquote> <h2>v22.2.9</h2> <h2>What's Changed</h2> <ul> <li>Dockerfile: use lts-alpine image by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1862">raineorshine/npm-check-updates#1862</a></li> <li>Rename variable and test file by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1884">raineorshine/npm-check-updates#1884</a></li> <li>eslint.config.js: drop moot jest globals by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1887">raineorshine/npm-check-updates#1887</a></li> <li>replace zod with valibot to reduce bundle size by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1885">raineorshine/npm-check-updates#1885</a></li> <li>CI: add prettier in lint workflow by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1889">raineorshine/npm-check-updates#1889</a></li> <li>Use async glob instead of glob.sync in getAllPackages by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1891">raineorshine/npm-check-updates#1891</a></li> <li>Minor type tweaks by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1892">raineorshine/npm-check-updates#1892</a></li> <li>Switch mocha tests to parallel by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1886">raineorshine/npm-check-updates#1886</a></li> <li>Replace markdownlint-cli with markdownlint-cli2 by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1893">raineorshine/npm-check-updates#1893</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v22.2.8...v22.2.9">https://github.com/raineorshine/npm-check-updates/compare/v22.2.8...v22.2.9</a></p> <h2>v22.2.8</h2> <h2>What's Changed</h2> <ul> <li>CI: remove concurrency by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1846">raineorshine/npm-check-updates#1846</a></li> <li>build(deps): bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1872">raineorshine/npm-check-updates#1872</a></li> <li>Downgrade ts-json-schema-generator to v2.4.0 for Node.js 20 support by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1848">raineorshine/npm-check-updates#1848</a></li> <li>prepare: add exit 0 as an extra guard by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1850">raineorshine/npm-check-updates#1850</a></li> <li>ESLint: bump to es2023 globals by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1854">raineorshine/npm-check-updates#1854</a></li> <li>package.json: remove redundant tests from files by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1855">raineorshine/npm-check-updates#1855</a></li> <li>tsconfig: enable verbatimModuleSyntax by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1860">raineorshine/npm-check-updates#1860</a></li> <li>Remove the unused libnpmconfig.d.ts by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1857">raineorshine/npm-check-updates#1857</a></li> <li>Clean up <code>run()</code> return type JSDoc by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1868">raineorshine/npm-check-updates#1868</a></li> <li>cache test: remove any previous stale cache file to prevent failures by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1865">raineorshine/npm-check-updates#1865</a></li> <li>package.json: remove duplicate typecheck script by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1856">raineorshine/npm-check-updates#1856</a></li> <li>Doctor tests cleanup by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1869">raineorshine/npm-check-updates#1869</a></li> <li>fix: skip cache write when cooldown is active by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1871">raineorshine/npm-check-updates#1871</a></li> <li>Fix stale <a href="https://github.com/param"><code>@param</code></a> names in JSDoc by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1874">raineorshine/npm-check-updates#1874</a></li> <li>Simplify tsconfig.json by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1858">raineorshine/npm-check-updates#1858</a></li> <li>Add a .npmrc file enabling engine-strict by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1847">raineorshine/npm-check-updates#1847</a></li> <li>Enforce node: protocol and dedupe imports by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1842">raineorshine/npm-check-updates#1842</a></li> <li>Fix verbose log printing local yarn config under "user yarn config" header by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1875">raineorshine/npm-check-updates#1875</a></li> <li>lint: add --continue-on-error by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1859">raineorshine/npm-check-updates#1859</a></li> <li>test: cover <code>$</code> override references by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1877">raineorshine/npm-check-updates#1877</a></li> <li>CI updates by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1870">raineorshine/npm-check-updates#1870</a></li> <li>More shell tweaks by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1853">raineorshine/npm-check-updates#1853</a></li> <li>Update interactive hint for q button by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1879">raineorshine/npm-check-updates#1879</a></li> <li>Vite config cleanup by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1861">raineorshine/npm-check-updates#1861</a></li> <li>package.json: remove unneeded overrides by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1849">raineorshine/npm-check-updates#1849</a></li> <li>build: stub unused iconv-lite out of the bundle by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1881">raineorshine/npm-check-updates#1881</a></li> <li>package.json: specify allowScripts by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1878">raineorshine/npm-check-updates#1878</a></li> <li>build(deps): bump softprops/action-gh-release by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1880">raineorshine/npm-check-updates#1880</a></li> <li>refactor prettifyCooldown and share the cooldown regex by <a href="https://github.com/XhmikosR"><code>@XhmikosR</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1883">raineorshine/npm-check-updates#1883</a></li> <li>build(deps-dev): bump the development-dependencies group across 1 directory with 5 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1876">raineorshine/npm-check-updates#1876</a></li> <li>fix(cooldown): scope auto-cooldown config to active package manager only by <a href="https://github.com/raineorshine"><code>@raineorshine</code></a> with <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/raineorshine/npm-check-updates/pull/1882">raineorshine/npm-check-updates#1882</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md">npm-check-updates's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p><strong>This file is no longer maintained.</strong> Release notes are published on the <a href="https://github.com/raineorshine/npm-check-updates/releases">GitHub releases page</a>.</p> <hr /> <h2>[22.0.0] - 2026-04-25</h2> <h2>Breaking Changes</h2> <p><code>--cooldown</code> now falls back to the greatest non-prerelease version rather than skipping the upgrade entirely when the latest version falls within the cooldown window.</p> <ul> <li>This <em>only</em> affects <code>--cooldown</code> (or inferred cooldown from <code>min-release-age</code>/<code>minimumReleaseAge</code>/<code>npmMinimalAgeGate</code>).</li> <li>This <em>only</em> affects <code>--target latest</code> (which is the default).</li> </ul> <h3>⚠️ WARNING</h3> <p>In rare circumstances, it is now possible for <code>ncu --cooldown 10</code> to install a version <strong>that was never published to latest</strong>. This is because the npm registry does not store a history of versions published to the <code>latest</code> dist-tag. It is <em>impossible</em> to fall back to an earlier <code>latest</code> version, because there is no record of it. However, we do have a list of all published versions, and it's <em>likely</em> that a boring version like <code>1.0.1</code> was published to <code>latest</code> at some point. Versions like <code>1.0.1-pre.0</code>, <code>1.0.1-beta</code>, <code>1.0.1-build.58157394</code>, etc will be ignored, as you would expect.</p> <p>While npm-check-updates typically takes a conservative approach to version upgrades, following semver exactly and only upgrading to the <code>latest</code> version, falling back to the highest version outside the cooldown window is clearly the more intuitive behavior, and this outweighs the few cases where the results would be undesirable. The discussion in <a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1556">#1556</a> and the large amount of confusion since the initial release of <code>--cooldown</code> attest to this.</p> <h3>How to opt out of the new behavior</h3> <p>You can opt out of the new behavior by using <code>--target "@latest"</code>. This forces a strict upgrade (or downgrade) to the <code>latest</code> tag only, without any fallback behavior.</p> <p>For granular control, use a custom ncurc function to set the <a href="https://github.com/raineorshine/npm-check-updates#target">target</a> or disable <a href="https://github.com/raineorshine/npm-check-updates#cooldown">cooldown</a> for a single package.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/raineorshine/npm-check-updates/compare/v21.0.3...v22.0.0">https://github.com/raineorshine/npm-check-updates/compare/v21.0.3...v22.0.0</a></p> <h2>[21.0.0] - 2026-04-14</h2> <h3>⚠️ Breaking Changes</h3> <p>This is a <strong>major breaking change</strong> with significant architectural updates.</p> <h4>ESM Migration & Module System</h4> <ul> <li><strong>Pure ESM:</strong> Converted to pure ESM with dual-build support (ESM/CJS) via Vite 8.</li> <li><strong>Import Syntax:</strong> Programmatic usage now requires named imports or namespace imports. <ul> <li><strong>Old:</strong> <code>import ncu from 'npm-check-updates'</code></li> <li><strong>New:</strong> <code>import * as ncu from 'npm-check-updates'</code> or <code>import { run } from 'npm-check-updates'</code></li> </ul> </li> <li><strong>Node.js Requirements:</strong> Now requires <code>^20.19.0 || ^22.12.0 || >=24.0.0</code>. This is required for native <code>require(esm)</code> support and the Rolldown engine.</li> <li><strong>npm Requirements:</strong> Minimum version increased to <code>>=10.0.0</code>.</li> </ul> <h4>Configuration Files (<code>.ncurc.js</code>)</h4> <ul> <li>Files named <code>.ncurc.js</code> that use <code>module.exports</code> will now fail in projects that are <code>"type": "module"</code>.</li> <li><strong>Fix:</strong> Rename these files to <code>.ncurc.cjs</code> or convert them to use <code>export default</code>.</li> </ul> <h4>Dependency Updates (Pure ESM versions)</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/5ad831bd29963c3d7d4435603f043ec0fd2cc38c"><code>5ad831b</code></a> 22.2.9</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/2653ab6e94fc425b3a9d872a5efbd64fe091bfa8"><code>2653ab6</code></a> Replace markdownlint-cli with markdownlint-cli2 (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1893">#1893</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/75a6a92549b9da24560f8658a5bce14ebd23df0b"><code>75a6a92</code></a> Switch mocha tests to parallel (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1886">#1886</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/bf7285b72d2ae26ae54a87b4b486623b1ccbe5bb"><code>bf7285b</code></a> Minor type tweaks (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1892">#1892</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/3231f230e540b4581bae161ea1aa896380cccfe5"><code>3231f23</code></a> Use async glob instead of glob.sync in getAllPackages (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1891">#1891</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/8a37479348bb035758905a39acffb28d893649c4"><code>8a37479</code></a> CI: add prettier in lint workflow (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1889">#1889</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/0409e7739b6c355953468cea649365468b64207f"><code>0409e77</code></a> replace zod with valibot to reduce bundle size (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1885">#1885</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/02b4218b926d2fd433f98d23de4c66df989599f6"><code>02b4218</code></a> eslint.config.js: drop moot jest globals (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1887">#1887</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/c4435d0800386ad3eae29f3416074ef2c35123ad"><code>c4435d0</code></a> Rename variable and test file (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1884">#1884</a>)</li> <li><a href="https://github.com/raineorshine/npm-check-updates/commit/e849b1d75948aba5f5e7f2f0c56dc96030b61608"><code>e849b1d</code></a> Dockerfile: use lts-alpine image (<a href="https://redirect.github.com/raineorshine/npm-check-updates/issues/1862">#1862</a>)</li> <li>Additional commits viewable in <a href="https://github.com/raineorshine/npm-check-updates/compare/v20.0.0...v22.2.9">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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 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>
Demo · Documentation · Quickstart · GitHub · Releases
Tournament system meant to be easy to use. Bracket is written in async Python (with FastAPI) and Vite as frontend using the Mantine library.
It has the following features:
- Supports single elimination, round-robin and swiss formats.
- Build your tournament structure with multiple stages that can have multiple groups/brackets in them.
- Drag-and-drop matches to different courts or reschedule them to another start time.
- Various dashboard pages are available that can be presented to the public, customized with a logo.
- Create/update teams, and add players to teams.
- Create multiple clubs, with multiple tournaments per club.
- Swiss tournaments can be handled dynamically, with automatic scheduling of matches.
Live Demo
A demo is available for free at https://www.bracketapp.nl/demo. The demo lasts for 30 minutes, after which your data will de deleted.
Quickstart
To quickly run bracket to see how it works, clone it and run docker compose up:
git clone git@github.com:evroon/bracket.git
cd bracket
sudo docker compose up -d
This will start the backend and frontend of Bracket, as well as a postgres instance. You should now be able to view bracket at http://localhost:3000. You can log in with the following credentials:
- Username:
test@example.org - Password:
aeGhoe1ahng2Aezai0Dei6Aih6dieHoo.
To insert dummy rows into the database, run:
docker exec bracket-backend uv run --no-dev ./cli.py create-dev-db
See also the quickstart docs.
Usage
Read the usage guide for how to organize a tournament in Bracket from start to finish.
Configuration
Read the configuration docs for how to configure Bracket.
Bracket's backend is configured using .env files (prod.env for production, dev.env for development etc.).
But you can also configure Bracket using environment variables directly, for example by specifying them in the docker-compose.yml.
The frontend doesn't can be configured by environment variables as well, as well as .env files using Vite's way of loading environment variables.
Running Bracket in production
Read the deployment docs for how to deploy Bracket and run it in production.
Bracket can be run in Docker or by itself (using uv and pnpm).
Development setup
Read the development docs for how to run Bracket for development.
Prerequisites are pnpm, postgresql and uv to run the frontend, database and backend.
Translations
Based on your browser settings, your language should be automatically detected and loaded. For now, there's no manual way of choosing a different language.
Supported Languages
To add/refine translations, Crowdin is used. See the docs for more information.
More screenshots
Help
If you're having trouble getting Bracket up and running, or have a question about usage or configuration, feel free to ask. The best place to do this is by creating a Discussion.
Supporting Bracket
If you're using Bracket and would like to help support its development, that would be greatly appreciated!
Several areas that we need a bit of help with at the moment are:
- ⭐ Star Bracket on GitHub
- 🌐 Translating: Help make Bracket available to non-native English speakers by adding your language (via crowdin)
- 📣 Spread the word by sharing Bracket to help new users discover it
- 🖥️ Submit a PR to add a new feature, fix a bug, extend/update the docs or something else
See the contribution docs for more information on how to contribute
Contributors
|
Erik Vroon |
Null |
Nicolas Vanheuverzwijn |
Sevi C |
Max Ricketts-Uy |
Danny Piper |
|
Byte |
BachErik |
Amin NAIRI |
Felipe Gomes De Melo |
IzStriker |
Jon Miller |
|
Oscar Tobar Rios |
Raphael Le Goaller |
License
Bracket is licensed under AGPL-v3.0.
Please note that any contributions also fall under this license.
See LICENSE



