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(gatsby-source-graphql): Pin resolution of extract-files #28459

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

ascorbic
Copy link
Contributor

@ascorbic ascorbic commented Dec 3, 2020

The transitive dependency extract-files@9.0.0 has a engines field set that is incompatible with our minimum supported node version. This adds a resolutions field to pin it to 8.1.0, which is API-compatible. This won;t fix things for npm, but will at least let the monorepo build.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Dec 3, 2020
@ascorbic ascorbic added topic: dev tooling and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Dec 3, 2020
@ascorbic ascorbic merged commit 4ef4bf5 into master Dec 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix/add-extract-files-resolutions- branch December 3, 2020 13:12
pieh pushed a commit that referenced this pull request Dec 4, 2020
pieh added a commit that referenced this pull request Dec 4, 2020
* fix(gatsby-source-graphql): Pin resolution of extract-files (#28459)

(cherry picked from commit 4ef4bf5)

* fix: Back out resolutions, and add ignore-engines to dev cli (#28464)

* fix: Back out resolutions, and add ignore-engines to dev cli

* Use dev-cli@next

(cherry picked from commit 4add7d2)

Co-authored-by: Matt Kane <matt@gatsbyjs.com>
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.

2 participants