Commit d91417d4 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Merge pull request #4297 from ethereum-optimism/sc/meta-update-ts

maint: update TypeScript version
parents a6818915 1d3c749a
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
'@eth-optimism/contracts-periphery': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/drippie-mon': patch
'@eth-optimism/fault-detector': patch
'@eth-optimism/hardhat-deploy-config': patch
'@eth-optimism/message-relayer': patch
'@eth-optimism/migration-data': patch
'@eth-optimism/replica-healthcheck': patch
---
Bumps the version of ts-node used
---
'@eth-optimism/integration-tests': patch
'@eth-optimism/actor-tests': patch
'@eth-optimism/contracts': patch
'@eth-optimism/contracts-bedrock': patch
'@eth-optimism/contracts-governance': patch
---
Updates the version of TypeScript
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"mocha": "^8.4.0", "mocha": "^8.4.0",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"typescript": "^4.3.5", "typescript": "^4.9.3",
"uniswap-v3-deploy-plugin": "^0.1.0" "uniswap-v3-deploy-plugin": "^0.1.0"
} }
} }
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"prettier": "^2.3.1", "prettier": "^2.3.1",
"prettier-plugin-solidity": "^1.0.0-beta.13", "prettier-plugin-solidity": "^1.0.0-beta.13",
"ts-mocha": "^10.0.0", "ts-mocha": "^10.0.0",
"typescript": "^4.6.2" "typescript": "^4.9.3"
}, },
"dependencies": { "dependencies": {
"@changesets/cli": "^2.16.0", "@changesets/cli": "^2.16.0",
......
...@@ -35,6 +35,6 @@ ...@@ -35,6 +35,6 @@
"eslint-plugin-prettier": "^3.4.0", "eslint-plugin-prettier": "^3.4.0",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"prom-client": "^14.0.1", "prom-client": "^14.0.1",
"typescript": "^4.3.5" "typescript": "^4.9.3"
} }
} }
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
"hardhat-deploy": "^0.11.4", "hardhat-deploy": "^0.11.4",
"solhint": "^3.3.7", "solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5", "solhint-plugin-prettier": "^0.0.5",
"ts-node": "^10.8.2", "ts-node": "^10.9.1",
"typechain": "^8.1.0", "typechain": "^8.1.0",
"typescript": "^4.6.2" "typescript": "^4.9.3"
} }
} }
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
"prettier-plugin-solidity": "^1.0.0-beta.18", "prettier-plugin-solidity": "^1.0.0-beta.18",
"solhint": "^3.3.6", "solhint": "^3.3.6",
"solidity-coverage": "^0.7.19", "solidity-coverage": "^0.7.19",
"ts-node": "^10.0.0", "ts-node": "^10.9.1",
"typescript": "^4.6.2" "typescript": "^4.9.3"
} }
} }
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"solhint": "^3.3.6", "solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5", "solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17", "solidity-coverage": "^0.7.17",
"ts-node": "^10.8.2", "ts-node": "^10.9.1",
"typechain": "^8.1.0" "typechain": "^8.1.0"
} }
} }
...@@ -110,9 +110,9 @@ ...@@ -110,9 +110,9 @@
"solidity-coverage": "^0.7.17", "solidity-coverage": "^0.7.17",
"squirrelly": "^8.0.8", "squirrelly": "^8.0.8",
"ts-generator": "0.0.8", "ts-generator": "0.0.8",
"ts-node": "^10.0.0", "ts-node": "^10.9.1",
"typechain": "^8.1.0", "typechain": "^8.1.0",
"typescript": "^4.6.2" "typescript": "^4.9.3"
}, },
"peerDependencies": { "peerDependencies": {
"ethers": "^5" "ethers": "^5"
......
...@@ -66,6 +66,6 @@ ...@@ -66,6 +66,6 @@
"prettier": "^2.3.1", "prettier": "^2.3.1",
"prom-client": "^13.1.0", "prom-client": "^13.1.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"ts-node": "^10.0.0" "ts-node": "^10.9.1"
} }
} }
...@@ -40,6 +40,6 @@ ...@@ -40,6 +40,6 @@
}, },
"devDependencies": { "devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0", "@ethersproject/abstract-provider": "^5.7.0",
"ts-node": "^10.0.0" "ts-node": "^10.9.1"
} }
} }
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"ethers": "^5.7.0", "ethers": "^5.7.0",
"hardhat": "^2.9.6", "hardhat": "^2.9.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"ts-node": "^10.8.2" "ts-node": "^10.9.1"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.6.7", "@eth-optimism/common-ts": "^0.6.7",
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"ethers": "^5.7.0", "ethers": "^5.7.0",
"ts-node": "^10.8.2", "ts-node": "^10.9.1",
"hardhat": "^2.9.6" "hardhat": "^2.9.6"
} }
} }
...@@ -42,6 +42,6 @@ ...@@ -42,6 +42,6 @@
"@nomiclabs/hardhat-waffle": "^2.0.1", "@nomiclabs/hardhat-waffle": "^2.0.1",
"ethereum-waffle": "^3.3.0", "ethereum-waffle": "^3.3.0",
"hardhat": "^2.9.6", "hardhat": "^2.9.6",
"ts-node": "^10.0.0" "ts-node": "^10.9.1"
} }
} }
...@@ -36,6 +36,6 @@ ...@@ -36,6 +36,6 @@
"@eth-optimism/contracts": "0.5.38", "@eth-optimism/contracts": "0.5.38",
"@eth-optimism/old-contracts": "npm:@eth-optimism/contracts@0.4.10", "@eth-optimism/old-contracts": "npm:@eth-optimism/contracts@0.4.10",
"ethers": "^5.7.0", "ethers": "^5.7.0",
"ts-node": "^10.0.0" "ts-node": "^10.9.1"
} }
} }
...@@ -37,6 +37,6 @@ ...@@ -37,6 +37,6 @@
"@ethersproject/abstract-provider": "^5.7.0" "@ethersproject/abstract-provider": "^5.7.0"
}, },
"devDependencies": { "devDependencies": {
"ts-node": "^10.0.0" "ts-node": "^10.9.1"
} }
} }
...@@ -534,18 +534,6 @@ ...@@ -534,18 +534,6 @@
ts-node "^8.0.2" ts-node "^8.0.2"
url-join "^4.0.0" url-join "^4.0.0"
"@cspotcode/source-map-consumer@0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
"@cspotcode/source-map-support@0.6.1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.6.1.tgz#118511f316e2e87ee4294761868e254d3da47960"
integrity sha512-DX3Z+T5dt1ockmPdobJS/FAsQPW4V4SrWEhD2iYQT2Cb2tQsiMnYxrcUH9By/Z3B+v0S5LMBkQtV/XOBbpLEOg==
dependencies:
"@cspotcode/source-map-consumer" "0.8.0"
"@cspotcode/source-map-support@^0.8.0": "@cspotcode/source-map-support@^0.8.0":
version "0.8.1" version "0.8.1"
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
...@@ -17492,28 +17480,10 @@ ts-node@7.0.1: ...@@ -17492,28 +17480,10 @@ ts-node@7.0.1:
source-map-support "^0.5.6" source-map-support "^0.5.6"
yn "^2.0.0" yn "^2.0.0"
ts-node@^10.0.0: ts-node@^10.9.1:
version "10.2.1" version "10.9.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.2.1.tgz#4cc93bea0a7aba2179497e65bb08ddfc198b3ab5" resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
integrity sha512-hCnyOyuGmD5wHleOQX6NIjJtYVIO8bPP8F2acWkB4W06wdlkgyvJtubO/I9NkI88hCFECbsEgoLc0VNkYmcSfw== integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
dependencies:
"@cspotcode/source-map-support" "0.6.1"
"@tsconfig/node10" "^1.0.7"
"@tsconfig/node12" "^1.0.7"
"@tsconfig/node14" "^1.0.0"
"@tsconfig/node16" "^1.0.2"
acorn "^8.4.1"
acorn-walk "^8.1.1"
arg "^4.1.0"
create-require "^1.1.0"
diff "^4.0.1"
make-error "^1.1.1"
yn "3.1.1"
ts-node@^10.8.2:
version "10.8.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.8.2.tgz#3185b75228cef116bf82ffe8762594f54b2a23f2"
integrity sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==
dependencies: dependencies:
"@cspotcode/source-map-support" "^0.8.0" "@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7" "@tsconfig/node10" "^1.0.7"
...@@ -17754,11 +17724,16 @@ typedoc@^0.22.13: ...@@ -17754,11 +17724,16 @@ typedoc@^0.22.13:
minimatch "^5.0.1" minimatch "^5.0.1"
shiki "^0.10.1" shiki "^0.10.1"
typescript@^4.3.4, typescript@^4.3.5, typescript@^4.6.2: typescript@^4.3.4:
version "4.6.2" version "4.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
typescript@^4.9.3:
version "4.9.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
typewise-core@^1.2, typewise-core@^1.2.0: typewise-core@^1.2, typewise-core@^1.2.0:
version "1.2.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/typewise-core/-/typewise-core-1.2.0.tgz#97eb91805c7f55d2f941748fa50d315d991ef195" resolved "https://registry.yarnpkg.com/typewise-core/-/typewise-core-1.2.0.tgz#97eb91805c7f55d2f941748fa50d315d991ef195"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment