|
18 | 18 | },
|
19 | 19 | "scripts": {
|
20 | 20 | "build": "bottled-ember build --ember-version 5.12 --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember --links docs,public,docs-styles:app/styles,config/fastboot.js --no-overlay --environment=production",
|
21 |
| - "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
| 21 | + "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
22 | 22 | "lint:css": "stylelint \"**/*.css\"",
|
23 |
| - "lint:css:fix": "concurrently \"npm:lint:css -- --fix\"", |
24 |
| - "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
| 23 | + "lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\"", |
| 24 | + "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
25 | 25 | "lint:hbs": "ember-template-lint .",
|
26 | 26 | "lint:hbs:fix": "ember-template-lint . --fix",
|
27 | 27 | "lint:js": "eslint . --cache",
|
28 | 28 | "lint:js:fix": "eslint . --fix",
|
29 | 29 | "start": "concurrently \"npm:start:*\" --restart-after 5000 --prefix-colors cyan,white,yellow",
|
30 | 30 | "start:tests": "ember serve -p 0",
|
31 | 31 | "start:docs": "bottled-ember serve --ember-version 5.12 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles,config/fastboot.js --cache-name docs --no-overlay",
|
32 |
| - "test": "concurrently \"npm:lint\" \"npm:test:*\" --names \"lint,test:\"", |
| 32 | + "test": "concurrently \"pnpm:lint\" \"pnpm:test:*\" --names \"lint,test:\"", |
33 | 33 | "test:docs": "bottled-ember test --ember-version 5.12 --output-path dist-bottled-docs --deps field-guide,field-guide-default-template,ember-cli-fastboot,prember,@percy/cli,@percy/ember --links docs,public,percy-test:tests/acceptance,docs-styles:app/styles,config/fastboot.js --cache-name docs --no-overlay",
|
34 | 34 | "test:ember": "ember test",
|
35 | 35 | "ember-compatibility-tests": "ember try:all"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
| 38 | + "@babel/core": "^7.25.2", |
38 | 39 | "@ember/render-modifiers": "^2.0.2",
|
39 | 40 | "@glimmer/component": "^1.1.2",
|
40 | 41 | "broccoli-funnel": "^3.0.2",
|
41 | 42 | "broccoli-merge-trees": "^4.2.0",
|
42 | 43 | "ember-auto-import": "^2.10.0",
|
43 |
| - "ember-cli-babel": "^7.26.11", |
44 |
| - "ember-cli-htmlbars": "^6.2.0", |
| 44 | + "ember-cli-babel": "^8.2.0", |
| 45 | + "ember-cli-htmlbars": "^6.3.0", |
45 | 46 | "ember-cli-postcss": "^8.2.0",
|
46 | 47 | "ember-concurrency": "^2.2.0",
|
47 | 48 | "ember-named-blocks-polyfill": "^0.2.5",
|
|
54 | 55 | "static-postcss-addon-tree": "^2.0.0"
|
55 | 56 | },
|
56 | 57 | "devDependencies": {
|
57 |
| - "@babel/eslint-parser": "^7.21.3", |
58 |
| - "@babel/plugin-proposal-decorators": "^7.21.0", |
59 |
| - "@ember/optional-features": "^2.0.0", |
60 |
| - "@ember/string": "^3.0.1", |
61 |
| - "@ember/test-helpers": "^2.9.3", |
62 |
| - "@embroider/test-setup": "^3.0.0", |
| 58 | + "@babel/eslint-parser": "^7.25.1", |
| 59 | + "@babel/plugin-proposal-decorators": "^7.24.7", |
| 60 | + "@ember/optional-features": "^2.1.0", |
| 61 | + "@ember/test-helpers": "^3.3.1", |
| 62 | + "@embroider/test-setup": "^4.0.0", |
63 | 63 | "@glimmer/tracking": "^1.1.2",
|
64 | 64 | "@percy/cli": "^1.27.7",
|
65 | 65 | "@percy/ember": "^4.2.0",
|
66 | 66 | "bottled-ember": "^1.1.0",
|
67 | 67 | "broccoli-asset-rev": "^3.0.0",
|
68 |
| - "concurrently": "^8.0.1", |
| 68 | + "concurrently": "^8.2.2", |
69 | 69 | "ember-array-helper": "^5.1.0",
|
70 |
| - "ember-cli": "~4.12.3", |
71 |
| - "ember-cli-dependency-checker": "^3.3.1", |
| 70 | + "ember-cli": "~5.12.0", |
| 71 | + "ember-cli-clean-css": "^3.0.0", |
| 72 | + "ember-cli-dependency-checker": "^3.3.2", |
72 | 73 | "ember-cli-fastboot": "^4.1.2",
|
73 | 74 | "ember-cli-inject-live-reload": "^2.1.0",
|
74 | 75 | "ember-cli-netlify": "^0.4.1",
|
|
78 | 79 | "ember-fetch": "^8.1.1",
|
79 | 80 | "ember-load-initializers": "^2.1.2",
|
80 | 81 | "ember-native-dom-helpers": "^0.6.2",
|
81 |
| - "ember-page-title": "^7.0.0", |
82 |
| - "ember-qunit": "^6.2.0", |
83 |
| - "ember-resolver": "^10.0.0", |
| 82 | + "ember-page-title": "^8.2.3", |
| 83 | + "ember-qunit": "^8.1.0", |
| 84 | + "ember-resolver": "^12.0.1", |
84 | 85 | "ember-scroll": "^1.0.3",
|
85 | 86 | "ember-sinon": "^2.2.0",
|
86 |
| - "ember-source": "~4.12.0", |
| 87 | + "ember-source": "~5.12.0", |
87 | 88 | "ember-source-channel-url": "^3.0.0",
|
88 | 89 | "ember-template-lint": "^7.7.0",
|
89 | 90 | "ember-try": "^3.0.0",
|
90 |
| - "eslint": "^8.37.0", |
91 |
| - "eslint-config-prettier": "^8.8.0", |
92 |
| - "eslint-plugin-ember": "^11.5.0", |
93 |
| - "eslint-plugin-n": "^15.7.0", |
94 |
| - "eslint-plugin-prettier": "^4.2.1", |
95 |
| - "eslint-plugin-qunit": "^7.3.4", |
| 91 | + "eslint": "^8.57.1", |
| 92 | + "eslint-config-prettier": "^9.1.0", |
| 93 | + "eslint-plugin-ember": "^12.2.1", |
| 94 | + "eslint-plugin-n": "^16.6.2", |
| 95 | + "eslint-plugin-prettier": "^5.2.1", |
| 96 | + "eslint-plugin-qunit": "^8.1.2", |
96 | 97 | "lint-to-the-future": "^2.6.3",
|
97 | 98 | "lint-to-the-future-ember-template": "^3.1.0",
|
98 | 99 | "lint-to-the-future-eslint": "^3.1.0",
|
99 | 100 | "lint-to-the-future-stylelint": "^2.1.0",
|
100 | 101 | "loader.js": "^4.7.0",
|
101 | 102 | "pnpm": "^7.0.0",
|
102 | 103 | "prember": "^2.0.0",
|
103 |
| - "prettier": "^2.8.7", |
104 |
| - "qunit": "^2.19.4", |
105 |
| - "qunit-dom": "^2.0.0", |
| 104 | + "prettier": "^3.3.3", |
| 105 | + "qunit": "^2.22.0", |
| 106 | + "qunit-dom": "^3.2.1", |
106 | 107 | "release-plan": "^0.16.0",
|
107 |
| - "stylelint": "^15.4.0", |
108 |
| - "stylelint-config-standard": "^32.0.0", |
| 108 | + "stylelint": "^15.11.0", |
| 109 | + "stylelint-config-standard": "^34.0.0", |
109 | 110 | "stylelint-declaration-strict-value": "^1.8.0",
|
110 | 111 | "stylelint-order": "^4.0.0",
|
111 |
| - "stylelint-prettier": "^3.0.0", |
112 |
| - "webpack": "^5.78.0" |
| 112 | + "stylelint-prettier": "^4.1.0", |
| 113 | + "webpack": "^5.95.0" |
113 | 114 | },
|
114 | 115 | "packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
|
115 | 116 | "engines": {
|
|
0 commit comments