turborepo/examples/basic
dependabot[bot] 772b2caf53
examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/basic (#11082)
Bumps [next](https://github.com/vercel/next.js) from 16.0.0 to 16.0.1.
<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.1</h2>
<h3>Core Changes</h3>
<ul>
<li>fix(static-paths): add depth tracking to parallel route param
resolution: <a
href="https://redirect.github.com/vercel/next.js/issues/85319">#85319</a></li>
<li>Fix types of <code>@​next/mdx</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/82238">#82238</a></li>
<li>Ensure getServerInsertedHTML skips rendering correctly: <a
href="https://redirect.github.com/vercel/next.js/issues/85394">#85394</a></li>
<li>Fix duplicate .next/types <code>include</code> on Windows: <a
href="https://redirect.github.com/vercel/next.js/issues/85400">#85400</a></li>
<li>Exclude <code>next-js</code> condition from middleware, proxy, and
instrumentation: <a
href="https://redirect.github.com/vercel/next.js/issues/85321">#85321</a></li>
<li>remove unstable_forceStale prefetch option &amp; restore
<code>prefetch={true}</code> functionality: <a
href="https://redirect.github.com/vercel/next.js/issues/85411">#85411</a></li>
<li>Upgrade React from <code>2bcbf254-20251020</code> to
<code>6160773f-20251023</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/85277">#85277</a></li>
<li>fix(next/image): swap dependencies: <a
href="https://redirect.github.com/vercel/next.js/issues/85419">#85419</a></li>
<li>Handle <code>Origin: null</code> headers: <a
href="https://redirect.github.com/vercel/next.js/issues/85402">#85402</a></li>
<li>Generalize Segment Cache fallback implementation: <a
href="https://redirect.github.com/vercel/next.js/issues/84652">#84652</a></li>
<li>fix: ensure req.query is writable: <a
href="https://redirect.github.com/vercel/next.js/issues/81573">#81573</a></li>
<li>fix: Proxy not picked up on Windows: <a
href="https://redirect.github.com/vercel/next.js/issues/85443">#85443</a></li>
<li>[test] Ensure we can toggle the DevTools menu while status
indicators are active: <a
href="https://redirect.github.com/vercel/next.js/issues/85456">#85456</a></li>
<li>Fix crash when suspending in Components using
<code>useActionQueue</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/85459">#85459</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>docs: create-next-app react-compiler and new prompts: <a
href="https://redirect.github.com/vercel/next.js/issues/85213">#85213</a></li>
<li>docs: cache components - introduction: <a
href="https://redirect.github.com/vercel/next.js/issues/85196">#85196</a></li>
<li>docs: use cache feedback: <a
href="https://redirect.github.com/vercel/next.js/issues/85169">#85169</a></li>
<li>docs: stabilize apis in docs: <a
href="https://redirect.github.com/vercel/next.js/issues/85219">#85219</a></li>
<li>docs: revalidateTag immediate expiration in Route Handlers: <a
href="https://redirect.github.com/vercel/next.js/issues/85223">#85223</a></li>
<li>Docs/use cache feedback 2: <a
href="https://redirect.github.com/vercel/next.js/issues/85222">#85222</a></li>
<li>docs: added <code>use cache: remote</code> docs: <a
href="https://redirect.github.com/vercel/next.js/issues/85145">#85145</a></li>
<li>docs: proxy runtime defaults to nodejs: <a
href="https://redirect.github.com/vercel/next.js/issues/85204">#85204</a></li>
<li>chore: cache components feedback: <a
href="https://redirect.github.com/vercel/next.js/issues/85241">#85241</a></li>
<li>docs: add a note that cache components is opt-in near the top: <a
href="https://redirect.github.com/vercel/next.js/issues/85245">#85245</a></li>
<li>Docs/v16 feedback: <a
href="https://redirect.github.com/vercel/next.js/issues/85259">#85259</a></li>
<li>Update command to install babel-plugin-react-compiler as a
devDependency: <a
href="https://redirect.github.com/vercel/next.js/issues/85235">#85235</a></li>
<li>docs: typegen next-env.d.ts feedback: <a
href="https://redirect.github.com/vercel/next.js/issues/85273">#85273</a></li>
<li>docs: link to MCP guide from upgrade: <a
href="https://redirect.github.com/vercel/next.js/issues/85308">#85308</a></li>
<li>docs: regexp removed from middleware config: <a
href="https://redirect.github.com/vercel/next.js/issues/85343">#85343</a></li>
<li>docs: simplify MCP guide to focus on next-devtools-mcp: <a
href="https://redirect.github.com/vercel/next.js/issues/85353">#85353</a></li>
<li>docs: fix proxy matcher overflow: <a
href="https://redirect.github.com/vercel/next.js/issues/85337">#85337</a></li>
<li>docs: point out diff in serialization types for arguments and return
values: <a
href="https://redirect.github.com/vercel/next.js/issues/85338">#85338</a></li>
<li>[test] Update snapshots: <a
href="https://redirect.github.com/vercel/next.js/issues/85407">#85407</a></li>
<li>docs: Fix typo in SEO section of loading.mdx: <a
href="https://redirect.github.com/vercel/next.js/issues/85301">#85301</a></li>
<li>Fix typo in Fast Refresh documentation: <a
href="https://redirect.github.com/vercel/next.js/issues/85352">#85352</a></li>
<li>Fix grammatical errors in updating data documentation: <a
href="https://redirect.github.com/vercel/next.js/issues/85067">#85067</a></li>
<li>[test] Skip devlow benchmarks on PRs: <a
href="https://redirect.github.com/vercel/next.js/issues/85408">#85408</a></li>
<li>[test] Unflake typed-env suite: <a
href="https://redirect.github.com/vercel/next.js/issues/85410">#85410</a></li>
<li>Update rust toolchain to 2025-10-27: <a
href="https://redirect.github.com/vercel/next.js/issues/85409">#85409</a></li>
<li>[test] Speed up prefetching suite: <a
href="https://redirect.github.com/vercel/next.js/issues/85417">#85417</a></li>
<li>docs: remove inaccuracies from use cache: private: <a
href="https://redirect.github.com/vercel/next.js/issues/85425">#85425</a></li>
<li>[test] Exclude Next.js internal stack frames from
cache-component-error CLI output assertions: <a
href="https://redirect.github.com/vercel/next.js/issues/85421">#85421</a></li>
<li>[test] Exclude likely Next.js internal Components from component
stacks in Redbox assertions: <a
href="https://redirect.github.com/vercel/next.js/issues/85420">#85420</a></li>
<li>Turbopack: correctly trace files with npm: <a
href="https://redirect.github.com/vercel/next.js/issues/85323">#85323</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="456d8e7b8c"><code>456d8e7</code></a>
fix: ensure req.query is writable (<a
href="https://redirect.github.com/vercel/next.js/issues/81573">#81573</a>)</li>
<li><a
href="0b6fe158c6"><code>0b6fe15</code></a>
[test] Exclude Next.js internal stack frames from cache-component-error
CLI o...</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v16.0.0...v16.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=16.0.1)](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>
2025-11-10 07:03:53 -07:00
..
apps examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/basic (#11082) 2025-11-10 07:03:53 -07:00
packages examples(deps): bump the basic group in /examples/basic with 9 updates (#11040) 2025-11-04 22:43:09 -07:00
.gitignore Re-up create-turbo. (#6439) 2023-11-20 12:09:07 -07:00
.npmrc Update with-gatsby example. (#6570) 2023-11-27 16:25:03 -07:00
meta.json docs: enhance examples tables (#10173) 2025-03-17 12:39:17 -06:00
package.json examples(deps): bump the basic group in /examples/basic with 9 updates (#11040) 2025-11-04 22:43:09 -07:00
pnpm-lock.yaml examples(deps): bump next from 16.0.0 to 16.0.1 in /examples/basic (#11082) 2025-11-10 07:03:53 -07:00
pnpm-workspace.yaml feat(examples): use pnpm by default (#2820) 2022-11-23 12:07:25 -05:00
README.md docs(example): use npx turbo and show filtering (#10500) 2025-06-21 15:55:16 +00:00
turbo.json docs: migrate to turborepo.com (#10368) 2025-04-23 10:39:37 -06:00

Turborepo starter

This Turborepo starter is maintained by the Turborepo core team.

Using this example

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • web: another Next.js app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

cd my-turborepo

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo build

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo build
yarn dlx turbo build
pnpm exec turbo build

You can build a specific package by using a filter:

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo build --filter=docs

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo build --filter=docs
yarn exec turbo build --filter=docs
pnpm exec turbo build --filter=docs

Develop

To develop all apps and packages, run the following command:

cd my-turborepo

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo dev

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo dev
yarn exec turbo dev
pnpm exec turbo dev

You can develop a specific package by using a filter:

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo dev --filter=web

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo dev --filter=web
yarn exec turbo dev --filter=web
pnpm exec turbo dev --filter=web

Remote Caching

Tip

Vercel Remote Cache is free for all plans. Get started today at vercel.com.

Turborepo can use a technique known as Remote Caching to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines.

By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can create one, then enter the following commands:

cd my-turborepo

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo login

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo login
yarn exec turbo login
pnpm exec turbo login

This will authenticate the Turborepo CLI with your Vercel account.

Next, you can link your Turborepo to your Remote Cache by running the following command from the root of your Turborepo:

# With [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation) installed (recommended)
turbo link

# Without [global `turbo`](https://turborepo.com/docs/getting-started/installation#global-installation), use your package manager
npx turbo link
yarn exec turbo link
pnpm exec turbo link

Learn more about the power of Turborepo: