mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
Bumps the basic group in /examples/basic with 9 updates: | Package | From | To | | --- | --- | --- | | [turbo](https://github.com/vercel/turborepo) | `2.5.4` | `2.6.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.1.0` | `19.2.0` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.1.1` | `19.2.2` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.0` | `19.2.2` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.34.0` | `9.39.0` | | [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) | `2.5.0` | `2.6.0` | | [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.5.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.40.0` | `8.46.2` | Updates `turbo` from 2.5.4 to 2.6.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/turborepo/releases">turbo's releases</a>.</em></p> <blockquote> <h2>Turborepo v2.6.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Docs</h3> <ul> <li>docs: clarification on Transit Nodes docs by <a href="https://github.com/maschwenk"><code>@maschwenk</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/9181">vercel/turborepo#9181</a></li> <li>docs: add GitHub Actions reusable workflow documentation for remote caching by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10923">vercel/turborepo#10923</a></li> <li>docs: generate blog release OG images by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10936">vercel/turborepo#10936</a></li> <li>docs: fix correct package name from eslint-config-turbo to eslint-plugin-turbo by <a href="https://github.com/tetzng"><code>@tetzng</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10954">vercel/turborepo#10954</a></li> <li>docs: align tailwindcss 4 guide to the with-tailwind example by <a href="https://github.com/esauri"><code>@esauri</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10963">vercel/turborepo#10963</a></li> <li>docs: fix typos and formatting issues in Playwright guide by <a href="https://github.com/yamcodes"><code>@yamcodes</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10980">vercel/turborepo#10980</a></li> <li>docs: adjust compute hours saved component initial value by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10958">vercel/turborepo#10958</a></li> <li>docs: clarify passthrough args comparison by <a href="https://github.com/emilbjorklund"><code>@emilbjorklund</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10990">vercel/turborepo#10990</a></li> <li>docs: fix profile images on home page by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10993">vercel/turborepo#10993</a></li> <li>feat: microfrontends by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10982">vercel/turborepo#10982</a></li> <li>docs: Clarify passtrhough args cache miss by <a href="https://github.com/eug-vs"><code>@eug-vs</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11026">vercel/turborepo#11026</a></li> <li>fix: path validation in <code>microfrontends.json</code> by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11006">vercel/turborepo#11006</a></li> <li>feat(microfrontends): schema.json for microfrontends.json by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11008">vercel/turborepo#11008</a></li> </ul> <h3>create-turbo</h3> <ul> <li>feat: update <code>create-turbo</code> Bun prompt text by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10918">vercel/turborepo#10918</a></li> </ul> <h3>eslint</h3> <ul> <li>fix(eslint-config-turbo): use module.exports for ESLint v8 compatibility by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10902">vercel/turborepo#10902</a></li> <li>perf: ~8.6x faster ESLint rule by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10943">vercel/turborepo#10943</a></li> </ul> <h3>Examples</h3> <ul> <li>Update package.json by <a href="https://github.com/Satheeshsk369"><code>@Satheeshsk369</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10892">vercel/turborepo#10892</a></li> <li>docs: fix JSDoc type for ESLint config in basic example by <a href="https://github.com/victor-code19"><code>@victor-code19</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10727">vercel/turborepo#10727</a></li> <li>refactor(examples): enhance <code>with-nestjs</code> (<a href="https://redirect.github.com/vercel/turborepo/issues/8131">#8131</a>) by <a href="https://github.com/Neosoulink"><code>@Neosoulink</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10964">vercel/turborepo#10964</a></li> <li>examples: Upgrade core-team-maintained examples to Next.js 16 by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11014">vercel/turborepo#11014</a></li> </ul> <h3>Changelog</h3> <ul> <li>chore: remove missing turbow.js references by <a href="https://github.com/pauloZion1"><code>@pauloZion1</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10893">vercel/turborepo#10893</a></li> <li>fix(turborepo-lockfiles): handle missing optional dependencies in Bun lockfiles by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10909">vercel/turborepo#10909</a></li> <li>fix: update <code>ui</code> suggested value in error message for turbo.json by <a href="https://github.com/hugomassing"><code>@hugomassing</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10896">vercel/turborepo#10896</a></li> <li>chore: remove unused <code>origin</code> field from auth structs by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10910">vercel/turborepo#10910</a></li> <li>feat: new OAuth flow for Turborepo CLI with Vercel by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10911">vercel/turborepo#10911</a></li> <li>fix(lockfiles): include bundled dependencies in Bun lockfile subgraphs by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10915">vercel/turborepo#10915</a></li> <li>test: increase coverage for lockfiles by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10633">vercel/turborepo#10633</a></li> <li>fix: update remote cache OAuth refresh flow by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10916">vercel/turborepo#10916</a></li> <li>feat(tui): task list search with <code>/</code> by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10908">vercel/turborepo#10908</a></li> <li>fix: --graph=foo.dot should not require graphviz installed by <a href="https://github.com/blast-hardcheese"><code>@blast-hardcheese</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10942">vercel/turborepo#10942</a></li> <li>chore: update devcontainer configuration by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10955">vercel/turborepo#10955</a></li> <li>fix: <code>injectWorkspacePackages</code> for <code>turbo prune</code> with pnpm by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10945">vercel/turborepo#10945</a></li> <li>fix: adjust binary call for microfrontends proxy on Windows by <a href="https://github.com/mknichel"><code>@mknichel</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10962">vercel/turborepo#10962</a></li> <li>Add worktrees.json configuration to .cursor directory by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10986">vercel/turborepo#10986</a></li> <li>fix: windows symlinking bug by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10992">vercel/turborepo#10992</a></li> <li>fix: added Linux env vars to global passthroughs by <a href="https://github.com/aviramha"><code>@aviramha</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10984">vercel/turborepo#10984</a></li> <li>fix: recursive transitive closure analysis in npm lockfile parser by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/10988">vercel/turborepo#10988</a></li> <li>ci(fix): dynamically set ports in proxy integration tests by <a href="https://github.com/anthonyshew"><code>@anthonyshew</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11009">vercel/turborepo#11009</a></li> <li>feat: Add support for custom microfrontends.json naming by <a href="https://github.com/kitfoster"><code>@kitfoster</code></a> in <a href="https://redirect.github.com/vercel/turborepo/pull/11022">vercel/turborepo#11022</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|---|---|---|
| .. | ||
| app | ||
| public | ||
| .gitignore | ||
| eslint.config.js | ||
| next-env.d.ts | ||
| next.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.