@feathersjs/cli 4.6.1 → 4.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +38 -9
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -2,7 +2,44 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/feathersjs/cli/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...HEAD)
5
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.7.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - chore\(dependencies\): Update all dependencies [\#284](https://github.com/feathersjs/cli/pull/284) ([daffl](https://github.com/daffl))
10
+
11
+ ## [v4.7.0](https://github.com/feathersjs/cli/tree/v4.7.0) (2022-01-10)
12
+
13
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.2...v4.7.0)
14
+
15
+ **Closed issues:**
16
+
17
+ - Feathers CLI command producing strange output. [\#285](https://github.com/feathersjs/cli/issues/285)
18
+
19
+ ## [v4.6.2](https://github.com/feathersjs/cli/tree/v4.6.2) (2021-12-15)
20
+
21
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.1...v4.6.2)
22
+
23
+ **Closed issues:**
24
+
25
+ - Exception when generating hooks [\#234](https://github.com/feathersjs/cli/issues/234)
26
+
27
+ **Merged pull requests:**
28
+
29
+ - chore\(dependencies\): Update all dependencies [\#283](https://github.com/feathersjs/cli/pull/283) ([daffl](https://github.com/daffl))
30
+ - chore\(dependencies\): Update all dependencies [\#282](https://github.com/feathersjs/cli/pull/282) ([daffl](https://github.com/daffl))
31
+
32
+ ## [v4.6.1](https://github.com/feathersjs/cli/tree/v4.6.1) (2021-11-24)
33
+
34
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...v4.6.1)
35
+
36
+ ## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
37
+
38
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
39
+
40
+ **Closed issues:**
41
+
42
+ - CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
6
43
 
7
44
  **Merged pull requests:**
8
45
 
@@ -16,14 +53,6 @@
16
53
  - Bump update-notifier from 5.0.1 to 5.1.0 [\#259](https://github.com/feathersjs/cli/pull/259) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
17
54
  - Bump npm-check-updates from 11.0.2 to 11.1.1 [\#258](https://github.com/feathersjs/cli/pull/258) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
18
55
 
19
- ## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
20
-
21
- [Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
22
-
23
- **Closed issues:**
24
-
25
- - CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
26
-
27
56
  ## [v4.5.0](https://github.com/feathersjs/cli/tree/v4.5.0) (2021-01-22)
28
57
 
29
58
  [Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.3...v4.5.0)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/cli",
3
3
  "description": "Command-line Feathers generator",
4
- "version": "4.6.1",
4
+ "version": "4.8.0",
5
5
  "homepage": "https://github.com/feathersjs/cli",
6
6
  "main": "lib/",
7
7
  "bin": {
@@ -51,17 +51,17 @@
51
51
  "preferGlobal": true,
52
52
  "dependencies": {
53
53
  "@feathersjs/tools": "^0.2.3",
54
- "commander": "^8.3.0",
55
- "generator-feathers": "4.5.1",
56
- "generator-feathers-plugin": "1.0.1",
57
- "semver": "^7.3.5",
54
+ "commander": "^9.3.0",
55
+ "generator-feathers": "^4.2.0",
56
+ "generator-feathers-plugin": "^0.3.1",
57
+ "semver": "^7.3.7",
58
58
  "update-notifier": "^5.1.0",
59
- "yeoman-environment": "^2.10.3"
59
+ "yeoman-environment": "^3.9.1"
60
60
  },
61
61
  "devDependencies": {
62
62
  "lodash": "^4.17.21",
63
- "mocha": "^9.1.3",
64
- "npm-check-updates": "^12.0.2",
63
+ "mocha": "^10.0.0",
64
+ "npm-check-updates": "^13.1.5",
65
65
  "semistandard": "^16.0.1"
66
66
  }
67
67
  }