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

Commits on Jun 27, 2024

  1. Declare pnpm in package

    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 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    177f7e1 View commit details
    Browse the repository at this point in the history
  2. Declare full pnpm version

    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 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    923f5b9 View commit details
    Browse the repository at this point in the history