From ae66953e643d3c78a1279bd3f4555ca2e2c5077b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 06:27:29 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-jsonc to v2.18.2 (#150) 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 | |---|---|---|---|---|---| | [eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/) ([source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc)) | [`2.18.1` -> `2.18.2`](https://renovatebot.com/diffs/npm/eslint-plugin-jsonc/2.18.1/2.18.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsonc/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jsonc/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jsonc/2.18.1/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsonc/2.18.1/2.18.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc) ### [`v2.18.2`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2182) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.18.1...v2.18.2) ##### Patch Changes - [#​378](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/pull/378) [`e46de35`](https://redirect.github.com/ota-meshi/eslint-plugin-jsonc/commit/e46de35da1e491064a2be7955c8aed0507126577) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - fix: crash when used with eslint v9.15
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on tuesday" (UTC), 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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/setup-hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2024b4e..56ea269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "8.57.1", "eslint-plugin-github": "5.0.2", "eslint-plugin-jest": "28.9.0", - "eslint-plugin-jsonc": "2.18.1", + "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-prettier": "5.2.1", "jest": "29.7.0", "prettier": "3.3.3", @@ -3778,9 +3778,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.18.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.1.tgz", - "integrity": "sha512-6qY8zDpxOwPQNcr8eZ+RxwGX6IPHws5/Qef7aBEjER8rB9+UMB6zQWVIVcbP7xzFmEMHAesNFPe/sIlU4c78dg==", + "version": "2.18.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.18.2.tgz", + "integrity": "sha512-SDhJiSsWt3nItl/UuIv+ti4g3m4gpGkmnUJS9UWR3TrpyNsIcnJoBRD7Kof6cM4Rk3L0wrmY5Tm3z7ZPjR2uGg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f40a0be..60e2653 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint": "8.57.1", "eslint-plugin-github": "5.0.2", "eslint-plugin-jest": "28.9.0", - "eslint-plugin-jsonc": "2.18.1", + "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-prettier": "5.2.1", "jest": "29.7.0", "prettier": "3.3.3",