Skip to content

Commit 9f3f21a

Browse files
Bump yaml from 2.8.0 to 2.8.1 (#832)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.0 to 2.8.1. <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.1</h2> <ul> <li>Preserve empty block literals (<a href="https://redirect.github.com/eemeli/yaml/issues/634">#634</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/1dc3c3ba06971613d0bcb772da4711ca25343dac"><code>1dc3c3b</code></a> 2.8.1</li> <li><a href="https://github.com/eemeli/yaml/commit/5bbb1cb4e33f414707712a9880d1cdd37fc410b2"><code>5bbb1cb</code></a> chore: Add explicit jest-resolve@29 dev dependency to keep Node.js 15 compati...</li> <li><a href="https://github.com/eemeli/yaml/commit/b3ba6322062052741a7bd1a445d4358102ee51e3"><code>b3ba632</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/de8a0ab549cf7658b0265a10bf0cf17525c1cbb6"><code>de8a0ab</code></a> fix: Preserve empty block literals (<a href="https://redirect.github.com/eemeli/yaml/issues/634">#634</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/81eb3bf6cf83010cc794488437f632a99edd9b66"><code>81eb3bf</code></a> docs: Update site intro</li> <li><a href="https://github.com/eemeli/yaml/commit/ef23196d69074ad486da296abd8dfb5b9ebf22f4"><code>ef23196</code></a> docs: Update README &amp; docs/CONTRIBUTING</li> <li><a href="https://github.com/eemeli/yaml/commit/aa29f42e6556a149978636812de892ad82d2edcc"><code>aa29f42</code></a> docs: Note that schema can be a Schema</li> <li><a href="https://github.com/eemeli/yaml/commit/cad823ebd805aae2e9b743a5fb89f07a06cf505d"><code>cad823e</code></a> docs: Update instructions on vulnerability reporting</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.8.0...v2.8.1">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.8.0&new-version=2.8.1)](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 d1d1f35 commit 9f3f21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-jest": "^29.4.0",
6262
"ts-node": "^10.9.2",
6363
"typescript": "^5.8.3",
64-
"yaml": "^2.8.0"
64+
"yaml": "^2.8.1"
6565
},
6666
"packageManager": "[email protected]"
6767
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ __metadata:
928928
ts-jest: "npm:^29.4.0"
929929
ts-node: "npm:^10.9.2"
930930
typescript: "npm:^5.8.3"
931-
yaml: "npm:^2.8.0"
931+
yaml: "npm:^2.8.1"
932932
languageName: unknown
933933
linkType: soft
934934

0 commit comments

Comments
 (0)