From 98e7750f08065bc387bf772c1195b0e45f6602c5 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Mon, 12 Aug 2024 00:38:08 +0200 Subject: [PATCH] (pnpm) upgrade eslint-plugin-json-schema-validator because it sometimes errors --- package.json | 2 +- pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 170e70b7c..a9663e448 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "eslint-formatter-gitlab": "^5.1.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.0", - "eslint-plugin-json-schema-validator": "^4.8.3", + "eslint-plugin-json-schema-validator": "^5.1.2", "eslint-plugin-jsonc": "^2.11.2", "eslint-plugin-vue": "^9.19.2", "eslint-plugin-yml": "^1.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41cd72f97..b37134302 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -350,8 +350,8 @@ devDependencies: specifier: ^2.29.0 version: 2.29.0(@typescript-eslint/parser@7.14.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0) eslint-plugin-json-schema-validator: - specifier: ^4.8.3 - version: 4.8.3(eslint@8.57.0) + specifier: ^5.1.2 + version: 5.1.2(eslint@8.57.0) eslint-plugin-jsonc: specifier: ^2.11.2 version: 2.11.2(eslint@8.57.0) @@ -8656,14 +8656,14 @@ packages: eslint: 8.57.0 dev: true - /eslint-compat-utils@0.4.1(eslint@8.57.0): - resolution: {integrity: sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==} + /eslint-compat-utils@0.5.1(eslint@8.57.0): + resolution: {integrity: sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==} engines: {node: '>=12'} peerDependencies: eslint: '>=6.0.0' dependencies: eslint: 8.57.0 - semver: 7.5.4 + semver: 7.6.2 dev: true /eslint-formatter-gitlab@5.1.0(eslint@8.57.0): @@ -8774,8 +8774,8 @@ packages: - supports-color dev: true - /eslint-plugin-json-schema-validator@4.8.3(eslint@8.57.0): - resolution: {integrity: sha512-F4S6Aw7l/9NzB8E0CAbjiSlXWqDiK3rIiw0I+Jdp+qr/wN1yTg7HkJgeWX4mNnlDMDzydymYy2uuKmNaWUV/hA==} + /eslint-plugin-json-schema-validator@5.1.2(eslint@8.57.0): + resolution: {integrity: sha512-NVMZ53vOk1d6HFwLkrevWFXavQPLvBZjC06L4YnxBTa+tHw2lTMkFUZRuKu5RR1JELI8Jgm/Xtoks7vaf74mtQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -8784,12 +8784,12 @@ packages: ajv: 8.12.0 debug: 4.3.4 eslint: 8.57.0 - eslint-compat-utils: 0.4.1(eslint@8.57.0) + eslint-compat-utils: 0.5.1(eslint@8.57.0) json-schema-migrate: 2.0.0 jsonc-eslint-parser: 2.4.0 minimatch: 8.0.4 synckit: 0.9.0 - toml-eslint-parser: 0.9.3 + toml-eslint-parser: 0.10.0 tunnel-agent: 0.6.0 yaml-eslint-parser: 1.2.2 transitivePeerDependencies: @@ -16197,8 +16197,8 @@ packages: engines: {node: '>=0.6'} dev: false - /toml-eslint-parser@0.9.3: - resolution: {integrity: sha512-moYoCvkNUAPCxSW9jmHmRElhm4tVJpHL8ItC/+uYD0EpPSFXbck7yREz9tNdJVTSpHVod8+HoipcpbQ0oE6gsw==} + /toml-eslint-parser@0.10.0: + resolution: {integrity: sha512-khrZo4buq4qVmsGzS5yQjKe/WsFvV8fGfOjDQN0q4iy9FjRfPWRgTFrU8u1R2iu/SfWLhY9WnCi4Jhdrcbtg+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: eslint-visitor-keys: 3.4.3