From 8b163efcf3d5a67a97a7c07f16df31d7f883cf4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:01:42 -0600 Subject: [PATCH] Update dependency lint-staged to ^15.1.0 (#5808) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lint-staged](https://togithub.com/okonet/lint-staged) | [`^15.0.2` -> `^15.1.0`](https://renovatebot.com/diffs/npm/lint-staged/15.1.0/15.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.1.0/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.1.0/15.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "before 8pm on monday" in timezone America/Chicago, 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. --- - [ ] 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/compiler-explorer/compiler-explorer). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ef61716049..84c785f6c3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -126,7 +126,7 @@ "eslint-plugin-unicorn": "^49.0.0", "eslint-plugin-unused-imports": "^3.0.0", "file-loader": "^6.2.0", - "lint-staged": "^15.0.2", + "lint-staged": "^15.1.0", "mini-css-extract-plugin": "^2.7.6", "mocha": "^10.2.0", "mock-fs": "^5.2.0", diff --git a/package.json b/package.json index 4857a3fa7b4..67df2f72969 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "eslint-plugin-unicorn": "^49.0.0", "eslint-plugin-unused-imports": "^3.0.0", "file-loader": "^6.2.0", - "lint-staged": "^15.0.2", + "lint-staged": "^15.1.0", "mini-css-extract-plugin": "^2.7.6", "mocha": "^10.2.0", "mock-fs": "^5.2.0",