-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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): remove spare dependencies from basic example #9516
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/eslint-config-next@15.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're shipping a pnpm 9 lockfile we should bump the default package manager to match the version used to create the lockfile:
turborepo/examples/basic/package.json
Line 15 in 9db0da4
"packageManager": "pnpm@8.15.6", |
Description
I left some unneeded dependencies behind when I was upgrading this example in #9501. This gets rid of them.
Testing Instructions
I've verified that ESLint violations get reported as expected in my editor and when running
turbo lint
. You can also clone withnpx create-turbo@canary -e https://github.com/vercel/turborepo/tree/shew-0f804/examples/basic basic-eslint-9
to have a play with it.