@oclif/plugin-update 4.1.2 → 4.1.4

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.
@@ -69,6 +69,7 @@
69
69
  }
70
70
  },
71
71
  "hasDynamicHelp": false,
72
+ "hiddenAliases": [],
72
73
  "id": "update",
73
74
  "pluginAlias": "@oclif/plugin-update",
74
75
  "pluginName": "@oclif/plugin-update",
@@ -87,5 +88,5 @@
87
88
  ]
88
89
  }
89
90
  },
90
- "version": "4.1.2"
91
+ "version": "4.1.4"
91
92
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
- "@oclif/core": "^3.0.9",
7
+ "@oclif/core": "^3.12.0",
8
8
  "chalk": "^5",
9
9
  "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
@@ -20,37 +20,37 @@
20
20
  "@oclif/plugin-help": "^5.2.17",
21
21
  "@oclif/prettier-config": "^0.2.1",
22
22
  "@oclif/test": "^3",
23
- "@types/chai": "^4.3.5",
24
- "@types/cross-spawn": "^6.0.3",
25
- "@types/debug": "^4.1.8",
23
+ "@types/chai": "^4.3.10",
24
+ "@types/cross-spawn": "^6.0.6",
25
+ "@types/debug": "^4.1.10",
26
26
  "@types/execa": "^0.9.0",
27
27
  "@types/glob": "^7.1.3",
28
- "@types/inquirer": "^9.0.3",
29
- "@types/lodash.throttle": "^4.1.6",
28
+ "@types/inquirer": "^9.0.4",
29
+ "@types/lodash.throttle": "^4.1.9",
30
30
  "@types/mocha": "^10",
31
31
  "@types/node": "^18",
32
- "@types/semver": "^7.5.3",
32
+ "@types/semver": "^7.5.5",
33
33
  "@types/supports-color": "^7.2.0",
34
34
  "@types/tar-fs": "^2.0.2",
35
- "chai": "^4.3.7",
36
- "commitlint": "^17.7.2",
37
- "eslint": "^8.49.0",
35
+ "chai": "^4.3.10",
36
+ "commitlint": "^17.8.1",
37
+ "eslint": "^8.54.0",
38
38
  "eslint-config-oclif": "^5.0.0",
39
- "eslint-config-oclif-typescript": "^3.0.1",
39
+ "eslint-config-oclif-typescript": "^3.0.15",
40
40
  "eslint-config-prettier": "^9.0.0",
41
41
  "got": "^13.0.0",
42
42
  "husky": "^8.0.3",
43
43
  "lint-staged": "^14.0.1",
44
44
  "mocha": "^10.2.0",
45
- "nock": "^13.3.2",
45
+ "nock": "^13.3.6",
46
46
  "oclif": "^4",
47
- "prettier": "^3.0.3",
47
+ "prettier": "^3.1.0",
48
48
  "qqjs": "^0.3.11",
49
- "quibble": "^0.8.0",
50
- "sinon": "^16.1.0",
49
+ "quibble": "^0.9.0",
50
+ "sinon": "^16.1.3",
51
51
  "strip-ansi": "^7.1.0",
52
52
  "ts-node": "^10.9.1",
53
- "typescript": "^5.1.6"
53
+ "typescript": "^5.2.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=18.0.0"
@@ -84,7 +84,7 @@
84
84
  "postpack": "rm -f oclif.manifest.json",
85
85
  "posttest": "yarn lint",
86
86
  "prepack": "yarn build && oclif lock && oclif manifest . && oclif lock",
87
- "prepare": "husky install",
87
+ "prepare": "husky install && yarn build",
88
88
  "pretest": "yarn build --noEmit && tsc -p test --noEmit",
89
89
  "test:integration:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",
90
90
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",