Skip to content

Commit 11e3282

Browse files
Bump yaml from 2.3.4 to 2.4.5 (#225)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.4.5</h2> <ul> <li>Improve tab handling (<a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>, yaml-test-suite tests <a href="https://github.com/yaml/yaml-test-suite/blob/main/src/DK95.yaml">DK95</a> &amp; <a href="https://github.com/yaml/yaml-test-suite/blob/main/src/Y79Y.yaml">Y79Y</a>)</li> </ul> <h2>v2.4.4</h2> <p>With special thanks to <a href="https://github.com/RedCMD"><code>@​RedCMD</code></a> for finding and reporting all of the following:</p> <ul> <li>Allow comment after top-level block scalar with explicit indent indicator (<a href="https://redirect.github.com/eemeli/yaml/issues/547">#547</a>)</li> <li>Allow tab as indent for line comments before nodes (<a href="https://redirect.github.com/eemeli/yaml/issues/548">#548</a>)</li> <li>Do not allow tab before block collection (<a href="https://redirect.github.com/eemeli/yaml/issues/549">#549</a>)</li> <li>In flow collections, allow <code>[]{}</code> immediately after <code>:</code> with plain key (<a href="https://redirect.github.com/eemeli/yaml/issues/550">#550</a>)</li> <li>Require indentation for <code>?</code> explicit-key contents (<a href="https://redirect.github.com/eemeli/yaml/issues/551">#551</a>)</li> <li>Require indentation from block scalar header &amp; flow collections in mapping values (<a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>)</li> </ul> <h2>v2.4.3</h2> <ul> <li>Improve error when parsing a non-string value (<a href="https://redirect.github.com/eemeli/yaml/issues/459">#459</a>)</li> <li>Do not parse <code>-.NaN</code> or <code>+.nan</code> as NaN (<a href="https://redirect.github.com/eemeli/yaml/issues/546">#546</a>)</li> <li>Support <code>#</code> within <code>%TAG</code> prefixes with trailing <code>#comments</code></li> <li>Check for non-node complex keys when stringifying with simpleKeys (<a href="https://redirect.github.com/eemeli/yaml/issues/541">#541</a>)</li> </ul> <h2>v2.4.2</h2> <ul> <li>Restrict YAML 1.1 boolean strings to their explicit capitalization (<a href="https://redirect.github.com/eemeli/yaml/issues/530">#530</a>)</li> <li>Add sponsorship by <a href="https://www.scipress.io/">Scipress</a> (<a href="https://redirect.github.com/eemeli/yaml/issues/536">#536</a>)</li> </ul> <h2>v2.4.1</h2> <ul> <li>cst: Do not drop trailing newline after line comment in block-map if followed by unindented block-seq value (<a href="https://redirect.github.com/eemeli/yaml/issues/525">#525</a>)</li> <li>Stringify flow collection comments in parent (<a href="https://redirect.github.com/eemeli/yaml/issues/528">#528</a>)</li> <li>Do not skip folding lines after the first in indented block scalars (<a href="https://redirect.github.com/eemeli/yaml/issues/529">#529</a>)</li> </ul> <h2>v2.4.0</h2> <ul> <li>Add a command-line tool (<a href="https://redirect.github.com/eemeli/yaml/issues/523">#523</a>)</li> <li>Use the <code>lineWidth</code> option for line breaking in flow collections (<a href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/1b8fde6717c096446d4b1cf9e21ef1fb87090385"><code>1b8fde6</code></a> 2.4.5</li> <li><a href="https://github.com/eemeli/yaml/commit/f3c7d030e919347c20f414c08c8110bf9974dc85"><code>f3c7d03</code></a> test: Obey yaml-test-suite skip instructions</li> <li><a href="https://github.com/eemeli/yaml/commit/4e66d72c7666de561de2f03aea555ef8d85f82ea"><code>4e66d72</code></a> fix: Improve tab handling (tests DK95 &amp; Y79Y, <a href="https://redirect.github.com/eemeli/yaml/issues/553">#553</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/d06f3867ae9af453ad115f73b83bad0095b65125"><code>d06f386</code></a> 2.4.4</li> <li><a href="https://github.com/eemeli/yaml/commit/39053e83bb82fdaae06f484d25145b0f08f8b71b"><code>39053e8</code></a> chore: Satisfy strict TS</li> <li><a href="https://github.com/eemeli/yaml/commit/8baee44423baded552bab0390e10c48662af08ad"><code>8baee44</code></a> test: Use source files for yaml-test-suite tests</li> <li><a href="https://github.com/eemeli/yaml/commit/280a861919b77a3e04e774ceca548732ac7e64ec"><code>280a861</code></a> fix: Allow comment after top-level block scalar with explicit indent indicato...</li> <li><a href="https://github.com/eemeli/yaml/commit/767bc477e63138cac21cb29664d911b97363e8a2"><code>767bc47</code></a> fix: Require indentation from block scalar header &amp; flow collections in mappi...</li> <li><a href="https://github.com/eemeli/yaml/commit/5096f837863a63abda5fb0204e251ba286d11acc"><code>5096f83</code></a> fix: Require indentation for ? explicit-key contents (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/551">#551</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/22f2c6faddb6c3bff77ec0a8e42f169d4c0a9e48"><code>22f2c6f</code></a> fix: In flow collections, allow []{} immediately after : with plain key (fixe...</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yaml&package-manager=npm_and_yarn&previous-version=2.3.4&new-version=2.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samuel Giddins <segiddins@segiddins.me>
1 parent 325d335 commit 11e3282

4 files changed

Lines changed: 141 additions & 91 deletions

File tree

0 commit comments

Comments
 (0)