Skip to content

Commit f2d5974

Browse files
chore(deps): bump typescript-eslint to ^6.0.0
1 parent 0f33d2d commit f2d5974

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,9 +1274,9 @@
12741274
eslint-visitor-keys "^3.3.0"
12751275

12761276
"@eslint-community/regexpp@^4.5.1":
1277-
version "4.8.1"
1278-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
1279-
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
1277+
version "4.10.0"
1278+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
1279+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
12801280

12811281
"@eslint/eslintrc@^0.4.3":
12821282
version "0.4.3"
@@ -1739,9 +1739,9 @@
17391739
parse5 "^7.0.0"
17401740

17411741
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
1742-
version "7.0.13"
1743-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
1744-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
1742+
version "7.0.14"
1743+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
1744+
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
17451745

17461746
"@types/minimist@^1.2.0":
17471747
version "1.2.2"
@@ -1759,9 +1759,9 @@
17591759
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
17601760

17611761
"@types/semver@^7.3.12", "@types/semver@^7.5.0":
1762-
version "7.5.3"
1763-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
1764-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
1762+
version "7.5.4"
1763+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
1764+
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
17651765

17661766
"@types/sinonjs__fake-timers@8.1.1":
17671767
version "8.1.1"
@@ -1803,15 +1803,15 @@
18031803
"@types/node" "*"
18041804

18051805
"@typescript-eslint/eslint-plugin@^6.0.0":
1806-
version "6.7.3"
1807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
1808-
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
1806+
version "6.9.1"
1807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.1.tgz#d8ce497dc0ed42066e195c8ecc40d45c7b1254f4"
1808+
integrity sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
18091809
dependencies:
18101810
"@eslint-community/regexpp" "^4.5.1"
1811-
"@typescript-eslint/scope-manager" "6.7.3"
1812-
"@typescript-eslint/type-utils" "6.7.3"
1813-
"@typescript-eslint/utils" "6.7.3"
1814-
"@typescript-eslint/visitor-keys" "6.7.3"
1811+
"@typescript-eslint/scope-manager" "6.9.1"
1812+
"@typescript-eslint/type-utils" "6.9.1"
1813+
"@typescript-eslint/utils" "6.9.1"
1814+
"@typescript-eslint/visitor-keys" "6.9.1"
18151815
debug "^4.3.4"
18161816
graphemer "^1.4.0"
18171817
ignore "^5.2.4"
@@ -1820,14 +1820,14 @@
18201820
ts-api-utils "^1.0.1"
18211821

18221822
"@typescript-eslint/parser@^6.0.0":
1823-
version "6.7.3"
1824-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
1825-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
1826-
dependencies:
1827-
"@typescript-eslint/scope-manager" "6.7.3"
1828-
"@typescript-eslint/types" "6.7.3"
1829-
"@typescript-eslint/typescript-estree" "6.7.3"
1830-
"@typescript-eslint/visitor-keys" "6.7.3"
1823+
version "6.9.1"
1824+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.1.tgz#4f685f672f8b9580beb38d5fb99d52fc3e34f7a3"
1825+
integrity sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
1826+
dependencies:
1827+
"@typescript-eslint/scope-manager" "6.9.1"
1828+
"@typescript-eslint/types" "6.9.1"
1829+
"@typescript-eslint/typescript-estree" "6.9.1"
1830+
"@typescript-eslint/visitor-keys" "6.9.1"
18311831
debug "^4.3.4"
18321832

18331833
"@typescript-eslint/scope-manager@5.62.0":
@@ -1838,21 +1838,21 @@
18381838
"@typescript-eslint/types" "5.62.0"
18391839
"@typescript-eslint/visitor-keys" "5.62.0"
18401840

1841-
"@typescript-eslint/scope-manager@6.7.3":
1842-
version "6.7.3"
1843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
1844-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
1841+
"@typescript-eslint/scope-manager@6.9.1":
1842+
version "6.9.1"
1843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
1844+
integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
18451845
dependencies:
1846-
"@typescript-eslint/types" "6.7.3"
1847-
"@typescript-eslint/visitor-keys" "6.7.3"
1846+
"@typescript-eslint/types" "6.9.1"
1847+
"@typescript-eslint/visitor-keys" "6.9.1"
18481848

1849-
"@typescript-eslint/type-utils@6.7.3":
1850-
version "6.7.3"
1851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
1852-
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
1849+
"@typescript-eslint/type-utils@6.9.1":
1850+
version "6.9.1"
1851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.1.tgz#efd5db20ed35a74d3c7d8fba51b830ecba09ce32"
1852+
integrity sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
18531853
dependencies:
1854-
"@typescript-eslint/typescript-estree" "6.7.3"
1855-
"@typescript-eslint/utils" "6.7.3"
1854+
"@typescript-eslint/typescript-estree" "6.9.1"
1855+
"@typescript-eslint/utils" "6.9.1"
18561856
debug "^4.3.4"
18571857
ts-api-utils "^1.0.1"
18581858

@@ -1861,10 +1861,10 @@
18611861
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
18621862
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
18631863

1864-
"@typescript-eslint/types@6.7.3":
1865-
version "6.7.3"
1866-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
1867-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
1864+
"@typescript-eslint/types@6.9.1":
1865+
version "6.9.1"
1866+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
1867+
integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
18681868

18691869
"@typescript-eslint/typescript-estree@5.62.0":
18701870
version "5.62.0"
@@ -1879,30 +1879,30 @@
18791879
semver "^7.3.7"
18801880
tsutils "^3.21.0"
18811881

1882-
"@typescript-eslint/typescript-estree@6.7.3":
1883-
version "6.7.3"
1884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
1885-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
1882+
"@typescript-eslint/typescript-estree@6.9.1":
1883+
version "6.9.1"
1884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
1885+
integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
18861886
dependencies:
1887-
"@typescript-eslint/types" "6.7.3"
1888-
"@typescript-eslint/visitor-keys" "6.7.3"
1887+
"@typescript-eslint/types" "6.9.1"
1888+
"@typescript-eslint/visitor-keys" "6.9.1"
18891889
debug "^4.3.4"
18901890
globby "^11.1.0"
18911891
is-glob "^4.0.3"
18921892
semver "^7.5.4"
18931893
ts-api-utils "^1.0.1"
18941894

1895-
"@typescript-eslint/utils@6.7.3":
1896-
version "6.7.3"
1897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
1898-
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
1895+
"@typescript-eslint/utils@6.9.1":
1896+
version "6.9.1"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
1898+
integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
18991899
dependencies:
19001900
"@eslint-community/eslint-utils" "^4.4.0"
19011901
"@types/json-schema" "^7.0.12"
19021902
"@types/semver" "^7.5.0"
1903-
"@typescript-eslint/scope-manager" "6.7.3"
1904-
"@typescript-eslint/types" "6.7.3"
1905-
"@typescript-eslint/typescript-estree" "6.7.3"
1903+
"@typescript-eslint/scope-manager" "6.9.1"
1904+
"@typescript-eslint/types" "6.9.1"
1905+
"@typescript-eslint/typescript-estree" "6.9.1"
19061906
semver "^7.5.4"
19071907

19081908
"@typescript-eslint/utils@^5.10.0":
@@ -1927,12 +1927,12 @@
19271927
"@typescript-eslint/types" "5.62.0"
19281928
eslint-visitor-keys "^3.3.0"
19291929

1930-
"@typescript-eslint/visitor-keys@6.7.3":
1931-
version "6.7.3"
1932-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
1933-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
1930+
"@typescript-eslint/visitor-keys@6.9.1":
1931+
version "6.9.1"
1932+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
1933+
integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
19341934
dependencies:
1935-
"@typescript-eslint/types" "6.7.3"
1935+
"@typescript-eslint/types" "6.9.1"
19361936
eslint-visitor-keys "^3.4.1"
19371937

19381938
"@zeit/schemas@2.29.0":

0 commit comments

Comments
 (0)