-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-json-comments.txt
38 lines (23 loc) · 1.31 KB
/
package-json-comments.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This file contains comments about package.json, since there's no particularly clean way to add comments directly in JSON files.
devDependencies
The focus here is on packages that aren't in a default Ember-CLI app. Default packages can be seen here: https://github.com/ember-cli/ember-new-output/blob/master/package.json
dayjs
Date/time library.
https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md
ember-cli-mirage
Mock API server for testing.
https://www.ember-cli-mirage.com/docs/getting-started/upgrade-guide
ember-sinon-qunit
Testing window.confirm() functionality and similar.
https://github.com/elwayman02/ember-sinon-qunit/releases
ember-truth-helpers
Without this, Handlebars doesn't give a way to use boolean logic in templates other than "if x" and "unless x". This package provides and, or, equals, etc.
https://github.com/jmurphyau/ember-truth-helpers/blob/master/CHANGELOG.md
webpack
ember-auto-import 2.x requires a top-level dependency to webpack.
https://github.com/ef4/ember-auto-import/blob/main/docs/upgrade-guide-2.0.md#apps-responsible-for-installing-webpack
engines
ember-cli-update should take care of updating this.
resolutions
The global pin "@embroider/macros": "1.9.0" appears to be required to avoid a build error when on ember-data 4.8.x.
https://github.com/miragejs/ember-cli-mirage/issues/2461