From bf59698785f6bab73977a25fcff8450f06f7cb69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:50:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20=E2=98=95=20NodeJ?= =?UTF-8?q?S=20Package=20renovate=20to=20v38.25.1=20(#652)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [renovate](https://renovatebot.com) ([source](https://togithub.com/renovatebot/renovate)) | [`38.25.0` -> `38.25.1`](https://renovatebot.com/diffs/npm/renovate/38.25.0/38.25.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/renovate/38.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/renovate/38.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/renovate/38.25.0/38.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/renovate/38.25.0/38.25.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
renovatebot/renovate (renovate) ### [`v38.25.1`](https://togithub.com/renovatebot/renovate/compare/38.25.0...38.25.1) [Compare Source](https://togithub.com/renovatebot/renovate/compare/38.25.0...38.25.1)
--- ### Configuration 📅 **Schedule**: Branch creation - "after 12pm on sunday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bruxisma/renovate). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1eed83..543ba70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "is-ci": "3.0.1", "lint-staged": "15.2.8", "prettier": "3.3.3", - "renovate": "38.25.0" + "renovate": "38.25.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -9920,9 +9920,9 @@ } }, "node_modules/renovate": { - "version": "38.25.0", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.25.0.tgz", - "integrity": "sha512-BFabSL6PIEPxDHEltBlJEfB+NdHGxFFPul3qJp1l2q7G246Qbcp/a1edalIfJD4NTxFz3GIsmvhzaceLdPPRVw==", + "version": "38.25.1", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.25.1.tgz", + "integrity": "sha512-gWbviEUy0epDOHdsGkiBFJKrBqZD/l4PiAKTxbakFKuxYJHhYex2Czki0swBMrqoUrfp13Qz41WbmR/U4U94Uw==", "dev": true, "dependencies": { "@aws-sdk/client-codecommit": "3.621.0", @@ -19530,9 +19530,9 @@ } }, "renovate": { - "version": "38.25.0", - "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.25.0.tgz", - "integrity": "sha512-BFabSL6PIEPxDHEltBlJEfB+NdHGxFFPul3qJp1l2q7G246Qbcp/a1edalIfJD4NTxFz3GIsmvhzaceLdPPRVw==", + "version": "38.25.1", + "resolved": "https://registry.npmjs.org/renovate/-/renovate-38.25.1.tgz", + "integrity": "sha512-gWbviEUy0epDOHdsGkiBFJKrBqZD/l4PiAKTxbakFKuxYJHhYex2Czki0swBMrqoUrfp13Qz41WbmR/U4U94Uw==", "dev": true, "requires": { "@aws-sdk/client-codecommit": "3.621.0", diff --git a/package.json b/package.json index e2c1f9e..c22acd8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "is-ci": "3.0.1", "lint-staged": "15.2.8", "prettier": "3.3.3", - "renovate": "38.25.0" + "renovate": "38.25.1" }, "lint-staged": { "*.{yml,yaml}": "eslint --fix",