Skip to content

Commit

Permalink
bump(deps): update dependency yaml to ^2.4.5 (#318)
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.4.3` ->
`^2.4.5`](https://renovatebot.com/diffs/npm/yaml/2.4.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.4.3/2.4.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.4.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/compare/v2.4.4...1b8fde6717c096446d4b1cf9e21ef1fb87090385)

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

### [`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))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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/fuxingloh/crypto-frontmatter).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 9, 2024
1 parent 22a98f7 commit e1855cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion workspace/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ajv": "^8.16.0",
"clipanion": "3.2.1",
"ethers": "^6.13.0",
"yaml": "^2.4.3"
"yaml": "^2.4.5"
},
"devDependencies": {
"@workspace/jest-preset": "workspace:*",
Expand Down

0 comments on commit e1855cb

Please sign in to comment.