Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/node-contract-deploy-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@types/node": "^22.19.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@types/node": "^22.19.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^6.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/trails-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"dotenv": "^17.4.2",
"typescript": "^5.5.3",
"typescript": "^6.0.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate TypeScript 6-incompatible compiler invocations

With this dependency line resolving tsc to 6.0.3, the existing repo commands are no longer compatible with TypeScript 6: pnpm test:types still invokes tsc ... type-tests/oidcProviderTypes.ts from a directory containing tsconfig.json, and pnpm build still runs tsc -p tsconfig.esm.json where tsconfig.esm.json uses deprecated moduleResolution: "Node". Those TypeScript 6 diagnostics fail the CI test/build paths and prepublishOnly until the script/tsconfig is migrated or explicitly silenced.

Useful? React with 👍 / 👎.

"vitest": "^4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/oms-wallet-wagmi-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@0xsequence/typescript-sdk": "workspace:*",
"@wagmi/core": "^3.5.0",
"typescript": "^5.9.3",
"typescript": "^6.0.3",
"viem": "^2.48.4",
"vitest": "^4.1.5"
}
Expand Down
1,171 changes: 590 additions & 581 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading