Skip to content

Commit 215be4c

Browse files
committed
Merge branch 'main' of github.com:dev-protocol/dev-kit-js into ethers-v6
2 parents ade84d7 + 858ec84 commit 215be4c

File tree

2 files changed

+147
-60
lines changed

2 files changed

+147
-60
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@rollup/plugin-node-resolve": "15.0.1",
5050
"@types/jest": "29.4.1",
5151
"@types/ramda": "0.28.23",
52-
"@typescript-eslint/eslint-plugin": "5.54.1",
53-
"@typescript-eslint/parser": "5.54.1",
52+
"@typescript-eslint/eslint-plugin": "5.55.0",
53+
"@typescript-eslint/parser": "5.55.0",
5454
"eslint": "8.36.0",
5555
"eslint-config-prettier": "8.7.0",
5656
"eslint-plugin-functional": "4.4.1",

yarn.lock

Lines changed: 145 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,88 +1810,180 @@
18101810
dependencies:
18111811
"@types/yargs-parser" "*"
18121812

1813-
"@typescript-eslint/[email protected]":
1814-
version "5.54.1"
1815-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
1816-
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
1817-
dependencies:
1818-
"@typescript-eslint/scope-manager" "5.54.1"
1819-
"@typescript-eslint/type-utils" "5.54.1"
1820-
"@typescript-eslint/utils" "5.54.1"
1813+
"@typescript-eslint/[email protected]":
1814+
version "5.55.0"
1815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.55.0.tgz#bc2400c3a23305e8c9a9c04aa40933868aaaeb47"
1816+
integrity sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==
1817+
dependencies:
1818+
"@eslint-community/regexpp" "^4.4.0"
1819+
"@typescript-eslint/scope-manager" "5.55.0"
1820+
"@typescript-eslint/type-utils" "5.55.0"
1821+
"@typescript-eslint/utils" "5.55.0"
18211822
debug "^4.3.4"
18221823
grapheme-splitter "^1.0.4"
18231824
ignore "^5.2.0"
18241825
natural-compare-lite "^1.4.0"
1825-
regexpp "^3.2.0"
18261826
semver "^7.3.7"
18271827
tsutils "^3.21.0"
18281828

1829-
"@typescript-eslint/parser@5.54.1":
1830-
version "5.54.1"
1831-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
1832-
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
1829+
"@typescript-eslint/parser@5.55.0":
1830+
version "5.55.0"
1831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.55.0.tgz#8c96a0b6529708ace1dcfa60f5e6aec0f5ed2262"
1832+
integrity sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==
18331833
dependencies:
1834-
"@typescript-eslint/scope-manager" "5.54.1"
1835-
"@typescript-eslint/types" "5.54.1"
1836-
"@typescript-eslint/typescript-estree" "5.54.1"
1834+
"@typescript-eslint/scope-manager" "5.55.0"
1835+
"@typescript-eslint/types" "5.55.0"
1836+
"@typescript-eslint/typescript-estree" "5.55.0"
18371837
debug "^4.3.4"
18381838

1839-
"@typescript-eslint/[email protected]":
1840-
version "5.54.1"
1841-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
1842-
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
1839+
"@typescript-eslint/[email protected]":
1840+
version "5.10.0"
1841+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz#bb5d872e8b9e36203908595507fbc4d3105329cb"
1842+
integrity sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==
1843+
dependencies:
1844+
"@typescript-eslint/types" "5.10.0"
1845+
"@typescript-eslint/visitor-keys" "5.10.0"
1846+
1847+
"@typescript-eslint/[email protected]":
1848+
version "5.18.0"
1849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.18.0.tgz#a7d7b49b973ba8cebf2a3710eefd457ef2fb5505"
1850+
integrity sha512-C0CZML6NyRDj+ZbMqh9FnPscg2PrzSaVQg3IpTmpe0NURMVBXlghGZgMYqBw07YW73i0MCqSDqv2SbywnCS8jQ==
1851+
dependencies:
1852+
"@typescript-eslint/types" "5.18.0"
1853+
"@typescript-eslint/visitor-keys" "5.18.0"
1854+
1855+
"@typescript-eslint/[email protected]":
1856+
version "5.55.0"
1857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.55.0.tgz#e863bab4d4183ddce79967fe10ceb6c829791210"
1858+
integrity sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==
18431859
dependencies:
1844-
"@typescript-eslint/types" "5.54.1"
1845-
"@typescript-eslint/visitor-keys" "5.54.1"
1860+
"@typescript-eslint/types" "5.55.0"
1861+
"@typescript-eslint/visitor-keys" "5.55.0"
18461862

1847-
"@typescript-eslint/type-utils@5.54.1":
1848-
version "5.54.1"
1849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
1850-
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
1863+
"@typescript-eslint/type-utils@5.55.0":
1864+
version "5.55.0"
1865+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.55.0.tgz#74bf0233523f874738677bb73cb58094210e01e9"
1866+
integrity sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==
18511867
dependencies:
1852-
"@typescript-eslint/typescript-estree" "5.54.1"
1853-
"@typescript-eslint/utils" "5.54.1"
1868+
"@typescript-eslint/typescript-estree" "5.55.0"
1869+
"@typescript-eslint/utils" "5.55.0"
18541870
debug "^4.3.4"
18551871
tsutils "^3.21.0"
18561872

1857-
"@typescript-eslint/[email protected]":
1858-
version "5.54.1"
1859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
1860-
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
1873+
"@typescript-eslint/[email protected]":
1874+
version "5.10.0"
1875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.0.tgz#beb3cb345076f5b088afe996d57bcd1dfddaa75c"
1876+
integrity sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==
1877+
1878+
"@typescript-eslint/[email protected]":
1879+
version "5.18.0"
1880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
1881+
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
1882+
1883+
"@typescript-eslint/[email protected]":
1884+
version "5.55.0"
1885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.55.0.tgz#9830f8d3bcbecf59d12f821e5bc6960baaed41fd"
1886+
integrity sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==
1887+
1888+
"@typescript-eslint/[email protected]":
1889+
version "5.10.0"
1890+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
1891+
integrity sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==
1892+
dependencies:
1893+
"@typescript-eslint/types" "5.10.0"
1894+
"@typescript-eslint/visitor-keys" "5.10.0"
1895+
debug "^4.3.2"
1896+
globby "^11.0.4"
1897+
is-glob "^4.0.3"
1898+
semver "^7.3.5"
1899+
tsutils "^3.21.0"
1900+
1901+
"@typescript-eslint/[email protected]":
1902+
version "5.18.0"
1903+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.18.0.tgz#6498e5ee69a32e82b6e18689e2f72e4060986474"
1904+
integrity sha512-wa+2VAhOPpZs1bVij9e5gyVu60ReMi/KuOx4LKjGx2Y3XTNUDJgQ+5f77D49pHtqef/klglf+mibuHs9TrPxdQ==
1905+
dependencies:
1906+
"@typescript-eslint/types" "5.18.0"
1907+
"@typescript-eslint/visitor-keys" "5.18.0"
1908+
debug "^4.3.2"
1909+
globby "^11.0.4"
1910+
is-glob "^4.0.3"
1911+
semver "^7.3.5"
1912+
tsutils "^3.21.0"
18611913

1862-
"@typescript-eslint/typescript-estree@5.54.1":
1863-
version "5.54.1"
1864-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
1865-
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
1914+
"@typescript-eslint/typescript-estree@5.55.0":
1915+
version "5.55.0"
1916+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.55.0.tgz#8db7c8e47ecc03d49b05362b8db6f1345ee7b575"
1917+
integrity sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==
18661918
dependencies:
1867-
"@typescript-eslint/types" "5.54.1"
1868-
"@typescript-eslint/visitor-keys" "5.54.1"
1919+
"@typescript-eslint/types" "5.55.0"
1920+
"@typescript-eslint/visitor-keys" "5.55.0"
18691921
debug "^4.3.4"
18701922
globby "^11.1.0"
18711923
is-glob "^4.0.3"
18721924
semver "^7.3.7"
18731925
tsutils "^3.21.0"
18741926

1875-
"@typescript-eslint/utils@5.54.1", "@typescript-eslint/utils@^5.10.0", "@typescript-eslint/utils@^5.10.2":
1876-
version "5.54.1"
1877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
1878-
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
1927+
"@typescript-eslint/utils@5.55.0":
1928+
version "5.55.0"
1929+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.55.0.tgz#34e97322e7ae5b901e7a870aabb01dad90023341"
1930+
integrity sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==
18791931
dependencies:
1932+
"@eslint-community/eslint-utils" "^4.2.0"
18801933
"@types/json-schema" "^7.0.9"
18811934
"@types/semver" "^7.3.12"
1882-
"@typescript-eslint/scope-manager" "5.54.1"
1883-
"@typescript-eslint/types" "5.54.1"
1884-
"@typescript-eslint/typescript-estree" "5.54.1"
1935+
"@typescript-eslint/scope-manager" "5.55.0"
1936+
"@typescript-eslint/types" "5.55.0"
1937+
"@typescript-eslint/typescript-estree" "5.55.0"
18851938
eslint-scope "^5.1.1"
1886-
eslint-utils "^3.0.0"
18871939
semver "^7.3.7"
18881940

1889-
"@typescript-eslint/[email protected]":
1890-
version "5.54.1"
1891-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
1892-
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
1941+
"@typescript-eslint/utils@^5.10.0":
1942+
version "5.10.0"
1943+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
1944+
integrity sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==
1945+
dependencies:
1946+
"@types/json-schema" "^7.0.9"
1947+
"@typescript-eslint/scope-manager" "5.10.0"
1948+
"@typescript-eslint/types" "5.10.0"
1949+
"@typescript-eslint/typescript-estree" "5.10.0"
1950+
eslint-scope "^5.1.1"
1951+
eslint-utils "^3.0.0"
1952+
1953+
"@typescript-eslint/utils@^5.10.2":
1954+
version "5.18.0"
1955+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.18.0.tgz#27fc84cf95c1a96def0aae31684cb43a37e76855"
1956+
integrity sha512-+hFGWUMMri7OFY26TsOlGa+zgjEy1ssEipxpLjtl4wSll8zy85x0GrUSju/FHdKfVorZPYJLkF3I4XPtnCTewA==
18931957
dependencies:
1894-
"@typescript-eslint/types" "5.54.1"
1958+
"@types/json-schema" "^7.0.9"
1959+
"@typescript-eslint/scope-manager" "5.18.0"
1960+
"@typescript-eslint/types" "5.18.0"
1961+
"@typescript-eslint/typescript-estree" "5.18.0"
1962+
eslint-scope "^5.1.1"
1963+
eslint-utils "^3.0.0"
1964+
1965+
"@typescript-eslint/[email protected]":
1966+
version "5.10.0"
1967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
1968+
integrity sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==
1969+
dependencies:
1970+
"@typescript-eslint/types" "5.10.0"
1971+
eslint-visitor-keys "^3.0.0"
1972+
1973+
"@typescript-eslint/[email protected]":
1974+
version "5.18.0"
1975+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.18.0.tgz#c7c07709823804171d569017f3b031ced7253e60"
1976+
integrity sha512-Hf+t+dJsjAKpKSkg3EHvbtEpFFb/1CiOHnvI8bjHgOD4/wAw3gKrA0i94LrbekypiZVanJu3McWJg7rWDMzRTg==
1977+
dependencies:
1978+
"@typescript-eslint/types" "5.18.0"
1979+
eslint-visitor-keys "^3.0.0"
1980+
1981+
"@typescript-eslint/[email protected]":
1982+
version "5.55.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.55.0.tgz#01ad414fca8367706d76cdb94adf788dc5b664a2"
1984+
integrity sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==
1985+
dependencies:
1986+
"@typescript-eslint/types" "5.55.0"
18951987
eslint-visitor-keys "^3.3.0"
18961988

18971989
acorn-jsx@^5.3.2:
@@ -2621,7 +2713,7 @@ eslint-visitor-keys@^2.0.0:
26212713
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
26222714
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
26232715

2624-
eslint-visitor-keys@^3.3.0:
2716+
eslint-visitor-keys@^3.0.0, eslint-visitor-keys@^3.3.0:
26252717
version "3.3.0"
26262718
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
26272719
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
@@ -3026,7 +3118,7 @@ globalthis@^1.0.3:
30263118
dependencies:
30273119
define-properties "^1.1.3"
30283120

3029-
globby@^11.1.0:
3121+
globby@^11.0.4, globby@^11.1.0:
30303122
version "11.1.0"
30313123
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
30323124
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4493,11 +4585,6 @@ regexp.prototype.flags@^1.4.3:
44934585
define-properties "^1.1.3"
44944586
functions-have-names "^1.2.2"
44954587

4496-
regexpp@^3.2.0:
4497-
version "3.2.0"
4498-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
4499-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
4500-
45014588
regexpu-core@^5.3.1:
45024589
version "5.3.1"
45034590
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.3.1.tgz#66900860f88def39a5cb79ebd9490e84f17bcdfb"

0 commit comments

Comments
 (0)