Skip to content

Commit 580668a

Browse files
build(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.23.0 to 5.26.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.26.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 580668a

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.26.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.26.0":
1959+
version "5.26.0"
1960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
1961+
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
1962+
dependencies:
1963+
"@typescript-eslint/scope-manager" "5.26.0"
1964+
"@typescript-eslint/types" "5.26.0"
1965+
"@typescript-eslint/typescript-estree" "5.26.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.26.0":
1984+
version "5.26.0"
1985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
1986+
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
1987+
dependencies:
1988+
"@typescript-eslint/types" "5.26.0"
1989+
"@typescript-eslint/visitor-keys" "5.26.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.26.0":
2010+
version "5.26.0"
2011+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
2012+
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
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.26.0":
2040+
version "5.26.0"
2041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
2042+
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
2043+
dependencies:
2044+
"@typescript-eslint/types" "5.26.0"
2045+
"@typescript-eslint/visitor-keys" "5.26.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.26.0":
2080+
version "5.26.0"
2081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
2082+
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
2083+
dependencies:
2084+
"@typescript-eslint/types" "5.26.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)