Commit fc2c0e2
authored
Bump yaml from 2.6.0 to 2.6.1 (#689)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.6.0 to 2.6.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.6.1</h2>
<ul>
<li>Do not strip <code>:00</code> seconds from <code>!!timestamp</code> values (<a href="https://redirect.github.com/eemeli/yaml/issues/578">#578</a>, with thanks to <a href="https://github.com/qraynaud"><code>@qraynaud</code></a>)</li>
<li>Tighten regexp for JSON <code>!!bool</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/587">#587</a>, with thanks to <a href="https://github.com/vra5107"><code>@vra5107</code></a>)</li>
<li>Default to literal block scalar if folded would overflow (<a href="https://redirect.github.com/eemeli/yaml/issues/585">#585</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eemeli/yaml/commit/aa1898ae61605ea09bb79621d25ad5e7fd9b4217"><code>aa1898a</code></a> 2.6.1</li>
<li><a href="https://github.com/eemeli/yaml/commit/6be0a9136dca077864782d1ad3b53a2cbb35748e"><code>6be0a91</code></a> fix: Default to literal block scalar if folded would overflow (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/585">#585</a>)</li>
<li><a href="https://github.com/eemeli/yaml/commit/108f699cf20354221df0fc6ac059a9ad39e70d6e"><code>108f699</code></a> fix: Tighten regexp for JSON !!bool (<a href="https://redirect.github.com/eemeli/yaml/issues/587">#587</a>)</li>
<li><a href="https://github.com/eemeli/yaml/commit/2e85b914b918b13e3985c58b1ce735d2c3f5a813"><code>2e85b91</code></a> fix: Do not strip :00 seconds from !!timestamp values (<a href="https://redirect.github.com/eemeli/yaml/issues/578">#578</a>)</li>
<li><a href="https://github.com/eemeli/yaml/commit/58506001bdf531eaa2c22316edaf00f32a825af6"><code>5850600</code></a> chore: Refresh lockfile</li>
<li><a href="https://github.com/eemeli/yaml/commit/16fb6e2c34dce338c22ed7a989683a9cd1f49688"><code>16fb6e2</code></a> chore: Add .well-known/funding-manifest-urls</li>
<li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.6.0...v2.6.1">compare view</a></li>
</ul>
</details>
<br />
[](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 0e8eaef commit fc2c0e2
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | | - | |
| 835 | + | |
836 | 836 | | |
837 | 837 | | |
838 | 838 | | |
| |||
6368 | 6368 | | |
6369 | 6369 | | |
6370 | 6370 | | |
6371 | | - | |
6372 | | - | |
6373 | | - | |
| 6371 | + | |
| 6372 | + | |
| 6373 | + | |
6374 | 6374 | | |
6375 | 6375 | | |
6376 | | - | |
| 6376 | + | |
6377 | 6377 | | |
6378 | 6378 | | |
6379 | 6379 | | |
| |||
0 commit comments