Skip to content

Commit 15fd80a

Browse files
chore(dev-deps): bump @typescript-eslint/parser from 5.38.1 to 5.41.0 (#755)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.41.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.41.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3534461 commit 15fd80a

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/shelljs": "^0.8.11",
5252
"@types/unzipper": "^0.10.5",
5353
"@typescript-eslint/eslint-plugin": "^5.41.0",
54-
"@typescript-eslint/parser": "^5.33.0",
54+
"@typescript-eslint/parser": "^5.41.0",
5555
"chai": "^4.3.6",
5656
"commitizen": "^3.1.2",
5757
"deep-equal-in-any-order": "^1.1.19",

yarn.lock

Lines changed: 8 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,23 +1053,15 @@
10531053
semver "^7.3.7"
10541054
tsutils "^3.21.0"
10551055

1056-
"@typescript-eslint/parser@^5.33.0":
1057-
version "5.38.1"
1058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
1059-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
1060-
dependencies:
1061-
"@typescript-eslint/scope-manager" "5.38.1"
1062-
"@typescript-eslint/types" "5.38.1"
1063-
"@typescript-eslint/typescript-estree" "5.38.1"
1064-
debug "^4.3.4"
1065-
1066-
"@typescript-eslint/[email protected]":
1067-
version "5.38.1"
1068-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
1069-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
1056+
"@typescript-eslint/parser@^5.41.0":
1057+
version "5.41.0"
1058+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.41.0.tgz#0414a6405007e463dc527b459af1f19430382d67"
1059+
integrity sha512-HQVfix4+RL5YRWZboMD1pUfFN8MpRH4laziWkkAzyO1fvNOY/uinZcvo3QiFJVS/siNHupV8E5+xSwQZrl6PZA==
10701060
dependencies:
1071-
"@typescript-eslint/types" "5.38.1"
1072-
"@typescript-eslint/visitor-keys" "5.38.1"
1061+
"@typescript-eslint/scope-manager" "5.41.0"
1062+
"@typescript-eslint/types" "5.41.0"
1063+
"@typescript-eslint/typescript-estree" "5.41.0"
1064+
debug "^4.3.4"
10731065

10741066
"@typescript-eslint/[email protected]":
10751067
version "5.41.0"
@@ -1089,29 +1081,11 @@
10891081
debug "^4.3.4"
10901082
tsutils "^3.21.0"
10911083

1092-
"@typescript-eslint/[email protected]":
1093-
version "5.38.1"
1094-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
1095-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
1096-
10971084
"@typescript-eslint/[email protected]":
10981085
version "5.41.0"
10991086
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.41.0.tgz#6800abebc4e6abaf24cdf220fb4ce28f4ab09a85"
11001087
integrity sha512-5BejraMXMC+2UjefDvrH0Fo/eLwZRV6859SXRg+FgbhA0R0l6lDqDGAQYhKbXhPN2ofk2kY5sgGyLNL907UXpA==
11011088

1102-
"@typescript-eslint/[email protected]":
1103-
version "5.38.1"
1104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
1105-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
1106-
dependencies:
1107-
"@typescript-eslint/types" "5.38.1"
1108-
"@typescript-eslint/visitor-keys" "5.38.1"
1109-
debug "^4.3.4"
1110-
globby "^11.1.0"
1111-
is-glob "^4.0.3"
1112-
semver "^7.3.7"
1113-
tsutils "^3.21.0"
1114-
11151089
"@typescript-eslint/[email protected]":
11161090
version "5.41.0"
11171091
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.41.0.tgz#bf5c6b3138adbdc73ba4871d060ae12c59366c61"
@@ -1139,14 +1113,6 @@
11391113
eslint-utils "^3.0.0"
11401114
semver "^7.3.7"
11411115

1142-
"@typescript-eslint/[email protected]":
1143-
version "5.38.1"
1144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
1145-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
1146-
dependencies:
1147-
"@typescript-eslint/types" "5.38.1"
1148-
eslint-visitor-keys "^3.3.0"
1149-
11501116
"@typescript-eslint/[email protected]":
11511117
version "5.41.0"
11521118
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.41.0.tgz#d3510712bc07d5540160ed3c0f8f213b73e3bcd9"

0 commit comments

Comments
 (0)