mirror of
https://github.com/evroon/bracket.git
synced 2026-01-23 21:49:03 -05:00
Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 16.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v16.0.2</h2> <blockquote> <p>This version includes no code or feature changes.</p> </blockquote> <h2>v16.0.2-canary.17</h2> <h3>Core Changes</h3> <ul> <li>Enable React's default Transition indicator behind a flag: <a href="https://redirect.github.com/vercel/next.js/issues/86000">#86000</a></li> <li>update routes-manifest to include whether app has pages routes: <a href="https://redirect.github.com/vercel/next.js/issues/86051">#86051</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Turbopack: remove duplicate traversal implementations: <a href="https://redirect.github.com/vercel/next.js/issues/85853">#85853</a></li> <li>Omit unused <code>encryptActionBoundArgs</code>/<code>decryptActionBoundArgs</code> imports: <a href="https://redirect.github.com/vercel/next.js/issues/86015">#86015</a></li> <li>Turbopack: cleanup db log and add verbose option: <a href="https://redirect.github.com/vercel/next.js/issues/85965">#85965</a></li> <li>[ci]: fix retry_deploy_test workflow: <a href="https://redirect.github.com/vercel/next.js/issues/85981">#85981</a></li> <li>Fix typo in documentation: <a href="https://redirect.github.com/vercel/next.js/issues/86054">#86054</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/mischnic"><code>@mischnic</code></a>, <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>, <a href="https://github.com/sokra"><code>@sokra</code></a>, <a href="https://github.com/eps1lon"><code>@eps1lon</code></a>, <a href="https://github.com/ztanner"><code>@ztanner</code></a>, and <a href="https://github.com/timeyoutakeit"><code>@timeyoutakeit</code></a> for helping!</p> <h2>v16.0.2-canary.16</h2> <h3>Misc Changes</h3> <ul> <li>docs: Feedback item on proxy default: <a href="https://redirect.github.com/vercel/next.js/issues/86004">#86004</a></li> <li>[test] Add missing test fixtures for <code>cacheLife</code> & <code>cacheTag</code> in client: <a href="https://redirect.github.com/vercel/next.js/issues/85872">#85872</a></li> <li>Fix false-positive build error for <code>cacheLife</code> & <code>cacheTag</code>: <a href="https://redirect.github.com/vercel/next.js/issues/85875">#85875</a></li> <li>[cna] For pnpm ignore postinstall from <code>sharp</code> and <code>unrs-resolver</code>: <a href="https://redirect.github.com/vercel/next.js/issues/83168">#83168</a></li> <li>Turbopack: refactor <code>evaluate</code> to take module_graph: <a href="https://redirect.github.com/vercel/next.js/issues/85971">#85971</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/icyJoseph"><code>@icyJoseph</code></a>, <a href="https://github.com/unstubbable"><code>@unstubbable</code></a>, and <a href="https://github.com/mischnic"><code>@mischnic</code></a> for helping!</p> <h2>v16.0.2-canary.15</h2> <h3>Core Changes</h3> <ul> <li>Deployment adapter: fix metadata for "/" route: <a href="https://redirect.github.com/vercel/next.js/issues/85820">#85820</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Update authentication.mdx: Fix <code>Auth0</code> Link: <a href="https://redirect.github.com/vercel/next.js/issues/85953">#85953</a></li> <li>Turbopack: remove unused function: <a href="https://redirect.github.com/vercel/next.js/issues/85974">#85974</a></li> <li>docs: cacheHandlers: <a href="https://redirect.github.com/vercel/next.js/issues/85311">#85311</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/jamesdaniels"><code>@jamesdaniels</code></a>, <a href="https://github.com/georgesfarah"><code>@georgesfarah</code></a>, <a href="https://github.com/mischnic"><code>@mischnic</code></a>, and <a href="https://github.com/icyJoseph"><code>@icyJoseph</code></a> for helping!</p> <h2>v16.0.2-canary.14</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="01014d476c"><code>01014d4</code></a> v16.0.2</li> <li><a href="36212a4cc3"><code>36212a4</code></a> setup release branch</li> <li><a href="e08402bfad"><code>e08402b</code></a> v16.0.1</li> <li><a href="51d9631e57"><code>51d9631</code></a> Upgrade React from <code>6160773f-20251023</code> to <code>b4455a6e-20251027</code> (<a href="https://redirect.github.com/vercel/next.js/issues/85464">#85464</a>)</li> <li><a href="163fc17a46"><code>163fc17</code></a> v16.0.1-canary.6</li> <li><a href="a986e1731d"><code>a986e17</code></a> Fix crash when suspending in Components using <code>useActionQueue</code> (<a href="https://redirect.github.com/vercel/next.js/issues/85459">#85459</a>)</li> <li><a href="406721415d"><code>4067214</code></a> Turbopack: correctly trace files with npm (<a href="https://redirect.github.com/vercel/next.js/issues/85323">#85323</a>)</li> <li><a href="976a2222f0"><code>976a222</code></a> [test] Ensure we can toggle the DevTools menu while status indicators are act...</li> <li><a href="b95dbe6a3a"><code>b95dbe6</code></a> fix: Proxy not picked up on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/85443">#85443</a>)</li> <li><a href="b0837e0f24"><code>b0837e0</code></a> [test] Exclude likely Next.js internal Components from component stacks in Re...</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.5.6...v16.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>
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "bracket-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"prettier:check": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
|
|
"test": "pnpm run prettier:write && pnpm markdownlint-cli2 --fix",
|
|
"test-check": "pnpm run prettier:check && pnpm markdownlint-cli2 --config .markdownlint-cli2.mjs",
|
|
"lint:markdown": "markdownlint-cli2",
|
|
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tabler/icons-react": "^3.19.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.424.0",
|
|
"next": "^16.0.2",
|
|
"next-sitemap": "^4.2.3",
|
|
"nextra": "^4.2.13",
|
|
"nextra-theme-docs": "^4.2.13",
|
|
"pagefind": "^1.3.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-icons": "^5.5.0",
|
|
"tailwind-merge": "^3.1.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.0.9",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "24.0.0",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.0",
|
|
"markdownlint-cli2": "^0.14.0",
|
|
"markdownlint-rule-relative-links": "^4.0.1",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.1.0",
|
|
"tailwindcss": "^4.0.9",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|