@feathersjs/cli 4.5.0 → 4.7.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.
- package/CHANGELOG.md +58 -11
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased](https://github.com/feathersjs/cli/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.2...HEAD)
|
|
6
|
+
|
|
7
|
+
**Merged pull requests:**
|
|
8
|
+
|
|
9
|
+
- chore\(dependencies\): Update all dependencies [\#283](https://github.com/feathersjs/cli/pull/283) ([daffl](https://github.com/daffl))
|
|
10
|
+
- chore\(dependencies\): Update all dependencies [\#282](https://github.com/feathersjs/cli/pull/282) ([daffl](https://github.com/daffl))
|
|
11
|
+
|
|
12
|
+
## [v4.6.2](https://github.com/feathersjs/cli/tree/v4.6.2) (2021-12-15)
|
|
13
|
+
|
|
14
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.1...v4.6.2)
|
|
15
|
+
|
|
16
|
+
**Closed issues:**
|
|
17
|
+
|
|
18
|
+
- Exception when generating hooks [\#234](https://github.com/feathersjs/cli/issues/234)
|
|
19
|
+
|
|
20
|
+
## [v4.6.1](https://github.com/feathersjs/cli/tree/v4.6.1) (2021-11-24)
|
|
21
|
+
|
|
22
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...v4.6.1)
|
|
23
|
+
|
|
24
|
+
## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
|
|
25
|
+
|
|
26
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
|
|
27
|
+
|
|
28
|
+
**Closed issues:**
|
|
29
|
+
|
|
30
|
+
- CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
|
|
31
|
+
|
|
32
|
+
**Merged pull requests:**
|
|
33
|
+
|
|
34
|
+
- chore\(dependencies\): Update all dependencies [\#281](https://github.com/feathersjs/cli/pull/281) ([daffl](https://github.com/daffl))
|
|
35
|
+
- chore\(dependencies\): Update all dependencies [\#280](https://github.com/feathersjs/cli/pull/280) ([daffl](https://github.com/daffl))
|
|
36
|
+
- chore\(dependencies\): Update all dependencies [\#277](https://github.com/feathersjs/cli/pull/277) ([daffl](https://github.com/daffl))
|
|
37
|
+
- chore\(dependencies\): Update all dependencies [\#275](https://github.com/feathersjs/cli/pull/275) ([daffl](https://github.com/daffl))
|
|
38
|
+
- chore\(dependencies\): Update all dependencies [\#274](https://github.com/feathersjs/cli/pull/274) ([daffl](https://github.com/daffl))
|
|
39
|
+
- Improve dependency update action [\#273](https://github.com/feathersjs/cli/pull/273) ([daffl](https://github.com/daffl))
|
|
40
|
+
- Bump commander from 6.2.1 to 7.0.0 [\#261](https://github.com/feathersjs/cli/pull/261) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
41
|
+
- 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))
|
|
42
|
+
- 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))
|
|
43
|
+
|
|
44
|
+
## [v4.5.0](https://github.com/feathersjs/cli/tree/v4.5.0) (2021-01-22)
|
|
45
|
+
|
|
46
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.3...v4.5.0)
|
|
47
|
+
|
|
3
48
|
## [v4.4.3](https://github.com/feathersjs/cli/tree/v4.4.3) (2021-01-01)
|
|
4
49
|
|
|
5
50
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.2...v4.4.3)
|
|
@@ -160,15 +205,15 @@
|
|
|
160
205
|
|
|
161
206
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0...v4.1.0)
|
|
162
207
|
|
|
163
|
-
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
164
|
-
|
|
165
|
-
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
166
|
-
|
|
167
208
|
**Merged pull requests:**
|
|
168
209
|
|
|
169
210
|
- Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
170
211
|
- Update semistandard to the latest version 🚀 [\#185](https://github.com/feathersjs/cli/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
171
212
|
|
|
213
|
+
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
214
|
+
|
|
215
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
216
|
+
|
|
172
217
|
## [v4.0.0-pre.6](https://github.com/feathersjs/cli/tree/v4.0.0-pre.6) (2019-08-19)
|
|
173
218
|
|
|
174
219
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.5...v4.0.0-pre.6)
|
|
@@ -385,6 +430,7 @@
|
|
|
385
430
|
**Merged pull requests:**
|
|
386
431
|
|
|
387
432
|
- Update generator-feathers to latest version [\#147](https://github.com/feathersjs/cli/pull/147) ([daffl](https://github.com/daffl))
|
|
433
|
+
- Add basic shell command [\#138](https://github.com/feathersjs/cli/pull/138) ([zaro](https://github.com/zaro))
|
|
388
434
|
|
|
389
435
|
## [v3.6.1](https://github.com/feathersjs/cli/tree/v3.6.1) (2018-02-10)
|
|
390
436
|
|
|
@@ -428,7 +474,6 @@
|
|
|
428
474
|
|
|
429
475
|
**Merged pull requests:**
|
|
430
476
|
|
|
431
|
-
- Add basic shell command [\#138](https://github.com/feathersjs/cli/pull/138) ([zaro](https://github.com/zaro))
|
|
432
477
|
- Update generator-feathers to the latest version 🚀 [\#132](https://github.com/feathersjs/cli/pull/132) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
433
478
|
|
|
434
479
|
## [v3.4.0](https://github.com/feathersjs/cli/tree/v3.4.0) (2017-12-20)
|
|
@@ -513,10 +558,6 @@
|
|
|
513
558
|
|
|
514
559
|
- A mongoose way to handle the createAt and updateAt [\#118](https://github.com/feathersjs/cli/issues/118)
|
|
515
560
|
|
|
516
|
-
**Merged pull requests:**
|
|
517
|
-
|
|
518
|
-
- Use latest generator-feathers [\#122](https://github.com/feathersjs/cli/pull/122) ([daffl](https://github.com/daffl))
|
|
519
|
-
|
|
520
561
|
## [v2.3.8](https://github.com/feathersjs/cli/tree/v2.3.8) (2017-10-11)
|
|
521
562
|
|
|
522
563
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.7...v2.3.8)
|
|
@@ -647,7 +688,6 @@
|
|
|
647
688
|
**Merged pull requests:**
|
|
648
689
|
|
|
649
690
|
- Update generator-feathers to the latest version 🚀 [\#96](https://github.com/feathersjs/cli/pull/96) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
650
|
-
- Update generator-feathers to the latest version 🚀 [\#86](https://github.com/feathersjs/cli/pull/86) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
651
691
|
|
|
652
692
|
## [v2.1.1](https://github.com/feathersjs/cli/tree/v2.1.1) (2017-06-16)
|
|
653
693
|
|
|
@@ -685,6 +725,10 @@
|
|
|
685
725
|
- Generated tests don't use the path passed to the generator [\#85](https://github.com/feathersjs/cli/issues/85)
|
|
686
726
|
- Generated sequelize service does not use the username and password correctly [\#84](https://github.com/feathersjs/cli/issues/84)
|
|
687
727
|
|
|
728
|
+
**Merged pull requests:**
|
|
729
|
+
|
|
730
|
+
- Update generator-feathers to the latest version 🚀 [\#86](https://github.com/feathersjs/cli/pull/86) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
731
|
+
|
|
688
732
|
## [v2.0.4](https://github.com/feathersjs/cli/tree/v2.0.4) (2017-04-19)
|
|
689
733
|
|
|
690
734
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.0.3...v2.0.4)
|
|
@@ -715,7 +759,6 @@
|
|
|
715
759
|
- Update generator-feathers to the latest version 🚀 [\#81](https://github.com/feathersjs/cli/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
716
760
|
- Check for Node v6 or later [\#80](https://github.com/feathersjs/cli/pull/80) ([daffl](https://github.com/daffl))
|
|
717
761
|
- Add Greenkeeper badge 🌴 [\#78](https://github.com/feathersjs/cli/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
718
|
-
- Updating to major pre version [\#63](https://github.com/feathersjs/cli/pull/63) ([daffl](https://github.com/daffl))
|
|
719
762
|
|
|
720
763
|
## [v2.0.1](https://github.com/feathersjs/cli/tree/v2.0.1) (2017-04-12)
|
|
721
764
|
|
|
@@ -761,6 +804,10 @@
|
|
|
761
804
|
|
|
762
805
|
- Support Heroku deployments [\#1](https://github.com/feathersjs/cli/issues/1)
|
|
763
806
|
|
|
807
|
+
**Merged pull requests:**
|
|
808
|
+
|
|
809
|
+
- Updating to major pre version [\#63](https://github.com/feathersjs/cli/pull/63) ([daffl](https://github.com/daffl))
|
|
810
|
+
|
|
764
811
|
## [v1.3.0-pre.1](https://github.com/feathersjs/cli/tree/v1.3.0-pre.1) (2017-02-08)
|
|
765
812
|
|
|
766
813
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v1.2.7...v1.3.0-pre.1)
|
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.
|
|
4
|
+
"version": "4.7.0",
|
|
5
5
|
"homepage": "https://github.com/feathersjs/cli",
|
|
6
6
|
"main": "lib/",
|
|
7
7
|
"bin": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"mocha": "mocha --recursive test/",
|
|
38
38
|
"test": "npm run lint && npm run mocha",
|
|
39
39
|
"lint": "semistandard --fix",
|
|
40
|
-
"update-dependencies": "ncu -u"
|
|
40
|
+
"update-dependencies": "ncu -u -x yeoman-environment"
|
|
41
41
|
},
|
|
42
42
|
"directories": {
|
|
43
43
|
"lib": "lib"
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
},
|
|
51
51
|
"preferGlobal": true,
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
53
|
+
"@feathersjs/tools": "^0.2.3",
|
|
54
|
+
"commander": "^8.3.0",
|
|
55
|
+
"generator-feathers": "4.6.0",
|
|
56
56
|
"generator-feathers-plugin": "1.0.1",
|
|
57
|
-
"semver": "^7.3.
|
|
58
|
-
"update-notifier": "^5.0
|
|
57
|
+
"semver": "^7.3.5",
|
|
58
|
+
"update-notifier": "^5.1.0",
|
|
59
59
|
"yeoman-environment": "^2.10.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"lodash": "^4.17.
|
|
63
|
-
"mocha": "^
|
|
64
|
-
"npm-check-updates": "^
|
|
65
|
-
"semistandard": "^16.0.
|
|
62
|
+
"lodash": "^4.17.21",
|
|
63
|
+
"mocha": "^9.1.3",
|
|
64
|
+
"npm-check-updates": "^12.1.0",
|
|
65
|
+
"semistandard": "^16.0.1"
|
|
66
66
|
}
|
|
67
67
|
}
|