Skip to content

Commit ca4ebf0

Browse files
leightktAdamj1232dependabot[bot]
authored
Release 2.24.13 (#1948)
* Update @toruslabs/torus-embed version (#1936) * update @toruslabs/torus-embed version * use @toruslabs/torus-embed 2.2.9 to keep node 16 * reset yarn.lock * fix typeerror update yarn * update node version for torus build (#1937) * update node version for torus staging (#1943) * up packages * Bump postcss from 8.4.23 to 8.4.31 in /docs (#1941) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> * Bump postcss from 8.4.19 to 8.4.31 in /packages/demo (#1945) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.19...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump postcss from 8.4.6 to 8.4.31 (#1938) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.6 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.6...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> * Bump postcss from 8.4.21 to 8.4.31 in /examples/with-vuejs (#1939) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> * Bump postcss from 8.4.24 to 8.4.31 in /examples/with-vite-react (#1940) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.24...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> * Bump postcss from 8.4.21 to 8.4.31 in /examples/with-sveltekit (#1942) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com> * fix package version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 977d08c commit ca4ebf0

File tree

12 files changed

+511
-350
lines changed

12 files changed

+511
-350
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- node-build-steps
242242
build-torus:
243243
docker:
244-
- image: cimg/node:16.13.1
244+
- image: cimg/node:16.18.1
245245
working_directory: ~/web3-onboard-monorepo/packages/torus
246246
steps:
247247
- node-build-steps
@@ -489,7 +489,7 @@ jobs:
489489
- node-staging-build-steps
490490
build-staging-torus:
491491
docker:
492-
- image: cimg/node:16.13.1
492+
- image: cimg/node:16.18.1
493493
working_directory: ~/web3-onboard-monorepo/packages/torus
494494
steps:
495495
- node-staging-build-steps

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@web3-onboard/portis": "^2.1.7",
7575
"@web3-onboard/sequence": "^2.0.8",
7676
"@web3-onboard/taho": "^2.0.5",
77-
"@web3-onboard/torus": "^2.2.5",
77+
"@web3-onboard/torus": "^2.2.6-alpha.1",
7878
"@web3-onboard/transaction-preview": "^2.0.8",
7979
"@web3-onboard/trezor": "^2.4.3",
8080
"@web3-onboard/trust": "^2.0.4",

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8210,9 +8210,9 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
82108210
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
82118211

82128212
postcss@^8.4.23:
8213-
version "8.4.23"
8214-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
8215-
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
8213+
version "8.4.31"
8214+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
8215+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
82168216
dependencies:
82178217
nanoid "^3.3.6"
82188218
picocolors "^1.0.0"

examples/with-sveltekit/yarn.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,10 +1776,10 @@
17761776
ethers "5.5.4"
17771777
joi "17.9.1"
17781778

1779-
"@web3-onboard/core@^2.17.0":
1780-
version "2.20.2"
1781-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.2.tgz#06c35b2d39a119950d3d850d23e2126f6f77c1f5"
1782-
integrity sha512-XrdOatA00ULnPleQbAbXppGGVErUZpscrauoXy/Zt8qpr7i+NQSeRD2/fllfx5JP6wI0whP8ZoVb9yRp52Ii0Q==
1779+
"@web3-onboard/core@^2.21.0":
1780+
version "2.21.2"
1781+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
1782+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
17831783
dependencies:
17841784
"@web3-onboard/common" "^2.3.3"
17851785
bignumber.js "^9.0.0"
@@ -3200,11 +3200,16 @@ multiformats@^9.4.2:
32003200
resolved "https://registry.yarnpkg.com/multiformats/-/multiformats-9.9.0.tgz#c68354e7d21037a8f1f8833c8ccd68618e8f1d37"
32013201
integrity sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==
32023202

3203-
nanoid@^3.3.1, nanoid@^3.3.4:
3203+
nanoid@^3.3.1:
32043204
version "3.3.4"
32053205
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
32063206
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
32073207

3208+
nanoid@^3.3.6:
3209+
version "3.3.6"
3210+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
3211+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
3212+
32083213
nanoid@^4.0.0:
32093214
version "4.0.1"
32103215
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-4.0.1.tgz#398d7ccfdbf9faf2231b2ca7e8fff5dbca6a509b"
@@ -3389,11 +3394,11 @@ pngjs@^5.0.0:
33893394
integrity sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==
33903395

33913396
postcss@^8.4.20:
3392-
version "8.4.21"
3393-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3394-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
3397+
version "8.4.31"
3398+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
3399+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
33953400
dependencies:
3396-
nanoid "^3.3.4"
3401+
nanoid "^3.3.6"
33973402
picocolors "^1.0.0"
33983403
source-map-js "^1.0.2"
33993404

examples/with-vite-react/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,10 +3335,10 @@
33353335
ethers "5.5.4"
33363336
joi "17.9.1"
33373337

3338-
"@web3-onboard/core@^2.20.0":
3339-
version "2.20.0"
3340-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.0.tgz#e023cdfc21a496acbf23730e469ee9d11167faa3"
3341-
integrity sha512-YAVRwoP7QjRJREiMtuDbNWzOwjR59QvIEH7Jl14TpwpIgx0WIGegQK7yJnmZIyWZpHZELof2m6HoFAEy6OjFpA==
3338+
"@web3-onboard/core@^2.21.2":
3339+
version "2.21.2"
3340+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
3341+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
33423342
dependencies:
33433343
"@web3-onboard/common" "^2.3.3"
33443344
bignumber.js "^9.0.0"
@@ -3472,13 +3472,13 @@
34723472
"@portis/web3" "^4.0.6"
34733473
"@web3-onboard/common" "^2.3.3"
34743474

3475-
"@web3-onboard/react@^2.8.0":
3476-
version "2.8.5"
3477-
resolved "https://registry.yarnpkg.com/@web3-onboard/react/-/react-2.8.5.tgz#0660f2e4b070222c78213430fc8af34acb3ce2e9"
3478-
integrity sha512-oXRa6VK4p/WX8tnIwScYtN+f6O/yi3VX05Uet9vtuHuJGemlnhf8VwpUoWRIKdBpoqrqnAwH1zHuDLjtcBdJiQ==
3475+
"@web3-onboard/react@^2.8.11":
3476+
version "2.8.13"
3477+
resolved "https://registry.yarnpkg.com/@web3-onboard/react/-/react-2.8.13.tgz#c58fae9ba73f343aaa4483d57b6b27b1b14d1851"
3478+
integrity sha512-RhdnbVNWxYrMFOwxZKRKV3ys7SKymdHa2cHsyzcVEQlHzZVhZVlKB6KWzvk6umcyuT4DF9W4edzd1clJwCmazg==
34793479
dependencies:
34803480
"@web3-onboard/common" "^2.3.3"
3481-
"@web3-onboard/core" "^2.20.0"
3481+
"@web3-onboard/core" "^2.21.2"
34823482
use-sync-external-store "1.0.0"
34833483

34843484
"@web3-onboard/sequence@^2.0.5":
@@ -8131,9 +8131,9 @@ pocket-js-core@0.0.3:
81318131
axios "^0.18.0"
81328132

81338133
postcss@^8.4.14, postcss@^8.4.18:
8134-
version "8.4.24"
8135-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
8136-
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
8134+
version "8.4.31"
8135+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
8136+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
81378137
dependencies:
81388138
nanoid "^3.3.6"
81398139
picocolors "^1.0.0"

examples/with-vuejs/yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,10 +1019,10 @@
10191019
ethers "5.5.4"
10201020
joi "17.9.1"
10211021

1022-
"@web3-onboard/core@^2.20.0":
1023-
version "2.20.0"
1024-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.0.tgz#e023cdfc21a496acbf23730e469ee9d11167faa3"
1025-
integrity sha512-YAVRwoP7QjRJREiMtuDbNWzOwjR59QvIEH7Jl14TpwpIgx0WIGegQK7yJnmZIyWZpHZELof2m6HoFAEy6OjFpA==
1022+
"@web3-onboard/core@^2.21.2":
1023+
version "2.21.2"
1024+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.21.2.tgz#962683efc87b29ee9150ab8d7ea9568ea3b41dd5"
1025+
integrity sha512-apzVi2zWqs4ktZBBJ60x1e4odI1mSoZ2c69bXUg36A0xI0iRFQ9Od44peI3mfTDEru7hWsr81Nv6l+v3HRSKLw==
10261026
dependencies:
10271027
"@web3-onboard/common" "^2.3.3"
10281028
bignumber.js "^9.0.0"
@@ -1038,24 +1038,24 @@
10381038
svelte "^3.49.0"
10391039
svelte-i18n "^3.3.13"
10401040

1041-
"@web3-onboard/injected-wallets@^2.8.3-alpha.1":
1042-
version "2.9.0"
1043-
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.9.0.tgz#e074dbc48516edf82f235c09fa936b18be19e533"
1044-
integrity sha512-GrbbodUVqguBxf9YDz+DlIGYJ2wSBdwj8/2C4QMMcCbnx5NtSlamSXiRQngTMn7AIm4fnSHOwdyAeEi8Q/k2fg==
1041+
"@web3-onboard/injected-wallets@^2.8.3":
1042+
version "2.10.7"
1043+
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.10.7.tgz#4cabd563d358cda268a3c34aa004609ecfffea93"
1044+
integrity sha512-bxJgyJh3I4xcO3Z8PYwtJp/fg+40VxZgNgUZ/ZQOgTCcmHowenf0EwU7/FfZiqxnVkvJ3YO+agIiHtva3IipKA==
10451045
dependencies:
10461046
"@web3-onboard/common" "^2.3.3"
10471047
joi "17.9.1"
10481048
lodash.uniqby "^4.7.0"
10491049

1050-
"@web3-onboard/vue@^2.5.7-alpha.3":
1051-
version "2.7.4"
1052-
resolved "https://registry.yarnpkg.com/@web3-onboard/vue/-/vue-2.7.4.tgz#36b192d8ea121f0585b9dac22e6dc75039412747"
1053-
integrity sha512-mkQ/XimBKPrgo0g/2wvTVTbpuUBM6WkqUvxdXLh6GGcmIoJM2n1C76EcV4D0QT91O5igWgjxFj++Xjvp4qaOBw==
1050+
"@web3-onboard/vue@^2.5.7":
1051+
version "2.7.12"
1052+
resolved "https://registry.yarnpkg.com/@web3-onboard/vue/-/vue-2.7.12.tgz#b758327af5f59adb406acb6495b3c5432642140a"
1053+
integrity sha512-wxyMZkhGaUo5WCk+cYXgRP/xFI0TtK+RrX1cOckO0LhR6eENmuWRM3SIA7HaQyX7l5Wq8xjqF5XeRI2zlEa/1w==
10541054
dependencies:
10551055
"@vueuse/core" "^8.4.2"
10561056
"@vueuse/rxjs" "^8.2.0"
10571057
"@web3-onboard/common" "^2.3.3"
1058-
"@web3-onboard/core" "^2.20.0"
1058+
"@web3-onboard/core" "^2.21.2"
10591059
vue-demi "^0.12.4"
10601060

10611061
acorn-jsx@^5.3.2:
@@ -1835,11 +1835,16 @@ ms@2.1.2:
18351835
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
18361836
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
18371837

1838-
nanoid@^3.3.1, nanoid@^3.3.4:
1838+
nanoid@^3.3.1:
18391839
version "3.3.4"
18401840
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz"
18411841
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
18421842

1843+
nanoid@^3.3.6:
1844+
version "3.3.6"
1845+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
1846+
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
1847+
18431848
nanoid@^4.0.0:
18441849
version "4.0.0"
18451850
resolved "https://registry.npmjs.org/nanoid/-/nanoid-4.0.0.tgz"
@@ -1939,11 +1944,11 @@ postcss-selector-parser@^6.0.9:
19391944
util-deprecate "^1.0.2"
19401945

19411946
postcss@^8.1.10, postcss@^8.4.20:
1942-
version "8.4.21"
1943-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz"
1944-
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
1947+
version "8.4.31"
1948+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
1949+
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
19451950
dependencies:
1946-
nanoid "^3.3.4"
1951+
nanoid "^3.3.6"
19471952
picocolors "^1.0.0"
19481953
source-map-js "^1.0.2"
19491954

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.24.12",
3+
"version": "2.24.13",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@web3-onboard/portis": "^2.1.6",
5151
"@web3-onboard/sequence": "^2.0.7",
5252
"@web3-onboard/taho": "^2.0.5",
53-
"@web3-onboard/torus": "^2.2.4",
53+
"@web3-onboard/torus": "^2.2.6",
5454
"@web3-onboard/transaction-preview": "^2.0.7",
5555
"@web3-onboard/trezor": "^2.4.3",
5656
"@web3-onboard/trust": "^2.0.3",

0 commit comments

Comments
 (0)