@salesforce/plugin-release-management 2.2.5 → 2.3.2
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/CHANGELOG.md +24 -0
- package/README.md +117 -16
- package/lib/circleCiEnvvars.d.ts +23 -0
- package/lib/circleCiEnvvars.js +132 -0
- package/lib/circleCiEnvvars.js.map +1 -0
- package/lib/codeSigning/SimplifiedSigning.js +8 -8
- package/lib/codeSigning/SimplifiedSigning.js.map +1 -1
- package/lib/codeSigning/packAndSign.js +12 -11
- package/lib/codeSigning/packAndSign.js.map +1 -1
- package/lib/commands/circleci/envvar/create.d.ts +14 -0
- package/lib/commands/circleci/envvar/create.js +100 -0
- package/lib/commands/circleci/envvar/create.js.map +1 -0
- package/lib/commands/circleci/envvar/update.d.ts +6 -16
- package/lib/commands/circleci/envvar/update.js +27 -132
- package/lib/commands/circleci/envvar/update.js.map +1 -1
- package/lib/commands/circleci/index.js +1 -1
- package/lib/commands/circleci/index.js.map +1 -1
- package/lib/commands/cli/install/test.d.ts +4 -1
- package/lib/commands/cli/install/test.js +71 -56
- package/lib/commands/cli/install/test.js.map +1 -1
- package/lib/commands/cli/latestrc/build.d.ts +7 -0
- package/lib/commands/cli/latestrc/build.js +74 -0
- package/lib/commands/cli/latestrc/build.js.map +1 -0
- package/lib/commands/cli/tarballs/prepare.js +2 -2
- package/lib/commands/cli/tarballs/prepare.js.map +1 -1
- package/lib/commands/cli/tarballs/verify.js +6 -6
- package/lib/commands/cli/tarballs/verify.js.map +1 -1
- package/lib/commands/cli/versions/inspect.js +13 -13
- package/lib/commands/cli/versions/inspect.js.map +1 -1
- package/lib/commands/dependabot/automerge.js +3 -3
- package/lib/commands/dependabot/automerge.js.map +1 -1
- package/lib/commands/dependabot/consolidate.js +12 -12
- package/lib/commands/dependabot/consolidate.js.map +1 -1
- package/lib/commands/npm/lerna/release.js +3 -3
- package/lib/commands/npm/lerna/release.js.map +1 -1
- package/lib/commands/npm/package/promote.js +7 -7
- package/lib/commands/npm/package/promote.js.map +1 -1
- package/lib/commands/npm/package/release.js +3 -3
- package/lib/commands/npm/package/release.js.map +1 -1
- package/lib/commands/npm/release/validate.js +2 -2
- package/lib/commands/npm/release/validate.js.map +1 -1
- package/lib/commands/repositories/index.js +1 -1
- package/lib/commands/repositories/index.js.map +1 -1
- package/lib/commands/typescript/update.js +4 -4
- package/lib/commands/typescript/update.js.map +1 -1
- package/lib/dependabot.js +4 -4
- package/lib/dependabot.js.map +1 -1
- package/lib/inspectCommits.js +2 -2
- package/lib/inspectCommits.js.map +1 -1
- package/lib/package.d.ts +3 -0
- package/lib/package.js +26 -6
- package/lib/package.js.map +1 -1
- package/lib/registry.js +2 -2
- package/lib/registry.js.map +1 -1
- package/lib/repository.js +12 -12
- package/lib/repository.js.map +1 -1
- package/messages/circleci.json +14 -6
- package/messages/cli.latestrc.build.json +6 -0
- package/oclif.manifest.json +1 -1
- package/package.json +22 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "2.2
|
|
4
|
+
"version": "2.3.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@oclif/config": "^1",
|
|
12
12
|
"@octokit/core": "^3.4.0",
|
|
13
|
-
"@salesforce/command": "^
|
|
14
|
-
"@salesforce/core": "^2.
|
|
15
|
-
"@salesforce/kit": "^1.
|
|
16
|
-
"@salesforce/plugin-trust": "^1.0.
|
|
13
|
+
"@salesforce/command": "^4.1.4",
|
|
14
|
+
"@salesforce/core": "^2.28.1",
|
|
15
|
+
"@salesforce/kit": "^1.5.17",
|
|
16
|
+
"@salesforce/plugin-trust": "^1.0.9",
|
|
17
17
|
"@salesforce/ts-types": "^1.4.3",
|
|
18
18
|
"@types/semver": "^7.3.6",
|
|
19
|
-
"@types/sinon": "10.0.
|
|
19
|
+
"@types/sinon": "10.0.2",
|
|
20
20
|
"agent-base": "^6.0.2",
|
|
21
|
-
"aws-sdk": "^2.
|
|
21
|
+
"aws-sdk": "^2.1006.0",
|
|
22
22
|
"chalk": "^4.1.0",
|
|
23
23
|
"cli-ux": "^5.5.1",
|
|
24
|
-
"conventional-changelog-conventionalcommits": "^4.
|
|
24
|
+
"conventional-changelog-conventionalcommits": "^4.6.1",
|
|
25
25
|
"conventional-changelog-preset-loader": "^2.3.4",
|
|
26
|
-
"conventional-commits-parser": "^3.2.
|
|
26
|
+
"conventional-commits-parser": "^3.2.2",
|
|
27
27
|
"fast-glob": "^3.2.5",
|
|
28
|
-
"glob": "^7.
|
|
28
|
+
"glob": "^7.2.0",
|
|
29
29
|
"got": "^11.8.0",
|
|
30
30
|
"proxy-agent": "^4.0.1",
|
|
31
31
|
"proxy-from-env": "^1.1.0",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@oclif/dev-cli": "^1",
|
|
39
39
|
"@oclif/plugin-command-snapshot": "^2.0.0",
|
|
40
|
-
"@salesforce/cli-plugins-testkit": "^1.
|
|
40
|
+
"@salesforce/cli-plugins-testkit": "^1.4.11",
|
|
41
41
|
"@salesforce/dev-config": "^2.1.2",
|
|
42
42
|
"@salesforce/dev-scripts": "^0.9.11",
|
|
43
|
-
"@salesforce/plugin-command-reference": "^1.3.
|
|
43
|
+
"@salesforce/plugin-command-reference": "^1.3.16",
|
|
44
44
|
"@salesforce/prettier-config": "^0.0.2",
|
|
45
45
|
"@salesforce/ts-sinon": "1.3.21",
|
|
46
46
|
"@types/conventional-changelog-preset-loader": "^2.3.1",
|
|
@@ -51,23 +51,23 @@
|
|
|
51
51
|
"@types/shelljs": "^0.8.8",
|
|
52
52
|
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
|
53
53
|
"@typescript-eslint/parser": "^4.26.0",
|
|
54
|
-
"aws-sdk-mock": "^5.
|
|
54
|
+
"aws-sdk-mock": "^5.4.0",
|
|
55
55
|
"chai": "^4.2.0",
|
|
56
56
|
"cz-conventional-changelog": "^3.2.0",
|
|
57
57
|
"eslint": "^7.27.0",
|
|
58
58
|
"eslint-config-prettier": "^6.11.0",
|
|
59
59
|
"eslint-config-salesforce": "^0.1.6",
|
|
60
60
|
"eslint-config-salesforce-license": "^0.1.6",
|
|
61
|
-
"eslint-config-salesforce-typescript": "^0.2.
|
|
61
|
+
"eslint-config-salesforce-typescript": "^0.2.8",
|
|
62
62
|
"eslint-plugin-header": "^3.0.0",
|
|
63
|
-
"eslint-plugin-import": "
|
|
63
|
+
"eslint-plugin-import": "2.24.2",
|
|
64
64
|
"eslint-plugin-jsdoc": "^35.1.2",
|
|
65
65
|
"eslint-plugin-prettier": "^3.1.3",
|
|
66
66
|
"husky": "^4.3.8",
|
|
67
|
-
"lint-staged": "^11.
|
|
67
|
+
"lint-staged": "^11.2.3",
|
|
68
68
|
"mocha": "^8.4.0",
|
|
69
69
|
"nyc": "^15.1.0",
|
|
70
|
-
"prettier": "^2.
|
|
70
|
+
"prettier": "^2.4.1",
|
|
71
71
|
"pretty-quick": "^3.1.0",
|
|
72
72
|
"shx": "0.3.3",
|
|
73
73
|
"sinon": "10.0.0",
|
|
@@ -121,6 +121,9 @@
|
|
|
121
121
|
},
|
|
122
122
|
"install": {
|
|
123
123
|
"description": "utilities for CLI installation"
|
|
124
|
+
},
|
|
125
|
+
"latestrc": {
|
|
126
|
+
"description": "utilities for building CLI releases"
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
},
|
|
@@ -190,7 +193,7 @@
|
|
|
190
193
|
"access": "public"
|
|
191
194
|
},
|
|
192
195
|
"sfdx": {
|
|
193
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.2.
|
|
194
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.2.
|
|
196
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.3.2.crt",
|
|
197
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/2.3.2.sig"
|
|
195
198
|
}
|
|
196
199
|
}
|