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

Project not allowing pnpm 9 #1007

Open
MinhxNguyen7 opened this issue Sep 26, 2024 · 1 comment · May be fixed by #1008
Open

Project not allowing pnpm 9 #1007

MinhxNguyen7 opened this issue Sep 26, 2024 · 1 comment · May be fixed by #1008
Labels
dependencies Pull requests that update a dependency file high High priority issue

Comments

@MinhxNguyen7
Copy link
Member

MinhxNguyen7 commented Sep 26, 2024

Description

  • With pnpm 9's release, the latest version doesn't pass the dependency check (pnpm ^8.0.0) because this doesn't cross major version barriers.
  • I've tried to change the requirement to the latest version, which works with no further changes. We just need to put this into a PR.
@MinhxNguyen7 MinhxNguyen7 added dependencies Pull requests that update a dependency file high High priority issue labels Sep 26, 2024
@laggycomputer
Copy link

One could check here for any changes, but a package manager change shouldn't break anything except for invalidating lockfiles and making previous installations maybe a bit more hairy to update.

@MinhxNguyen7 MinhxNguyen7 linked a pull request Sep 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file high High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants