Skip to content

Commit d23ccb8

Browse files
Bump @typescript-eslint/parser from 7.8.0 to 7.18.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.8.0 to 7.18.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.18.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6745095 commit d23ccb8

File tree

2 files changed

+57
-21
lines changed

2 files changed

+57
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "^18.3.0",
3232
"@types/webextension-polyfill": "^0.10.7",
3333
"@typescript-eslint/eslint-plugin": "^7.8.0",
34-
"@typescript-eslint/parser": "^7.8.0",
34+
"@typescript-eslint/parser": "^7.18.0",
3535
"@vitejs/plugin-react": "^4.2.1",
3636
"autoprefixer": "^10.4.19",
3737
"chrome-types": "^0.1.320",

yarn.lock

Lines changed: 56 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -738,17 +738,25 @@
738738
semver "^7.6.0"
739739
ts-api-utils "^1.3.0"
740740

741-
"@typescript-eslint/parser@^7.8.0":
742-
version "7.8.0"
743-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-7.8.0.tgz"
744-
integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
745-
dependencies:
746-
"@typescript-eslint/scope-manager" "7.8.0"
747-
"@typescript-eslint/types" "7.8.0"
748-
"@typescript-eslint/typescript-estree" "7.8.0"
749-
"@typescript-eslint/visitor-keys" "7.8.0"
741+
"@typescript-eslint/parser@^7.18.0":
742+
version "7.18.0"
743+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
744+
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
745+
dependencies:
746+
"@typescript-eslint/scope-manager" "7.18.0"
747+
"@typescript-eslint/types" "7.18.0"
748+
"@typescript-eslint/typescript-estree" "7.18.0"
749+
"@typescript-eslint/visitor-keys" "7.18.0"
750750
debug "^4.3.4"
751751

752+
"@typescript-eslint/[email protected]":
753+
version "7.18.0"
754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
755+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
756+
dependencies:
757+
"@typescript-eslint/types" "7.18.0"
758+
"@typescript-eslint/visitor-keys" "7.18.0"
759+
752760
"@typescript-eslint/[email protected]":
753761
version "7.8.0"
754762
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz"
@@ -767,11 +775,30 @@
767775
debug "^4.3.4"
768776
ts-api-utils "^1.3.0"
769777

778+
"@typescript-eslint/[email protected]":
779+
version "7.18.0"
780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
781+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
782+
770783
"@typescript-eslint/[email protected]":
771784
version "7.8.0"
772785
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.8.0.tgz"
773786
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
774787

788+
"@typescript-eslint/[email protected]":
789+
version "7.18.0"
790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
791+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
792+
dependencies:
793+
"@typescript-eslint/types" "7.18.0"
794+
"@typescript-eslint/visitor-keys" "7.18.0"
795+
debug "^4.3.4"
796+
globby "^11.1.0"
797+
is-glob "^4.0.3"
798+
minimatch "^9.0.4"
799+
semver "^7.6.0"
800+
ts-api-utils "^1.3.0"
801+
775802
"@typescript-eslint/[email protected]":
776803
version "7.8.0"
777804
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz"
@@ -799,6 +826,14 @@
799826
"@typescript-eslint/typescript-estree" "7.8.0"
800827
semver "^7.6.0"
801828

829+
"@typescript-eslint/[email protected]":
830+
version "7.18.0"
831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
832+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
833+
dependencies:
834+
"@typescript-eslint/types" "7.18.0"
835+
eslint-visitor-keys "^3.4.3"
836+
802837
"@typescript-eslint/[email protected]":
803838
version "7.8.0"
804839
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz"
@@ -1343,14 +1378,7 @@ debug@^3.2.7:
13431378
dependencies:
13441379
ms "^2.1.1"
13451380

1346-
debug@^4, debug@^4.1.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4:
1347-
version "4.3.4"
1348-
resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz"
1349-
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1350-
dependencies:
1351-
ms "2.1.2"
1352-
1353-
debug@^4.1.1, debug@^4.3.3:
1381+
debug@^4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
13541382
version "4.3.7"
13551383
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52"
13561384
integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==
@@ -2623,7 +2651,7 @@ minimist@^1.2.0, minimist@^1.2.6:
26232651
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
26242652
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
26252653

2626-
ms@2.1.2, ms@^2.1.1:
2654+
ms@^2.1.1:
26272655
version "2.1.2"
26282656
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
26292657
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -3276,8 +3304,16 @@ source-map-js@^1.2.1:
32763304
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
32773305
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
32783306

3279-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
3280-
name string-width-cjs
3307+
"string-width-cjs@npm:string-width@^4.2.0":
3308+
version "4.2.3"
3309+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3310+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3311+
dependencies:
3312+
emoji-regex "^8.0.0"
3313+
is-fullwidth-code-point "^3.0.0"
3314+
strip-ansi "^6.0.1"
3315+
3316+
string-width@^4.1.0:
32813317
version "4.2.3"
32823318
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
32833319
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==

0 commit comments

Comments
 (0)