Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b9dc207

Browse files
dependabot[bot]Akash Satheesan
and
Akash Satheesan
authored
chore(deps-dev): bump @typescript-eslint/parser from 4.24.0 to 4.25.0 (#3471)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.24.0 to 4.25.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.25.0/packages/parser) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akash Satheesan <akash@coder.com>
1 parent 0e67ab7 commit b9dc207

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

‎yarn.lock‎

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,23 +1261,15 @@
12611261
eslint-utils "^2.0.0"
12621262

12631263
"@typescript-eslint/parser@^4.7.0":
1264-
version "4.24.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
1266-
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
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==
12671267
dependencies:
1268-
"@typescript-eslint/scope-manager" "4.24.0"
1269-
"@typescript-eslint/types" "4.24.0"
1270-
"@typescript-eslint/typescript-estree" "4.24.0"
1268+
"@typescript-eslint/scope-manager" "4.25.0"
1269+
"@typescript-eslint/types" "4.25.0"
1270+
"@typescript-eslint/typescript-estree" "4.25.0"
12711271
debug "^4.1.1"
12721272

1273-
"@typescript-eslint/scope-manager@4.24.0":
1274-
version "4.24.0"
1275-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
1276-
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
1277-
dependencies:
1278-
"@typescript-eslint/types" "4.24.0"
1279-
"@typescript-eslint/visitor-keys" "4.24.0"
1280-
12811273
"@typescript-eslint/scope-manager@4.25.0":
12821274
version "4.25.0"
12831275
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
@@ -1286,29 +1278,11 @@
12861278
"@typescript-eslint/types" "4.25.0"
12871279
"@typescript-eslint/visitor-keys" "4.25.0"
12881280

1289-
"@typescript-eslint/types@4.24.0":
1290-
version "4.24.0"
1291-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
1292-
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
1293-
12941281
"@typescript-eslint/types@4.25.0":
12951282
version "4.25.0"
12961283
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
12971284
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
12981285

1299-
"@typescript-eslint/typescript-estree@4.24.0":
1300-
version "4.24.0"
1301-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
1302-
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
1303-
dependencies:
1304-
"@typescript-eslint/types" "4.24.0"
1305-
"@typescript-eslint/visitor-keys" "4.24.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.25.0":
13131287
version "4.25.0"
13141288
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
@@ -1322,14 +1296,6 @@
13221296
semver "^7.3.2"
13231297
tsutils "^3.17.1"
13241298

1325-
"@typescript-eslint/visitor-keys@4.24.0":
1326-
version "4.24.0"
1327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
1328-
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
1329-
dependencies:
1330-
"@typescript-eslint/types" "4.24.0"
1331-
eslint-visitor-keys "^2.0.0"
1332-
13331299
"@typescript-eslint/visitor-keys@4.25.0":
13341300
version "4.25.0"
13351301
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /