-
Notifications
You must be signed in to change notification settings - Fork 5
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(deps): update emotion monorepo to v11 (major) - abandoned #170
base: master
Are you sure you want to change the base?
Conversation
82f7ee2
to
13bff17
Compare
13bff17
to
7faf517
Compare
7faf517
to
66e00aa
Compare
66e00aa
to
8585a47
Compare
8585a47
to
49af4f2
Compare
49af4f2
to
37c8073
Compare
37c8073
to
2515a70
Compare
2515a70
to
0226738
Compare
0226738
to
8f26249
Compare
8f26249
to
46a150d
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
b36edb1
to
aac0a6f
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
^9.2.12
->^11.0.0
^9.2.12
->^11.0.0
9.2.11
->11.0.0
Release Notes
emotion-js/emotion
v11.0.0
Compare Source
Major Changes
b8476e08
#1675 Thanks @mitchellhamilton! - Renameeslint-plugin-emotion
to@emotion/eslint-plugin
. Please replace"plugins": ["emotion"]
with"plugins": ["@​emotion"]
andemotion/
with@emotion/
in your rules config in your ESLint config.v10.0.27
Compare Source
Patch Changes
4c62ae9
#1698 Thanks @Andarist! - Add LICENSE file4c62ae9
]:v10.0.23
Compare Source
Patch Changes
3927293d
#1569 Thanks @Andarist! - Add dev hint about css object (generated by Babel) being stringified by accidentb3a0f148
#1574 Thanks @Andarist! - Fix babel plugin crashing when called programmatically without providing a filenameUpdated dependencies [
a55f3d49
,ca95f385
]:v10.0.17
Compare Source
v10.0.14
Compare Source
v10.0.9
Compare Source
v10.0.8
Compare Source
v10.0.7
Compare Source
v10.0.6
Compare Source
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
Emotion 10 is a big change that we're really excited about with improvements to the css prop, a Global component for dynamic global styles, zero config SSR, lots of small fixes and improvements and more with an incremental adoption strategy. For a higher-level overview, read the Medium article on Emotion 10. For a migration guide, visit the migrating to Emotion 10 page on emotion.sh
🚀 Enhancement
babel-plugin-emotion
babel-plugin-emotion
in some casesbabel-plugin-emotion
💥 Breaking Change
channel
andcreateBroadcast
exports from emotion-theming have been removedextractStatic
option to babel-plugin-emotion has been removedcreate-emotion-server
accepts a cache instead of an emotion instancejsx
can be manually imported from@emotion/core
(which can be automated with eslint-plugin-emotion) or babel-plugin-jsx-pragmatic can be used.create-emotion
doesn't return a caches property and instead returns a cache property which is the same return value as@emotion/cache
importedNames
option to babel-plugin-emotion is gonehoist
option is gone, hoisting always happensConfiguration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.