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

Force @jest/types resolution in templates #468

Merged
merged 3 commits into from Jul 8, 2021
Merged

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jul 8, 2021

A clean install of @jest/types is currently failing because it specifies a @types/node range of *, and the latest v16 release removes some globals that Jest depends on.

This is a hack to get CI healthy again, until @jest/types is properly patched: jestjs/jest#11645

A clean install of `@jest/types` is currently failing because it
specifies a `@types/node` range of `*`, and the latest v16 release
removes some globals that Jest depends on.

This is a hack to get CI healthy again, until `@jest/types` is properly
patched.
@changeset-bot
Copy link

changeset-bot bot commented Jul 8, 2021

🦋 Changeset detected

Latest commit: 43dcb6b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@72636c 72636c marked this pull request as ready for review July 8, 2021 10:36
@72636c 72636c requested a review from a team as a code owner July 8, 2021 10:36
@72636c 72636c merged commit 2be05f5 into master Jul 8, 2021
@72636c 72636c deleted the jest-types-resolution branch July 8, 2021 20:23
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.

None yet

2 participants