Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 2 versions ahead of your current version.
The recommended version was released a day ago, on 2021-03-13.
This will probably be the last minor release of yaml@1. I'm aiming to release yaml@2 within a few months; prereleases of that will be published using the next dist-tag on npm. Patch releases for 1.10 may still happen, if necessary.
This removes most of the internal dist/ paths from the release. If you want/need to use a class or function that is no longer public, please file an issue and we can add it to the exports.
Drop dependency on @ babel/runtime. After this, the package has 0 runtime dependencies. 🎉
Add exports { Alias, Collection, Merge, Node } to 'yaml/types'
Document Schema.createPair() & make its ctx arg optional (#157)
Always indent top-level scalars with lines starting with document markers or % directives (#162)
Use double-space when forcing top-level block scalar indent, for clarity (#162)
Coverage remained the same at 97.79% when pulling d284668d916b7acd05e585941a697c15502e7147 on snyk-upgrade-d7f9d1ad65126a43c8d722e4bdc910c0 into 6ab047c1429ca9f01757384740725a0524fe31d5 on master.
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: yaml
This release backports the following non-breaking fixes made during the work on
yaml@2
on top ofyaml@1.10.0
:__proto__
as mapping key & anchor identifier (#192)minContentWidth
chars on the first line (#196)YAML.stringify()
for certain null values (#197)type: "module"
within browser/dist/ (#208)yaml/types
&yaml/util
(#208)Document.Parsed.contents
(#221)Node.rangeAsLinePos
(#222)lineWidth=0
is set (#232)This will probably be the last minor release of
yaml@1
. I'm aiming to releaseyaml@2
within a few months; prereleases of that will be published using thenext
dist-tag on npm. Patch releases for 1.10 may still happen, if necessary.New Features
dist/
paths from the release. If you want/need to use a class or function that is no longer public, please file an issue and we can add it to the exports.@ babel/runtime
. After this, the package has 0 runtime dependencies.{ Alias, Collection, Merge, Node }
to 'yaml/types'Schema.createPair()
& make itsctx
arg optional (#157)getNodes(): string[]
method to Anchors (#166)dist/
endpointsImproved Errors & Warnings
npm start
debuggingImproved TypeScript declarations
AST.{AstNode,ScalarNode,CollectionNode}
(#160)toString()
methods to AST nodes (#159)Bugfixes
mapAsMap: true
for out.yaml tests (4FJ6)Commit messages
Package name: yaml
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs