build(deps): bump yaml from 2.4.1 to 2.8.1 by dependabot[bot] · Pull Request #2815 · glideapps/quicktype
Bumps yaml from 2.4.1 to 2.8.1.
Release notes
Sourced from yaml's releases.
v2.8.1
- Preserve empty block literals (#634)
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:
- Allow comment after top-level block scalar with explicit indent indicator (#547)
... (truncated)
Commits
1dc3c3b2.8.15bbb1cbchore: Add explicit jest-resolve@29 dev dependency to keep Node.js 15 compati...b3ba632chore: Refresh lockfilede8a0abfix: Preserve empty block literals (#634)81eb3bfdocs: Update site introef23196docs: Update README & docs/CONTRIBUTINGaa29f42docs: Note that schema can be a Schemacad823edocs: Update instructions on vulnerability reportingc000eb72.8.01e85fc8style: Apply updated lint rules- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.