@salesforce/plugin-release-management 4.1.16 → 4.1.18-qa.0

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.16",
2
+ "version": "4.1.18-qa.0",
3
3
  "commands": {
4
4
  "channel:promote": {
5
5
  "id": "channel:promote",
package/package.json CHANGED
@@ -1,290 +1,286 @@
1
1
  {
2
- "name": "@salesforce/plugin-release-management",
3
- "description": "A plugin for preparing and publishing npm packages",
4
- "version": "4.1.16",
5
- "author": "Salesforce",
6
- "bugs": "https://github.com/forcedotcom/cli/issues",
7
- "bin": {
8
- "sf-release": "bin/run"
2
+ "name": "@salesforce/plugin-release-management",
3
+ "description": "A plugin for preparing and publishing npm packages",
4
+ "version": "4.1.18-qa.0",
5
+ "author": "Salesforce",
6
+ "bugs": "https://github.com/forcedotcom/cli/issues",
7
+ "bin": {
8
+ "sf-release": "bin/run"
9
+ },
10
+ "dependencies": {
11
+ "@oclif/core": "^2.8.10",
12
+ "@octokit/core": "^4.2.4",
13
+ "@octokit/plugin-paginate-rest": "^6.1.2",
14
+ "@octokit/plugin-throttling": "^5.2.3",
15
+ "@salesforce/cli-plugins-testkit": "^4.2.7",
16
+ "@salesforce/core": "^4.3.11",
17
+ "@salesforce/kit": "^3.0.3",
18
+ "@salesforce/plugin-command-reference": "^3.0.10",
19
+ "@salesforce/plugin-trust": "^2.4.2",
20
+ "@salesforce/sf-plugins-core": "^3.1.12",
21
+ "@salesforce/ts-types": "^2.0.5",
22
+ "aws-sdk": "^2.1413.0",
23
+ "chalk": "^4.1.0",
24
+ "fast-glob": "^3.3.0",
25
+ "got": "^11.8.6",
26
+ "just-diff": "^5.2.0",
27
+ "proxy-agent": "^6.3.0",
28
+ "semver": "^7.5.2",
29
+ "shelljs": "^0.8.4",
30
+ "standard-version": "^9.0.0",
31
+ "tslib": "^2",
32
+ "yarn-deduplicate": "^3.1.0"
33
+ },
34
+ "devDependencies": {
35
+ "@oclif/plugin-command-snapshot": "^4.0.5",
36
+ "@salesforce/dev-config": "^4.0.1",
37
+ "@salesforce/dev-scripts": "^5.4.3",
38
+ "@salesforce/prettier-config": "^0.0.3",
39
+ "@salesforce/ts-sinon": "1.4.8",
40
+ "@swc/core": "1.3.39",
41
+ "@types/semver": "^7.5.0",
42
+ "@types/shelljs": "^0.8.8",
43
+ "@typescript-eslint/eslint-plugin": "^5.62.0",
44
+ "@typescript-eslint/parser": "^5.60.1",
45
+ "aws-sdk-mock": "^5.8.0",
46
+ "chai": "^4.3.7",
47
+ "eslint": "^8.43.0",
48
+ "eslint-config-prettier": "^8.8.0",
49
+ "eslint-config-salesforce": "^2.0.1",
50
+ "eslint-config-salesforce-license": "^0.2.0",
51
+ "eslint-config-salesforce-typescript": "^1.1.1",
52
+ "eslint-plugin-header": "^3.1.1",
53
+ "eslint-plugin-import": "2.28.0",
54
+ "eslint-plugin-jsdoc": "^44.2.4",
55
+ "eslint-plugin-sf-plugin": "^1.15.13",
56
+ "husky": "^7.0.4",
57
+ "mocha": "^9.1.3",
58
+ "nyc": "^15.1.0",
59
+ "oclif": "^3.9.1",
60
+ "prettier": "^2.8.8",
61
+ "pretty-quick": "^3.1.0",
62
+ "shx": "0.3.4",
63
+ "sinon": "10.0.0",
64
+ "ts-node": "^10.0.0",
65
+ "typescript": "^5.1.6",
66
+ "wireit": "^0.10.0"
67
+ },
68
+ "config": {},
69
+ "engines": {
70
+ "node": ">=16.0.0"
71
+ },
72
+ "files": [
73
+ "bin",
74
+ "oclif.manifest.json",
75
+ "/lib",
76
+ "/messages",
77
+ "/npm-shrinkwrap.json"
78
+ ],
79
+ "homepage": "https://github.com/salesforcecli/plugin-release-management",
80
+ "keywords": [
81
+ "force",
82
+ "salesforce",
83
+ "sfdx",
84
+ "salesforcedx",
85
+ "sfdx-plugin"
86
+ ],
87
+ "license": "BSD-3-Clause",
88
+ "oclif": {
89
+ "commands": "./lib/commands",
90
+ "node": "14.15.4",
91
+ "bin": "sfdx",
92
+ "plugins": [
93
+ "@salesforce/plugin-trust"
94
+ ],
95
+ "devPlugins": [
96
+ "@oclif/plugin-help",
97
+ "@oclif/plugin-command-snapshot",
98
+ "@salesforce/plugin-command-reference"
99
+ ],
100
+ "topics": {
101
+ "cli": {
102
+ "description": "get information on the cli",
103
+ "subtopics": {
104
+ "versions": {
105
+ "description": "interact with CLI versions"
106
+ },
107
+ "tarballs": {
108
+ "description": "interact with CLI tarballs"
109
+ },
110
+ "install": {
111
+ "description": "utilities for CLI installation"
112
+ },
113
+ "release": {
114
+ "description": "utilities for building CLI releases"
115
+ },
116
+ "schemas": {
117
+ "description": "utilities for comparing command schemas"
118
+ },
119
+ "artifacts": {
120
+ "description": "utilities for comparing plugin artifacts"
121
+ }
122
+ }
123
+ },
124
+ "channel": {
125
+ "description": "interact with aws channels for clis"
126
+ },
127
+ "dependabot": {
128
+ "description": "interact with dependabot PRs"
129
+ },
130
+ "github": {
131
+ "subtopics": {
132
+ "check": {
133
+ "description": "check github status"
134
+ }
135
+ },
136
+ "description": "interact with github issues"
137
+ },
138
+ "npm": {
139
+ "description": "release npm packages",
140
+ "subtopics": {
141
+ "dependencies": {
142
+ "description": "pin dependencies to a specific version in package.json"
143
+ },
144
+ "package": {
145
+ "description": "work with npm projects"
146
+ },
147
+ "release": {
148
+ "description": "validate npm releases"
149
+ }
150
+ }
151
+ },
152
+ "repositories": {
153
+ "description": "list and get information about SalesforceCLI-owned repositories"
154
+ },
155
+ "typescript": {
156
+ "description": "test updates to typescript version"
157
+ }
158
+ }
159
+ },
160
+ "repository": "salesforcecli/plugin-release-management",
161
+ "scripts": {
162
+ "build": "wireit",
163
+ "clean": "sf-clean",
164
+ "clean-all": "sf-clean all",
165
+ "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
166
+ "compile": "wireit",
167
+ "docs": "sf-docs",
168
+ "format": "wireit",
169
+ "lint": "wireit",
170
+ "postpack": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
171
+ "prepack": "sf-prepack && npm shrinkwrap",
172
+ "prepare": "sf-install",
173
+ "test": "wireit",
174
+ "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
175
+ "test:only": "wireit",
176
+ "version": "oclif readme"
177
+ },
178
+ "publishConfig": {
179
+ "access": "public"
180
+ },
181
+ "wireit": {
182
+ "build": {
183
+ "dependencies": [
184
+ "compile",
185
+ "lint"
186
+ ]
9
187
  },
10
- "dependencies": {
11
- "@oclif/core": "^2.8.10",
12
- "@octokit/core": "^4.2.4",
13
- "@octokit/plugin-paginate-rest": "^6.1.2",
14
- "@octokit/plugin-throttling": "^5.2.3",
15
- "@salesforce/cli-plugins-testkit": "^4.2.7",
16
- "@salesforce/core": "^4.3.11",
17
- "@salesforce/kit": "^3.0.3",
18
- "@salesforce/plugin-command-reference": "^3.0.10",
19
- "@salesforce/plugin-trust": "^2.4.2",
20
- "@salesforce/sf-plugins-core": "^3.1.7",
21
- "@salesforce/ts-types": "^2.0.5",
22
- "aws-sdk": "^2.1413.0",
23
- "chalk": "^4.1.0",
24
- "fast-glob": "^3.3.0",
25
- "got": "^11.8.6",
26
- "just-diff": "^5.2.0",
27
- "proxy-agent": "^6.3.0",
28
- "semver": "^7.5.2",
29
- "shelljs": "^0.8.4",
30
- "standard-version": "^9.0.0",
31
- "tslib": "^2",
32
- "yarn-deduplicate": "^3.1.0"
188
+ "compile": {
189
+ "command": "tsc -p . --pretty --incremental",
190
+ "files": [
191
+ "src/**/*.ts",
192
+ "**/tsconfig.json",
193
+ "messages/**"
194
+ ],
195
+ "output": [
196
+ "lib/**",
197
+ "*.tsbuildinfo"
198
+ ],
199
+ "clean": "if-file-deleted"
33
200
  },
34
- "devDependencies": {
35
- "@oclif/plugin-command-snapshot": "^4.0.5",
36
- "@salesforce/dev-config": "^4.0.1",
37
- "@salesforce/dev-scripts": "^5.4.3",
38
- "@salesforce/prettier-config": "^0.0.3",
39
- "@salesforce/ts-sinon": "1.4.8",
40
- "@swc/core": "1.3.39",
41
- "@types/semver": "^7.5.0",
42
- "@types/shelljs": "^0.8.8",
43
- "@typescript-eslint/eslint-plugin": "^5.62.0",
44
- "@typescript-eslint/parser": "^5.60.1",
45
- "aws-sdk-mock": "^5.8.0",
46
- "chai": "^4.3.7",
47
- "eslint": "^8.43.0",
48
- "eslint-config-prettier": "^8.8.0",
49
- "eslint-config-salesforce": "^2.0.1",
50
- "eslint-config-salesforce-license": "^0.2.0",
51
- "eslint-config-salesforce-typescript": "^1.1.1",
52
- "eslint-plugin-header": "^3.1.1",
53
- "eslint-plugin-import": "2.27.5",
54
- "eslint-plugin-jsdoc": "^44.2.4",
55
- "eslint-plugin-sf-plugin": "^1.15.13",
56
- "husky": "^7.0.4",
57
- "mocha": "^9.1.3",
58
- "nyc": "^15.1.0",
59
- "oclif": "^3.9.1",
60
- "prettier": "^2.8.8",
61
- "pretty-quick": "^3.1.0",
62
- "shx": "0.3.4",
63
- "sinon": "10.0.0",
64
- "ts-node": "^10.0.0",
65
- "typescript": "^5.1.6",
66
- "wireit": "^0.10.0"
201
+ "format": {
202
+ "command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
203
+ "files": [
204
+ "src/**/*.ts",
205
+ "test/**/*.ts",
206
+ "schemas/**/*.json",
207
+ "command-snapshot.json",
208
+ ".prettier*"
209
+ ],
210
+ "output": []
67
211
  },
68
- "config": {},
69
- "engines": {
70
- "node": ">=16.0.0"
212
+ "lint": {
213
+ "command": "eslint src test --color --cache --cache-location .eslintcache",
214
+ "files": [
215
+ "src/**/*.ts",
216
+ "test/**/*.ts",
217
+ "messages/**",
218
+ "**/.eslint*",
219
+ "**/tsconfig.json"
220
+ ],
221
+ "output": []
71
222
  },
72
- "files": [
73
- "bin",
74
- "oclif.manifest.json",
75
- "/lib",
76
- "/messages",
77
- "/npm-shrinkwrap.json"
78
- ],
79
- "homepage": "https://github.com/salesforcecli/plugin-release-management",
80
- "keywords": [
81
- "force",
82
- "salesforce",
83
- "sfdx",
84
- "salesforcedx",
85
- "sfdx-plugin"
86
- ],
87
- "license": "BSD-3-Clause",
88
- "oclif": {
89
- "commands": "./lib/commands",
90
- "node": "14.15.4",
91
- "bin": "sfdx",
92
- "plugins": [
93
- "@salesforce/plugin-trust"
94
- ],
95
- "devPlugins": [
96
- "@oclif/plugin-help",
97
- "@oclif/plugin-command-snapshot",
98
- "@salesforce/plugin-command-reference"
99
- ],
100
- "topics": {
101
- "cli": {
102
- "description": "get information on the cli",
103
- "subtopics": {
104
- "versions": {
105
- "description": "interact with CLI versions"
106
- },
107
- "tarballs": {
108
- "description": "interact with CLI tarballs"
109
- },
110
- "install": {
111
- "description": "utilities for CLI installation"
112
- },
113
- "release": {
114
- "description": "utilities for building CLI releases"
115
- },
116
- "schemas": {
117
- "description": "utilities for comparing command schemas"
118
- },
119
- "artifacts": {
120
- "description": "utilities for comparing plugin artifacts"
121
- }
122
- }
123
- },
124
- "channel": {
125
- "description": "interact with aws channels for clis"
126
- },
127
- "dependabot": {
128
- "description": "interact with dependabot PRs"
129
- },
130
- "github": {
131
- "subtopics": {
132
- "check": {
133
- "description": "check github status"
134
- }
135
- },
136
- "description": "interact with github issues"
137
- },
138
- "npm": {
139
- "description": "release npm packages",
140
- "subtopics": {
141
- "dependencies": {
142
- "description": "pin dependencies to a specific version in package.json"
143
- },
144
- "package": {
145
- "description": "work with npm projects"
146
- },
147
- "release": {
148
- "description": "validate npm releases"
149
- }
150
- }
151
- },
152
- "repositories": {
153
- "description": "list and get information about SalesforceCLI-owned repositories"
154
- },
155
- "typescript": {
156
- "description": "test updates to typescript version"
157
- }
158
- }
223
+ "test:compile": {
224
+ "command": "tsc -p \"./test\" --pretty",
225
+ "files": [
226
+ "test/**/*.ts",
227
+ "**/tsconfig.json"
228
+ ],
229
+ "output": []
159
230
  },
160
- "repository": "salesforcecli/plugin-release-management",
161
- "scripts": {
162
- "build": "wireit",
163
- "clean": "sf-clean",
164
- "clean-all": "sf-clean all",
165
- "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
166
- "compile": "wireit",
167
- "docs": "sf-docs",
168
- "format": "wireit",
169
- "lint": "wireit",
170
- "postpack": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
171
- "prepack": "sf-prepack && npm shrinkwrap",
172
- "prepare": "sf-install",
173
- "test": "wireit",
174
- "test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
175
- "test:only": "wireit",
176
- "version": "oclif readme"
231
+ "test": {
232
+ "dependencies": [
233
+ "test:compile",
234
+ "test:only",
235
+ "test:command-reference",
236
+ "test:deprecation-policy",
237
+ "lint",
238
+ "test:json-schema"
239
+ ]
177
240
  },
178
- "publishConfig": {
179
- "access": "public"
241
+ "test:only": {
242
+ "command": "nyc mocha \"test/**/*.test.ts\"",
243
+ "env": {
244
+ "FORCE_COLOR": "2"
245
+ },
246
+ "files": [
247
+ "test/**/*.ts",
248
+ "src/**/*.ts",
249
+ "**/tsconfig.json",
250
+ ".mocha*",
251
+ "!*.nut.ts",
252
+ ".nycrc"
253
+ ],
254
+ "output": []
180
255
  },
181
- "wireit": {
182
- "build": {
183
- "dependencies": [
184
- "compile",
185
- "lint"
186
- ]
187
- },
188
- "compile": {
189
- "command": "tsc -p . --pretty --incremental",
190
- "files": [
191
- "src/**/*.ts",
192
- "**/tsconfig.json",
193
- "messages/**"
194
- ],
195
- "output": [
196
- "lib/**",
197
- "*.tsbuildinfo"
198
- ],
199
- "clean": "if-file-deleted"
200
- },
201
- "format": {
202
- "command": "prettier --write \"+(src|test|schemas)/**/*.+(ts|js|json)|command-snapshot.json\"",
203
- "files": [
204
- "src/**/*.ts",
205
- "test/**/*.ts",
206
- "schemas/**/*.json",
207
- "command-snapshot.json",
208
- ".prettier*"
209
- ],
210
- "output": []
211
- },
212
- "lint": {
213
- "command": "eslint src test --color --cache --cache-location .eslintcache",
214
- "files": [
215
- "src/**/*.ts",
216
- "test/**/*.ts",
217
- "messages/**",
218
- "**/.eslint*",
219
- "**/tsconfig.json"
220
- ],
221
- "output": []
222
- },
223
- "test:compile": {
224
- "command": "tsc -p \"./test\" --pretty",
225
- "files": [
226
- "test/**/*.ts",
227
- "**/tsconfig.json"
228
- ],
229
- "output": []
230
- },
231
- "test": {
232
- "dependencies": [
233
- "test:compile",
234
- "test:only",
235
- "test:command-reference",
236
- "test:deprecation-policy",
237
- "lint",
238
- "test:json-schema"
239
- ]
240
- },
241
- "test:only": {
242
- "command": "nyc mocha \"test/**/*.test.ts\"",
243
- "env": {
244
- "FORCE_COLOR": "2"
245
- },
246
- "files": [
247
- "test/**/*.ts",
248
- "src/**/*.ts",
249
- "**/tsconfig.json",
250
- ".mocha*",
251
- "!*.nut.ts",
252
- ".nycrc"
253
- ],
254
- "output": []
255
- },
256
- "test:command-reference": {
257
- "command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
258
- "files": [
259
- "src/**/*.ts",
260
- "messages/**",
261
- "package.json"
262
- ],
263
- "output": [
264
- "tmp/root"
265
- ]
266
- },
267
- "test:deprecation-policy": {
268
- "command": "\"./bin/dev\" snapshot:compare",
269
- "files": [
270
- "src/**/*.ts"
271
- ],
272
- "output": [],
273
- "dependencies": [
274
- "compile"
275
- ]
276
- },
277
- "test:json-schema": {
278
- "command": "\"./bin/dev\" schema:compare",
279
- "files": [
280
- "src/**/*.ts",
281
- "schemas"
282
- ],
283
- "output": []
284
- }
256
+ "test:command-reference": {
257
+ "command": "\"./bin/dev\" commandreference:generate --erroronwarnings",
258
+ "files": [
259
+ "src/**/*.ts",
260
+ "messages/**",
261
+ "package.json"
262
+ ],
263
+ "output": [
264
+ "tmp/root"
265
+ ]
266
+ },
267
+ "test:deprecation-policy": {
268
+ "command": "\"./bin/dev\" snapshot:compare",
269
+ "files": [
270
+ "src/**/*.ts"
271
+ ],
272
+ "output": [],
273
+ "dependencies": [
274
+ "compile"
275
+ ]
285
276
  },
286
- "sfdx": {
287
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.16.crt",
288
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.16.sig"
277
+ "test:json-schema": {
278
+ "command": "\"./bin/dev\" schema:compare",
279
+ "files": [
280
+ "src/**/*.ts",
281
+ "schemas"
282
+ ],
283
+ "output": []
289
284
  }
290
- }
285
+ }
286
+ }