Skip to content

Commit

Permalink
feat: [DX-3049] Upgrade Typescript and Rollup (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 authored Aug 1, 2024
1 parent 804a9ce commit fdaa3cc
Show file tree
Hide file tree
Showing 45 changed files with 1,074 additions and 329 deletions.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
nodeLinker: node-modules
checksumBehavior: update

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion examples/passport/identity-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/next-connect-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^18.0.11",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/next-rainbow-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^18.0.11",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/next-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "^18.0.11",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/next-web3-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^18.0.11",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/vite-connect-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/vite-rainbow-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/vite-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/vite-web3-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/wallets-connect-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/wallets-signing-with-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-next": "14.2.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/blockchain-data/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@typechain/ethers-v5": "^10.2.0",
Expand All @@ -22,10 +22,10 @@
"eslint": "^8.40.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-mockito": "^2.6.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"homepage": "https://github.com/immutable/ts-immutable-sdk#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/sdk-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"typescript": "^5.5.4",
"web-vitals": "^2.1.4"
},
"private": true,
Expand Down
20 changes: 10 additions & 10 deletions packages/checkout/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"@babel/preset-env": "^7.20.2",
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/uuid": "^8.3.4",
"babel-jest": "^29.5.0",
"eslint": "^8.40.0",
"jest": "^29.4.3",
"parcel": "^2.8.3",
"rollup": "^3.17.2",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup": "^4.19.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"text-encoding": "^0.7.0",
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.15.2",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"homepage": "https://github.com/immutable/ts-immutable-sdk",
"keywords": [
Expand Down
16 changes: 8 additions & 8 deletions packages/checkout/widgets-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"url": "^0.11.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand All @@ -62,11 +62,11 @@
"local-cypress": "^1.2.6",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5",
"typescript": "^5.5.4",
"web-vitals": "^2.1.4"
},
"homepage": "https://github.com/immutable/ts-immutable-sdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^4.9.5",
"typescript": "^5.5.4",
"vite": "^5.0.12",
"vite-plugin-node-polyfills": "^0.16.0",
"web-vitals": "^2.1.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@imtbl/metrics": "0.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.3",
Expand All @@ -19,9 +19,9 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/bridge/bridge-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint": "^8.40.0",
"eslint-config-next": "13.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/internal/bridge/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
},
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@typechain/ethers-v5": "^10.2.0",
"@types/jest": "^29.4.3",
"@types/node": "^18.14.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/internal/cryptofiat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.3",
Expand All @@ -23,9 +23,9 @@
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.7",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/dex/sdk-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "3.3.2",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/internal/dex/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-json": "^6.1.0",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@typechain/ethers-v5": "^10.2.0",
Expand All @@ -21,10 +21,10 @@
"eslint": "^8.40.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/factory/factory-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint": "^8.40.0",
"eslint-config-next": "13.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"private": true,
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/internal/factory/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"ethers": "^5.7.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.36",
"@swc/jest": "^0.2.24",
"@typechain/ethers-v5": "^10.2.0",
"@types/jest": "^29.4.3",
"@types/node": "^18.14.2",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"rollup": "^3.17.2",
"rollup": "^4.19.1",
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/internal/generated-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.4",
"jest": "^29.4.3",
"rollup": "^3.17.2",
"typescript": "^4.9.5"
"rollup": "^4.19.1",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.11.0"
Expand Down
Loading

0 comments on commit fdaa3cc

Please sign in to comment.