|
1 | 1 | {
|
2 | 2 | "name": "@metamask/create-release-branch",
|
3 |
| - "version": "3.1.0", |
| 3 | + "version": "4.0.0", |
4 | 4 | "description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.",
|
5 | 5 | "repository": {
|
6 | 6 | "type": "git",
|
|
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 | 28 | "@metamask/action-utils": "^1.0.0",
|
29 |
| - "@metamask/auto-changelog": "~3.3.0", |
| 29 | + "@metamask/auto-changelog": "^4.0.0", |
30 | 30 | "@metamask/utils": "^9.0.0",
|
31 | 31 | "debug": "^4.3.4",
|
32 | 32 | "execa": "^8.0.1",
|
|
42 | 42 | "@babel/plugin-transform-modules-commonjs": "^7.23.3",
|
43 | 43 | "@babel/preset-env": "^7.23.5",
|
44 | 44 | "@babel/preset-typescript": "^7.23.3",
|
45 |
| - "@lavamoat/allow-scripts": "^2.3.1", |
| 45 | + "@lavamoat/allow-scripts": "^3.1.0", |
46 | 46 | "@metamask/eslint-config": "^10.0.0",
|
47 | 47 | "@metamask/eslint-config-jest": "^10.0.0",
|
48 | 48 | "@metamask/eslint-config-nodejs": "^10.0.0",
|
|
61 | 61 | "babel-jest": "^29.7.0",
|
62 | 62 | "deepmerge": "^4.2.2",
|
63 | 63 | "eslint": "^8.27.0",
|
64 |
| - "eslint-config-prettier": "^8.5.0", |
| 64 | + "eslint-config-prettier": "^9.1.0", |
65 | 65 | "eslint-plugin-import": "^2.26.0",
|
66 | 66 | "eslint-plugin-jest": "^26.9.0",
|
67 | 67 | "eslint-plugin-jsdoc": "^39.6.2",
|
68 | 68 | "eslint-plugin-node": "^11.1.0",
|
69 |
| - "eslint-plugin-prettier": "^4.2.1", |
| 69 | + "eslint-plugin-prettier": "^5.2.1", |
70 | 70 | "jest": "^29.7.0",
|
71 | 71 | "jest-it-up": "^3.0.0",
|
72 | 72 | "jest-when": "^3.5.2",
|
73 | 73 | "nanoid": "^3.3.4",
|
74 |
| - "prettier": "^2.2.1", |
75 |
| - "prettier-plugin-packagejson": "^2.3.0", |
| 74 | + "prettier": "^3.3.3", |
| 75 | + "prettier-plugin-packagejson": "^2.5.2", |
76 | 76 | "rimraf": "^4.0.5",
|
77 | 77 | "stdio-mock": "^1.2.0",
|
78 | 78 | "tsx": "^4.6.1",
|
79 | 79 | "typescript": "~5.1.6"
|
80 | 80 | },
|
81 | 81 | "peerDependencies": {
|
82 |
| - "prettier": "^2" |
| 82 | + "prettier": ">=3.0.0" |
83 | 83 | },
|
84 | 84 | "packageManager": "[email protected]",
|
85 | 85 | "engines": {
|
86 |
| - "node": "^16.20 || ^18.16 || >=20" |
| 86 | + "node": "^18.18 || >=20" |
87 | 87 | },
|
88 | 88 | "publishConfig": {
|
89 | 89 | "access": "public",
|
|
0 commit comments