Skip to content
Closed
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 the existing tsc invocations for TS 6

With this TypeScript 6 bump, the root scripts are no longer compatible with the existing compiler setup: pnpm build reads tsconfig.esm.json, whose moduleResolution: "Node" is now a TS 6 deprecation error unless migrated or explicitly ignored, and pnpm test:types invokes tsc ... type-tests/oidcProviderTypes.ts from a directory that has tsconfig.json, which TS 6 now rejects with TS5112. Until those configs/scripts are updated, pnpm build, pnpm test, and prepublishOnly will fail under the newly locked compiler.

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
980 changes: 490 additions & 490 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading