Commit 4dbb4d0
authored
Bump yaml from 2.7.0 to 2.7.1 (#480)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.7.0 to 2.7.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.7.1</h2>
<ul>
<li>Do not allow seq with single-line collection value on same line with map key (<a href="https://redirect.github.com/eemeli/yaml/issues/603">#603</a>)</li>
<li>Improve warning & avoid TypeError on bad YAML 1.1 nodes (<a href="https://redirect.github.com/eemeli/yaml/issues/610">#610</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eemeli/yaml/commit/a141bc0f00b194e9ac5146f52e74c0e8236784a6"><code>a141bc0</code></a> 2.7.1</li>
<li><a href="https://github.com/eemeli/yaml/commit/a880b4270dbe85e07deb10a3bece9b3ef3b217d7"><code>a880b42</code></a> fix: Do not allow seq with single-line collection value on same line with map...</li>
<li><a href="https://github.com/eemeli/yaml/commit/923d67bea0b947f71f07ddfb59fad03f8cc11c5c"><code>923d67b</code></a> test: Add test for tab after indent spaces for flow-in-block (<a href="https://redirect.github.com/eemeli/yaml/issues/604">#604</a>)</li>
<li><a href="https://github.com/eemeli/yaml/commit/7cf843ca34a62eca43c59c5a97e0f5623f71175b"><code>7cf843c</code></a> test: Add descriptive names to tests with issue references</li>
<li><a href="https://github.com/eemeli/yaml/commit/9cf06d2a62c6f591516f74bdbb8b0965e1961ebd"><code>9cf06d2</code></a> fix: Improve warning & avoid TypeError on bad YAML 1.1 nodes (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/610">#610</a>)</li>
<li><a href="https://github.com/eemeli/yaml/commit/50cf76b090c96129dd68e51fed033e65003a0997"><code>50cf76b</code></a> chore: Update docs-slate to skip its CI tests</li>
<li><a href="https://github.com/eemeli/yaml/commit/3b2362ae6baa3ece887c10ee6a9b5b9d4929a59a"><code>3b2362a</code></a> docs: Add install option <code>deno add jsr:@eemeli/yaml</code></li>
<li><a href="https://github.com/eemeli/yaml/commit/83cb780a27e25e83e3a2fe829a69aaa443ea6398"><code>83cb780</code></a> chore: Update docs to use Slate 2.13.1</li>
<li><a href="https://github.com/eemeli/yaml/commit/9b024567f43671f982c2e33a5c0bc30dfe0c7071"><code>9b02456</code></a> chore: Fix JSR version</li>
<li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.7.0...v2.7.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 1093fbc commit 4dbb4d0
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6029 | 6029 | | |
6030 | 6030 | | |
6031 | 6031 | | |
6032 | | - | |
| 6032 | + | |
6033 | 6033 | | |
6034 | 6034 | | |
6035 | 6035 | | |
| |||
8548 | 8548 | | |
8549 | 8549 | | |
8550 | 8550 | | |
8551 | | - | |
8552 | | - | |
8553 | | - | |
| 8551 | + | |
| 8552 | + | |
| 8553 | + | |
8554 | 8554 | | |
8555 | 8555 | | |
8556 | | - | |
| 8556 | + | |
8557 | 8557 | | |
8558 | 8558 | | |
8559 | 8559 | | |
| |||
0 commit comments