From eb4627ead7d3b46414c93472451abaf85f2d9802 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 04:33:38 +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-json-schema-validator=20to=20v5.2.0?= =?UTF-8?q?=20(#690)?= 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-json-schema-validator](https://ota-meshi.github.io/eslint-plugin-json-schema-validator/) ([source](https://redirect.github.com/ota-meshi/eslint-plugin-json-schema-validator)) | [`5.1.3` -> `5.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-json-schema-validator/5.1.3/5.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-json-schema-validator/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-json-schema-validator/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-json-schema-validator/5.1.3/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-json-schema-validator/5.1.3/5.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ota-meshi/eslint-plugin-json-schema-validator (eslint-plugin-json-schema-validator) ### [`v5.2.0`](https://redirect.github.com/ota-meshi/eslint-plugin-json-schema-validator/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://redirect.github.com/ota-meshi/eslint-plugin-json-schema-validator/compare/v5.1.3...v5.2.0) ##### Minor Changes - [#​358](https://redirect.github.com/ota-meshi/eslint-plugin-json-schema-validator/pull/358) [`b47646a`](https://redirect.github.com/ota-meshi/eslint-plugin-json-schema-validator/commit/b47646a00ad9b163e5278969b8f8b7913202af2e) Thanks [@​ota-meshi](https://redirect.github.com/ota-meshi)! - feat: use eslint-json-compat-utils
--- ### 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 was generated by [Mend Renovate](https://mend.io/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 | 56 ++++++++++++++--------------------------------- package.json | 2 +- 2 files changed, 18 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84cb7ec..5d6c588 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "devDependencies": { "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-json-schema-validator": "5.1.3", + "eslint-plugin-json-schema-validator": "5.2.0", "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-markdown": "5.1.0", "eslint-plugin-prettier": "5.2.1", @@ -5341,9 +5341,9 @@ } }, "node_modules/eslint-compat-utils": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz", - "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.4.tgz", + "integrity": "sha512-/u+GQt8NMfXO8w17QendT4gvO5acfxQsAKirAt0LVxDnr2N8YLCVbregaNc/Yhp7NM128DwCaRvr8PLDfeNkQw==", "dev": true, "dependencies": { "semver": "^7.5.4" @@ -5389,15 +5389,16 @@ } }, "node_modules/eslint-plugin-json-schema-validator": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.3.tgz", - "integrity": "sha512-oD/MFPRihUzzQqw1Q0kiqAarXsWHUkFuKuvuuyPL3i9V/BJV/dTvWH/M735DZTaGxh1iwvCLFREhsW+y56hWmw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.2.0.tgz", + "integrity": "sha512-h+E4+AG1xM+KnmsCSNNrKNOpuaEapj+k0HOUXY9I07x6MoYcrqCN/wTGY2rjIvVYItfMwf8Wgc/UTN69JD+h+A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.3.0", "ajv": "^8.0.0", "debug": "^4.3.1", - "eslint-compat-utils": "^0.5.0", + "eslint-compat-utils": "^0.6.0", + "eslint-json-compat-utils": "^0.2.1", "json-schema-migrate": "^2.0.0", "jsonc-eslint-parser": "^2.0.0", "minimatch": "^8.0.0", @@ -5487,21 +5488,6 @@ "eslint": ">=6.0.0" } }, - "node_modules/eslint-plugin-jsonc/node_modules/eslint-compat-utils": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.3.tgz", - "integrity": "sha512-9IDdksh5pUYP2ZLi7mOdROxVjLY8gY2qKxprmrJ/5Dyqud7M/IFKxF3o0VLlRhITm1pK6Fk7NiBxE39M/VlUcw==", - "dev": true, - "dependencies": { - "semver": "^7.5.4" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "eslint": ">=6.0.0" - } - }, "node_modules/eslint-plugin-jsonc/node_modules/synckit": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.6.2.tgz", @@ -15879,9 +15865,9 @@ } }, "eslint-compat-utils": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.5.0.tgz", - "integrity": "sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==", + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.4.tgz", + "integrity": "sha512-/u+GQt8NMfXO8w17QendT4gvO5acfxQsAKirAt0LVxDnr2N8YLCVbregaNc/Yhp7NM128DwCaRvr8PLDfeNkQw==", "dev": true, "requires": { "semver": "^7.5.4" @@ -15904,15 +15890,16 @@ } }, "eslint-plugin-json-schema-validator": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.1.3.tgz", - "integrity": "sha512-oD/MFPRihUzzQqw1Q0kiqAarXsWHUkFuKuvuuyPL3i9V/BJV/dTvWH/M735DZTaGxh1iwvCLFREhsW+y56hWmw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-json-schema-validator/-/eslint-plugin-json-schema-validator-5.2.0.tgz", + "integrity": "sha512-h+E4+AG1xM+KnmsCSNNrKNOpuaEapj+k0HOUXY9I07x6MoYcrqCN/wTGY2rjIvVYItfMwf8Wgc/UTN69JD+h+A==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.3.0", "ajv": "^8.0.0", "debug": "^4.3.1", - "eslint-compat-utils": "^0.5.0", + "eslint-compat-utils": "^0.6.0", + "eslint-json-compat-utils": "^0.2.1", "json-schema-migrate": "^2.0.0", "jsonc-eslint-parser": "^2.0.0", "minimatch": "^8.0.0", @@ -15976,15 +15963,6 @@ "synckit": "^0.6.0" }, "dependencies": { - "eslint-compat-utils": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/eslint-compat-utils/-/eslint-compat-utils-0.6.3.tgz", - "integrity": "sha512-9IDdksh5pUYP2ZLi7mOdROxVjLY8gY2qKxprmrJ/5Dyqud7M/IFKxF3o0VLlRhITm1pK6Fk7NiBxE39M/VlUcw==", - "dev": true, - "requires": { - "semver": "^7.5.4" - } - }, "synckit": { "version": "0.6.2", "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.6.2.tgz", diff --git a/package.json b/package.json index f33cd3a..ced958b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "devDependencies": { "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", - "eslint-plugin-json-schema-validator": "5.1.3", + "eslint-plugin-json-schema-validator": "5.2.0", "eslint-plugin-jsonc": "2.18.2", "eslint-plugin-markdown": "5.1.0", "eslint-plugin-prettier": "5.2.1",