From 99e940119a642a5cab8b84a7ca317e89a3c35cbf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 04:51:35 +0000 Subject: [PATCH] chore: Update dependency yaml to v2.7.0 (#616) 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.1` -> `2.7.0`](https://renovatebot.com/diffs/npm/yaml/2.6.1/2.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/yaml/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/yaml/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/yaml/2.6.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/yaml/2.6.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
eemeli/yaml (yaml) ### [`v2.7.0`](https://redirect.github.com/eemeli/yaml/compare/v2.6.1...v2.7.0) [Compare Source](https://redirect.github.com/eemeli/yaml/compare/v2.6.1...v2.7.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (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/nobl9-go). 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 6998bc41..59649b71 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "cspell": "8.17.1", "markdownlint-cli": "0.41.0", - "yaml": "2.6.1" + "yaml": "2.7.0" }, "scripts": { "check-trailing-whitespaces": "node ./scripts/check-trailing-whitespaces.js",