Skip to content

Commit

Permalink
chore: update dependency yaml to v2.6.0 (#404)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v2.6.0`](https://redirect.github.com/eemeli/yaml/releases/tag/v2.6.0)

[Compare
Source](https://redirect.github.com/eemeli/yaml/compare/v2.5.1...v2.6.0)

- Use a proper tag for `!!merge <<` keys
([#&#8203;580](https://redirect.github.com/eemeli/yaml/issues/580))
- Add `stringKeys` parse option
([#&#8203;581](https://redirect.github.com/eemeli/yaml/issues/581))
- Stringify a Document as a Document
([#&#8203;576](https://redirect.github.com/eemeli/yaml/issues/576))
-   Add sponsorship by [Manifest](https://manifest.build/)

</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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: tsang-bot[bot] <146107447+tsang-bot[bot]@users.noreply.github.com>
  • Loading branch information
tsang-bot[bot] authored Oct 16, 2024
1 parent 3b724e6 commit e670ff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"yaml": "2.5.1"
"yaml": "2.6.0"
}
}

0 comments on commit e670ff3

Please sign in to comment.