Skip to content

Commit 321e37d

Browse files
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 (#476)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee4a5f1 commit 321e37d

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"@types/ua-parser-js": "^0.7.39",
283283
"@types/vscode": "^1.73.0",
284284
"@types/ws": "^8.18.1",
285-
"@typescript-eslint/eslint-plugin": "^6.21.0",
285+
"@typescript-eslint/eslint-plugin": "^7.0.0",
286286
"@typescript-eslint/parser": "^6.21.0",
287287
"@vscode/test-electron": "^2.4.1",
288288
"@vscode/vsce": "^2.21.1",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -734,16 +734,16 @@
734734
dependencies:
735735
"@types/node" "*"
736736

737-
"@typescript-eslint/eslint-plugin@^6.21.0":
738-
version "6.21.0"
739-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
740-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
737+
"@typescript-eslint/eslint-plugin@^7.0.0":
738+
version "7.0.0"
739+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
740+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
741741
dependencies:
742742
"@eslint-community/regexpp" "^4.5.1"
743-
"@typescript-eslint/scope-manager" "6.21.0"
744-
"@typescript-eslint/type-utils" "6.21.0"
745-
"@typescript-eslint/utils" "6.21.0"
746-
"@typescript-eslint/visitor-keys" "6.21.0"
743+
"@typescript-eslint/scope-manager" "7.0.0"
744+
"@typescript-eslint/type-utils" "7.0.0"
745+
"@typescript-eslint/utils" "7.0.0"
746+
"@typescript-eslint/visitor-keys" "7.0.0"
747747
debug "^4.3.4"
748748
graphemer "^1.4.0"
749749
ignore "^5.2.4"
@@ -770,13 +770,21 @@
770770
"@typescript-eslint/types" "6.21.0"
771771
"@typescript-eslint/visitor-keys" "6.21.0"
772772

773-
"@typescript-eslint/type-utils@6.21.0":
774-
version "6.21.0"
775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
776-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
773+
"@typescript-eslint/scope-manager@7.0.0":
774+
version "7.0.0"
775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
776+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
777777
dependencies:
778-
"@typescript-eslint/typescript-estree" "6.21.0"
779-
"@typescript-eslint/utils" "6.21.0"
778+
"@typescript-eslint/types" "7.0.0"
779+
"@typescript-eslint/visitor-keys" "7.0.0"
780+
781+
"@typescript-eslint/type-utils@7.0.0":
782+
version "7.0.0"
783+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
784+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
785+
dependencies:
786+
"@typescript-eslint/typescript-estree" "7.0.0"
787+
"@typescript-eslint/utils" "7.0.0"
780788
debug "^4.3.4"
781789
ts-api-utils "^1.0.1"
782790

@@ -785,6 +793,11 @@
785793
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
786794
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
787795

796+
"@typescript-eslint/types@7.0.0":
797+
version "7.0.0"
798+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
799+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
800+
788801
"@typescript-eslint/typescript-estree@6.21.0":
789802
version "6.21.0"
790803
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -799,17 +812,31 @@
799812
semver "^7.5.4"
800813
ts-api-utils "^1.0.1"
801814

802-
"@typescript-eslint/utils@6.21.0":
803-
version "6.21.0"
804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
805-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
815+
"@typescript-eslint/typescript-estree@7.0.0":
816+
version "7.0.0"
817+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
818+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
819+
dependencies:
820+
"@typescript-eslint/types" "7.0.0"
821+
"@typescript-eslint/visitor-keys" "7.0.0"
822+
debug "^4.3.4"
823+
globby "^11.1.0"
824+
is-glob "^4.0.3"
825+
minimatch "9.0.3"
826+
semver "^7.5.4"
827+
ts-api-utils "^1.0.1"
828+
829+
"@typescript-eslint/utils@7.0.0":
830+
version "7.0.0"
831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
832+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
806833
dependencies:
807834
"@eslint-community/eslint-utils" "^4.4.0"
808835
"@types/json-schema" "^7.0.12"
809836
"@types/semver" "^7.5.0"
810-
"@typescript-eslint/scope-manager" "6.21.0"
811-
"@typescript-eslint/types" "6.21.0"
812-
"@typescript-eslint/typescript-estree" "6.21.0"
837+
"@typescript-eslint/scope-manager" "7.0.0"
838+
"@typescript-eslint/types" "7.0.0"
839+
"@typescript-eslint/typescript-estree" "7.0.0"
813840
semver "^7.5.4"
814841

815842
"@typescript-eslint/visitor-keys@6.21.0":
@@ -820,6 +847,14 @@
820847
"@typescript-eslint/types" "6.21.0"
821848
eslint-visitor-keys "^3.4.1"
822849

850+
"@typescript-eslint/visitor-keys@7.0.0":
851+
version "7.0.0"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
853+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
854+
dependencies:
855+
"@typescript-eslint/types" "7.0.0"
856+
eslint-visitor-keys "^3.4.1"
857+
823858
"@ungap/structured-clone@^1.2.0":
824859
version "1.2.0"
825860
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy