Allow @types/jest@30.x as an optional peer dependency for @emotion/jest#3344
Merged
Andarist merged 2 commits intoemotion-js:mainfrom Nov 4, 2025
Merged
Allow @types/jest@30.x as an optional peer dependency for @emotion/jest#3344Andarist merged 2 commits intoemotion-js:mainfrom
@types/jest@30.x as an optional peer dependency for @emotion/jest#3344Andarist merged 2 commits intoemotion-js:mainfrom
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. |
Contributor
Author
|
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? |
Contributor
Author
2dd69bc to
39723f5
Compare
39723f5 to
e2363f5
Compare
Andarist
approved these changes
Nov 4, 2025
@types/jest 30 to @emotion/jest peer dependencies@types/jest@30.x as an optional peer dependency for @emotion/jest
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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