Skip to content

Commit c2a8634

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.26.0 (#3514)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.25.0 to 4.26.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.0/packages/parser) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1aabca7 commit c2a8634

File tree

1 file changed

+9
-43
lines changed

1 file changed

+9
-43
lines changed

yarn.lock

Lines changed: 9 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,22 +1261,14 @@
12611261
eslint-utils "^3.0.0"
12621262

12631263
"@typescript-eslint/parser@^4.7.0":
1264-
version "4.25.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
1266-
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
1267-
dependencies:
1268-
"@typescript-eslint/scope-manager" "4.25.0"
1269-
"@typescript-eslint/types" "4.25.0"
1270-
"@typescript-eslint/typescript-estree" "4.25.0"
1271-
debug "^4.1.1"
1272-
1273-
"@typescript-eslint/scope-manager@4.25.0":
1274-
version "4.25.0"
1275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
1276-
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
1264+
version "4.26.0"
1265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
1266+
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
12771267
dependencies:
1278-
"@typescript-eslint/types" "4.25.0"
1279-
"@typescript-eslint/visitor-keys" "4.25.0"
1268+
"@typescript-eslint/scope-manager" "4.26.0"
1269+
"@typescript-eslint/types" "4.26.0"
1270+
"@typescript-eslint/typescript-estree" "4.26.0"
1271+
debug "^4.3.1"
12801272

12811273
"@typescript-eslint/scope-manager@4.26.0":
12821274
version "4.26.0"
@@ -1286,29 +1278,11 @@
12861278
"@typescript-eslint/types" "4.26.0"
12871279
"@typescript-eslint/visitor-keys" "4.26.0"
12881280

1289-
"@typescript-eslint/types@4.25.0":
1290-
version "4.25.0"
1291-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
1292-
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
1293-
12941281
"@typescript-eslint/types@4.26.0":
12951282
version "4.26.0"
12961283
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
12971284
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
12981285

1299-
"@typescript-eslint/typescript-estree@4.25.0":
1300-
version "4.25.0"
1301-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
1302-
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
1303-
dependencies:
1304-
"@typescript-eslint/types" "4.25.0"
1305-
"@typescript-eslint/visitor-keys" "4.25.0"
1306-
debug "^4.1.1"
1307-
globby "^11.0.1"
1308-
is-glob "^4.0.1"
1309-
semver "^7.3.2"
1310-
tsutils "^3.17.1"
1311-
13121286
"@typescript-eslint/typescript-estree@4.26.0":
13131287
version "4.26.0"
13141288
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
@@ -1322,14 +1296,6 @@
13221296
semver "^7.3.5"
13231297
tsutils "^3.21.0"
13241298

1325-
"@typescript-eslint/visitor-keys@4.25.0":
1326-
version "4.25.0"
1327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
1328-
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
1329-
dependencies:
1330-
"@typescript-eslint/types" "4.25.0"
1331-
eslint-visitor-keys "^2.0.0"
1332-
13331299
"@typescript-eslint/visitor-keys@4.26.0":
13341300
version "4.26.0"
13351301
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
@@ -3920,7 +3886,7 @@ globals@^13.6.0:
39203886
dependencies:
39213887
type-fest "^0.20.2"
39223888

3923-
globby@^11.0.1, globby@^11.0.3:
3889+
globby@^11.0.3:
39243890
version "11.0.3"
39253891
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
39263892
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
@@ -8061,7 +8027,7 @@ tslib@^2.0.1:
80618027
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
80628028
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
80638029

8064-
tsutils@^3.17.1, tsutils@^3.21.0:
8030+
tsutils@^3.21.0:
80658031
version "3.21.0"
80668032
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
80678033
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)