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

Upgrade Node and dependent packages to the latest #131

Merged
merged 6 commits into from
Feb 4, 2019
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Feb 4, 2019

This PR will upgrade Node (v10.15.1 for development and CI build environments) and dependent packages (through yarn upgrade(-interactive) --latest) to latest version.

The notable change is removing resolutions in packages.json. ip-regex cannot work in Node 6, but it is only affected in test environment and Marpit never use this while testing. For keeping compatibility with Node 6 until the end of LTS, we are setting --ignore-engine option when running yarn install in Node 6 CI environment.

@yhatt yhatt merged commit cb3924d into master Feb 4, 2019
@yhatt yhatt deleted the node-10.15.1 branch February 4, 2019 06:53
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.

1 participant