[Snyk] Upgrade yaml from 1.10.0 to 1.10.2 #375
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
ℹ️ 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
-
1.10.2 - 2021-03-13
- Allow for unindented comment after node props (prettier/prettier#10510)
-
1.10.1 - 2021-03-13
- Support for
- Fix broken TS type for BigInt toggle
- Dump long keys properly (#195)
- When folding highly indented lines, require at least
- Fix
- Do not break escaped chars with escaped newlines (#237, cdk8s-team/cdk8s#494)
- Set
- Use CommonJS for the browser endpoints
- Always stringify non-Node object keys using explicit notation (#218)
- Specify node type of
- Add missing type for CST
- Prefer literal over folded block scalar when
- Allow for empty lines after node props (#242)
- Update dev dependencies
-
1.10.0 - 2020-05-16
- Use Rollup for Node.js & browser builds (#165)
- This removes most of the internal
- Drop dependency on
- Add exports
- Document
- 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)
- Add
- Refactor Jest config, adding tests for compiled
- Rename & refactor source files. This should have no effect on the results, but lots of stuff moved around
- Throw more helpful error when setting Pair.commentBefore incorrectly (#157)
- Better errors for bad indents (#169)
- Drop incorrect error for flow mapping keys with length > 1024 chars
- Add errors for plain scalars that start with reserved indicators
- Add more explicit errors for block scalar values with bad indents
- Enable log prints during
- Fix/simplify export mapping of 'yaml/types' and 'yaml/util'
- Fix types, dropping
- Add missing
- Add directivesEndMarker to Document type (#167)
- Use CommonJS for top-level default-exporting browser endpoints (#163)
- docs: Add note about simpleKeys for null values (#170)
- Update dev & playground dependencies, including eslint 7 & jest 26
- Update yaml-test-suite, fixing errors in remaining invalid-input tests
- Add explicit error for block scalars with more-indented leading empty lines (S98Z)
- Properly add error for tab-indented map values (4EJS)
- Add error for multiline implicit flow sequence pair key (DK4H & ZXT5)
- Require space after comma before comment in flow collections (CVW2)
- Use
from yaml GitHub release notesThis release backports the following non-breaking fixes made during the work on
yaml@2on top ofyaml@1.10.0:__proto__as mapping key & anchor identifier (#192)minContentWidthchars 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=0is set (#232)This will probably be the last minor release of
yaml@1. I'm aiming to releaseyaml@2within a few months; prereleases of that will be published using thenextdist-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 itsctxarg optional (#157)getNodes(): string[]method to Anchors (#166)dist/endpointsImproved Errors & Warnings
npm startdebuggingImproved TypeScript declarations
AST.{AstNode,ScalarNode,CollectionNode}(#160)toString()methods to AST nodes (#159)Bugfixes
mapAsMap: truefor out.yaml tests (4FJ6)Commit messages
Package name: yaml
Compare
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