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

Update dependent packages to latest (Marpit v0.7.1 and Marp Core v0.6.0) #72

Merged
merged 6 commits into from
Feb 4, 2019

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Feb 4, 2019

Upgrade dependent packages to latest version by using yarn upgrade --latest yarn upgrade-interactive --latest.

This PR is included the update of Marpit v0.7.1 and Marp Core v0.6.0. It has no other changes except Prettier.

@yhatt
Copy link
Member Author

yhatt commented Feb 4, 2019

An unexpected test example in bespoke plugin would be failed when running yarn upgrade --latest. So we upgraded only directly-dependent packages by yarn upgrade-interactive --latest.

description: v => ({ marpCLIDescription: v }),
image: v => ({ marpCLIImage: v }),
title: v => ({ marpCLITitle: v }),
description: v => (typeof v === 'string' ? { marpCLIDescription: v } : {}),
Copy link
Member Author

Choose a reason for hiding this comment

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

Marpit v0.7.1 has updated type definitions to allow array/object passing to custom directives. (marp-team/marpit#130) We have to validate whether meta value is string.

@yhatt yhatt merged commit 2ab7583 into master Feb 4, 2019
@yhatt yhatt deleted the upgrade-dependencies branch February 4, 2019 08:56
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