From 18d7c9ae0d2b927b8c5b09d1ecaedc24b0c9ac5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:51:06 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20=E2=98=95=20NodeJ?= =?UTF-8?q?S=20Package=20eslint-plugin-jsonc=20to=20v2.15.1=20(#317)?= 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 | |---|---|---|---|---|---| | [eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/) ([source](https://togithub.com/ota-meshi/eslint-plugin-jsonc)) | [`2.15.0` -> `2.15.1`](https://renovatebot.com/diffs/npm/eslint-plugin-jsonc/2.15.0/2.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsonc/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-jsonc/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-jsonc/2.15.0/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsonc/2.15.0/2.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ota-meshi/eslint-plugin-jsonc (eslint-plugin-jsonc) ### [`v2.15.1`](https://togithub.com/ota-meshi/eslint-plugin-jsonc/blob/HEAD/CHANGELOG.md#2151) [Compare Source](https://togithub.com/ota-meshi/eslint-plugin-jsonc/compare/v2.15.0...90ef83fd62de5dda691d3e06f5002fea89609a09) ##### Patch Changes - [#​332](https://togithub.com/ota-meshi/eslint-plugin-jsonc/pull/332) [`f2f9d75`](https://togithub.com/ota-meshi/eslint-plugin-jsonc/commit/f2f9d7553e5eba296cf3e154fbce6fe89a6a93a0) Thanks [@​ota-meshi](https://togithub.com/ota-meshi)! - fix: crash in `jsonc/auto`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ixm-one/common). 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 4edcc62..8e4f7cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-json-schema-validator": "5.1.0", - "eslint-plugin-jsonc": "2.15.0", + "eslint-plugin-jsonc": "2.15.1", "eslint-plugin-markdown": "4.0.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-yaml": "0.5.0", @@ -5235,9 +5235,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.15.0.tgz", - "integrity": "sha512-wAphMVgTQPAKAYV8d/QEkEYDg8uer9nMQ85N17IUiJcAWLxJs83/Exe59dEH9yKUpvpLf46H+wR7/U7lZ3/NpQ==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.15.1.tgz", + "integrity": "sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", @@ -15459,9 +15459,9 @@ } }, "eslint-plugin-jsonc": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.15.0.tgz", - "integrity": "sha512-wAphMVgTQPAKAYV8d/QEkEYDg8uer9nMQ85N17IUiJcAWLxJs83/Exe59dEH9yKUpvpLf46H+wR7/U7lZ3/NpQ==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.15.1.tgz", + "integrity": "sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", diff --git a/package.json b/package.json index 032d96d..850bf35 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-json-schema-validator": "5.1.0", - "eslint-plugin-jsonc": "2.15.0", + "eslint-plugin-jsonc": "2.15.1", "eslint-plugin-markdown": "4.0.1", "eslint-plugin-prettier": "5.1.3", "eslint-plugin-yaml": "0.5.0",