|
14 | 14 | }, |
15 | 15 | "scripts": { |
16 | 16 | "build": "ember build --environment=production", |
| 17 | + "format": "prettier . --cache --write", |
17 | 18 | "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto", |
18 | 19 | "lint:css": "stylelint \"**/*.css\"", |
19 | 20 | "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
20 | | - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto", |
| 21 | + "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\" --prefixColors auto && npm run format", |
| 22 | + "lint:format": "prettier . --cache --check", |
21 | 23 | "lint:hbs": "ember-template-lint .", |
22 | 24 | "lint:hbs:fix": "ember-template-lint . --fix", |
23 | 25 | "lint:js": "eslint . --cache", |
|
37 | 39 | "@babel/eslint-parser": "^7.26.5", |
38 | 40 | "@babel/plugin-proposal-decorators": "^7.25.9", |
39 | 41 | "@ember/optional-features": "^2.2.0", |
40 | | - "@ember/test-helpers": "^4.0.5", |
| 42 | + "@ember/test-helpers": "^5.1.0", |
| 43 | + "@embroider/macros": "^1.16.10", |
41 | 44 | "@embroider/test-setup": "^4.0.0", |
42 | 45 | "@eslint/js": "^9.19.0", |
43 | | - "@glimmer/component": "^1.1.2", |
| 46 | + "@glimmer/component": "^2.0.0", |
44 | 47 | "@glimmer/tracking": "^1.1.2", |
45 | 48 | "broccoli-asset-rev": "^3.0.0", |
46 | 49 | "concurrently": "^9.1.2", |
47 | 50 | "ember-auto-import": "^2.10.0", |
48 | | - "ember-cli": "~6.2.1", |
| 51 | + "ember-cli": "~6.3.0-beta.1", |
49 | 52 | "ember-cli-clean-css": "^3.0.0", |
50 | 53 | "ember-cli-dependency-checker": "^3.3.3", |
| 54 | + "ember-cli-deprecation-workflow": "^3.1.0", |
51 | 55 | "ember-cli-inject-live-reload": "^2.1.0", |
52 | 56 | "ember-cli-sri": "^2.1.1", |
53 | 57 | "ember-cli-terser": "^4.0.2", |
54 | 58 | "ember-load-initializers": "^3.0.1", |
55 | 59 | "ember-page-title": "^8.2.3", |
56 | 60 | "ember-qunit": "^9.0.1", |
57 | 61 | "ember-resolver": "^13.1.0", |
58 | | - "ember-source": "~6.2.0", |
| 62 | + "ember-source": "~6.3.0-beta.1", |
59 | 63 | "ember-source-channel-url": "^3.0.0", |
60 | 64 | "ember-template-lint": "^6.1.0", |
61 | 65 | "ember-try": "^3.0.0", |
62 | 66 | "eslint": "^9.19.0", |
63 | 67 | "eslint-config-prettier": "^9.1.0", |
64 | 68 | "eslint-plugin-ember": "^12.5.0", |
65 | 69 | "eslint-plugin-n": "^17.15.1", |
66 | | - "eslint-plugin-prettier": "^5.2.3", |
67 | 70 | "eslint-plugin-qunit": "^8.1.2", |
68 | 71 | "globals": "^15.14.0", |
69 | 72 | "loader.js": "^4.7.0", |
|
73 | 76 | "qunit-dom": "^3.4.0", |
74 | 77 | "stylelint": "^16.14.1", |
75 | 78 | "stylelint-config-standard": "^36.0.1", |
76 | | - "stylelint-prettier": "^5.0.3", |
77 | 79 | "webpack": "^5.97.1" |
78 | 80 | }, |
79 | 81 | "peerDependencies": { |
|
0 commit comments