@feathersjs/cli 4.4.2 → 4.6.1

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 +69 -15
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
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.0...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - chore\(dependencies\): Update all dependencies [\#281](https://github.com/feathersjs/cli/pull/281) ([daffl](https://github.com/daffl))
10
+ - chore\(dependencies\): Update all dependencies [\#280](https://github.com/feathersjs/cli/pull/280) ([daffl](https://github.com/daffl))
11
+ - chore\(dependencies\): Update all dependencies [\#277](https://github.com/feathersjs/cli/pull/277) ([daffl](https://github.com/daffl))
12
+ - chore\(dependencies\): Update all dependencies [\#275](https://github.com/feathersjs/cli/pull/275) ([daffl](https://github.com/daffl))
13
+ - chore\(dependencies\): Update all dependencies [\#274](https://github.com/feathersjs/cli/pull/274) ([daffl](https://github.com/daffl))
14
+ - Improve dependency update action [\#273](https://github.com/feathersjs/cli/pull/273) ([daffl](https://github.com/daffl))
15
+ - 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))
16
+ - 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
+ - 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
+
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
+ ## [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
+
44
+ ## [v4.4.2](https://github.com/feathersjs/cli/tree/v4.4.2) (2020-11-08)
45
+
46
+ [Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.1...v4.4.2)
47
+
48
+ **Merged pull requests:**
49
+
50
+ - Update dependencies and generator [\#252](https://github.com/feathersjs/cli/pull/252) ([daffl](https://github.com/daffl))
51
+
3
52
  ## [v4.4.1](https://github.com/feathersjs/cli/tree/v4.4.1) (2020-10-07)
4
53
 
5
54
  [Full Changelog](https://github.com/feathersjs/cli/compare/v4.4.0...v4.4.1)
@@ -19,7 +68,6 @@
19
68
  - Bump mocha from 8.0.1 to 8.1.3 [\#238](https://github.com/feathersjs/cli/pull/238) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
20
69
  - Bump npm-check-updates from 7.0.1 to 8.1.0 [\#237](https://github.com/feathersjs/cli/pull/237) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
21
70
  - Bump commander from 5.1.0 to 6.1.0 [\#236](https://github.com/feathersjs/cli/pull/236) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
22
- - Update all dependencies [\#226](https://github.com/feathersjs/cli/pull/226) ([github-actions[bot]](https://github.com/apps/github-actions))
23
71
 
24
72
  ## [v4.4.0](https://github.com/feathersjs/cli/tree/v4.4.0) (2020-07-08)
25
73
 
@@ -37,6 +85,7 @@
37
85
  - Update to latest generator-feathers and @feathersjs/tools [\#230](https://github.com/feathersjs/cli/pull/230) ([daffl](https://github.com/daffl))
38
86
  - Update all dependencies [\#229](https://github.com/feathersjs/cli/pull/229) ([github-actions[bot]](https://github.com/apps/github-actions))
39
87
  - Update all dependencies [\#228](https://github.com/feathersjs/cli/pull/228) ([github-actions[bot]](https://github.com/apps/github-actions))
88
+ - Update all dependencies [\#226](https://github.com/feathersjs/cli/pull/226) ([github-actions[bot]](https://github.com/apps/github-actions))
40
89
  - Add GitHub actions for CI and auto-updates [\#223](https://github.com/feathersjs/cli/pull/223) ([daffl](https://github.com/daffl))
41
90
 
42
91
  ## [v4.3.0](https://github.com/feathersjs/cli/tree/v4.3.0) (2020-02-13)
@@ -139,14 +188,15 @@
139
188
 
140
189
  [Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0...v4.1.0)
141
190
 
142
- ## [v4.0.0](https://github.com/feathersjs/cli/tree/v4.0.0) (2019-08-27)
143
-
144
- [Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.6...v4.0.0)
145
-
146
191
  **Merged pull requests:**
147
192
 
193
+ - Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
148
194
  - Update semistandard to the latest version 🚀 [\#185](https://github.com/feathersjs/cli/pull/185) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
149
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
+
150
200
  ## [v4.0.0-pre.6](https://github.com/feathersjs/cli/tree/v4.0.0-pre.6) (2019-08-19)
151
201
 
152
202
  [Full Changelog](https://github.com/feathersjs/cli/compare/v4.0.0-pre.5...v4.0.0-pre.6)
@@ -197,7 +247,6 @@
197
247
 
198
248
  **Merged pull requests:**
199
249
 
200
- - Update generator-feathers to the latest version 🚀 [\#186](https://github.com/feathersjs/cli/pull/186) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
201
250
  - Add v4 upgrade command and update dependencies [\#180](https://github.com/feathersjs/cli/pull/180) ([daffl](https://github.com/daffl))
202
251
  - Update semver to the latest version 🚀 [\#175](https://github.com/feathersjs/cli/pull/175) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
203
252
  - Update mocha to the latest version 🚀 [\#174](https://github.com/feathersjs/cli/pull/174) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
@@ -336,7 +385,6 @@
336
385
  **Merged pull requests:**
337
386
 
338
387
  - Update generator-feathers to the latest version 🚀 [\#151](https://github.com/feathersjs/cli/pull/151) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
339
- - Update generator-feathers to the latest version 🚀 [\#140](https://github.com/feathersjs/cli/pull/140) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
340
388
 
341
389
  ## [v3.6.3](https://github.com/feathersjs/cli/tree/v3.6.3) (2018-05-09)
342
390
 
@@ -371,6 +419,10 @@
371
419
 
372
420
  [Full Changelog](https://github.com/feathersjs/cli/compare/v3.6.0...v3.6.1)
373
421
 
422
+ **Merged pull requests:**
423
+
424
+ - Update generator-feathers to the latest version 🚀 [\#140](https://github.com/feathersjs/cli/pull/140) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
425
+
374
426
  ## [v3.6.0](https://github.com/feathersjs/cli/tree/v3.6.0) (2018-01-27)
375
427
 
376
428
  [Full Changelog](https://github.com/feathersjs/cli/compare/v2.4.0...v3.6.0)
@@ -403,13 +455,16 @@
403
455
 
404
456
  [Full Changelog](https://github.com/feathersjs/cli/compare/v3.4.0...v3.4.1)
405
457
 
458
+ **Merged pull requests:**
459
+
460
+ - Update generator-feathers to the latest version 🚀 [\#132](https://github.com/feathersjs/cli/pull/132) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
461
+
406
462
  ## [v3.4.0](https://github.com/feathersjs/cli/tree/v3.4.0) (2017-12-20)
407
463
 
408
464
  [Full Changelog](https://github.com/feathersjs/cli/compare/v3.3.0...v3.4.0)
409
465
 
410
466
  **Merged pull requests:**
411
467
 
412
- - Update generator-feathers to the latest version 🚀 [\#132](https://github.com/feathersjs/cli/pull/132) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
413
468
  - Update generator-feathers to the latest version 🚀 [\#131](https://github.com/feathersjs/cli/pull/131) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
414
469
 
415
470
  ## [v3.3.0](https://github.com/feathersjs/cli/tree/v3.3.0) (2017-12-14)
@@ -477,7 +532,6 @@
477
532
  - Add upgrade functionality [\#124](https://github.com/feathersjs/cli/pull/124) ([daffl](https://github.com/daffl))
478
533
  - Rename repository to use npm scope [\#121](https://github.com/feathersjs/cli/pull/121) ([daffl](https://github.com/daffl))
479
534
  - Update to new plugin infrastructure [\#120](https://github.com/feathersjs/cli/pull/120) ([daffl](https://github.com/daffl))
480
- - Update generator-feathers to the latest version 🚀 [\#115](https://github.com/feathersjs/cli/pull/115) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
481
535
 
482
536
  ## [v2.3.9](https://github.com/feathersjs/cli/tree/v2.3.9) (2017-10-26)
483
537
 
@@ -487,10 +541,6 @@
487
541
 
488
542
  - A mongoose way to handle the createAt and updateAt [\#118](https://github.com/feathersjs/cli/issues/118)
489
543
 
490
- **Merged pull requests:**
491
-
492
- - Use latest generator-feathers [\#122](https://github.com/feathersjs/cli/pull/122) ([daffl](https://github.com/daffl))
493
-
494
544
  ## [v2.3.8](https://github.com/feathersjs/cli/tree/v2.3.8) (2017-10-11)
495
545
 
496
546
  [Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.7...v2.3.8)
@@ -516,6 +566,10 @@
516
566
 
517
567
  - use semistandard instead of eslint:recommended with tweaks? [\#113](https://github.com/feathersjs/cli/issues/113)
518
568
 
569
+ **Merged pull requests:**
570
+
571
+ - Update generator-feathers to the latest version 🚀 [\#115](https://github.com/feathersjs/cli/pull/115) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
572
+
519
573
  ## [v2.3.5](https://github.com/feathersjs/cli/tree/v2.3.5) (2017-08-23)
520
574
 
521
575
  [Full Changelog](https://github.com/feathersjs/cli/compare/v2.3.4...v2.3.5)
@@ -657,7 +711,6 @@
657
711
  **Merged pull requests:**
658
712
 
659
713
  - Update generator-feathers to the latest version 🚀 [\#86](https://github.com/feathersjs/cli/pull/86) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
660
- - Use generator-feathers 1.0.0-pre.6 [\#71](https://github.com/feathersjs/cli/pull/71) ([daffl](https://github.com/daffl))
661
714
 
662
715
  ## [v2.0.4](https://github.com/feathersjs/cli/tree/v2.0.4) (2017-04-19)
663
716
 
@@ -666,7 +719,6 @@
666
719
  **Merged pull requests:**
667
720
 
668
721
  - Update generator-feathers to the latest version 🚀 [\#83](https://github.com/feathersjs/cli/pull/83) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
669
- - Check for Node v6 or later [\#80](https://github.com/feathersjs/cli/pull/80) ([daffl](https://github.com/daffl))
670
722
 
671
723
  ## [v2.0.3](https://github.com/feathersjs/cli/tree/v2.0.3) (2017-04-18)
672
724
 
@@ -688,6 +740,7 @@
688
740
  **Merged pull requests:**
689
741
 
690
742
  - Update generator-feathers to the latest version 🚀 [\#81](https://github.com/feathersjs/cli/pull/81) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
743
+ - Check for Node v6 or later [\#80](https://github.com/feathersjs/cli/pull/80) ([daffl](https://github.com/daffl))
691
744
  - Add Greenkeeper badge 🌴 [\#78](https://github.com/feathersjs/cli/pull/78) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
692
745
 
693
746
  ## [v2.0.1](https://github.com/feathersjs/cli/tree/v2.0.1) (2017-04-12)
@@ -710,6 +763,7 @@
710
763
 
711
764
  **Merged pull requests:**
712
765
 
766
+ - Use generator-feathers 1.0.0-pre.6 [\#71](https://github.com/feathersjs/cli/pull/71) ([daffl](https://github.com/daffl))
713
767
  - update all badges [\#67](https://github.com/feathersjs/cli/pull/67) ([OmgImAlexis](https://github.com/OmgImAlexis))
714
768
 
715
769
  ## [v2.0.0-pre.2](https://github.com/feathersjs/cli/tree/v2.0.0-pre.2) (2017-03-16)
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.2",
4
+ "version": "4.6.1",
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
- "generator-feathers": "4.3.2",
54
- "@feathersjs/tools": "^0.2.2",
55
- "commander": "^6.2.0",
53
+ "@feathersjs/tools": "^0.2.3",
54
+ "commander": "^8.3.0",
55
+ "generator-feathers": "4.5.1",
56
56
  "generator-feathers-plugin": "1.0.1",
57
- "semver": "^7.3.2",
58
- "update-notifier": "^5.0.1",
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.20",
63
- "mocha": "^8.2.1",
64
- "npm-check-updates": "^9.2.4",
65
- "semistandard": "^16.0.0"
62
+ "lodash": "^4.17.21",
63
+ "mocha": "^9.1.3",
64
+ "npm-check-updates": "^12.0.2",
65
+ "semistandard": "^16.0.1"
66
66
  }
67
67
  }