|
16 | 16 | "scripts": {
|
17 | 17 | "build": "ember build --environment=production",
|
18 | 18 | "deploy": "ember deploy production",
|
19 |
| - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 19 | + "lint": "concurrently \"yarn:lint:*(!fix)\" --names \"lint:\"", |
20 | 20 | "lint:css": "stylelint \"**/*.css\"",
|
21 |
| - "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
22 |
| - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 21 | + "lint:css:fix": "concurrently \"yarn:lint:css -- --fix\"", |
| 22 | + "lint:fix": "concurrently \"yarn:lint:*:fix\" --names \"fix:\"", |
23 | 23 | "lint:hbs": "ember-template-lint .",
|
24 | 24 | "lint:hbs:fix": "ember-template-lint . --fix",
|
25 | 25 | "lint:js": "eslint . --cache",
|
26 | 26 | "prepare": "./scripts/link-them.sh",
|
27 | 27 | "lint:js:fix": "eslint . --fix",
|
28 | 28 | "start": "ember serve",
|
29 |
| - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 29 | + "test": "concurrently \"yarn:lint\" \"yarn:test:*\" --names \"lint,test:\"", |
30 | 30 | "test:ember": "ember test --test-port=0",
|
31 | 31 | "test:node": "mocha tests-node --recursive",
|
32 | 32 | "test:test-apps": "cd test-apps/new-addon && yarn test"
|
|
49 | 49 | "broccoli-source": "^3.0.0",
|
50 | 50 | "broccoli-stew": "^3.0.0",
|
51 | 51 | "chalk": "4.1.2",
|
52 |
| - "ember-auto-import": "^2.7.0", |
| 52 | + "ember-auto-import": "^2.7.4", |
53 | 53 | "ember-cli-autoprefixer": "^2.0.0",
|
54 | 54 | "ember-cli-babel": "^8.2.0",
|
55 | 55 | "ember-cli-clipboard": "^1.1.0",
|
|
104 | 104 | "@babel/eslint-parser": "^7.25.1",
|
105 | 105 | "@babel/plugin-proposal-decorators": "^7.24.7",
|
106 | 106 | "@babel/preset-env": "^7.25.4",
|
107 |
| - "@ember/optional-features": "^2.0.0", |
| 107 | + "@ember/optional-features": "^2.1.0", |
108 | 108 | "@ember/string": "^3.1.1",
|
109 |
| - "@ember/test-helpers": "^3.2.1", |
| 109 | + "@ember/test-helpers": "^3.3.1", |
110 | 110 | "@embroider/test-setup": "^3.0.3",
|
111 | 111 | "@fullhuman/postcss-purgecss": "^4.0.3",
|
112 | 112 | "@release-it-plugins/lerna-changelog": "^6.0.0",
|
|
115 | 115 | "common-tags": "^1.8.2",
|
116 | 116 | "concurrently": "^8.2.2",
|
117 | 117 | "ember-classy-page-object": "0.8.0-beta.2",
|
118 |
| - "ember-cli": "~5.5.0", |
| 118 | + "ember-cli": "~5.11.0", |
119 | 119 | "ember-cli-addon-docs-yuidoc": "^1.0.0",
|
120 | 120 | "ember-cli-blueprint-test-helpers": "^0.19.2",
|
121 | 121 | "ember-cli-clean-css": "^3.0.0",
|
|
129 | 129 | "ember-cli-terser": "^4.0.2",
|
130 | 130 | "ember-data": "~5.3.0",
|
131 | 131 | "ember-load-initializers": "^2.1.2",
|
132 |
| - "ember-qunit": "^8.0.2", |
| 132 | + "ember-qunit": "^8.1.0", |
133 | 133 | "ember-resolver": "^11.0.1",
|
134 |
| - "ember-source": "~5.5.0", |
| 134 | + "ember-source": "~5.11.0", |
135 | 135 | "ember-source-channel-url": "^3.0.0",
|
136 | 136 | "ember-template-lint": "^5.13.0",
|
137 | 137 | "ember-test-selectors": "^6.0.0",
|
138 | 138 | "ember-try": "^3.0.0",
|
139 |
| - "eslint": "^8.56.0", |
| 139 | + "eslint": "^8.57.0", |
140 | 140 | "eslint-config-prettier": "^9.1.0",
|
141 | 141 | "eslint-plugin-ember": "^11.12.0",
|
142 |
| - "eslint-plugin-n": "^16.5.0", |
143 |
| - "eslint-plugin-prettier": "^5.1.0", |
144 |
| - "eslint-plugin-qunit": "^8.0.1", |
| 142 | + "eslint-plugin-n": "^16.6.2", |
| 143 | + "eslint-plugin-prettier": "^5.2.1", |
| 144 | + "eslint-plugin-qunit": "^8.1.1", |
145 | 145 | "loader.js": "^4.7.0",
|
146 | 146 | "miragejs": "^0.1.48",
|
147 | 147 | "mocha": "^10.1.0",
|
148 |
| - "prettier": "^3.1.1", |
149 |
| - "qunit": "^2.20.0", |
| 148 | + "prettier": "^3.3.3", |
| 149 | + "qunit": "^2.22.0", |
150 | 150 | "qunit-dom": "^3.0.0",
|
151 | 151 | "release-it": "^16.3.0",
|
152 | 152 | "stylelint": "^15.11.0",
|
|
0 commit comments