Skip to content

Commit 7b55518

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.39.0 (#432)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.38.1 to 5.39.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.39.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27b2f90 commit 7b55518

File tree

2 files changed

+31
-48
lines changed

2 files changed

+31
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/react-native": "0.70.4",
4141
"@types/react-test-renderer": "18.0.0",
4242
"@types/use-global-hook": "0.1.5",
43-
"@typescript-eslint/parser": "5.38.1",
43+
"@typescript-eslint/parser": "5.39.0",
4444
"babel-jest": "29.1.2",
4545
"codecov": "3.8.3",
4646
"eslint": "7.32.0",

yarn.lock

Lines changed: 30 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,24 +2167,14 @@
21672167
semver "^7.3.7"
21682168
tsutils "^3.21.0"
21692169

2170-
"@typescript-eslint/parser@5.38.1":
2171-
version "5.38.1"
2172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
2173-
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
2174-
dependencies:
2175-
"@typescript-eslint/scope-manager" "5.38.1"
2176-
"@typescript-eslint/types" "5.38.1"
2177-
"@typescript-eslint/typescript-estree" "5.38.1"
2178-
debug "^4.3.4"
2179-
2180-
"@typescript-eslint/parser@^5.10.0", "@typescript-eslint/parser@^5.30.5":
2181-
version "5.38.0"
2182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
2183-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
2184-
dependencies:
2185-
"@typescript-eslint/scope-manager" "5.38.0"
2186-
"@typescript-eslint/types" "5.38.0"
2187-
"@typescript-eslint/typescript-estree" "5.38.0"
2170+
"@typescript-eslint/parser@5.39.0", "@typescript-eslint/parser@^5.10.0", "@typescript-eslint/parser@^5.30.5":
2171+
version "5.39.0"
2172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
2173+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
2174+
dependencies:
2175+
"@typescript-eslint/scope-manager" "5.39.0"
2176+
"@typescript-eslint/types" "5.39.0"
2177+
"@typescript-eslint/typescript-estree" "5.39.0"
21882178
debug "^4.3.4"
21892179

21902180
"@typescript-eslint/scope-manager@5.38.0":
@@ -2195,13 +2185,13 @@
21952185
"@typescript-eslint/types" "5.38.0"
21962186
"@typescript-eslint/visitor-keys" "5.38.0"
21972187

2198-
"@typescript-eslint/scope-manager@5.38.1":
2199-
version "5.38.1"
2200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
2201-
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
2188+
"@typescript-eslint/scope-manager@5.39.0":
2189+
version "5.39.0"
2190+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
2191+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
22022192
dependencies:
2203-
"@typescript-eslint/types" "5.38.1"
2204-
"@typescript-eslint/visitor-keys" "5.38.1"
2193+
"@typescript-eslint/types" "5.39.0"
2194+
"@typescript-eslint/visitor-keys" "5.39.0"
22052195

22062196
"@typescript-eslint/type-utils@5.38.0":
22072197
version "5.38.0"
@@ -2218,10 +2208,10 @@
22182208
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
22192209
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
22202210

2221-
"@typescript-eslint/types@5.38.1":
2222-
version "5.38.1"
2223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
2224-
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
2211+
"@typescript-eslint/types@5.39.0":
2212+
version "5.39.0"
2213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
2214+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
22252215

22262216
"@typescript-eslint/typescript-estree@5.38.0":
22272217
version "5.38.0"
@@ -2236,13 +2226,13 @@
22362226
semver "^7.3.7"
22372227
tsutils "^3.21.0"
22382228

2239-
"@typescript-eslint/typescript-estree@5.38.1":
2240-
version "5.38.1"
2241-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
2242-
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
2229+
"@typescript-eslint/typescript-estree@5.39.0":
2230+
version "5.39.0"
2231+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
2232+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
22432233
dependencies:
2244-
"@typescript-eslint/types" "5.38.1"
2245-
"@typescript-eslint/visitor-keys" "5.38.1"
2234+
"@typescript-eslint/types" "5.39.0"
2235+
"@typescript-eslint/visitor-keys" "5.39.0"
22462236
debug "^4.3.4"
22472237
globby "^11.1.0"
22482238
is-glob "^4.0.3"
@@ -2269,12 +2259,12 @@
22692259
"@typescript-eslint/types" "5.38.0"
22702260
eslint-visitor-keys "^3.3.0"
22712261

2272-
"@typescript-eslint/visitor-keys@5.38.1":
2273-
version "5.38.1"
2274-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
2275-
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
2262+
"@typescript-eslint/visitor-keys@5.39.0":
2263+
version "5.39.0"
2264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
2265+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
22762266
dependencies:
2277-
"@typescript-eslint/types" "5.38.1"
2267+
"@typescript-eslint/types" "5.39.0"
22782268
eslint-visitor-keys "^3.3.0"
22792269

22802270
JSONStream@^1.0.4:
@@ -3291,14 +3281,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3:
32913281
dependencies:
32923282
ms "2.0.0"
32933283

3294-
debug@4, debug@^4.0.1, debug@^4.3.2:
3295-
version "4.3.3"
3296-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
3297-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
3298-
dependencies:
3299-
ms "2.1.2"
3300-
3301-
debug@^4.1.0, debug@^4.1.1, debug@^4.3.4:
3284+
debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4:
33023285
version "4.3.4"
33033286
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
33043287
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==

0 commit comments

Comments
 (0)