Skip to content

Commit d5b2589

Browse files
committed
fix(deps): update eslint txo packages to ^6.4.0
1 parent e035bf8 commit d5b2589

File tree

2 files changed

+52
-58
lines changed

2 files changed

+52
-58
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@semantic-release/changelog": "^6.0.3",
4040
"@semantic-release/git": "^10.0.1",
4141
"@types/react": "^18.2.20",
42-
"@typescript-eslint/eslint-plugin": "^6.3.0",
43-
"@typescript-eslint/parser": "^6.3.0",
42+
"@typescript-eslint/eslint-plugin": "^6.4.0",
43+
"@typescript-eslint/parser": "^6.4.0",
4444
"commitizen": "^4.3.0",
4545
"eslint": "^8.47.0",
4646
"eslint-formatter-pretty": "^5.0.0",

yarn.lock

Lines changed: 50 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,21 +1596,20 @@
15961596
dependencies:
15971597
"@types/yargs-parser" "*"
15981598

1599-
"@typescript-eslint/eslint-plugin@^6.3.0":
1600-
version "6.3.0"
1601-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4"
1602-
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A==
1599+
"@typescript-eslint/eslint-plugin@^6.4.0":
1600+
version "6.4.0"
1601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.4.0.tgz#53428b616f7d80fe879f45a08f11cc0f0b62cf13"
1602+
integrity sha512-62o2Hmc7Gs3p8SLfbXcipjWAa6qk2wZGChXG2JbBtYpwSRmti/9KHLqfbLs9uDigOexG+3PaQ9G2g3201FWLKg==
16031603
dependencies:
16041604
"@eslint-community/regexpp" "^4.5.1"
1605-
"@typescript-eslint/scope-manager" "6.3.0"
1606-
"@typescript-eslint/type-utils" "6.3.0"
1607-
"@typescript-eslint/utils" "6.3.0"
1608-
"@typescript-eslint/visitor-keys" "6.3.0"
1605+
"@typescript-eslint/scope-manager" "6.4.0"
1606+
"@typescript-eslint/type-utils" "6.4.0"
1607+
"@typescript-eslint/utils" "6.4.0"
1608+
"@typescript-eslint/visitor-keys" "6.4.0"
16091609
debug "^4.3.4"
16101610
graphemer "^1.4.0"
16111611
ignore "^5.2.4"
16121612
natural-compare "^1.4.0"
1613-
natural-compare-lite "^1.4.0"
16141613
semver "^7.5.4"
16151614
ts-api-utils "^1.0.1"
16161615

@@ -1625,15 +1624,15 @@
16251624
"@typescript-eslint/visitor-keys" "6.1.0"
16261625
debug "^4.3.4"
16271626

1628-
"@typescript-eslint/parser@^6.3.0":
1629-
version "6.3.0"
1630-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.3.0.tgz#359684c443f4f848db3c4f14674f544f169c8f46"
1631-
integrity sha512-ibP+y2Gr6p0qsUkhs7InMdXrwldjxZw66wpcQq9/PzAroM45wdwyu81T+7RibNCh8oc0AgrsyCwJByncY0Ongg==
1627+
"@typescript-eslint/parser@^6.4.0":
1628+
version "6.4.0"
1629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600"
1630+
integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==
16321631
dependencies:
1633-
"@typescript-eslint/scope-manager" "6.3.0"
1634-
"@typescript-eslint/types" "6.3.0"
1635-
"@typescript-eslint/typescript-estree" "6.3.0"
1636-
"@typescript-eslint/visitor-keys" "6.3.0"
1632+
"@typescript-eslint/scope-manager" "6.4.0"
1633+
"@typescript-eslint/types" "6.4.0"
1634+
"@typescript-eslint/typescript-estree" "6.4.0"
1635+
"@typescript-eslint/visitor-keys" "6.4.0"
16371636
debug "^4.3.4"
16381637

16391638
"@typescript-eslint/scope-manager@5.38.1":
@@ -1652,21 +1651,21 @@
16521651
"@typescript-eslint/types" "6.1.0"
16531652
"@typescript-eslint/visitor-keys" "6.1.0"
16541653

1655-
"@typescript-eslint/scope-manager@6.3.0":
1656-
version "6.3.0"
1657-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
1658-
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
1654+
"@typescript-eslint/scope-manager@6.4.0":
1655+
version "6.4.0"
1656+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae"
1657+
integrity sha512-TUS7vaKkPWDVvl7GDNHFQMsMruD+zhkd3SdVW0d7b+7Zo+bd/hXJQ8nsiUZMi1jloWo6c9qt3B7Sqo+flC1nig==
16591658
dependencies:
1660-
"@typescript-eslint/types" "6.3.0"
1661-
"@typescript-eslint/visitor-keys" "6.3.0"
1659+
"@typescript-eslint/types" "6.4.0"
1660+
"@typescript-eslint/visitor-keys" "6.4.0"
16621661

1663-
"@typescript-eslint/type-utils@6.3.0":
1664-
version "6.3.0"
1665-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
1666-
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ==
1662+
"@typescript-eslint/type-utils@6.4.0":
1663+
version "6.4.0"
1664+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.4.0.tgz#c8ac92716ed6a9d5443aa3e342910355b0796ba0"
1665+
integrity sha512-TvqrUFFyGY0cX3WgDHcdl2/mMCWCDv/0thTtx/ODMY1QhEiyFtv/OlLaNIiYLwRpAxAtOLOY9SUf1H3Q3dlwAg==
16671666
dependencies:
1668-
"@typescript-eslint/typescript-estree" "6.3.0"
1669-
"@typescript-eslint/utils" "6.3.0"
1667+
"@typescript-eslint/typescript-estree" "6.4.0"
1668+
"@typescript-eslint/utils" "6.4.0"
16701669
debug "^4.3.4"
16711670
ts-api-utils "^1.0.1"
16721671

@@ -1680,10 +1679,10 @@
16801679
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.1.0.tgz#2d607c62827bb416ada5c96ebfa2ef84e45a8dfa"
16811680
integrity sha512-+Gfd5NHCpDoHDOaU/yIF3WWRI2PcBRKKpP91ZcVbL0t5tQpqYWBs3z/GGhvU+EV1D0262g9XCnyqQh19prU0JQ==
16821681

1683-
"@typescript-eslint/types@6.3.0":
1684-
version "6.3.0"
1685-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
1686-
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
1682+
"@typescript-eslint/types@6.4.0":
1683+
version "6.4.0"
1684+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
1685+
integrity sha512-+FV9kVFrS7w78YtzkIsNSoYsnOtrYVnKWSTVXoL1761CsCRv5wpDOINgsXpxD67YCLZtVQekDDyaxfjVWUJmmg==
16871686

16881687
"@typescript-eslint/typescript-estree@5.38.1":
16891688
version "5.38.1"
@@ -1711,30 +1710,30 @@
17111710
semver "^7.5.4"
17121711
ts-api-utils "^1.0.1"
17131712

1714-
"@typescript-eslint/typescript-estree@6.3.0":
1715-
version "6.3.0"
1716-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
1717-
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
1713+
"@typescript-eslint/typescript-estree@6.4.0":
1714+
version "6.4.0"
1715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276"
1716+
integrity sha512-iDPJArf/K2sxvjOR6skeUCNgHR/tCQXBsa+ee1/clRKr3olZjZ/dSkXPZjG6YkPtnW6p5D1egeEPMCW6Gn4yLA==
17181717
dependencies:
1719-
"@typescript-eslint/types" "6.3.0"
1720-
"@typescript-eslint/visitor-keys" "6.3.0"
1718+
"@typescript-eslint/types" "6.4.0"
1719+
"@typescript-eslint/visitor-keys" "6.4.0"
17211720
debug "^4.3.4"
17221721
globby "^11.1.0"
17231722
is-glob "^4.0.3"
17241723
semver "^7.5.4"
17251724
ts-api-utils "^1.0.1"
17261725

1727-
"@typescript-eslint/utils@6.3.0":
1728-
version "6.3.0"
1729-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
1730-
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==
1726+
"@typescript-eslint/utils@6.4.0":
1727+
version "6.4.0"
1728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.4.0.tgz#23e996b693603c5924b1fbb733cc73196256baa5"
1729+
integrity sha512-BvvwryBQpECPGo8PwF/y/q+yacg8Hn/2XS+DqL/oRsOPK+RPt29h5Ui5dqOKHDlbXrAeHUTnyG3wZA0KTDxRZw==
17311730
dependencies:
17321731
"@eslint-community/eslint-utils" "^4.4.0"
17331732
"@types/json-schema" "^7.0.12"
17341733
"@types/semver" "^7.5.0"
1735-
"@typescript-eslint/scope-manager" "6.3.0"
1736-
"@typescript-eslint/types" "6.3.0"
1737-
"@typescript-eslint/typescript-estree" "6.3.0"
1734+
"@typescript-eslint/scope-manager" "6.4.0"
1735+
"@typescript-eslint/types" "6.4.0"
1736+
"@typescript-eslint/typescript-estree" "6.4.0"
17381737
semver "^7.5.4"
17391738

17401739
"@typescript-eslint/utils@^5.10.0":
@@ -1765,12 +1764,12 @@
17651764
"@typescript-eslint/types" "6.1.0"
17661765
eslint-visitor-keys "^3.4.1"
17671766

1768-
"@typescript-eslint/visitor-keys@6.3.0":
1769-
version "6.3.0"
1770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
1771-
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
1767+
"@typescript-eslint/visitor-keys@6.4.0":
1768+
version "6.4.0"
1769+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef"
1770+
integrity sha512-yJSfyT+uJm+JRDWYRYdCm2i+pmvXJSMtPR9Cq5/XQs4QIgNoLcoRtDdzsLbLsFM/c6um6ohQkg/MLxWvoIndJA==
17721771
dependencies:
1773-
"@typescript-eslint/types" "6.3.0"
1772+
"@typescript-eslint/types" "6.4.0"
17741773
eslint-visitor-keys "^3.4.1"
17751774

17761775
JSONStream@^1.0.4, JSONStream@^1.3.5:
@@ -6240,11 +6239,6 @@ mute-stream@~1.0.0:
62406239
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
62416240
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
62426241

6243-
natural-compare-lite@^1.4.0:
6244-
version "1.4.0"
6245-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6246-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6247-
62486242
natural-compare@^1.4.0:
62496243
version "1.4.0"
62506244
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)