Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples): update non-monorepo example #9770

Conversation

anthonyshew
Copy link
Contributor

@anthonyshew anthonyshew commented Jan 23, 2025

Description

Updating the non-monorepo example with best practices and latest dependencies. This was scaffolded using npx create-next-app@latest and then adding turbo to it.

Testing Instructions

npx create-turbo@latest --example https://github.com/vercel/turborepo/tree/dependabot/npm_and_yarn/examples/non-monorepo/non-monorepo-cf1be3c1e5/examples/non-monorepo

dependabot bot and others added 3 commits January 22, 2025 13:36
…dates

Bumps the non-monorepo group with 8 updates in the /examples/non-monorepo directory:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.2.23` | `15.1.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `18.17.4` | `22.10.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.0` | `19.0.7` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.0.3` |
| [eslint](https://github.com/eslint/eslint) | `8.47.0` | `9.18.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.23` | `15.1.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.7.3` |



Updates `next` from 14.2.23 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.2.23...v15.1.6)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/node` from 18.17.4 to 22.10.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.0 to 19.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.5 to 19.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `eslint` from 8.47.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.47.0...v9.18.0)

Updates `eslint-config-next` from 14.2.23 to 15.1.6
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.1.6/packages/eslint-config-next)

Updates `typescript` from 5.5.4 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.7.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: non-monorepo
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: non-monorepo
...

Signed-off-by: dependabot[bot] <[email protected]>
@anthonyshew anthonyshew requested a review from a team as a code owner January 23, 2025 13:36
@turbo-orchestrator turbo-orchestrator bot added the area: examples Improvements or additions to examples label Jan 23, 2025
Copy link

vercel bot commented Jan 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2025 5:35pm

…rn/examples/non-monorepo/non-monorepo-cf1be3c1e5' into dependabot/npm_and_yarn/examples/non-monorepo/non-monorepo-cf1be3c1e5
Copy link
Member

@tknickman tknickman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One note about the readme

examples/non-monorepo/README.md Outdated Show resolved Hide resolved
@anthonyshew anthonyshew merged commit f16a8e5 into main Jan 23, 2025
31 checks passed
@anthonyshew anthonyshew deleted the dependabot/npm_and_yarn/examples/non-monorepo/non-monorepo-cf1be3c1e5 branch January 23, 2025 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: examples Improvements or additions to examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants