update stellar-wallets-kit to the latest (v2.4.0)#2124
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the app’s wallet integration dependency to @creit.tech/stellar-wallets-kit@2.4.0, reflecting upstream changes (including migration away from deprecated @stellar/stellar-base in favor of @stellar/stellar-sdk). It also includes a large regeneration/update of the auto-generated Soroban network limits constants.
Changes:
- Bump
@creit.tech/stellar-wallets-kitfrom^2.2.0to^2.4.0. - Update
pnpm-lock.yamlto reflect the new dependency graph (including new transitive dependencies). - Update the auto-generated
src/constants/networkLimits.tscontents (limits values and formatting).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/constants/networkLimits.ts | Updates auto-generated network limits/constants (large diff; impacts runtime limits used by the app). |
| package.json | Bumps @creit.tech/stellar-wallets-kit dependency to ^2.4.0. |
| pnpm-lock.yaml | Locks updated dependency graph for the stellar-wallets-kit@2.4.0 upgrade and related transitive updates. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| '@trezor/connect-common@10.0.0-alpha.1': | ||
| resolution: {integrity: sha512-tuvM72XHACogT/fkp9D8wyzTE8h4X9emYUhvFs2pdTyIfTFs5RHDbcHQWFsvJgJoTK0H44XSSJb8pORijRfn9A==} | ||
| peerDependencies: | ||
| tslib: ^2.6.2 | ||
|
|
||
| '@trezor/connect-plugin-stellar@10.0.0-alpha.1': | ||
| resolution: {integrity: sha512-v4lMnnBPxLoV/Yf8F0WmtkZGNsqurpxK62kqvaDeVoAtn5Ud+l6POQkLeQRiGsJYVm0vSDc4LHb5vLMrZTH/KA==} | ||
| peerDependencies: | ||
| '@stellar/stellar-sdk': ^13.3.0 | ||
| '@trezor/connect': 9.x.x | ||
| tslib: ^2.6.2 | ||
|
|
||
| '@trezor/connect-plugin-stellar@9.2.6': | ||
| resolution: {integrity: sha512-RA0Q4GHaf1mFxgSX183yyH+5tWEgS1j+sfe9KiUyIn/VnpXeUnaCpQuKMomAjGXQ5oNuvikTOdHYOqsvuEdOyw==} | ||
| '@trezor/connect-plugin-stellar@9.2.3': | ||
| resolution: {integrity: sha512-ZzfRAaxkGj6u9dzUb/qsnEzEEg8gk0lhGRzuvX+JvvEmFBubAR7qK0U6Oj24vwLlOlF6swYrDdDNAtJvI0FFsg==} | ||
| peerDependencies: | ||
| '@stellar/stellar-sdk': ^13.3.0 | ||
| '@trezor/connect': 9.x.x | ||
| tslib: ^2.6.2 | ||
|
|
||
| '@trezor/connect-web@9.6.4': | ||
| resolution: {integrity: sha512-Dip0+B2NKso8noux0mrsyy/Sz3Y0ZEn4Lq7CqM0hif4iu38FIPaUOWaR9BtDLj5TDYDi/sXHHkP+90gPobwigA==} | ||
| '@trezor/connect-web@10.0.0-alpha.1': | ||
| resolution: {integrity: sha512-CW1ZXzXNVYrJ2WuYneLK2LznkRAfKxRPB3vJyv1U2gia5Q7hsblImITsutLOztO0C2xO1sfETTCyVzfRkRVJEA==} | ||
| peerDependencies: | ||
| tslib: ^2.6.2 | ||
|
|
||
| '@trezor/connect-web@9.7.2': | ||
| resolution: {integrity: sha512-r4wMnQ51KO1EaMpO8HLB95E+4s+aaZE9Vjx1dHYaD+Xj40LR7OJmR6DyDKuF0Ioji3Jxx1MwZCaFfvA+0JW+Sg==} | ||
| '@trezor/connect-web@9.6.4': | ||
| resolution: {integrity: sha512-Dip0+B2NKso8noux0mrsyy/Sz3Y0ZEn4Lq7CqM0hif4iu38FIPaUOWaR9BtDLj5TDYDi/sXHHkP+90gPobwigA==} |
There was a problem hiding this comment.
waiting for enrique to release a new one that fixes this. Issue here
|
Preview is available here: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Release note: v2.4.0 remove the library
@stellar/stellar-baseand install@stellar/stellar-sdk(the base version has been deprecated by Stellar)