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

fix: No longer error on pnpm lockfile specifier mismatch #3656

Conversation

chris-olszewski
Copy link
Contributor

@chris-olszewski chris-olszewski commented Feb 6, 2023

Fixes #3638

I added a regression in #3611 where we would error if there was a specifier mismatch and the specifier wasn't totally resolved. This was an unintended change to the previous behavior would indicate it didn't find a package resolution.

Tested against provided reproduction

@vercel
Copy link

vercel bot commented Feb 6, 2023

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

Name Status Preview Comments Updated
examples-kitchensink-blog 🔄 Building (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-native-web 🔄 Building (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-nonmonorepo 🔄 Building (Inspect) Feb 7, 2023 at 0:05AM (UTC)
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 7, 2023 at 0:05AM (UTC)
6 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Feb 7, 2023 at 0:05AM (UTC)

@vercel
Copy link

vercel bot commented Feb 6, 2023

@chris-olszewski is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@chris-olszewski chris-olszewski marked this pull request as ready for review February 6, 2023 18:26
@chris-olszewski chris-olszewski requested a review from a team as a code owner February 6, 2023 18:26
Copy link
Contributor

@mehulkar mehulkar left a comment

Choose a reason for hiding this comment

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

Is a test case possible to write for this?

@chris-olszewski
Copy link
Contributor Author

Is a test case possible to write for this?

Yes, isolating it took longer than expected. Underlying issue is don't have proper support for overrides. I added basic support that at least properly supports the repro we were provided, it's not a complete fix, but it's a move in the right direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[turborepo] Turbo prune failing
2 participants