Skip to content

Commit 137e4d8

Browse files
committed
chore(deps): update typescript-eslint monorepo to ^5.39.0
1 parent ad63b9b commit 137e4d8

File tree

2 files changed

+74
-18
lines changed

2 files changed

+74
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@semantic-release/changelog": "^6.0.1",
3939
"@semantic-release/git": "^10.0.1",
4040
"@types/react": "^18.0.21",
41-
"@typescript-eslint/eslint-plugin": "^5.38.1",
42-
"@typescript-eslint/parser": "^5.38.1",
41+
"@typescript-eslint/eslint-plugin": "^5.39.0",
42+
"@typescript-eslint/parser": "^5.39.0",
4343
"commitizen": "^4.2.5",
4444
"eslint": "^8.24.0",
4545
"eslint-formatter-pretty": "^4.1.0",

yarn.lock

Lines changed: 72 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,21 +1447,21 @@
14471447
dependencies:
14481448
"@types/yargs-parser" "*"
14491449

1450-
"@typescript-eslint/eslint-plugin@^5.38.1":
1451-
version "5.38.1"
1452-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
1453-
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
1454-
dependencies:
1455-
"@typescript-eslint/scope-manager" "5.38.1"
1456-
"@typescript-eslint/type-utils" "5.38.1"
1457-
"@typescript-eslint/utils" "5.38.1"
1450+
"@typescript-eslint/eslint-plugin@^5.39.0":
1451+
version "5.39.0"
1452+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.39.0.tgz#778b2d9e7f293502c7feeea6c74dca8eb3e67511"
1453+
integrity sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==
1454+
dependencies:
1455+
"@typescript-eslint/scope-manager" "5.39.0"
1456+
"@typescript-eslint/type-utils" "5.39.0"
1457+
"@typescript-eslint/utils" "5.39.0"
14581458
debug "^4.3.4"
14591459
ignore "^5.2.0"
14601460
regexpp "^3.2.0"
14611461
semver "^7.3.7"
14621462
tsutils "^3.21.0"
14631463

1464-
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.38.1":
1464+
"@typescript-eslint/parser@^5.0.0":
14651465
version "5.38.1"
14661466
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
14671467
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
@@ -1471,6 +1471,16 @@
14711471
"@typescript-eslint/typescript-estree" "5.38.1"
14721472
debug "^4.3.4"
14731473

1474+
"@typescript-eslint/parser@^5.39.0":
1475+
version "5.39.0"
1476+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.39.0.tgz#93fa0bc980a3a501e081824f6097f7ca30aaa22b"
1477+
integrity sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==
1478+
dependencies:
1479+
"@typescript-eslint/scope-manager" "5.39.0"
1480+
"@typescript-eslint/types" "5.39.0"
1481+
"@typescript-eslint/typescript-estree" "5.39.0"
1482+
debug "^4.3.4"
1483+
14741484
"@typescript-eslint/scope-manager@5.38.1":
14751485
version "5.38.1"
14761486
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
@@ -1479,13 +1489,21 @@
14791489
"@typescript-eslint/types" "5.38.1"
14801490
"@typescript-eslint/visitor-keys" "5.38.1"
14811491

1482-
"@typescript-eslint/type-utils@5.38.1":
1483-
version "5.38.1"
1484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
1485-
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
1492+
"@typescript-eslint/scope-manager@5.39.0":
1493+
version "5.39.0"
1494+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.39.0.tgz#873e1465afa3d6c78d8ed2da68aed266a08008d0"
1495+
integrity sha512-/I13vAqmG3dyqMVSZPjsbuNQlYS082Y7OMkwhCfLXYsmlI0ca4nkL7wJ/4gjX70LD4P8Hnw1JywUVVAwepURBw==
14861496
dependencies:
1487-
"@typescript-eslint/typescript-estree" "5.38.1"
1488-
"@typescript-eslint/utils" "5.38.1"
1497+
"@typescript-eslint/types" "5.39.0"
1498+
"@typescript-eslint/visitor-keys" "5.39.0"
1499+
1500+
"@typescript-eslint/type-utils@5.39.0":
1501+
version "5.39.0"
1502+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.39.0.tgz#0a8c00f95dce4335832ad2dc6bc431c14e32a0a6"
1503+
integrity sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==
1504+
dependencies:
1505+
"@typescript-eslint/typescript-estree" "5.39.0"
1506+
"@typescript-eslint/utils" "5.39.0"
14891507
debug "^4.3.4"
14901508
tsutils "^3.21.0"
14911509

@@ -1494,6 +1512,11 @@
14941512
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
14951513
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
14961514

1515+
"@typescript-eslint/types@5.39.0":
1516+
version "5.39.0"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.39.0.tgz#f4e9f207ebb4579fd854b25c0bf64433bb5ed78d"
1518+
integrity sha512-gQMZrnfEBFXK38hYqt8Lkwt8f4U6yq+2H5VDSgP/qiTzC8Nw8JO3OuSUOQ2qW37S/dlwdkHDntkZM6SQhKyPhw==
1519+
14971520
"@typescript-eslint/typescript-estree@5.38.1":
14981521
version "5.38.1"
14991522
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
@@ -1507,7 +1530,32 @@
15071530
semver "^7.3.7"
15081531
tsutils "^3.21.0"
15091532

1510-
"@typescript-eslint/utils@5.38.1", "@typescript-eslint/utils@^5.10.0":
1533+
"@typescript-eslint/typescript-estree@5.39.0":
1534+
version "5.39.0"
1535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.39.0.tgz#c0316aa04a1a1f4f7f9498e3c13ef1d3dc4cf88b"
1536+
integrity sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==
1537+
dependencies:
1538+
"@typescript-eslint/types" "5.39.0"
1539+
"@typescript-eslint/visitor-keys" "5.39.0"
1540+
debug "^4.3.4"
1541+
globby "^11.1.0"
1542+
is-glob "^4.0.3"
1543+
semver "^7.3.7"
1544+
tsutils "^3.21.0"
1545+
1546+
"@typescript-eslint/utils@5.39.0":
1547+
version "5.39.0"
1548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.39.0.tgz#b7063cca1dcf08d1d21b0d91db491161ad0be110"
1549+
integrity sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==
1550+
dependencies:
1551+
"@types/json-schema" "^7.0.9"
1552+
"@typescript-eslint/scope-manager" "5.39.0"
1553+
"@typescript-eslint/types" "5.39.0"
1554+
"@typescript-eslint/typescript-estree" "5.39.0"
1555+
eslint-scope "^5.1.1"
1556+
eslint-utils "^3.0.0"
1557+
1558+
"@typescript-eslint/utils@^5.10.0":
15111559
version "5.38.1"
15121560
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
15131561
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
@@ -1527,6 +1575,14 @@
15271575
"@typescript-eslint/types" "5.38.1"
15281576
eslint-visitor-keys "^3.3.0"
15291577

1578+
"@typescript-eslint/visitor-keys@5.39.0":
1579+
version "5.39.0"
1580+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.39.0.tgz#8f41f7d241b47257b081ddba5d3ce80deaae61e2"
1581+
integrity sha512-yyE3RPwOG+XJBLrhvsxAidUgybJVQ/hG8BhiJo0k8JSAYfk/CshVcxf0HwP4Jt7WZZ6vLmxdo1p6EyN3tzFTkg==
1582+
dependencies:
1583+
"@typescript-eslint/types" "5.39.0"
1584+
eslint-visitor-keys "^3.3.0"
1585+
15301586
JSONStream@^1.0.4:
15311587
version "1.3.5"
15321588
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"

0 commit comments

Comments
 (0)