@feathersjs/cli 4.4.3 → 4.6.2
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 +63 -17
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [v4.6.1](https://github.com/feathersjs/cli/tree/v4.6.1) (2021-11-24)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.6.0...v4.6.1)
|
|
6
|
+
|
|
7
|
+
## [v4.6.0](https://github.com/feathersjs/cli/tree/v4.6.0) (2021-11-23)
|
|
8
|
+
|
|
9
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.5.0...v4.6.0)
|
|
10
|
+
|
|
11
|
+
**Closed issues:**
|
|
12
|
+
|
|
13
|
+
- CLI service generation crash when the name start by a number [\#279](https://github.com/feathersjs/cli/issues/279)
|
|
14
|
+
|
|
15
|
+
**Merged pull requests:**
|
|
16
|
+
|
|
17
|
+
- chore\(dependencies\): Update all dependencies [\#281](https://github.com/feathersjs/cli/pull/281) ([daffl](https://github.com/daffl))
|
|
18
|
+
- chore\(dependencies\): Update all dependencies [\#280](https://github.com/feathersjs/cli/pull/280) ([daffl](https://github.com/daffl))
|
|
19
|
+
- chore\(dependencies\): Update all dependencies [\#277](https://github.com/feathersjs/cli/pull/277) ([daffl](https://github.com/daffl))
|
|
20
|
+
- chore\(dependencies\): Update all dependencies [\#275](https://github.com/feathersjs/cli/pull/275) ([daffl](https://github.com/daffl))
|
|
21
|
+
- chore\(dependencies\): Update all dependencies [\#274](https://github.com/feathersjs/cli/pull/274) ([daffl](https://github.com/daffl))
|
|
22
|
+
- Improve dependency update action [\#273](https://github.com/feathersjs/cli/pull/273) ([daffl](https://github.com/daffl))
|
|
23
|
+
- 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))
|
|
24
|
+
- 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))
|
|
25
|
+
- 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))
|
|
26
|
+
|
|
27
|
+
## [v4.5.0](https://github.com/feathersjs/cli/tree/v4.5.0) (2021-01-22)
|
|
28
|
+
|
|
29
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.3...v4.5.0)
|
|
30
|
+
|
|
31
|
+
## [v4.4.3](https://github.com/feathersjs/cli/tree/v4.4.3) (2021-01-01)
|
|
32
|
+
|
|
33
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.2...v4.4.3)
|
|
34
|
+
|
|
35
|
+
**Security fixes:**
|
|
36
|
+
|
|
37
|
+
- \[Security\] Bump ini from 1.3.5 to 1.3.7 [\#255](https://github.com/feathersjs/cli/pull/255) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
38
|
+
|
|
39
|
+
**Merged pull requests:**
|
|
40
|
+
|
|
41
|
+
- Update dependencies [\#256](https://github.com/feathersjs/cli/pull/256) ([daffl](https://github.com/daffl))
|
|
42
|
+
- Bump npm-check-updates from 9.2.4 to 10.2.2 [\#254](https://github.com/feathersjs/cli/pull/254) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
43
|
+
|
|
3
44
|
## [v4.4.2](https://github.com/feathersjs/cli/tree/v4.4.2) (2020-11-08)
|
|
4
45
|
|
|
5
46
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.1...v4.4.2)
|
|
@@ -46,7 +87,6 @@
|
|
|
46
87
|
- Update all dependencies [\#228](https://github.com/feathersjs/cli/pull/228) ([github-actions[bot]](https://github.com/apps/github-actions))
|
|
47
88
|
- Update all dependencies [\#226](https://github.com/feathersjs/cli/pull/226) ([github-actions[bot]](https://github.com/apps/github-actions))
|
|
48
89
|
- Add GitHub actions for CI and auto-updates [\#223](https://github.com/feathersjs/cli/pull/223) ([daffl](https://github.com/daffl))
|
|
49
|
-
- Update generator-feathers to the latest version 🚀 [\#196](https://github.com/feathersjs/cli/pull/196) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
50
90
|
|
|
51
91
|
## [v4.3.0](https://github.com/feathersjs/cli/tree/v4.3.0) (2020-02-13)
|
|
52
92
|
|
|
@@ -72,6 +112,7 @@
|
|
|
72
112
|
|
|
73
113
|
**Merged pull requests:**
|
|
74
114
|
|
|
115
|
+
- Update generator-feathers to the latest version 🚀 [\#205](https://github.com/feathersjs/cli/pull/205) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
75
116
|
- Update semver to the latest version 🚀 [\#204](https://github.com/feathersjs/cli/pull/204) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
76
117
|
|
|
77
118
|
## [v4.2.4](https://github.com/feathersjs/cli/tree/v4.2.4) (2019-12-13)
|
|
@@ -84,7 +125,6 @@
|
|
|
84
125
|
|
|
85
126
|
**Merged pull requests:**
|
|
86
127
|
|
|
87
|
-
- Update generator-feathers to the latest version 🚀 [\#205](https://github.com/feathersjs/cli/pull/205) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
88
128
|
- Update generator-feathers to the latest version 🚀 [\#202](https://github.com/feathersjs/cli/pull/202) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
89
129
|
- Update update-notifier to the latest version 🚀 [\#201](https://github.com/feathersjs/cli/pull/201) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
90
130
|
- Update commander to the latest version 🚀 [\#198](https://github.com/feathersjs/cli/pull/198) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
@@ -107,6 +147,10 @@
|
|
|
107
147
|
- feathersjs v4 after upgrade to typescript getting services\index.js doesn't exist error [\#194](https://github.com/feathersjs/cli/issues/194)
|
|
108
148
|
- MongoDB no longer offered in feather cli [\#193](https://github.com/feathersjs/cli/issues/193)
|
|
109
149
|
|
|
150
|
+
**Merged pull requests:**
|
|
151
|
+
|
|
152
|
+
- Update generator-feathers to the latest version 🚀 [\#196](https://github.com/feathersjs/cli/pull/196) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
153
|
+
|
|
110
154
|
## [v4.2.1](https://github.com/feathersjs/cli/tree/v4.2.1) (2019-09-20)
|
|
111
155
|
|
|
112
156
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.2.0...v4.2.1)
|
|
@@ -115,6 +159,10 @@
|
|
|
115
159
|
|
|
116
160
|
- Type error test/authentication.test.ts [\#187](https://github.com/feathersjs/cli/issues/187)
|
|
117
161
|
|
|
162
|
+
**Merged pull requests:**
|
|
163
|
+
|
|
164
|
+
- Update generator-feathers to the latest version 🚀 [\#192](https://github.com/feathersjs/cli/pull/192) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
165
|
+
|
|
118
166
|
## [v4.2.0](https://github.com/feathersjs/cli/tree/v4.2.0) (2019-09-19)
|
|
119
167
|
|
|
120
168
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.1.1...v4.2.0)
|
|
@@ -127,7 +175,6 @@
|
|
|
127
175
|
**Merged pull requests:**
|
|
128
176
|
|
|
129
177
|
- Update generator-feathers to the latest version 🚀 [\#191](https://github.com/feathersjs/cli/pull/191) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
130
|
-
- Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
131
178
|
|
|
132
179
|
## [v4.1.1](https://github.com/feathersjs/cli/tree/v4.1.1) (2019-09-04)
|
|
133
180
|
|
|
@@ -141,14 +188,15 @@
|
|
|
141
188
|
|
|
142
189
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0...v4.1.0)
|
|
143
190
|
|
|
144
|
-
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
145
|
-
|
|
146
|
-
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
147
|
-
|
|
148
191
|
**Merged pull requests:**
|
|
149
192
|
|
|
193
|
+
- Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
150
194
|
- Update semistandard to the latest version 🚀 [\#185](https://github.com/feathersjs/cli/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
151
195
|
|
|
196
|
+
## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
|
|
197
|
+
|
|
198
|
+
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
|
|
199
|
+
|
|
152
200
|
## [v4.0.0-pre.6](https://github.com/feathersjs/cli/tree/v4.0.0-pre.6) (2019-08-19)
|
|
153
201
|
|
|
154
202
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.5...v4.0.0-pre.6)
|
|
@@ -199,7 +247,6 @@
|
|
|
199
247
|
|
|
200
248
|
**Merged pull requests:**
|
|
201
249
|
|
|
202
|
-
- Update generator-feathers to the latest version 🚀 [\#192](https://github.com/feathersjs/cli/pull/192) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
203
250
|
- Add v4 upgrade command and update dependencies [\#180](https://github.com/feathersjs/cli/pull/180) ([daffl](https://github.com/daffl))
|
|
204
251
|
- Update semver to the latest version 🚀 [\#175](https://github.com/feathersjs/cli/pull/175) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
205
252
|
- Update mocha to the latest version 🚀 [\#174](https://github.com/feathersjs/cli/pull/174) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
@@ -350,7 +397,6 @@
|
|
|
350
397
|
**Merged pull requests:**
|
|
351
398
|
|
|
352
399
|
- Update and lock generator-feathers to 2.4.3 [\#149](https://github.com/feathersjs/cli/pull/149) ([daffl](https://github.com/daffl))
|
|
353
|
-
- Update generator-feathers to the latest version 🚀 [\#137](https://github.com/feathersjs/cli/pull/137) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
354
400
|
|
|
355
401
|
## [v3.6.2](https://github.com/feathersjs/cli/tree/v3.6.2) (2018-04-24)
|
|
356
402
|
|
|
@@ -389,6 +435,7 @@
|
|
|
389
435
|
|
|
390
436
|
**Merged pull requests:**
|
|
391
437
|
|
|
438
|
+
- Update generator-feathers to the latest version 🚀 [\#137](https://github.com/feathersjs/cli/pull/137) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
392
439
|
- Update mocha to the latest version 🚀 [\#135](https://github.com/feathersjs/cli/pull/135) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
393
440
|
|
|
394
441
|
## [v2.4.0](https://github.com/feathersjs/cli/tree/v2.4.0) (2018-01-11)
|
|
@@ -401,6 +448,7 @@
|
|
|
401
448
|
|
|
402
449
|
**Merged pull requests:**
|
|
403
450
|
|
|
451
|
+
- Update generator-feathers-plugin to the latest version 🚀 [\#134](https://github.com/feathersjs/cli/pull/134) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
404
452
|
- Update semistandard to the latest version 🚀 [\#133](https://github.com/feathersjs/cli/pull/133) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
405
453
|
|
|
406
454
|
## [v3.4.1](https://github.com/feathersjs/cli/tree/v3.4.1) (2017-12-21)
|
|
@@ -460,7 +508,6 @@
|
|
|
460
508
|
|
|
461
509
|
**Merged pull requests:**
|
|
462
510
|
|
|
463
|
-
- Update generator-feathers-plugin to the latest version 🚀 [\#134](https://github.com/feathersjs/cli/pull/134) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
464
511
|
- Add update notifier [\#127](https://github.com/feathersjs/cli/pull/127) ([daffl](https://github.com/daffl))
|
|
465
512
|
|
|
466
513
|
## [v3.0.0](https://github.com/feathersjs/cli/tree/v3.0.0) (2017-11-05)
|
|
@@ -485,7 +532,6 @@
|
|
|
485
532
|
- Add upgrade functionality [\#124](https://github.com/feathersjs/cli/pull/124) ([daffl](https://github.com/daffl))
|
|
486
533
|
- Rename repository to use npm scope [\#121](https://github.com/feathersjs/cli/pull/121) ([daffl](https://github.com/daffl))
|
|
487
534
|
- Update to new plugin infrastructure [\#120](https://github.com/feathersjs/cli/pull/120) ([daffl](https://github.com/daffl))
|
|
488
|
-
- Update generator-feathers to the latest version 🚀 [\#119](https://github.com/feathersjs/cli/pull/119) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
489
535
|
|
|
490
536
|
## [v2.3.9](https://github.com/feathersjs/cli/tree/v2.3.9) (2017-10-26)
|
|
491
537
|
|
|
@@ -495,16 +541,13 @@
|
|
|
495
541
|
|
|
496
542
|
- A mongoose way to handle the createAt and updateAt [\#118](https://github.com/feathersjs/cli/issues/118)
|
|
497
543
|
|
|
498
|
-
**Merged pull requests:**
|
|
499
|
-
|
|
500
|
-
- Use latest generator-feathers [\#122](https://github.com/feathersjs/cli/pull/122) ([daffl](https://github.com/daffl))
|
|
501
|
-
|
|
502
544
|
## [v2.3.8](https://github.com/feathersjs/cli/tree/v2.3.8) (2017-10-11)
|
|
503
545
|
|
|
504
546
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.7...v2.3.8)
|
|
505
547
|
|
|
506
548
|
**Merged pull requests:**
|
|
507
549
|
|
|
550
|
+
- Update generator-feathers to the latest version 🚀 [\#119](https://github.com/feathersjs/cli/pull/119) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
508
551
|
- Update mocha to the latest version 🚀 [\#117](https://github.com/feathersjs/cli/pull/117) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
509
552
|
|
|
510
553
|
## [v2.3.7](https://github.com/feathersjs/cli/tree/v2.3.7) (2017-09-13)
|
|
@@ -526,7 +569,6 @@
|
|
|
526
569
|
**Merged pull requests:**
|
|
527
570
|
|
|
528
571
|
- Update generator-feathers to the latest version 🚀 [\#115](https://github.com/feathersjs/cli/pull/115) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
529
|
-
- Update generator-feathers to the latest version 🚀 [\#110](https://github.com/feathersjs/cli/pull/110) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
530
572
|
|
|
531
573
|
## [v2.3.5](https://github.com/feathersjs/cli/tree/v2.3.5) (2017-08-23)
|
|
532
574
|
|
|
@@ -540,6 +582,10 @@
|
|
|
540
582
|
|
|
541
583
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.3...v2.3.4)
|
|
542
584
|
|
|
585
|
+
**Merged pull requests:**
|
|
586
|
+
|
|
587
|
+
- Update generator-feathers to the latest version 🚀 [\#110](https://github.com/feathersjs/cli/pull/110) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
588
|
+
|
|
543
589
|
## [v2.3.3](https://github.com/feathersjs/cli/tree/v2.3.3) (2017-07-31)
|
|
544
590
|
|
|
545
591
|
[Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.2...v2.3.3)
|
|
@@ -695,6 +741,7 @@
|
|
|
695
741
|
|
|
696
742
|
- Update generator-feathers to the latest version 🚀 [\#81](https://github.com/feathersjs/cli/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
697
743
|
- Check for Node v6 or later [\#80](https://github.com/feathersjs/cli/pull/80) ([daffl](https://github.com/daffl))
|
|
744
|
+
- Add Greenkeeper badge 🌴 [\#78](https://github.com/feathersjs/cli/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
698
745
|
|
|
699
746
|
## [v2.0.1](https://github.com/feathersjs/cli/tree/v2.0.1) (2017-04-12)
|
|
700
747
|
|
|
@@ -716,7 +763,6 @@
|
|
|
716
763
|
|
|
717
764
|
**Merged pull requests:**
|
|
718
765
|
|
|
719
|
-
- Add Greenkeeper badge 🌴 [\#78](https://github.com/feathersjs/cli/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
|
|
720
766
|
- Use generator-feathers 1.0.0-pre.6 [\#71](https://github.com/feathersjs/cli/pull/71) ([daffl](https://github.com/daffl))
|
|
721
767
|
- update all badges [\#67](https://github.com/feathersjs/cli/pull/67) ([OmgImAlexis](https://github.com/OmgImAlexis))
|
|
722
768
|
|
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.6.2",
|
|
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.5.2",
|
|
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.0.3",
|
|
65
|
+
"semistandard": "^16.0.1"
|
|
66
66
|
}
|
|
67
67
|
}
|