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 latest #58

Merged
merged 7 commits into from
Jan 20, 2019
Merged

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Jan 20, 2019

Upgrade Node and dependent packages to latest version by using yarn upgrade(-interactive) --latest.

This PR is included the update of Marpit v0.6.0 and Marp Core v0.5.0.

There is a major upgrade in globby 8.x => 9.x, and currently it brings to fail tests.

UPDATE: I've reported a regression of dir-glob to kevva/dir-glob#15, and it was fixed by author's quick working.

package.json Outdated
@@ -121,5 +121,8 @@
"tmp": "^0.0.33",
"ws": "^6.1.2",
"yargs": "^12.0.5"
},
"resolutions": {
"dir-glob": "2.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

By downgrading dir-glob from v2.2.0 to v2.0.0, failed tests caused by globby are fixed.

Perhaps the updated dir-glob cannot handle passed absolute path.

https://github.com/kevva/dir-glob/blob/3cd414fc3694dbaf9f87892febadf5703a6475ea/index.js#L6

Copy link
Member Author

@yhatt yhatt Jan 20, 2019

Choose a reason for hiding this comment

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

I've reported to kevva/dir-glob#15. And now I started working to resolve this on forked repo.

@yhatt yhatt merged commit 6159ca6 into master Jan 20, 2019
@yhatt yhatt deleted the upgrade-dependencies branch January 20, 2019 18:20
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.

None yet

1 participant