Skip to content

Commit 5cddc53

Browse files
Bump yaml from 2.5.1 to 2.6.0 (#400)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.5.1 to 2.6.0. <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.6.0</h2> <ul> <li>Use a proper tag for <code>!!merge &lt;&lt;</code> keys (<a href="https://redirect.github.com/eemeli/yaml/issues/580">#580</a>)</li> <li>Add <code>stringKeys</code> parse option (<a href="https://redirect.github.com/eemeli/yaml/issues/581">#581</a>)</li> <li>Stringify a Document as a Document (<a href="https://redirect.github.com/eemeli/yaml/issues/576">#576</a>)</li> <li>Add sponsorship by <a href="https://manifest.build/">Manifest</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/808fba3cdef86b5d12085fd9c6343d47f168cbc3"><code>808fba3</code></a> 2.6.0</li> <li><a href="https://github.com/eemeli/yaml/commit/438688f357259c5569c3d5e17772f2a14cca3688"><code>438688f</code></a> fix: Stringify a Document as a Document (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/576">#576</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/baaabd078aa77913aa1724bf41a397475eee7527"><code>baaabd0</code></a> feat: Add stringKeys parse option (<a href="https://redirect.github.com/eemeli/yaml/issues/581">#581</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f2fa1083768637023395a46e19de59e9b5744d91"><code>f2fa108</code></a> docs: Update Manifest logo (<a href="https://redirect.github.com/eemeli/yaml/issues/582">#582</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f088599a9ccd7d52c143fbbb02ac3f866fd60141"><code>f088599</code></a> docs: Align logos using the restricted styling available for GitHub readmes</li> <li><a href="https://github.com/eemeli/yaml/commit/dbb8a4258886300aa06ea7df37160f527e6c3a20"><code>dbb8a42</code></a> docs: Fix manifest.png reference</li> <li><a href="https://github.com/eemeli/yaml/commit/28dc0a4688993cc8169c3e31d9771738dafaa240"><code>28dc0a4</code></a> chore: Add sponsorship by Manifest</li> <li><a href="https://github.com/eemeli/yaml/commit/1491c20eb70ecc9532cb69348c1351657de9fe1a"><code>1491c20</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/7a434f0713ddddf1e47a3cb764ea29bfe67a95ea"><code>7a434f0</code></a> feat: Use a proper tag for !!merge &lt;&lt; keys (<a href="https://redirect.github.com/eemeli/yaml/issues/580">#580</a>)</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.5.1...v2.6.0">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.5.1&new-version=2.6.0)](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 071e6fd commit 5cddc53

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.15.0",
43-
"yaml": "^2.5.1",
43+
"yaml": "^2.6.0",
4444
"yargs": "^17.7.2"
4545
},
4646
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5997,7 +5997,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59975997
swagger-client: "npm:^3.18.5"
59985998
typescript: "npm:^5.6.3"
59995999
winston: "npm:^3.15.0"
6000-
yaml: "npm:^2.5.1"
6000+
yaml: "npm:^2.6.0"
60016001
yargs: "npm:^17.7.2"
60026002
languageName: unknown
60036003
linkType: soft
@@ -8509,12 +8509,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
85098509
languageName: node
85108510
linkType: hard
85118511

8512-
"yaml@npm:^2.5.1":
8513-
version: 2.5.1
8514-
resolution: "yaml@npm:2.5.1"
8512+
"yaml@npm:^2.6.0":
8513+
version: 2.6.0
8514+
resolution: "yaml@npm:2.6.0"
85158515
bin:
85168516
yaml: bin.mjs
8517-
checksum: 10c0/40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a
8517+
checksum: 10c0/9e74cdb91cc35512a1c41f5ce509b0e93cc1d00eff0901e4ba831ee75a71ddf0845702adcd6f4ee6c811319eb9b59653248462ab94fa021ab855543a75396ceb
85188518
languageName: node
85198519
linkType: hard
85208520

0 commit comments

Comments
 (0)