-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Allow @types/[email protected] as an optional peer dependency for @emotion/jest
#3344
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
Conversation
🦋 Changeset detectedLatest commit: fa825db The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
6adc0c8 to
39723f5
Compare
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
Hi @emmatown, hope you are doing fine. Do you think we can merge this? Please let me know if I can help. |
|
Hey! Any updates on this? |
|
I'm also waiting on this, is there anything that's blocking here? Any support needed? |
2dd69bc to
39723f5
Compare
39723f5 to
e2363f5
Compare
@types/jest 30 to @emotion/jest peer dependencies@types/[email protected] as an optional peer dependency for @emotion/jest
What:
@types/jest30 to@emotion/jestpeer dependencies.^30.0.0#3341Why:
v30is now released as a stable version and@emotion/jestworks perfectly with it (tested in a heavy/complex project).v30triggers unmet peer dependencies warnings (errors in strictyarnconfigurations).@types/jestin@emotion/jestpeer dependencies.@types/jestv30is required for Jestv30and users using newer versions of TypeScript.How:
^30.0.0to@types/jestin@emotion/jestpeer dependencies.@types/jestremains^29.5.12in dev dependencies due to project's TypeScript version.Checklist:
N/AN/AN/A