Skip to content

Commit 1634eed

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.20.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/v6.20.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] <support@github.com>
1 parent a3f46fe commit 1634eed

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"devDependencies": {
88
"@typescript-eslint/eslint-plugin": "^6.19.1",
9-
"@typescript-eslint/parser": "^6.19.1",
9+
"@typescript-eslint/parser": "^6.20.0",
1010
"@vitejs/plugin-react": "^4.2.1",
1111
"autoprefixer": "^10.4.17",
1212
"eslint": "^8.56.0",

yarn.lock

+49-14
Original file line numberDiff line numberDiff line change
@@ -1037,15 +1037,15 @@
10371037
semver "^7.5.4"
10381038
ts-api-utils "^1.0.1"
10391039

1040-
"@typescript-eslint/parser@^6.19.1":
1041-
version "6.19.1"
1042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.1.tgz#68a87bb21afaf0b1689e9cdce0e6e75bc91ada78"
1043-
integrity sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==
1044-
dependencies:
1045-
"@typescript-eslint/scope-manager" "6.19.1"
1046-
"@typescript-eslint/types" "6.19.1"
1047-
"@typescript-eslint/typescript-estree" "6.19.1"
1048-
"@typescript-eslint/visitor-keys" "6.19.1"
1040+
"@typescript-eslint/parser@^6.20.0":
1041+
version "6.20.0"
1042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.20.0.tgz#17e314177304bdf498527e3c4b112e41287b7416"
1043+
integrity sha512-bYerPDF/H5v6V76MdMYhjwmwgMA+jlPVqjSDq2cRqMi8bP5sR3Z+RLOiOMad3nsnmDVmn2gAFCyNgh/dIrfP/w==
1044+
dependencies:
1045+
"@typescript-eslint/scope-manager" "6.20.0"
1046+
"@typescript-eslint/types" "6.20.0"
1047+
"@typescript-eslint/typescript-estree" "6.20.0"
1048+
"@typescript-eslint/visitor-keys" "6.20.0"
10491049
debug "^4.3.4"
10501050

10511051
"@typescript-eslint/scope-manager@6.19.1":
@@ -1056,6 +1056,14 @@
10561056
"@typescript-eslint/types" "6.19.1"
10571057
"@typescript-eslint/visitor-keys" "6.19.1"
10581058

1059+
"@typescript-eslint/scope-manager@6.20.0":
1060+
version "6.20.0"
1061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz#8a926e60f6c47feb5bab878246dc2ae465730151"
1062+
integrity sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==
1063+
dependencies:
1064+
"@typescript-eslint/types" "6.20.0"
1065+
"@typescript-eslint/visitor-keys" "6.20.0"
1066+
10591067
"@typescript-eslint/type-utils@6.19.1":
10601068
version "6.19.1"
10611069
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
@@ -1071,6 +1079,11 @@
10711079
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
10721080
integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
10731081

1082+
"@typescript-eslint/types@6.20.0":
1083+
version "6.20.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.20.0.tgz#5ccd74c29011ae7714ae6973e4ec0c634708b448"
1085+
integrity sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==
1086+
10741087
"@typescript-eslint/typescript-estree@6.19.1":
10751088
version "6.19.1"
10761089
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1"
@@ -1085,6 +1098,20 @@
10851098
semver "^7.5.4"
10861099
ts-api-utils "^1.0.1"
10871100

1101+
"@typescript-eslint/typescript-estree@6.20.0":
1102+
version "6.20.0"
1103+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz#5b2d0975949e6bdd8d45ee1471461ef5fadc5542"
1104+
integrity sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==
1105+
dependencies:
1106+
"@typescript-eslint/types" "6.20.0"
1107+
"@typescript-eslint/visitor-keys" "6.20.0"
1108+
debug "^4.3.4"
1109+
globby "^11.1.0"
1110+
is-glob "^4.0.3"
1111+
minimatch "9.0.3"
1112+
semver "^7.5.4"
1113+
ts-api-utils "^1.0.1"
1114+
10881115
"@typescript-eslint/utils@6.19.1":
10891116
version "6.19.1"
10901117
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
@@ -1106,6 +1133,14 @@
11061133
"@typescript-eslint/types" "6.19.1"
11071134
eslint-visitor-keys "^3.4.1"
11081135

1136+
"@typescript-eslint/visitor-keys@6.20.0":
1137+
version "6.20.0"
1138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz#f7ada27f2803de89df0edd9fd7be22c05ce6a498"
1139+
integrity sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==
1140+
dependencies:
1141+
"@typescript-eslint/types" "6.20.0"
1142+
eslint-visitor-keys "^3.4.1"
1143+
11091144
"@ungap/structured-clone@^1.2.0":
11101145
version "1.2.0"
11111146
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -5199,16 +5234,16 @@ y18n@^5.0.5:
51995234
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
52005235
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
52015236

5202-
yallist@*, yallist@^4.0.0:
5203-
version "4.0.0"
5204-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5205-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5206-
52075237
yallist@^3.0.2:
52085238
version "3.1.1"
52095239
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
52105240
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
52115241

5242+
yallist@^4.0.0:
5243+
version "4.0.0"
5244+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5245+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5246+
52125247
yaml@2.3.4, yaml@^2.2.2:
52135248
version "2.3.4"
52145249
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.4.tgz#53fc1d514be80aabf386dc6001eb29bf3b7523b2"

0 commit comments

Comments
 (0)