Skip to content

Commit c8aebf6

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.22.0 to 5.23.0 (#8564)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.22.0 to 5.23.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.23.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34bc191 commit c8aebf6

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/rsvp": "^4.0.4",
5252
"@types/url-parse": "^1.4.8",
5353
"@typescript-eslint/eslint-plugin": "^5.22.0",
54-
"@typescript-eslint/parser": "^5.22.0",
54+
"@typescript-eslint/parser": "^5.23.0",
5555
"async": "^3.2.3",
5656
"babel-eslint": "^10.1.0",
5757
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,14 +2801,14 @@
28012801
semver "^7.3.5"
28022802
tsutils "^3.21.0"
28032803

2804-
"@typescript-eslint/parser@^5.22.0":
2805-
version "5.22.0"
2806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.22.0.tgz#7bedf8784ef0d5d60567c5ba4ce162460e70c178"
2807-
integrity sha512-piwC4krUpRDqPaPbFaycN70KCP87+PC5WZmrWs+DlVOxxmF+zI6b6hETv7Quy4s9wbkV16ikMeZgXsvzwI3icQ==
2808-
dependencies:
2809-
"@typescript-eslint/scope-manager" "5.22.0"
2810-
"@typescript-eslint/types" "5.22.0"
2811-
"@typescript-eslint/typescript-estree" "5.22.0"
2804+
"@typescript-eslint/parser@^5.23.0":
2805+
version "5.23.0"
2806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
2807+
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
2808+
dependencies:
2809+
"@typescript-eslint/scope-manager" "5.23.0"
2810+
"@typescript-eslint/types" "5.23.0"
2811+
"@typescript-eslint/typescript-estree" "5.23.0"
28122812
debug "^4.3.2"
28132813

28142814
"@typescript-eslint/[email protected]":
@@ -2819,6 +2819,14 @@
28192819
"@typescript-eslint/types" "5.22.0"
28202820
"@typescript-eslint/visitor-keys" "5.22.0"
28212821

2822+
"@typescript-eslint/[email protected]":
2823+
version "5.23.0"
2824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
2825+
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
2826+
dependencies:
2827+
"@typescript-eslint/types" "5.23.0"
2828+
"@typescript-eslint/visitor-keys" "5.23.0"
2829+
28222830
"@typescript-eslint/[email protected]":
28232831
version "5.22.0"
28242832
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
@@ -2833,6 +2841,11 @@
28332841
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
28342842
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
28352843

2844+
"@typescript-eslint/[email protected]":
2845+
version "5.23.0"
2846+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
2847+
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
2848+
28362849
"@typescript-eslint/[email protected]":
28372850
version "5.22.0"
28382851
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.22.0.tgz#e2116fd644c3e2fda7f4395158cddd38c0c6df97"
@@ -2846,6 +2859,19 @@
28462859
semver "^7.3.5"
28472860
tsutils "^3.21.0"
28482861

2862+
"@typescript-eslint/[email protected]":
2863+
version "5.23.0"
2864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
2865+
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
2866+
dependencies:
2867+
"@typescript-eslint/types" "5.23.0"
2868+
"@typescript-eslint/visitor-keys" "5.23.0"
2869+
debug "^4.3.2"
2870+
globby "^11.0.4"
2871+
is-glob "^4.0.3"
2872+
semver "^7.3.5"
2873+
tsutils "^3.21.0"
2874+
28492875
"@typescript-eslint/[email protected]":
28502876
version "5.22.0"
28512877
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
@@ -2866,6 +2892,14 @@
28662892
"@typescript-eslint/types" "5.22.0"
28672893
eslint-visitor-keys "^3.0.0"
28682894

2895+
"@typescript-eslint/[email protected]":
2896+
version "5.23.0"
2897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
2898+
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
2899+
dependencies:
2900+
"@typescript-eslint/types" "5.23.0"
2901+
eslint-visitor-keys "^3.0.0"
2902+
28692903
"@webassemblyjs/[email protected]":
28702904
version "1.9.0"
28712905
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"

0 commit comments

Comments
 (0)