generated from MetaMask/metamask-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump `prettier` to `^3.3.3` * Update APIs to support Prettier 3 * Fix engines field * Set Prettier peer dependency range to `>=3.0.0`
- Loading branch information
Showing
12 changed files
with
1,347 additions
and
2,703 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
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 |
---|---|---|
|
@@ -2,39 +2,31 @@ | |
"name": "@metamask/auto-changelog", | ||
"version": "3.4.4", | ||
"description": "Utilities for validating and updating \"Keep a Changelog\" formatted changelogs", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MetaMask/auto-changelog.git" | ||
}, | ||
"license": "(MIT OR Apache-2.0)", | ||
"main": "dist/index.js", | ||
"bin": "dist/cli.js", | ||
"engines": { | ||
"node": "^18.18 || >=20" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/MetaMask/auto-changelog.git" | ||
}, | ||
"license": "(MIT OR Apache-2.0)", | ||
"scripts": { | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"prepack": "./scripts/prepack.sh", | ||
"lint:eslint": "eslint . --cache --ext js,ts", | ||
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore", | ||
"build": "tsc --project tsconfig.build.json", | ||
"build:clean": "rimraf dist && yarn build", | ||
"changelog": "node dist/cli.js", | ||
"lint": "yarn lint:eslint && yarn lint:misc --check", | ||
"lint:eslint": "eslint . --cache --ext js,ts", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write", | ||
"build:clean": "rimraf dist && yarn build", | ||
"build": "tsc --project tsconfig.build.json", | ||
"changelog": "node dist/cli.js" | ||
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore", | ||
"prepack": "./scripts/prepack.sh", | ||
"test": "jest", | ||
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"diff": "^5.0.0", | ||
"execa": "^5.1.1", | ||
"prettier": "^2.8.8", | ||
"semver": "^7.3.5", | ||
"yargs": "^17.0.1" | ||
}, | ||
|
@@ -52,22 +44,34 @@ | |
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"eslint": "^8.40.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jsdoc": "^39.6.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^26.4.2", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"jest": "^29.7.0", | ||
"outdent": "^0.8.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-packagejson": "^2.5.2", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.6", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "~4.8.4" | ||
}, | ||
"peerDependencies": { | ||
"prettier": ">=3.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "^18.18 || >=20" | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"lavamoat": { | ||
"allowScripts": { | ||
"@lavamoat/preinstall-always-fail": false | ||
} | ||
}, | ||
"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
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.