Skip to content

Commit 019d67a

Browse files
Bump yaml from 2.4.3 to 2.4.5 (#330)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.3 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> </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.4.3...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.4.3&new-version=2.4.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
1 parent d2c0902 commit 019d67a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"snakecase-keys": "^8.0.1",
4141
"swagger-client": "^3.18.5",
4242
"winston": "^3.13.0",
43-
"yaml": "^2.4.3",
43+
"yaml": "^2.4.5",
4444
"yargs": "^17.7.2"
4545
},
4646
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59905990
swagger-client: "npm:^3.18.5"
59915991
typescript: "npm:^5.4.5"
59925992
winston: "npm:^3.13.0"
5993-
yaml: "npm:^2.4.3"
5993+
yaml: "npm:^2.4.5"
59945994
yargs: "npm:^17.7.2"
59955995
languageName: unknown
59965996
linkType: soft
@@ -8510,12 +8510,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
85108510
languageName: node
85118511
linkType: hard
85128512

8513-
"yaml@npm:^2.4.3":
8514-
version: 2.4.3
8515-
resolution: "yaml@npm:2.4.3"
8513+
"yaml@npm:^2.4.5":
8514+
version: 2.4.5
8515+
resolution: "yaml@npm:2.4.5"
85168516
bin:
85178517
yaml: bin.mjs
8518-
checksum: 10c0/b4a9dea34265f000402c909144ac310be42c4526dfd16dff1aee2b04a0d94051713651c0cd2b0a3d8109266997422120f16a7934629d12f22dc215839ebbeccf
8518+
checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31
85198519
languageName: node
85208520
linkType: hard
85218521

0 commit comments

Comments
 (0)