-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Jest emotion/improvements #1604
Conversation
🦋 Changeset is good to goLatest commit: 86e5d8b We got this. 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 |
Thanks! |
@@ -1282,6 +1282,16 @@ | |||
exec-sh "^0.3.2" | |||
minimist "^1.2.0" | |||
|
|||
"@emotion/babel-preset-css-prop@^10.0.5": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im not sure why our babel plugins were added to the lock 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It usually happens if some dependency is referencing a version different from latest, or when yarn shits its pants (it happens often)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually I've found why this has happened right now with a help of yarn why
- those are dependencies of gatsby-plugin-emotion
, so it makes sense that they have been added
436c2bf
to
86e5d8b
Compare
Codecov Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!!
* Match rules in declarations with component used as a selector * Take specificity into account when matching styles * add changesets * fix flow errors
Match rules in declarations with component used as a selector and take specificity into account when matching styles
fixes #1214