-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Upgrade to core-js v3 #6655
Upgrade to core-js v3 #6655
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://monorepo-git-fork-spy-seth-upgrade-to-core-js-v3.storybook.now.sh |
# Conflicts: # addons/actions/package.json # addons/backgrounds/package.json # addons/cssresources/package.json # addons/events/package.json # addons/google-analytics/package.json # addons/info/package.json # addons/jest/package.json # addons/notes/package.json # addons/ondevice-backgrounds/package.json # addons/ondevice-knobs/package.json # addons/ondevice-notes/package.json # addons/options/package.json # addons/storyshots/storyshots-core/package.json # addons/storyshots/storyshots-puppeteer/package.json # addons/storysource/package.json # addons/viewport/package.json # lib/addons/package.json # lib/api/package.json # lib/channel-postmessage/package.json # lib/channel-websocket/package.json # lib/components/package.json # lib/router/package.json # lib/ui/package.json # yarn.lock
"OBJECT_VALUE_BOOLEAN_COLOR": "rgb(28, 0, 207)", | ||
"OBJECT_VALUE_FUNCTION_KEYWORD_COLOR": "rgb(170, 13, 145)", | ||
"OBJECT_VALUE_FUNCTION_PREFIX_COLOR": "rgb(13, 34, 170)", |
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.
are these changes the result of something else?
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.
I don't really know TBH, I just updated the snapshots
# Conflicts: # yarn.lock
# Conflicts: # yarn.lock
# Conflicts: # lib/router/package.json # yarn.lock
This has broken the dll in my branch |
What I did
Following the discussion in #6589, this PR upgrade core-js to v3. It will help to upgrade the webpack CRA preset to match the CRA v3 release
I use the work done in #6566 as guide
I think this should be considered as breaking change: it could lead to some behavior change on CRA storybook.