-
Notifications
You must be signed in to change notification settings - Fork 14
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 dependencies #4
base: master
Are you sure you want to change the base?
Conversation
Fixed: Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
@@ -20,6 +20,7 @@ function meta(md, state, start, end, silent) { | |||
return false | |||
} | |||
if (!get(state, start).match(/^---$/)) { | |||
md.meta = {} |
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.
Fixed #5
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.
LGTM 🌟
@AugustinMauroy Can you merge this PR? |
I'm not the maintainer of this package |
Sorry, You reviewed this PR and I thought that you're a maintainer |
cc @scott-wyatt |
assert
there is no need to use this if node already has one built inmocharc.yaml
file, I have copied over the previous configurations)case1.md
from0.0.1.md
Tests run ✔️