Skip to content

Commit 0605f61

Browse files
Bump @typescript-eslint/eslint-plugin from 6.19.1 to 7.0.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 to 7.0.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 686f29d commit 0605f61

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
@@ -43,7 +43,7 @@
4343
"@types/jasmine": "~5.1.4",
4444
"@types/jasminewd2": "~2.0.13",
4545
"@types/node": "^18",
46-
"@typescript-eslint/eslint-plugin": "^6.10.0",
46+
"@typescript-eslint/eslint-plugin": "^7.0.0",
4747
"@typescript-eslint/parser": "^6.10.0",
4848
"eslint": "^8.53.0",
4949
"jasmine-core": "~5.1.1",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,16 +3058,16 @@
30583058
dependencies:
30593059
"@types/node" "*"
30603060

3061-
"@typescript-eslint/eslint-plugin@^6.10.0":
3062-
version "6.19.1"
3063-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz#bb0676af940bc23bf299ca58dbdc6589c2548c2e"
3064-
integrity sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==
3061+
"@typescript-eslint/eslint-plugin@^7.0.0":
3062+
version "7.0.0"
3063+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
3064+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
30653065
dependencies:
30663066
"@eslint-community/regexpp" "^4.5.1"
3067-
"@typescript-eslint/scope-manager" "6.19.1"
3068-
"@typescript-eslint/type-utils" "6.19.1"
3069-
"@typescript-eslint/utils" "6.19.1"
3070-
"@typescript-eslint/visitor-keys" "6.19.1"
3067+
"@typescript-eslint/scope-manager" "7.0.0"
3068+
"@typescript-eslint/type-utils" "7.0.0"
3069+
"@typescript-eslint/utils" "7.0.0"
3070+
"@typescript-eslint/visitor-keys" "7.0.0"
30713071
debug "^4.3.4"
30723072
graphemer "^1.4.0"
30733073
ignore "^5.2.4"
@@ -3102,6 +3102,14 @@
31023102
"@typescript-eslint/types" "6.19.1"
31033103
"@typescript-eslint/visitor-keys" "6.19.1"
31043104

3105+
"@typescript-eslint/[email protected]":
3106+
version "7.0.0"
3107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
3108+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
3109+
dependencies:
3110+
"@typescript-eslint/types" "7.0.0"
3111+
"@typescript-eslint/visitor-keys" "7.0.0"
3112+
31053113
"@typescript-eslint/[email protected]":
31063114
version "6.19.0"
31073115
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.0.tgz#522a494ef0d3e9fdc5e23a7c22c9331bbade0101"
@@ -3112,13 +3120,13 @@
31123120
debug "^4.3.4"
31133121
ts-api-utils "^1.0.1"
31143122

3115-
"@typescript-eslint/type-utils@6.19.1":
3116-
version "6.19.1"
3117-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
3118-
integrity sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==
3123+
"@typescript-eslint/type-utils@7.0.0":
3124+
version "7.0.0"
3125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
3126+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
31193127
dependencies:
3120-
"@typescript-eslint/typescript-estree" "6.19.1"
3121-
"@typescript-eslint/utils" "6.19.1"
3128+
"@typescript-eslint/typescript-estree" "7.0.0"
3129+
"@typescript-eslint/utils" "7.0.0"
31223130
debug "^4.3.4"
31233131
ts-api-utils "^1.0.1"
31243132

@@ -3132,6 +3140,11 @@
31323140
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
31333141
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
31343142

3143+
"@typescript-eslint/[email protected]":
3144+
version "7.0.0"
3145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
3146+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
3147+
31353148
"@typescript-eslint/[email protected]":
31363149
version "6.19.0"
31373150
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.0.tgz#0813ba364a409afb4d62348aec0202600cb468fa"
@@ -3160,6 +3173,20 @@
31603173
semver "^7.5.4"
31613174
ts-api-utils "^1.0.1"
31623175

3176+
"@typescript-eslint/[email protected]":
3177+
version "7.0.0"
3178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
3179+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
3180+
dependencies:
3181+
"@typescript-eslint/types" "7.0.0"
3182+
"@typescript-eslint/visitor-keys" "7.0.0"
3183+
debug "^4.3.4"
3184+
globby "^11.1.0"
3185+
is-glob "^4.0.3"
3186+
minimatch "9.0.3"
3187+
semver "^7.5.4"
3188+
ts-api-utils "^1.0.1"
3189+
31633190
"@typescript-eslint/[email protected]":
31643191
version "6.19.0"
31653192
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.0.tgz#557b72c3eeb4f73bef8037c85dae57b21beb1a4b"
@@ -3173,17 +3200,17 @@
31733200
"@typescript-eslint/typescript-estree" "6.19.0"
31743201
semver "^7.5.4"
31753202

3176-
"@typescript-eslint/utils@6.19.1":
3177-
version "6.19.1"
3178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
3179-
integrity sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==
3203+
"@typescript-eslint/utils@7.0.0":
3204+
version "7.0.0"
3205+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
3206+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
31803207
dependencies:
31813208
"@eslint-community/eslint-utils" "^4.4.0"
31823209
"@types/json-schema" "^7.0.12"
31833210
"@types/semver" "^7.5.0"
3184-
"@typescript-eslint/scope-manager" "6.19.1"
3185-
"@typescript-eslint/types" "6.19.1"
3186-
"@typescript-eslint/typescript-estree" "6.19.1"
3211+
"@typescript-eslint/scope-manager" "7.0.0"
3212+
"@typescript-eslint/types" "7.0.0"
3213+
"@typescript-eslint/typescript-estree" "7.0.0"
31873214
semver "^7.5.4"
31883215

31893216
"@typescript-eslint/[email protected]":
@@ -3202,6 +3229,14 @@
32023229
"@typescript-eslint/types" "6.19.1"
32033230
eslint-visitor-keys "^3.4.1"
32043231

3232+
"@typescript-eslint/[email protected]":
3233+
version "7.0.0"
3234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
3235+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
3236+
dependencies:
3237+
"@typescript-eslint/types" "7.0.0"
3238+
eslint-visitor-keys "^3.4.1"
3239+
32053240
"@ungap/structured-clone@^1.2.0":
32063241
version "1.2.0"
32073242
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)