@oclif/core 1.0.4 → 1.0.5

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +1 -1
  3. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.5](https://github.com/oclif/core/compare/v1.0.4...v1.0.5) (2021-12-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bump deps ([#306](https://github.com/oclif/core/issues/306)) ([52ee252](https://github.com/oclif/core/commit/52ee25247836b80d1d0c39f8f4793049a6ccbde7))
11
+
5
12
  ### [1.0.4](https://github.com/oclif/core/compare/v1.0.3...v1.0.4) (2021-11-18)
6
13
 
7
14
 
package/README.md CHANGED
@@ -42,7 +42,7 @@ class LS extends Command {
42
42
  }
43
43
 
44
44
  LS.run()
45
- .catch(require('@oclif/errors/handle'))
45
+ .catch(require('@oclif/core/handle'))
46
46
  ```
47
47
 
48
48
  Then run either of these with:
package/package.json CHANGED
@@ -1,68 +1,68 @@
1
1
  {
2
2
  "name": "@oclif/core",
3
3
  "description": "base library for oclif CLIs",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/core/issues",
7
7
  "dependencies": {
8
8
  "@oclif/linewrap": "^1.0.0",
9
- "chalk": "^4.1.0",
10
- "clean-stack": "^3.0.0",
11
- "cli-ux": "^5.1.0",
12
- "debug": "^4.1.1",
13
- "fs-extra": "^9.0.1",
9
+ "chalk": "^4.1.2",
10
+ "clean-stack": "^3.0.1",
11
+ "cli-ux": "^6.0.1",
12
+ "debug": "^4.3.3",
13
+ "fs-extra": "^9.1.0",
14
14
  "get-package-type": "^0.1.0",
15
- "globby": "^11.0.1",
15
+ "globby": "^11.0.4",
16
16
  "indent-string": "^4.0.0",
17
- "is-wsl": "^2.1.1",
17
+ "is-wsl": "^2.2.0",
18
18
  "lodash": "^4.17.21",
19
- "semver": "^7.3.2",
20
- "string-width": "^4.2.0",
21
- "strip-ansi": "^6.0.0",
22
- "tslib": "^2.0.0",
19
+ "semver": "^7.3.5",
20
+ "string-width": "^4.2.3",
21
+ "strip-ansi": "^6.0.1",
22
+ "tslib": "^2.3.1",
23
23
  "widest-line": "^3.1.0",
24
24
  "wrap-ansi": "^7.0.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@commitlint/config-conventional": "^12.1.1",
28
- "@oclif/plugin-help": "^5.1.2",
29
- "@oclif/plugin-plugins": "^2.0.1",
27
+ "@commitlint/config-conventional": "^12.1.4",
28
+ "@oclif/plugin-help": "^5.1.4",
29
+ "@oclif/plugin-plugins": "^2.0.2",
30
30
  "@oclif/test": "^1.2.8",
31
- "@types/chai": "^4.1.7",
32
- "@types/chai-as-promised": "^7.1.3",
31
+ "@types/chai": "^4.2.22",
32
+ "@types/chai-as-promised": "^7.1.4",
33
33
  "@types/clean-stack": "^2.1.1",
34
- "@types/fs-extra": "^9.0.1",
34
+ "@types/fs-extra": "^9.0.13",
35
35
  "@types/indent-string": "^4.0.1",
36
- "@types/lodash": "^4.14.123",
37
- "@types/lodash.template": "^4.4.4",
38
- "@types/mocha": "^8.0.3",
36
+ "@types/lodash": "^4.14.177",
37
+ "@types/lodash.template": "^4.5.0",
38
+ "@types/mocha": "^8.2.3",
39
39
  "@types/nock": "^11.1.0",
40
- "@types/node": "^15.6.1",
41
- "@types/node-notifier": "^8.0.0",
40
+ "@types/node": "^15.14.9",
41
+ "@types/node-notifier": "^8.0.1",
42
42
  "@types/proxyquire": "^1.3.28",
43
43
  "@types/read-pkg": "^5.1.0",
44
- "@types/semver": "^7.3.1",
44
+ "@types/semver": "^7.3.9",
45
45
  "@types/strip-ansi": "^5.2.1",
46
46
  "@types/wrap-ansi": "^3.0.0",
47
- "chai": "^4.2.0",
47
+ "chai": "^4.3.4",
48
48
  "chai-as-promised": "^7.1.1",
49
- "commitlint": "^12.1.1",
50
- "eslint": "^7.3.1",
49
+ "commitlint": "^12.1.4",
50
+ "eslint": "^7.32.0",
51
51
  "eslint-config-oclif": "^4.0.0",
52
52
  "eslint-config-oclif-typescript": "^1.0.2",
53
- "fancy-test": "^1.4.3",
54
- "globby": "^11.0.1",
53
+ "fancy-test": "^1.4.10",
54
+ "globby": "^11.0.4",
55
55
  "husky": "6",
56
- "mocha": "^8.1.3",
57
- "nock": "^13.0.0",
58
- "proxyquire": "^2.1.0",
56
+ "mocha": "^8.4.0",
57
+ "nock": "^13.2.1",
58
+ "proxyquire": "^2.1.3",
59
59
  "shx": "^0.3.3",
60
- "sinon": "^11.1.1",
61
- "ts-node": "^9.0.0",
60
+ "sinon": "^11.1.2",
61
+ "ts-node": "^9.1.1",
62
62
  "typescript": "4.5.2"
63
63
  },
64
64
  "resolutions": {
65
- "@oclif/command": "1.8.1",
65
+ "@oclif/command": "1.8.6",
66
66
  "@oclif/parser": "3.8.6"
67
67
  },
68
68
  "engines": {