beachball 2.64.0 → 2.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +25 -16
package/README.md
CHANGED
|
@@ -66,7 +66,7 @@ target branch from remote (default: as configured in `git config init.defaultBra
|
|
|
66
66
|
|
|
67
67
|
### `--type`
|
|
68
68
|
|
|
69
|
-
for the `change` command: change type for all changed packages
|
|
69
|
+
for the `change` command: [change type](https://microsoft.github.io/beachball/concepts/change-types.html) for all changed packages
|
|
70
70
|
|
|
71
71
|
### `--package`
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beachball",
|
|
3
|
-
"version": "2.64.
|
|
3
|
+
"version": "2.64.1",
|
|
4
4
|
"description": "The Sunniest Semantic Version Bumper",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"checkchange": "node ./lib/cli.js check",
|
|
30
30
|
"docs": "echo \"Run this from the docs folder instead\" && exit 1",
|
|
31
31
|
"docs:build": "echo \"Run this from the docs folder instead\" && exit 1",
|
|
32
|
-
"format": "prettier --write
|
|
32
|
+
"format": "prettier --write .",
|
|
33
|
+
"format:check": "prettier --check .",
|
|
33
34
|
"prepare": "husky install",
|
|
34
35
|
"lint": "yarn lint:deps && yarn lint:code",
|
|
35
36
|
"lint:code": "eslint --color --max-warnings=0 src",
|
|
@@ -53,19 +54,19 @@
|
|
|
53
54
|
},
|
|
54
55
|
"dependencies": {
|
|
55
56
|
"@vercel/detect-agent": "^1.2.1",
|
|
56
|
-
"cosmiconfig": "^9.0.
|
|
57
|
-
"execa": "^5.
|
|
58
|
-
"minimatch": "^3.
|
|
59
|
-
"p-graph": "^1.
|
|
60
|
-
"p-limit": "^3.0
|
|
57
|
+
"cosmiconfig": "^9.0.1",
|
|
58
|
+
"execa": "^5.1.1",
|
|
59
|
+
"minimatch": "^3.1.5",
|
|
60
|
+
"p-graph": "^1.3.0",
|
|
61
|
+
"p-limit": "^3.1.0",
|
|
61
62
|
"prompts": "^2.4.2",
|
|
62
|
-
"semver": "^7.
|
|
63
|
-
"workspace-tools": "^0.41.
|
|
64
|
-
"yargs-parser": "^21.
|
|
63
|
+
"semver": "^7.7.4",
|
|
64
|
+
"workspace-tools": "^0.41.2",
|
|
65
|
+
"yargs-parser": "^21.1.1"
|
|
65
66
|
},
|
|
66
67
|
"devDependencies": {
|
|
67
68
|
"@jest/globals": "^29.0.0",
|
|
68
|
-
"@types/minimatch": "^
|
|
69
|
+
"@types/minimatch": "^3.0.0",
|
|
69
70
|
"@types/node": "^14.0.0",
|
|
70
71
|
"@types/prompts": "^2.4.2",
|
|
71
72
|
"@types/semver": "^7.3.13",
|
|
@@ -94,11 +95,19 @@
|
|
|
94
95
|
},
|
|
95
96
|
"resolutions": {
|
|
96
97
|
"@types/node": "^14.0.0",
|
|
98
|
+
"**/depcheck/minimatch": "^7.4.9",
|
|
97
99
|
"**/lodash": "4.17.23",
|
|
100
|
+
"**/body-parser/qs": "^6.14.2",
|
|
101
|
+
"**/express/qs": "^6.14.2",
|
|
102
|
+
"**/@cypress/request/qs": "^6.14.2",
|
|
103
|
+
"**/verdaccio/handlebars": "^4.7.9",
|
|
104
|
+
"**/verdaccio/minimatch": "^7.4.9",
|
|
98
105
|
"**/verdaccio/js-yaml": "^4.1.0",
|
|
99
106
|
"**/verdaccio/validator": "^13.15.22",
|
|
100
107
|
"**/@verdaccio/config/js-yaml": "^4.1.0",
|
|
101
|
-
"**/@verdaccio/
|
|
108
|
+
"**/@verdaccio/config/minimatch": "^7.4.9",
|
|
109
|
+
"**/@verdaccio/url/validator": "^13.15.22",
|
|
110
|
+
"**/@verdaccio/utils/minimatch": "^7.4.9"
|
|
102
111
|
},
|
|
103
112
|
"rationale": {
|
|
104
113
|
"devDependencies": {
|
|
@@ -108,10 +117,10 @@
|
|
|
108
117
|
},
|
|
109
118
|
"resolutions": {
|
|
110
119
|
"**/lodash": "Unpin due to security issue",
|
|
111
|
-
"
|
|
112
|
-
"**/verdaccio
|
|
113
|
-
"**/@verdaccio
|
|
114
|
-
"
|
|
120
|
+
"**/*/qs": "Unpin due to security issue",
|
|
121
|
+
"**/verdaccio/*": "Unpin due to security issues",
|
|
122
|
+
"**/@verdaccio/*/*": "Unpin due to security issues",
|
|
123
|
+
"**/minimatch": "Unpin minimatch v7 due to security issues"
|
|
115
124
|
}
|
|
116
125
|
}
|
|
117
126
|
}
|