Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
# pnpm outdated Summary
|
|
|
|
**Generated:** 2026-01-31
|
|
**Command:** `pnpm outdated -r`
|
|
|
|
## Deprecated Packages
|
|
|
|
| Package | Dependents | Action |
|
|
|---------|------------|--------|
|
|
| @safe-global/safe-core-sdk | bridge-dapp | Migrate to Safe v2 SDK |
|
|
| @safe-global/safe-ethers-lib | bridge-dapp | Migrate to Safe v2 SDK |
|
|
| @safe-global/safe-service-client | bridge-dapp | Migrate to Safe v2 SDK |
|
|
|
|
## Minor/Patch Updates
|
|
|
|
| Package | Current | Latest | Dependents |
|
|
|---------|---------|--------|------------|
|
|
| @tanstack/eslint-plugin-query | 5.91.2 | 5.91.4 | proxmox-helper-scripts-website |
|
|
| @tanstack/react-query | 5.90.12 | 5.90.20 | bridge-dapp, proxmox-helper-scripts-website |
|
|
| @walletconnect/ethereum-provider | 2.23.3 | 2.23.4 | bridge-dapp |
|
|
| autoprefixer | 10.4.23 | 10.4.24 | bridge-dapp |
|
|
| axios | 1.13.2 | 1.13.4 | rpc-translator-138 |
|
|
| nuqs | 2.8.5 | 2.8.7 | proxmox-helper-scripts-website |
|
|
| react, react-dom | 19.2.3 | 19.2.4 | proxmox-helper-scripts-website |
|
|
| @wagmi/core | 3.2.2 | 3.3.1 | bridge-dapp |
|
|
| viem | 2.44.4 | 2.45.1 | bridge-dapp |
|
|
| ws | 8.18.3 | 8.19.0 | rpc-translator-138 |
|
|
| zod | 4.2.1 | 4.3.6 | proxmox-helper-scripts-website |
|
|
| playwright | 1.57.0 | 1.58.1 | proxmox |
|
|
|
|
## Major Version Updates (Review Before Upgrading)
|
|
|
|
| Package | Current | Latest | Dependents |
|
|
|---------|---------|--------|------------|
|
|
| @antfu/eslint-config | 6.7.1 | 7.2.0 | proxmox-helper-scripts-website |
|
|
| @next/eslint-plugin-next | 15.5.9 | 16.1.6 | proxmox-helper-scripts-website |
|
|
| @testing-library/react | 14.3.1 | 16.3.2 | bridge-dapp |
|
|
| @types/express | 4.17.25 | 5.0.6 | multi-chain-execution, rpc-translator-138 |
|
|
| @types/node | 20.19.27 | 25.1.0 | multiple |
|
|
| @types/react, @types/react-dom | 18.x | 19.x | bridge-dapp |
|
|
|
|
## Commands
|
|
|
|
```bash
|
|
# Check outdated
|
|
pnpm outdated -r
|
|
|
|
# Update patch/minor (safe)
|
|
pnpm update -r
|
|
|
|
# Update specific package
|
|
pnpm update <package> -r
|
|
```
|