quicktype
quicktype copied to clipboard
build(deps): bump yaml from 2.4.1 to 2.8.0
Bumps yaml from 2.4.1 to 2.8.0.
Release notes
Sourced from yaml's releases.
v2.8.0
- Add node cache for faster alias resolution (#612)
- Re-introduce compatibility with Node.js 14.6 (#614)
- Add
--mergeoption to CLI tool (#611)- Improve error for tag resolution error on null value (#616)
- Allow empty string as plain scalar representation, for failsafe schema (#616)
- docs: include cli example (#617)
v2.7.1
- Do not allow seq with single-line collection value on same line with map key (#603)
- Improve warning & avoid TypeError on bad YAML 1.1 nodes (#610)
v2.7.0
The library is now available on JSR as
@eemeli/yamland on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.
- Use .ts extension in all relative imports (#591)
- Ignore newline after block seq indicator as space before value (#590)
- Require Node.js 14.18 or later (was 14.6) (#598)
v2.6.1
- Do not strip
:00seconds from!!timestampvalues (#578, with thanks to@qraynaud)- Tighten regexp for JSON
!!bool(#587, with thanks to@vra5107)- Default to literal block scalar if folded would overflow (#585)
v2.6.0
- Use a proper tag for
!!merge <<keys (#580)- Add
stringKeysparse option (#581)- Stringify a Document as a Document (#576)
- Add sponsorship by Manifest
v2.5.1
- Include range in flow sequence pair maps (#573)
v2.5.0
- Add
--indentoption to CLI tool (#559, with thanks to@danielbayley)- Require newline in all cases for props on block sequence (#557)
- Always reset indentation in lexer on
...(#558)- Ignore
minContentWidthif greater thanlineWidth(#562)- Drop unused
Collection.maxFlowStringSingleLineLength(#522, #421)v2.4.5
v2.4.4
With special thanks to
@RedCMDfor finding and reporting all of the following:
... (truncated)
Commits
c000eb72.8.01e85fc8style: Apply updated lint rules02f7d5fchore: Refresh lockfile389ca7cdocs: include cli example (#617)0f29ce6feat: Add--mergeoption to CLI tool (#611)e00cab9fix: Improve error for tag resolution error on null value (#616)2a841ccfix: Allow empty string as plain scalar representation, for failsafe schema (...55c5ef4feat: Add node cache for faster alias resolution (#612)ab17552Merge pull request #614 from eemeli/engines-compatb27c124ci: Re-introduce tests for Node.js 14.6 and later- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)