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(jest-runtime): avoid star type import from @jest/globals #12949

Merged
merged 2 commits into from Jun 20, 2022

Conversation

mrazauskas
Copy link
Contributor

Fixes #12948

Summary

Seems like star type import from @jest/globals is causing the issue described by the user. Easy to fix.

Test plan

Green CI.

Copy link
Member

@SimenB SimenB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@SimenB SimenB merged commit 7f2731e into jestjs:main Jun 20, 2022
@mrazauskas mrazauskas deleted the refactor-runtime-type-imports branch June 20, 2022 06:49
@eelco
Copy link

eelco commented Jun 28, 2022

Apologies for being pushy, but is there an ETA for when this will be released @SimenB? (This is currently blocking a Jest upgrade for us, which in turn is blocking a couple other dependency upgrades.)

@SimenB
Copy link
Member

SimenB commented Jun 29, 2022

@eelco sorry, having some issues with npm credentials on a new machine, so had to dig out an old one 😅

https://github.com/facebook/jest/releases/tag/v28.1.2

@eelco
Copy link

eelco commented Jun 29, 2022

Much appreciated! 🙏

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: jest-runtime@28.1.1 has incorrect build/index.d.ts
4 participants