From 5a1b102f6a45a93d0d5e3feac844a15a647436d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:10:36 +0000 Subject: [PATCH] chore: Update dependency yaml to v2.6.1 (#250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.6.0` -> `2.6.1`](https://renovatebot.com/diffs/npm/yaml/2.6.0/2.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yaml/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yaml/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yaml/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.6.0/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
eemeli/yaml (yaml) ### [`v2.6.1`](https://redirect.github.com/eemeli/yaml/compare/v2.6.0...aa1898ae61605ea09bb79621d25ad5e7fd9b4217) [Compare Source](https://redirect.github.com/eemeli/yaml/compare/v2.6.0...v2.6.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nobl9/sloctl). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72f0d7f..5d36bad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "cspell": "8.16.0", "markdownlint-cli": "0.41.0", - "yaml": "2.6.0" + "yaml": "2.6.1" }, "scripts": { "check-trailing-whitespaces": "node ./scripts/check-trailing-whitespaces.js",