Skip to content
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

feat: upgraded corejs to v3 #525

Merged
merged 1 commit into from
Jan 12, 2020
Merged

feat: upgraded corejs to v3 #525

merged 1 commit into from
Jan 12, 2020

Conversation

alicanerdogan
Copy link
Contributor

Summary
linaria has a core dependency of corejs v2, however corejs v2 is deprecated and it is not supported anymore. To keep up with the other working environment which are up to date, corejs version has been updated to v3 with this plan.

Here is the issue link: #420

Test plan

The PR successfully passes all the tests within repo and it is locally tested to check it's sanity.

@callstack-bot
Copy link

callstack-bot commented Jan 11, 2020

Hey @alicanerdogan, thank you for your pull request 🤗.
The coverage report for this branch can be viewed here.

@@ -407,7 +407,7 @@ CSS:
;
}

Dependencies: core-js/modules/es6.string.raw
Dependencies: core-js/modules/es.array.map, core-js/modules/es.array.slice, core-js/modules/es.string.raw
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should prolly add es.array.map and es.array.slice to the exclude option in babel config.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are certainly right, I added those two to the exclude list

@Anber Anber merged commit c67f40d into callstack:master Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants