From eed84d72b6e977dfd4454d580bac2a0ae5496447 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Tue, 3 Jun 2025 10:28:01 +0200 Subject: [PATCH] chore: drop unused `@typescript-eslint/parser` package (#8057) manual backport of #8054 --- Package isn't references, typescript-eslint still pulls it transitive which is the recommend way Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8057 Reviewed-by: Earl Warren Co-authored-by: Michael Kriese Co-committed-by: Michael Kriese --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index dfd359b31b..88f1d637a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,6 @@ "@stoplight/spectral-cli": "6.14.3", "@stylistic/eslint-plugin-js": "4.2.0", "@stylistic/stylelint-plugin": "3.1.2", - "@typescript-eslint/parser": "8.26.1", "@vitejs/plugin-vue": "5.2.3", "@vitest/coverage-v8": "3.0.8", "@vitest/eslint-plugin": "1.1.25", diff --git a/package.json b/package.json index 75739b3be0..e6444ab63f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "@stoplight/spectral-cli": "6.14.3", "@stylistic/eslint-plugin-js": "4.2.0", "@stylistic/stylelint-plugin": "3.1.2", - "@typescript-eslint/parser": "8.26.1", "@vitejs/plugin-vue": "5.2.3", "@vitest/coverage-v8": "3.0.8", "@vitest/eslint-plugin": "1.1.25",