Skip to content

Commit 7c88fdd

Browse files
build(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.23.0 to 5.25.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/v5.25.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 987e709 commit 7c88fdd

File tree

2 files changed

+45
-11
lines changed

2 files changed

+45
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "^17.0.33",
4040
"@types/webpack-env": "^1.16.4",
4141
"@typescript-eslint/eslint-plugin": "^5.23.0",
42-
"@typescript-eslint/parser": "^5.23.0",
42+
"@typescript-eslint/parser": "^5.25.0",
4343
"@vitejs/plugin-vue": "^2.3.3",
4444
"@vue/cli-plugin-babel": "^5.0.4",
4545
"@vue/cli-plugin-e2e-cypress": "^5.0.4",

yarn.lock

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,15 +1955,15 @@
19551955
"@typescript-eslint/typescript-estree" "4.33.0"
19561956
debug "^4.3.1"
19571957

1958-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.23.0":
1959-
version "5.23.0"
1960-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
1961-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
1962-
dependencies:
1963-
"@typescript-eslint/scope-manager" "5.23.0"
1964-
"@typescript-eslint/types" "5.23.0"
1965-
"@typescript-eslint/typescript-estree" "5.23.0"
1966-
debug "^4.3.2"
1958+
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.25.0":
1959+
version "5.25.0"
1960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
1961+
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
1962+
dependencies:
1963+
"@typescript-eslint/scope-manager" "5.25.0"
1964+
"@typescript-eslint/types" "5.25.0"
1965+
"@typescript-eslint/typescript-estree" "5.25.0"
1966+
debug "^4.3.4"
19671967

19681968
"@typescript-eslint/scope-manager@4.33.0":
19691969
version "4.33.0"
@@ -1980,6 +1980,14 @@
19801980
"@typescript-eslint/types" "5.23.0"
19811981
"@typescript-eslint/visitor-keys" "5.23.0"
19821982

1983+
"@typescript-eslint/scope-manager@5.25.0":
1984+
version "5.25.0"
1985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
1986+
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
1987+
dependencies:
1988+
"@typescript-eslint/types" "5.25.0"
1989+
"@typescript-eslint/visitor-keys" "5.25.0"
1990+
19831991
"@typescript-eslint/type-utils@5.23.0":
19841992
version "5.23.0"
19851993
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
@@ -1998,6 +2006,11 @@
19982006
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
19992007
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
20002008

2009+
"@typescript-eslint/types@5.25.0":
2010+
version "5.25.0"
2011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
2012+
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
2013+
20012014
"@typescript-eslint/typescript-estree@4.33.0":
20022015
version "4.33.0"
20032016
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
@@ -2023,6 +2036,19 @@
20232036
semver "^7.3.5"
20242037
tsutils "^3.21.0"
20252038

2039+
"@typescript-eslint/typescript-estree@5.25.0":
2040+
version "5.25.0"
2041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
2042+
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
2043+
dependencies:
2044+
"@typescript-eslint/types" "5.25.0"
2045+
"@typescript-eslint/visitor-keys" "5.25.0"
2046+
debug "^4.3.4"
2047+
globby "^11.1.0"
2048+
is-glob "^4.0.3"
2049+
semver "^7.3.7"
2050+
tsutils "^3.21.0"
2051+
20262052
"@typescript-eslint/utils@5.23.0", "@typescript-eslint/utils@^5.10.0":
20272053
version "5.23.0"
20282054
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
@@ -2050,6 +2076,14 @@
20502076
"@typescript-eslint/types" "5.23.0"
20512077
eslint-visitor-keys "^3.0.0"
20522078

2079+
"@typescript-eslint/visitor-keys@5.25.0":
2080+
version "5.25.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
2082+
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
2083+
dependencies:
2084+
"@typescript-eslint/types" "5.25.0"
2085+
eslint-visitor-keys "^3.3.0"
2086+
20532087
"@vitejs/plugin-vue@^2.3.3":
20542088
version "2.3.3"
20552089
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
@@ -5433,7 +5467,7 @@ globals@^9.18.0:
54335467
version "9.18.0"
54345468
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
54355469

5436-
globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4:
5470+
globby@^11.0.1, globby@^11.0.2, globby@^11.0.3, globby@^11.0.4, globby@^11.1.0:
54375471
version "11.1.0"
54385472
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
54395473
dependencies:

0 commit comments

Comments
 (0)