From 849747b5b44d241506ec1f0a131a15e72f5121ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 06:54:51 +0000 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v7 --- package.json | 4 ++-- packages/plugin-code-blocks/package.json | 4 ++-- packages/plugin-pages/package.json | 4 ++-- packages/plugintestbed/package.json | 4 ++-- packages/pluginutils/package.json | 4 ++-- tools/proto/package.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4b27de3fa..0f6fc18d1 100644 --- a/package.json +++ b/package.json @@ -84,8 +84,8 @@ "@types/react": "^18.0.14", "@types/semver": "^7.3.9", "@types/tmp": "^0.2.3", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "chalk": "^4.1.2", "concurrently": "^8.0.0", "conventional-changelog-cli": "^3.0.0", diff --git a/packages/plugin-code-blocks/package.json b/packages/plugin-code-blocks/package.json index 22ca2d48f..e77339b41 100644 --- a/packages/plugin-code-blocks/package.json +++ b/packages/plugin-code-blocks/package.json @@ -52,8 +52,8 @@ "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/plugin-pages/package.json b/packages/plugin-pages/package.json index a72d32495..bd5f9a3ab 100644 --- a/packages/plugin-pages/package.json +++ b/packages/plugin-pages/package.json @@ -54,8 +54,8 @@ "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/plugintestbed/package.json b/packages/plugintestbed/package.json index 94a9fb946..d71eec3dd 100644 --- a/packages/plugintestbed/package.json +++ b/packages/plugintestbed/package.json @@ -49,8 +49,8 @@ "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", diff --git a/packages/pluginutils/package.json b/packages/pluginutils/package.json index 266a18275..ec4e65caf 100644 --- a/packages/pluginutils/package.json +++ b/packages/pluginutils/package.json @@ -63,8 +63,8 @@ "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", diff --git a/tools/proto/package.json b/tools/proto/package.json index 7afdb8f1c..2e73d505b 100644 --- a/tools/proto/package.json +++ b/tools/proto/package.json @@ -42,8 +42,8 @@ "@types/lodash": "^4.14.182", "@types/node": "^18.0.0", "@types/react": "^18.0.14", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@typescript-eslint/eslint-plugin": "^7.0.0", + "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.18.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0",