Skip to content

Commit 18094ad

Browse files
chore: bump @typescript-eslint/eslint-plugin from 6.20.0 to 7.0.0 in /js
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.20.0 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 24757ca commit 18094ad

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@types/jasmine": "^5.1.1",
37-
"@typescript-eslint/eslint-plugin": "^6.9.1",
37+
"@typescript-eslint/eslint-plugin": "^7.0.0",
3838
"@typescript-eslint/parser": "^6.9.1",
3939
"eslint": "^8.8.0",
4040
"eslint-config-prettier": "^9.0.0",

js/yarn.lock

+56-21
Original file line numberDiff line numberDiff line change
@@ -409,16 +409,16 @@
409409
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
410410
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
411411

412-
"@typescript-eslint/eslint-plugin@^6.9.1":
413-
version "6.20.0"
414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.20.0.tgz#9cf31546d2d5e884602626d89b0e0d2168ac25ed"
415-
integrity sha512-fTwGQUnjhoYHeSF6m5pWNkzmDDdsKELYrOBxhjMrofPqCkoC2k3B2wvGHFxa1CTIqkEn88nlW1HVMztjo2K8Hg==
412+
"@typescript-eslint/eslint-plugin@^7.0.0":
413+
version "7.0.0"
414+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.0.tgz#62cda0d35bbf601683c6e58cf5d04f0275caca4e"
415+
integrity sha512-M72SJ0DkcQVmmsbqlzc6EJgb/3Oz2Wdm6AyESB4YkGgCxP8u5jt5jn4/OBMPK3HLOxcttZq5xbBBU7e2By4SZQ==
416416
dependencies:
417417
"@eslint-community/regexpp" "^4.5.1"
418-
"@typescript-eslint/scope-manager" "6.20.0"
419-
"@typescript-eslint/type-utils" "6.20.0"
420-
"@typescript-eslint/utils" "6.20.0"
421-
"@typescript-eslint/visitor-keys" "6.20.0"
418+
"@typescript-eslint/scope-manager" "7.0.0"
419+
"@typescript-eslint/type-utils" "7.0.0"
420+
"@typescript-eslint/utils" "7.0.0"
421+
"@typescript-eslint/visitor-keys" "7.0.0"
422422
debug "^4.3.4"
423423
graphemer "^1.4.0"
424424
ignore "^5.2.4"
@@ -445,13 +445,21 @@
445445
"@typescript-eslint/types" "6.20.0"
446446
"@typescript-eslint/visitor-keys" "6.20.0"
447447

448-
"@typescript-eslint/[email protected].0":
449-
version "6.20.0"
450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.20.0.tgz#d395475cd0f3610dd80c7d8716fa0db767da3831"
451-
integrity sha512-qnSobiJQb1F5JjN0YDRPHruQTrX7ICsmltXhkV536mp4idGAYrIyr47zF/JmkJtEcAVnIz4gUYJ7gOZa6SmN4g==
448+
"@typescript-eslint/[email protected].0":
449+
version "7.0.0"
450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.0.tgz#15ea9abad2b56fc8f5c0b516775f41c86c5c8685"
451+
integrity sha512-IxTStwhNDPO07CCrYuAqjuJ3Xf5MrMaNgbAZPxFXAUpAtwqFxiuItxUaVtP/SJQeCdJjwDGh9/lMOluAndkKeg==
452452
dependencies:
453-
"@typescript-eslint/typescript-estree" "6.20.0"
454-
"@typescript-eslint/utils" "6.20.0"
453+
"@typescript-eslint/types" "7.0.0"
454+
"@typescript-eslint/visitor-keys" "7.0.0"
455+
456+
"@typescript-eslint/[email protected]":
457+
version "7.0.0"
458+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.0.tgz#a4c7ae114414e09dbbd3c823b5924793f7483252"
459+
integrity sha512-FIM8HPxj1P2G7qfrpiXvbHeHypgo2mFpFGoh5I73ZlqmJOsloSa1x0ZyXCer43++P1doxCgNqIOLqmZR6SOT8g==
460+
dependencies:
461+
"@typescript-eslint/typescript-estree" "7.0.0"
462+
"@typescript-eslint/utils" "7.0.0"
455463
debug "^4.3.4"
456464
ts-api-utils "^1.0.1"
457465

@@ -460,6 +468,11 @@
460468
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
461469
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
462470

471+
"@typescript-eslint/[email protected]":
472+
version "7.0.0"
473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.0.tgz#2e5889c7fe3c873fc6dc6420aa77775f17cd5dc6"
474+
integrity sha512-9ZIJDqagK1TTs4W9IyeB2sH/s1fFhN9958ycW8NRTg1vXGzzH5PQNzq6KbsbVGMT+oyyfa17DfchHDidcmf5cg==
475+
463476
"@typescript-eslint/[email protected]":
464477
version "6.20.0"
465478
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
@@ -474,17 +487,31 @@
474487
semver "^7.5.4"
475488
ts-api-utils "^1.0.1"
476489

477-
"@typescript-eslint/[email protected]":
478-
version "6.20.0"
479-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.20.0.tgz#0e52afcfaa51af5656490ba4b7437cc3aa28633d"
480-
integrity sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==
490+
"@typescript-eslint/[email protected]":
491+
version "7.0.0"
492+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.0.tgz#7ce66f2ce068517f034f73fba9029300302fdae9"
493+
integrity sha512-JzsOzhJJm74aQ3c9um/aDryHgSHfaX8SHFIu9x4Gpik/+qxLvxUylhTsO9abcNu39JIdhY2LgYrFxTii3IajLA==
494+
dependencies:
495+
"@typescript-eslint/types" "7.0.0"
496+
"@typescript-eslint/visitor-keys" "7.0.0"
497+
debug "^4.3.4"
498+
globby "^11.1.0"
499+
is-glob "^4.0.3"
500+
minimatch "9.0.3"
501+
semver "^7.5.4"
502+
ts-api-utils "^1.0.1"
503+
504+
"@typescript-eslint/[email protected]":
505+
version "7.0.0"
506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.0.tgz#e43710af746c6ae08484f7afc68abc0212782c7e"
507+
integrity sha512-kuPZcPAdGcDBAyqDn/JVeJVhySvpkxzfXjJq1X1BFSTYo1TTuo4iyb937u457q4K0In84p6u2VHQGaFnv7VYqg==
481508
dependencies:
482509
"@eslint-community/eslint-utils" "^4.4.0"
483510
"@types/json-schema" "^7.0.12"
484511
"@types/semver" "^7.5.0"
485-
"@typescript-eslint/scope-manager" "6.20.0"
486-
"@typescript-eslint/types" "6.20.0"
487-
"@typescript-eslint/typescript-estree" "6.20.0"
512+
"@typescript-eslint/scope-manager" "7.0.0"
513+
"@typescript-eslint/types" "7.0.0"
514+
"@typescript-eslint/typescript-estree" "7.0.0"
488515
semver "^7.5.4"
489516

490517
"@typescript-eslint/[email protected]":
@@ -495,6 +522,14 @@
495522
"@typescript-eslint/types" "6.20.0"
496523
eslint-visitor-keys "^3.4.1"
497524

525+
"@typescript-eslint/[email protected]":
526+
version "7.0.0"
527+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.0.tgz#83cdadd193ee735fe9ea541f6a2b4d76dfe62081"
528+
integrity sha512-JZP0uw59PRHp7sHQl3aF/lFgwOW2rgNVnXUksj1d932PMita9wFBd3621vHQRDvHwPsSY9FMAAHVc8gTvLYY4w==
529+
dependencies:
530+
"@typescript-eslint/types" "7.0.0"
531+
eslint-visitor-keys "^3.4.1"
532+
498533
"@ungap/structured-clone@^1.2.0":
499534
version "1.2.0"
500535
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)