Skip to content

Commit fe871c1

Browse files
Bump yaml from 2.7.1 to 2.8.0 (#497)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.1 to 2.8.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.8.0</h2> <ul> <li>Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li>Re-introduce compatibility with Node.js 14.6 (<a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a>)</li> <li>Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li>Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>Allow empty string as plain scalar representation, for failsafe schema (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/c000eb708fc04910a0b034572c6febb090ca7035"><code>c000eb7</code></a> 2.8.0</li> <li><a href="https://github.com/eemeli/yaml/commit/1e85fc85231eb4b3dccae06ac73bfd66de730c13"><code>1e85fc8</code></a> style: Apply updated lint rules</li> <li><a href="https://github.com/eemeli/yaml/commit/02f7d5f1eed0062dc344bae82e40f9486a0dfa9e"><code>02f7d5f</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/389ca7cfe3664037e8c34aa90c73b17eee2467cf"><code>389ca7c</code></a> docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/0f29ce641554b896576fe40c7a9c9b0774034eb1"><code>0f29ce6</code></a> feat: Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/e00cab9c5a8679d723fdb568d771a6863a778d6d"><code>e00cab9</code></a> fix: Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/2a841cc4c2c70551941d5a3203cb64fba0335d0c"><code>2a841cc</code></a> fix: Allow empty string as plain scalar representation, for failsafe schema (...</li> <li><a href="https://github.com/eemeli/yaml/commit/55c5ef400b7fc2755c2e9951d01b6966056bcf91"><code>55c5ef4</code></a> feat: Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/ab17552df17525b2353700e8e3fb7e016e6244cd"><code>ab17552</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a> from eemeli/engines-compat</li> <li><a href="https://github.com/eemeli/yaml/commit/b27c1247684b35481dfebe8df92a2eda2159ade2"><code>b27c124</code></a> ci: Re-introduce tests for Node.js 14.6 and later</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.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.7.1&new-version=2.8.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 7146662 commit fe871c1

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.17.0",
43-
"yaml": "^2.7.1",
43+
"yaml": "^2.8.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
@@ -6017,7 +6017,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
60176017
swagger-client: "npm:^3.18.5"
60186018
typescript: "npm:^5.8.3"
60196019
winston: "npm:^3.17.0"
6020-
yaml: "npm:^2.7.1"
6020+
yaml: "npm:^2.8.0"
60216021
yargs: "npm:^17.7.2"
60226022
languageName: unknown
60236023
linkType: soft
@@ -8584,12 +8584,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
85848584
languageName: node
85858585
linkType: hard
85868586

8587-
"yaml@npm:^2.7.1":
8588-
version: 2.7.1
8589-
resolution: "yaml@npm:2.7.1"
8587+
"yaml@npm:^2.8.0":
8588+
version: 2.8.0
8589+
resolution: "yaml@npm:2.8.0"
85908590
bin:
85918591
yaml: bin.mjs
8592-
checksum: 10c0/ee2126398ab7d1fdde566b4013b68e36930b9e6d8e68b6db356875c99614c10d678b6f45597a145ff6d63814961221fc305bf9242af8bf7450177f8a68537590
8592+
checksum: 10c0/f6f7310cf7264a8107e72c1376f4de37389945d2fb4656f8060eca83f01d2d703f9d1b925dd8f39852a57034fafefde6225409ddd9f22aebfda16c6141b71858
85938593
languageName: node
85948594
linkType: hard
85958595

0 commit comments

Comments
 (0)