@salesforce/plugin-release-management 4.1.27 → 4.1.29-dev.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.27",
2
+ "version": "4.1.29-dev.0",
3
3
  "commands": {
4
4
  "channel:promote": {
5
5
  "id": "channel:promote",
@@ -1053,6 +1053,28 @@
1053
1053
  }
1054
1054
  },
1055
1055
  "args": {}
1056
+ },
1057
+ "cli:install:jit:test": {
1058
+ "id": "cli:install:jit:test",
1059
+ "summary": "Test that all JIT plugins can be successfully installed.",
1060
+ "strict": true,
1061
+ "pluginName": "@salesforce/plugin-release-management",
1062
+ "pluginAlias": "@salesforce/plugin-release-management",
1063
+ "pluginType": "core",
1064
+ "aliases": [],
1065
+ "examples": [
1066
+ "<%= config.bin %> <%= command.id %>"
1067
+ ],
1068
+ "flags": {
1069
+ "json": {
1070
+ "name": "json",
1071
+ "type": "boolean",
1072
+ "description": "Format output as json.",
1073
+ "helpGroup": "GLOBAL",
1074
+ "allowNo": false
1075
+ }
1076
+ },
1077
+ "args": {}
1056
1078
  }
1057
1079
  }
1058
1080
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "4.1.27",
4
+ "version": "4.1.29-dev.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
8
8
  "sf-release": "bin/run"
9
9
  },
10
10
  "dependencies": {
11
- "@oclif/core": "^2.14.0",
11
+ "@oclif/core": "^2.15.0",
12
12
  "@octokit/core": "^4.2.4",
13
13
  "@octokit/plugin-paginate-rest": "^6.1.2",
14
14
  "@octokit/plugin-throttling": "^5.2.3",
@@ -21,20 +21,21 @@
21
21
  "@salesforce/ts-types": "^2.0.6",
22
22
  "aws-sdk": "^2.1440.0",
23
23
  "chalk": "^4.1.0",
24
- "fast-glob": "^3.3.0",
24
+ "fast-glob": "^3.3.1",
25
25
  "got": "^11.8.6",
26
26
  "just-diff": "^5.2.0",
27
27
  "proxy-agent": "^6.3.0",
28
28
  "semver": "^7.5.2",
29
29
  "shelljs": "^0.8.4",
30
30
  "standard-version": "^9.0.0",
31
+ "strip-ansi": "^6",
31
32
  "tslib": "^2",
32
33
  "yarn-deduplicate": "^3.1.0"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@oclif/plugin-command-snapshot": "^4.0.11",
36
37
  "@salesforce/dev-config": "^4.0.1",
37
- "@salesforce/dev-scripts": "^5.7.0",
38
+ "@salesforce/dev-scripts": "^5.10.0",
38
39
  "@salesforce/prettier-config": "^0.0.3",
39
40
  "@salesforce/ts-sinon": "1.4.15",
40
41
  "@swc/core": "1.3.39",
@@ -56,7 +57,7 @@
56
57
  "husky": "^7.0.4",
57
58
  "mocha": "^9.1.3",
58
59
  "nyc": "^15.1.0",
59
- "oclif": "^3.11.3",
60
+ "oclif": "^3.14.0",
60
61
  "prettier": "^2.8.8",
61
62
  "pretty-quick": "^3.1.0",
62
63
  "shx": "0.3.4",