-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ESLint configs and related packages (#3096)
This bumps ESLint, the various ESLint configs, and related packages (Prettier, etc.) to a more recent version, matching the MetaMask ESLint configurations. This is the first step in the ESLint 9 migration, and does not yet fix any of the breaking changes. CI will not pass, but I will merge this into a feature branch and follow up with other PRs. Closes #3098.
- Loading branch information
Showing
52 changed files
with
2,752 additions
and
2,578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,31 +79,30 @@ | |
}, | ||
"devDependencies": { | ||
"@lavamoat/allow-scripts": "^3.0.4", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/create-release-branch": "^3.1.0", | ||
"@metamask/eslint-config": "^12.1.0", | ||
"@metamask/eslint-config-jest": "^12.1.0", | ||
"@metamask/eslint-config-nodejs": "^12.1.0", | ||
"@metamask/eslint-config-typescript": "^12.1.0", | ||
"@metamask/auto-changelog": "^4.1.0", | ||
"@metamask/create-release-branch": "^4.0.0", | ||
"@metamask/eslint-config": "^14.0.0", | ||
"@metamask/eslint-config-jest": "^14.0.0", | ||
"@metamask/eslint-config-nodejs": "^14.0.0", | ||
"@metamask/eslint-config-typescript": "^14.0.0", | ||
"@metamask/utils": "^11.2.0", | ||
"@swc/core": "1.3.78", | ||
"@ts-bridge/cli": "^0.6.1", | ||
"@types/jest": "^27.5.1", | ||
"@types/lodash": "^4", | ||
"@types/node": "18.14.2", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"@yarnpkg/types": "^4.0.0", | ||
"chromedriver": "^133.0.0", | ||
"depcheck": "^1.4.7", | ||
"eslint": "^8.27.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jsdoc": "^41.1.2", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint": "^9.11.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import-x": "^4.3.0", | ||
"eslint-plugin-jest": "^28.8.3", | ||
"eslint-plugin-jsdoc": "^50.2.4", | ||
"eslint-plugin-n": "^17.10.3", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-promise": "^7.1.0", | ||
"execa": "^5.1.1", | ||
"favicons": "^7.1.2", | ||
"geckodriver": "^4.2.0", | ||
|
@@ -112,14 +111,15 @@ | |
"lint-staged": "^12.4.1", | ||
"lodash": "^4.17.21", | ||
"minimatch": "^7.4.1", | ||
"prettier": "^2.8.8", | ||
"prettier-plugin-packagejson": "^2.5.2", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-packagejson": "^2.5.8", | ||
"rimraf": "^4.1.2", | ||
"semver": "^7.5.4", | ||
"simple-git-hooks": "^2.7.0", | ||
"ts-node": "^10.9.1", | ||
"tsx": "^4.19.1", | ||
"typescript": "~5.3.3", | ||
"typescript-eslint": "^8.6.0", | ||
"vite": "^4.3.9" | ||
}, | ||
"packageManager": "[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.