From d46f54c36d7885a7fd5c8ea912e81872f099e8d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 22:45:24 +0900 Subject: [PATCH] chore(deps): update typescript-eslint monorepo to v6 (major) (#253) * chore(deps): update typescript-eslint monorepo to v6 * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ota-meshi --- package.json | 4 ++-- tools/update-docs.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f4db7ee0..9b4b4451 100644 --- a/package.json +++ b/package.json @@ -78,8 +78,8 @@ "@types/natural-compare": "^1.4.0", "@types/node": "^18.0.0", "@types/semver": "^7.3.1", - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0", "cross-env": "^7.0.2", "env-cmd": "^10.1.0", "esbuild": "^0.18.0", diff --git a/tools/update-docs.ts b/tools/update-docs.ts index d0f77f2a..ca7d82b9 100644 --- a/tools/update-docs.ts +++ b/tools/update-docs.ts @@ -94,7 +94,6 @@ class DocFile { } else { if (categories && categories.length) { const presets = []; - // eslint-disable-next-line @typescript-eslint/require-array-sort-compare -- ignore for (const cat of categories.sort()) { presets.push(`\`"plugin:yml/${cat}"\``); }