Skip to content

Commit f8e92fe

Browse files
committed
chore: update typescript-eslint parser
Update parser to matching version, seems to be related to: typescript-eslint/typescript-eslint#8075 Signed-off-by: Tim deBoer <[email protected]>
1 parent 8858991 commit f8e92fe

File tree

2 files changed

+15
-29
lines changed

2 files changed

+15
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@typescript-eslint/eslint-plugin": "^8.0.1",
37-
"@typescript-eslint/parser": "^6.21.0",
37+
"@typescript-eslint/parser": "^8.0.1",
3838
"@vitest/coverage-v8": "^2.0.2",
3939
"autoprefixer": "^10.4.20",
4040
"concurrently": "^8.2.2",

yarn.lock

Lines changed: 14 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,17 @@
693693
"@typescript-eslint/visitor-keys" "6.21.0"
694694
debug "^4.3.4"
695695

696+
"@typescript-eslint/parser@^8.0.1":
697+
version "8.0.1"
698+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.1.tgz#eb0728147a3a79edf43dde84c797f117213bbfdb"
699+
integrity sha512-5IgYJ9EO/12pOUwiBKFkpU7rS3IU21mtXzB81TNwq2xEybcmAZrE9qwDtsb5uQd9aVO9o0fdabFyAmKveXyujg==
700+
dependencies:
701+
"@typescript-eslint/scope-manager" "8.0.1"
702+
"@typescript-eslint/types" "8.0.1"
703+
"@typescript-eslint/typescript-estree" "8.0.1"
704+
"@typescript-eslint/visitor-keys" "8.0.1"
705+
debug "^4.3.4"
706+
696707
"@typescript-eslint/[email protected]":
697708
version "5.62.0"
698709
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
@@ -3732,16 +3743,7 @@ std-env@^3.7.0:
37323743
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
37333744
integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
37343745

3735-
"string-width-cjs@npm:string-width@^4.2.0":
3736-
version "4.2.3"
3737-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3738-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3739-
dependencies:
3740-
emoji-regex "^8.0.0"
3741-
is-fullwidth-code-point "^3.0.0"
3742-
strip-ansi "^6.0.1"
3743-
3744-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.1.2:
3746+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.1.2:
37453747
version "4.2.3"
37463748
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
37473749
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3778,14 +3780,7 @@ string.prototype.trimstart@^1.0.8:
37783780
define-properties "^1.2.1"
37793781
es-object-atoms "^1.0.0"
37803782

3781-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3782-
version "6.0.1"
3783-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3784-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3785-
dependencies:
3786-
ansi-regex "^5.0.1"
3787-
3788-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3783+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
37893784
version "6.0.1"
37903785
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
37913786
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -4361,16 +4356,7 @@ word-wrap@^1.2.5:
43614356
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
43624357
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
43634358

4364-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4365-
version "7.0.0"
4366-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4367-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4368-
dependencies:
4369-
ansi-styles "^4.0.0"
4370-
string-width "^4.1.0"
4371-
strip-ansi "^6.0.0"
4372-
4373-
wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
4359+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0, wrap-ansi@^8.1.0:
43744360
version "7.0.0"
43754361
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
43764362
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)