@oclif/plugin-commands 3.2.1 → 3.3.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.
@@ -135,5 +135,5 @@
135
135
  ]
136
136
  }
137
137
  },
138
- "version": "3.2.1"
138
+ "version": "3.3.0"
139
139
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "3.2.1",
4
+ "version": "3.3.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
@@ -15,7 +15,7 @@
15
15
  "@commitlint/config-conventional": "^18",
16
16
  "@oclif/plugin-help": "^6",
17
17
  "@oclif/prettier-config": "^0.2.1",
18
- "@oclif/test": "^3.2.5",
18
+ "@oclif/test": "^3.2.8",
19
19
  "@types/chai": "^4.3.11",
20
20
  "@types/lodash.pickby": "^4.6.9",
21
21
  "@types/lodash.sortby": "^4.7.9",
@@ -26,18 +26,18 @@
26
26
  "chai": "^4.4.1",
27
27
  "commitlint": "^18",
28
28
  "eslint": "^8.57.0",
29
- "eslint-config-oclif": "^5.1.0",
30
- "eslint-config-oclif-typescript": "^3.1.2",
29
+ "eslint-config-oclif": "^5.1.1",
30
+ "eslint-config-oclif-typescript": "^3.1.3",
31
31
  "eslint-config-prettier": "^9.1.0",
32
32
  "husky": "^9",
33
33
  "lint-staged": "^15",
34
- "mocha": "^10.3.0",
34
+ "mocha": "^10.4.0",
35
35
  "nyc": "^15.1.0",
36
- "oclif": "^4.5.2",
36
+ "oclif": "^4.7.6",
37
37
  "prettier": "^3.2.5",
38
38
  "shx": "^0.3.3",
39
39
  "ts-node": "^10.9.2",
40
- "typescript": "^5.4.2"
40
+ "typescript": "^5.4.4"
41
41
  },
42
42
  "engines": {
43
43
  "node": ">=18.0.0"
@@ -46,8 +46,7 @@
46
46
  "files": [
47
47
  "/lib",
48
48
  "/oclif.manifest.json",
49
- "npm-shrinkwrap.json",
50
- "oclif.lock"
49
+ "npm-shrinkwrap.json"
51
50
  ],
52
51
  "homepage": "https://github.com/oclif/plugin-commands",
53
52
  "keywords": [
@@ -65,12 +64,12 @@
65
64
  "repository": "oclif/plugin-commands",
66
65
  "scripts": {
67
66
  "build": "shx rm -rf lib && tsc",
68
- "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
67
+ "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
69
68
  "compile": "tsc",
70
69
  "lint": "eslint . --ext .ts",
71
70
  "postpack": "yarn run clean",
72
71
  "posttest": "yarn lint",
73
- "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
72
+ "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
74
73
  "prepare": "husky && yarn build",
75
74
  "pretest": "yarn build --noEmit && tsc -p test --noEmit",
76
75
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",