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

Declare pnpm in package #7911

Closed
wants to merge 2 commits into from
Closed

Conversation

jrjohnson
Copy link
Member

We need to do this in order to work around an issue with dependabot that is using an old pnpm version. The downside is we'll need to keep it up to date. My IDE is telling me this format isn't valid and it needs to be x.y.z format, but let's try it with just the major version and see if that solves our issues as we won't need to keep it up to date this way.

@jrjohnson jrjohnson marked this pull request as ready for review June 27, 2024 04:11
We need to do this in order to work around an issue with dependabot that
is using an old pnpm version. The downside is we'll need to keep it up
to date. My IDE is telling me this format isn't valid and it needs to be
x.y.z format, but let's try it with just the major version and see if
that solves our issues as we won't need to keep it up to date this way.
The pnpm installer will take less information, but corepack will not and
that seems to be what netlify uses. We'll have keep track of this number
and increment it with new releases.
@jrjohnson
Copy link
Member Author

Hold off on merge, may be fixed at dependabot

@jrjohnson
Copy link
Member Author

Our dependabot issues seem to have been fixed upstream. Closing in favor of that.

@jrjohnson jrjohnson closed this Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants