|
14 | 14 | },
|
15 | 15 | "scripts": {
|
16 | 16 | "build": "ember build --environment=production",
|
17 |
| - "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
18 |
| - "lint:fix": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*:fix", |
| 17 | + "lint": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"", |
| 18 | + "lint:fix": "npm-run-all --print-name --aggregate-output --continue-on-error --parallel \"lint:*:fix\"", |
19 | 19 | "lint:hbs": "ember-template-lint .",
|
20 | 20 | "lint:hbs:fix": "ember-template-lint . --fix",
|
21 | 21 | "lint:js": "eslint . --cache",
|
22 | 22 | "lint:js:fix": "eslint . --fix",
|
23 | 23 | "start": "ember serve",
|
24 |
| - "test": "npm-run-all lint test:*", |
| 24 | + "test": "npm-run-all --print-name \"lint\" \"test:*\"", |
25 | 25 | "test:mocha": "mocha",
|
26 | 26 | "test:ember": "ember test",
|
27 | 27 | "test:ember-compatibility": "ember try:each"
|
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@ember/optional-features": "^2.0.0",
|
51 | 51 | "@ember/string": "^3.1.1",
|
52 |
| - "@ember/test-helpers": "^2.7.0", |
| 52 | + "@ember/test-helpers": "^2.8.1", |
53 | 53 | "@embroider/test-setup": "^3.0.3",
|
54 | 54 | "@glimmer/component": "^1.1.2",
|
55 | 55 | "@glimmer/tracking": "^1.1.2",
|
56 | 56 | "babel-eslint": "^10.1.0",
|
57 | 57 | "broccoli-asset-rev": "^3.0.0",
|
58 | 58 | "broccoli-test-helper": "^1.5.0",
|
59 |
| - "ember-auto-import": "^2.4.1", |
60 |
| - "ember-cli": "~4.4.1", |
| 59 | + "ember-auto-import": "^2.4.3", |
| 60 | + "ember-cli": "~4.8.1", |
61 | 61 | "ember-cli-dependency-checker": "^3.3.1",
|
62 |
| - "ember-cli-htmlbars": "^6.0.1", |
| 62 | + "ember-cli-htmlbars": "^6.1.1", |
63 | 63 | "ember-cli-inject-live-reload": "^2.1.0",
|
64 | 64 | "ember-cli-sri": "^2.1.1",
|
65 | 65 | "ember-cli-terser": "^4.0.2",
|
66 | 66 | "ember-disable-prototype-extensions": "^1.1.3",
|
67 |
| - "ember-export-application-global": "^2.0.1", |
68 | 67 | "ember-load-initializers": "^2.1.2",
|
69 | 68 | "ember-page-title": "^7.0.0",
|
70 |
| - "ember-qunit": "^5.1.5", |
| 69 | + "ember-qunit": "^6.0.0", |
71 | 70 | "ember-resolver": "^8.0.3",
|
72 |
| - "ember-source": "~4.4.0", |
| 71 | + "ember-source": "~4.8.0", |
73 | 72 | "ember-source-channel-url": "^3.0.0",
|
74 |
| - "ember-template-lint": "^4.8.0", |
| 73 | + "ember-template-lint": "^4.16.1", |
75 | 74 | "ember-try": "^3.0.0",
|
76 | 75 | "eslint": "^7.32.0",
|
77 | 76 | "eslint-config-prettier": "^8.5.0",
|
78 |
| - "eslint-plugin-ember": "^10.6.1", |
| 77 | + "eslint-plugin-ember": "^11.1.0", |
79 | 78 | "eslint-plugin-node": "^11.1.0",
|
80 |
| - "eslint-plugin-prettier": "^4.0.0", |
81 |
| - "eslint-plugin-qunit": "^7.2.0", |
| 79 | + "eslint-plugin-prettier": "^4.2.1", |
| 80 | + "eslint-plugin-qunit": "^7.3.1", |
82 | 81 | "glob": "^7.1.3",
|
83 | 82 | "lint-to-the-future": "^2.0.0",
|
84 | 83 | "lint-to-the-future-eslint": "^2.0.1",
|
85 | 84 | "loader.js": "^4.7.0",
|
86 | 85 | "mocha": "^9.1.2",
|
87 | 86 | "npm-run-all": "^4.1.5",
|
88 |
| - "prettier": "^2.6.2", |
89 |
| - "qunit": "^2.19.1", |
| 87 | + "prettier": "^2.7.1", |
| 88 | + "qunit": "^2.19.2", |
90 | 89 | "qunit-dom": "^2.0.0",
|
91 | 90 | "sinon": "^17.0.1",
|
92 | 91 | "webpack": "^5.90.1"
|
93 | 92 | },
|
94 | 93 | "engines": {
|
95 |
| - "node": "14.* || 16.* || >=18" |
| 94 | + "node": "14.* || 16.* || >= 18" |
96 | 95 | },
|
97 | 96 | "ember": {
|
98 | 97 | "edition": "octane"
|
|
0 commit comments