Skip to content

Commit ccd4787

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.26.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.25.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] <[email protected]>
1 parent ec6ace7 commit ccd4787

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,13 +2624,13 @@
26242624
tsutils "^3.21.0"
26252625

26262626
"@typescript-eslint/parser@^5.9.0":
2627-
version "5.25.0"
2628-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
2629-
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
2627+
version "5.26.0"
2628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
2629+
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
26302630
dependencies:
2631-
"@typescript-eslint/scope-manager" "5.25.0"
2632-
"@typescript-eslint/types" "5.25.0"
2633-
"@typescript-eslint/typescript-estree" "5.25.0"
2631+
"@typescript-eslint/scope-manager" "5.26.0"
2632+
"@typescript-eslint/types" "5.26.0"
2633+
"@typescript-eslint/typescript-estree" "5.26.0"
26342634
debug "^4.3.4"
26352635

26362636
"@typescript-eslint/[email protected]":
@@ -2641,6 +2641,14 @@
26412641
"@typescript-eslint/types" "5.25.0"
26422642
"@typescript-eslint/visitor-keys" "5.25.0"
26432643

2644+
"@typescript-eslint/[email protected]":
2645+
version "5.26.0"
2646+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.26.0.tgz#44209c7f649d1a120f0717e0e82da856e9871339"
2647+
integrity sha512-gVzTJUESuTwiju/7NiTb4c5oqod8xt5GhMbExKsCTp6adU3mya6AGJ4Pl9xC7x2DX9UYFsjImC0mA62BCY22Iw==
2648+
dependencies:
2649+
"@typescript-eslint/types" "5.26.0"
2650+
"@typescript-eslint/visitor-keys" "5.26.0"
2651+
26442652
"@typescript-eslint/[email protected]":
26452653
version "5.25.0"
26462654
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.25.0.tgz#5750d26a5db4c4d68d511611e0ada04e56f613bc"
@@ -2655,6 +2663,11 @@
26552663
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
26562664
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
26572665

2666+
"@typescript-eslint/[email protected]":
2667+
version "5.26.0"
2668+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
2669+
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
2670+
26582671
"@typescript-eslint/[email protected]":
26592672
version "5.25.0"
26602673
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
@@ -2668,6 +2681,19 @@
26682681
semver "^7.3.7"
26692682
tsutils "^3.21.0"
26702683

2684+
"@typescript-eslint/[email protected]":
2685+
version "5.26.0"
2686+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
2687+
integrity sha512-EyGpw6eQDsfD6jIqmXP3rU5oHScZ51tL/cZgFbFBvWuCwrIptl+oueUZzSmLtxFuSOQ9vDcJIs+279gnJkfd1w==
2688+
dependencies:
2689+
"@typescript-eslint/types" "5.26.0"
2690+
"@typescript-eslint/visitor-keys" "5.26.0"
2691+
debug "^4.3.4"
2692+
globby "^11.1.0"
2693+
is-glob "^4.0.3"
2694+
semver "^7.3.7"
2695+
tsutils "^3.21.0"
2696+
26712697
"@typescript-eslint/[email protected]":
26722698
version "5.25.0"
26732699
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.25.0.tgz#272751fd737733294b4ab95e16c7f2d4a75c2049"
@@ -2688,6 +2714,14 @@
26882714
"@typescript-eslint/types" "5.25.0"
26892715
eslint-visitor-keys "^3.3.0"
26902716

2717+
"@typescript-eslint/[email protected]":
2718+
version "5.26.0"
2719+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.26.0.tgz#7195f756e367f789c0e83035297c45b417b57f57"
2720+
integrity sha512-wei+ffqHanYDOQgg/fS6Hcar6wAWv0CUPQ3TZzOWd2BLfgP539rb49bwua8WRAs7R6kOSLn82rfEu2ro6Llt8Q==
2721+
dependencies:
2722+
"@typescript-eslint/types" "5.26.0"
2723+
eslint-visitor-keys "^3.3.0"
2724+
26912725
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
26922726
version "1.2.1"
26932727
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"

0 commit comments

Comments
 (0)