From 2eb300c6a3dc572dbea90992cb6adb3fdd24aa83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:02:34 +0000 Subject: [PATCH 1/2] build(deps-dev): bump eslint-plugin-json from 3.1.0 to 4.0.1 Bumps [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json) from 3.1.0 to 4.0.1. - [Release notes](https://github.com/azeemba/eslint-plugin-json/releases) - [Commits](https://github.com/azeemba/eslint-plugin-json/commits) --- updated-dependencies: - dependency-name: eslint-plugin-json dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 64219716..0c8d27b4 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", - "eslint-plugin-json": "3.1.0", + "eslint-plugin-json": "4.0.1", "eslint-plugin-mdx": "3.1.5", "eslint-plugin-react": "7.34.1", "husky": "9.1.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3213019c..33413890 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,8 +43,8 @@ importers: specifier: 2.29.1 version: 2.29.1(@typescript-eslint/parser@7.17.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0) eslint-plugin-json: - specifier: 3.1.0 - version: 3.1.0 + specifier: 4.0.1 + version: 4.0.1 eslint-plugin-mdx: specifier: 3.1.5 version: 3.1.5(eslint@8.57.0) @@ -3767,9 +3767,9 @@ packages: '@typescript-eslint/parser': optional: true - eslint-plugin-json@3.1.0: - resolution: {integrity: sha512-MrlG2ynFEHe7wDGwbUuFPsaT2b1uhuEFhJ+W1f1u+1C2EkXmTYJp4B1aAdQQ8M+CC3t//N/oRKiIVw14L2HR1g==} - engines: {node: '>=12.0'} + eslint-plugin-json@4.0.1: + resolution: {integrity: sha512-3An5ISV5dq/kHfXdNyY5TUe2ONC3yXFSkLX2gu+W8xAhKhfvrRvkSAeKXCxZqZ0KJLX15ojBuLPyj+UikQMkOA==} + engines: {node: '>=18.0'} eslint-plugin-markdown@3.0.1: resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} @@ -12156,7 +12156,7 @@ snapshots: - eslint-import-resolver-webpack - supports-color - eslint-plugin-json@3.1.0: + eslint-plugin-json@4.0.1: dependencies: lodash: 4.17.21 vscode-json-languageservice: 4.2.1 From 22de4535f4b4ac3a48cbfe1107c6c89d1edeceef Mon Sep 17 00:00:00 2001 From: Hans Regeer Date: Mon, 9 Sep 2024 08:41:51 +0200 Subject: [PATCH 2/2] chore: change eslint settings (schema issue) --- .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 56cd708f..3540de0a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -18,8 +18,8 @@ }, "overrides": [ { - "extends": ["plugin:json/recommended"], - "files": ["*.json"] + "files": ["*.json"], + "extends": ["plugin:json/recommended"] }, { "extends": [