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

Build: Force prerelease peer dep for Node 16 in CI #14933

Merged
merged 2 commits into from Aug 15, 2021

Commits on Aug 15, 2021

  1. Build: Force prerelease peer dep for Node 16 in CI

    Several dev dependencies have a peer dependency on the local ESLint.
    Prereleases don't satisfy regular version range constraints, so the new
    peer dependency resolution algorithm in Node 16 rejects `v8.0.0-beta.0`
    as a valid peer dependency. Until we're done with prereleases, we can
    use the `--force` flag to force npm to accept that the prerelease
    satisfies the peer dependency.
    btmills committed Aug 15, 2021
    Copy the full SHA
    df2282c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    972238c View commit details
    Browse the repository at this point in the history