Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 4c785f4

Browse files
devDeps: bump @metamask/eslint-config* to v12 (#262)
* Bump @metamask/eslint-config from 11.1.0 to 12.1.0 Bumps [@metamask/eslint-config](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @metamask/eslint-config-jest from 11.1.0 to 12.1.0 Bumps [@metamask/eslint-config-jest](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-jest" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @metamask/eslint-config-nodejs from 11.1.0 to 12.1.0 Bumps [@metamask/eslint-config-nodejs](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-nodejs" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump @metamask/eslint-config-typescript from 11.1.0 to 12.1.0 Bumps [@metamask/eslint-config-typescript](https://github.com/MetaMask/eslint-config) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/MetaMask/eslint-config/releases) - [Commits](MetaMask/eslint-config@v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: "@metamask/eslint-config-typescript" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Align peerDeps * lint:fix * bump devDeps * align peerDeps * devDeps: add devDeps to satisfy constraints * pin devDeps in resolution to resolve react requirements * devDeps: add @yarnpkg packages to satisfy constraints * yarn dedupe * devDeps: @metamask/eslint-config@^12.1.0->^12.2.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 256c540 commit 4c785f4

File tree

4 files changed

+2384
-707
lines changed

4 files changed

+2384
-707
lines changed

package.json

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"test": "jest && jest-it-up",
3939
"test:watch": "jest --watch"
4040
},
41+
"resolutions": {
42+
"ink": "3.1.0",
43+
"react-reconciler": "0.24.0"
44+
},
4145
"dependencies": {
4246
"@ethereumjs/tx": "^4.2.0",
4347
"@metamask/browser-passworder": "^4.1.0",
@@ -52,32 +56,38 @@
5256
"@lavamoat/allow-scripts": "^2.3.1",
5357
"@lavamoat/preinstall-always-fail": "^1.0.0",
5458
"@metamask/auto-changelog": "^3.0.0",
55-
"@metamask/eslint-config": "^11.1.0",
56-
"@metamask/eslint-config-jest": "^11.1.0",
57-
"@metamask/eslint-config-nodejs": "^11.1.0",
58-
"@metamask/eslint-config-typescript": "^11.1.0",
59+
"@metamask/eslint-config": "^12.2.0",
60+
"@metamask/eslint-config-jest": "^12.1.0",
61+
"@metamask/eslint-config-nodejs": "^12.1.0",
62+
"@metamask/eslint-config-typescript": "^12.1.0",
5963
"@types/jest": "^29.4.0",
64+
"@types/node": "^16.18.46",
6065
"@types/sinon": "^10.0.13",
6166
"@typescript-eslint/eslint-plugin": "^5.55.0",
6267
"@typescript-eslint/parser": "^5.55.0",
63-
"depcheck": "^1.4.3",
64-
"eslint": "^8.36.0",
68+
"@yarnpkg/cli": "^4.0.0-rc.50",
69+
"@yarnpkg/core": "^4.0.0-rc.50",
70+
"@yarnpkg/fslib": "^3.0.0-rc.50",
71+
"clipanion": "^4.0.0-rc.2",
72+
"depcheck": "^1.4.5",
73+
"eslint": "^8.48.0",
6574
"eslint-config-prettier": "^8.7.0",
6675
"eslint-plugin-import": "^2.27.5",
6776
"eslint-plugin-jest": "^27.2.1",
68-
"eslint-plugin-jsdoc": "^40.0.3",
69-
"eslint-plugin-node": "^11.1.0",
77+
"eslint-plugin-jsdoc": "^41",
78+
"eslint-plugin-n": "^15.7.0",
7079
"eslint-plugin-prettier": "^4.2.1",
71-
"jest": "^29.0.0",
80+
"eslint-plugin-promise": "^6.1.1",
81+
"jest": "^29.7.0",
7282
"jest-it-up": "^2.0.2",
7383
"prettier": "^2.8.1",
7484
"prettier-plugin-packagejson": "^2.3.0",
7585
"rimraf": "^3.0.2",
7686
"sinon": "^15.0.1",
7787
"ts-jest": "^29.1.0",
78-
"ts-node": "^10.7.0",
79-
"typedoc": "^0.23.15",
80-
"typescript": "~5.0.2"
88+
"ts-node": "^10.9.1",
89+
"typedoc": "^0.23.28",
90+
"typescript": "~5.0.4"
8191
},
8292
"packageManager": "[email protected]",
8393
"engines": {

src/KeyringController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type {
1717
import { EventEmitter } from 'events';
1818

1919
import { KeyringType, KeyringControllerError } from './constants';
20-
import {
20+
import type {
2121
SerializedKeyring,
2222
KeyringControllerArgs,
2323
KeyringControllerState,

src/test/encryptor.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Json } from '@metamask/utils';
1+
import type { Json } from '@metamask/utils';
22
import { stub } from 'sinon';
33

44
const PASSWORD = 'password123';

0 commit comments

Comments
 (0)