Skip to content

Commit

Permalink
chore(deps): update dependency yaml to v2.4.5 (#1297)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [yaml](https://eemeli.org/yaml/)
([source](https://togithub.com/eemeli/yaml)) | [`2.3.3` ->
`2.4.5`](https://renovatebot.com/diffs/npm/yaml/2.3.3/2.4.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/yaml/2.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yaml/2.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yaml/2.3.3/2.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.3.3/2.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eemeli/yaml (yaml)</summary>

### [`v2.4.5`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.5)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.4...v2.4.5)

- Improve tab handling
([#&#8203;553](https://togithub.com/eemeli/yaml/issues/553),
yaml-test-suite tests
[DK95](https://togithub.com/yaml/yaml-test-suite/blob/main/src/DK95.yaml)
&
[Y79Y](https://togithub.com/yaml/yaml-test-suite/blob/main/src/Y79Y.yaml))

### [`v2.4.4`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.4)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.3...v2.4.4)

With special thanks to [@&#8203;RedCMD](https://togithub.com/RedCMD) for
finding and reporting all of the following:

- Allow comment after top-level block scalar with explicit indent
indicator ([#&#8203;547](https://togithub.com/eemeli/yaml/issues/547))
- Allow tab as indent for line comments before nodes
([#&#8203;548](https://togithub.com/eemeli/yaml/issues/548))
- Do not allow tab before block collection
([#&#8203;549](https://togithub.com/eemeli/yaml/issues/549))
- In flow collections, allow `[]{}` immediately after `:` with plain key
([#&#8203;550](https://togithub.com/eemeli/yaml/issues/550))
- Require indentation for `?` explicit-key contents
([#&#8203;551](https://togithub.com/eemeli/yaml/issues/551))
- Require indentation from block scalar header & flow collections in
mapping values
([#&#8203;553](https://togithub.com/eemeli/yaml/issues/553))

### [`v2.4.3`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.3)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.2...v2.4.3)

- Improve error when parsing a non-string value
([#&#8203;459](https://togithub.com/eemeli/yaml/issues/459))
- Do not parse `-.NaN` or `+.nan` as NaN
([#&#8203;546](https://togithub.com/eemeli/yaml/issues/546))
-   Support `#` within `%TAG` prefixes with trailing `#comments`
- Check for non-node complex keys when stringifying with simpleKeys
([#&#8203;541](https://togithub.com/eemeli/yaml/issues/541))

### [`v2.4.2`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.2)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.1...v2.4.2)

- Restrict YAML 1.1 boolean strings to their explicit capitalization
([#&#8203;530](https://togithub.com/eemeli/yaml/issues/530))
- Add sponsorship by [Scipress](https://www.scipress.io/)
([#&#8203;536](https://togithub.com/eemeli/yaml/issues/536))

###
[`v2.4.1`](https://togithub.com/eemeli/yaml/compare/v2.4.0...4aa56d337dc5e286eb0c9111a3b370f21e321117)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.4.0...v2.4.1)

### [`v2.4.0`](https://togithub.com/eemeli/yaml/releases/tag/v2.4.0)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.3.4...v2.4.0)

- Add a command-line tool
([#&#8203;523](https://togithub.com/eemeli/yaml/issues/523))
- Use the `lineWidth` option for line breaking in flow collections
([#&#8203;522](https://togithub.com/eemeli/yaml/issues/522))

### [`v2.3.4`](https://togithub.com/eemeli/yaml/releases/tag/v2.3.4)

[Compare
Source](https://togithub.com/eemeli/yaml/compare/v2.3.3...v2.3.4)

- Do not throw for carriage return in tag shorthand
([#&#8203;501](https://togithub.com/eemeli/yaml/issues/501))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/runtime-env/import-meta-env).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 1f0d955 commit 3313bd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"tmp": "0.2.3",
"typescript": "5.5.3",
"vitepress": "1.2.3",
"yaml": "2.3.3"
"yaml": "2.4.5"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3313bd8

Please sign in to comment.