Skip to content
Closed
Show file tree
Hide file tree
Changes from 4 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- **BREAKING:** Upgrade TypeScript from `~4.8.4` to `~5.3.3` ([#574](https://github.com/MetaMask/smart-transactions-controller/pull/574))
- Consumers on TypeScript 4.x may experience type errors and should upgrade to TypeScript 5.x.
- Bump `@metamask/messenger` from `^0.3.0` to `^1.1.0` ([#577](https://github.com/MetaMask/smart-transactions-controller/pull/577))

## [23.0.0]

Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "ts-bridge --project tsconfig.build.json --clean",
"generate-method-action-types": "tsx ./scripts/generate-method-action-types.ts ./src",
"generate-method-action-types": "messenger-generate-action-types",
Comment thread
cryptodev-2s marked this conversation as resolved.
"lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:changelog && yarn generate-method-action-types --check",
"lint:changelog": "auto-changelog validate --prettier",
"lint:eslint": "eslint . --cache --ext js,ts",
Expand All @@ -39,6 +39,9 @@
"test": "jest && attw --pack",
"test:watch": "jest --watchAll"
},
"resolutions": {
"@metamask/messenger": "^1.1.0"
},
"dependencies": {
"@babel/runtime": "^7.24.1",
"@ethereumjs/tx": "^5.2.1",
Expand All @@ -50,7 +53,7 @@
"@metamask/controller-utils": "^11.0.0",
"@metamask/eth-json-rpc-provider": "^4.1.6",
"@metamask/eth-query": "^4.0.0",
"@metamask/messenger": "^0.3.0",
"@metamask/messenger": "^1.1.0",
"@metamask/network-controller": "^30.0.0",
"@metamask/polling-controller": "^16.0.0",
"@metamask/remote-feature-flag-controller": "^4.1.0",
Expand Down Expand Up @@ -96,7 +99,6 @@
"prettier-plugin-packagejson": "^2.4.3",
"sinon": "^9.2.4",
"ts-jest": "^29.1.4",
"tsx": "^4.20.5",
Comment thread
cursor[bot] marked this conversation as resolved.
Comment thread
cursor[bot] marked this conversation as resolved.
"typescript": "~5.3.3",
"yargs": "^17.7.2"
},
Expand Down Expand Up @@ -129,8 +131,7 @@
"@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false,
"@metamask/controller-utils>babel-runtime>core-js": false,
"@metamask/transaction-controller>@metamask/core-backend>@metamask/keyring-controller>ethereumjs-wallet>ethereum-cryptography>keccak": false,
"@metamask/transaction-controller>@metamask/core-backend>@metamask/keyring-controller>ethereumjs-wallet>ethereum-cryptography>secp256k1": false,
"tsx>esbuild": false
"@metamask/transaction-controller>@metamask/core-backend>@metamask/keyring-controller>ethereumjs-wallet>ethereum-cryptography>secp256k1": false
}
}
}
Loading
Loading