|
29 | 29 | "test:ember": "vite build --mode test && ember test --path dist" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/core": "^7.26.10", |
33 | | - "@babel/eslint-parser": "^7.26.10", |
34 | | - "@babel/plugin-proposal-decorators": "^7.25.9", |
35 | | - "@babel/plugin-transform-runtime": "^7.26.9", |
| 32 | + "@babel/core": "^7.27.4", |
| 33 | + "@babel/eslint-parser": "^7.27.5", |
| 34 | + "@babel/plugin-proposal-decorators": "^7.27.1", |
| 35 | + "@babel/plugin-transform-runtime": "^7.27.4", |
36 | 36 | "@ember/optional-features": "^2.2.0", |
37 | | - "@ember/string": "^4.0.0", |
38 | | - "@ember/test-helpers": "^5.1.0", |
| 37 | + "@ember/string": "^4.0.1", |
| 38 | + "@ember/test-helpers": "^5.2.2", |
39 | 39 | "@ember/test-waiters": "^4.1.0", |
40 | | - "@embroider/compat": "^4.0.3", |
| 40 | + "@embroider/compat": "^4.1.0", |
41 | 41 | "@embroider/config-meta-loader": "^1.0.0", |
42 | | - "@embroider/core": "^4.0.3", |
43 | | - "@embroider/macros": "^1.16.12", |
44 | | - "@embroider/vite": "^1.1.1", |
45 | | - "@eslint/js": "^9.23.0", |
46 | | - "@glimmer/component": "^1.0.0", |
| 42 | + "@embroider/core": "^4.1.1", |
| 43 | + "@embroider/macros": "^1.18.0", |
| 44 | + "@embroider/vite": "^1.1.5", |
| 45 | + "@eslint/js": "^9.29.0", |
| 46 | + "@glimmer/component": "^1.1.2", |
47 | 47 | "@glimmer/tracking": "^1.1.2", |
48 | | - "@percy/cli": "^1.30.7", |
49 | | - "@percy/ember": "^3.0.1", |
50 | | - "@percy/sdk-utils": "^1.30.11", |
| 48 | + "@percy/cli": "^1.31.0", |
| 49 | + "@percy/ember": "github:NullVoxPopuli/percy-ember#nvp/make-vite-compatible-via-the-compat-plugin", |
| 50 | + "@percy/sdk-utils": "^1.31.0", |
51 | 51 | "@rollup/plugin-babel": "^6.0.4", |
52 | 52 | "@sinonjs/fake-timers": "^7.1.2", |
53 | | - "babel-plugin-ember-template-compilation": "^2.3.0", |
54 | | - "concurrently": "^9.1.2", |
| 53 | + "babel-plugin-ember-template-compilation": "^2.4.1", |
| 54 | + "concurrently": "^9.2.0", |
55 | 55 | "cross-env": "^7.0.3", |
56 | 56 | "dayjs": "^1.11.13", |
57 | 57 | "decorator-transforms": "^2.3.0", |
|
62 | 62 | "ember-cli-deprecation-workflow": "^3.3.0", |
63 | 63 | "ember-cli-htmlbars": "^6.3.0", |
64 | 64 | "ember-cli-netlify": "^0.4.1", |
65 | | - "ember-data": "~5.3.11", |
66 | | - "ember-functions-as-helper-polyfill": "^2.1.2", |
| 65 | + "ember-data": "~5.3.13", |
| 66 | + "ember-functions-as-helper-polyfill": "^2.1.3", |
67 | 67 | "ember-load-initializers": "^3.0.1", |
68 | 68 | "ember-math-helpers": "^3.0.0", |
69 | | - "ember-mirage": "^0.4.2", |
70 | | - "ember-modifier": "^4.2.0", |
| 69 | + "ember-mirage": "github:mansona/ember-mirage#fix-qunit-timing&path:ember-mirage", |
| 70 | + "ember-modifier": "^4.2.2", |
71 | 71 | "ember-page-title": "^8.2.4", |
72 | | - "ember-qunit": "^9.0.0", |
73 | | - "ember-resolver": "^13.0.0", |
74 | | - "ember-scoped-css": "^0.23.2", |
| 72 | + "ember-qunit": "^9.0.3", |
| 73 | + "ember-resolver": "^13.1.1", |
| 74 | + "ember-scoped-css": "^0.23.3", |
75 | 75 | "ember-source": "~6.0.1", |
76 | 76 | "ember-styleguide": "^7.1.0", |
77 | 77 | "ember-template-lint": "^6.1.0", |
78 | 78 | "ember-test-selectors": "^6.0.0", |
79 | | - "eslint": "^9.23.0", |
| 79 | + "eslint": "^9.29.0", |
80 | 80 | "eslint-config-prettier": "^9.1.0", |
81 | 81 | "eslint-plugin-ember": "^12.5.0", |
82 | | - "eslint-plugin-n": "^17.16.2", |
| 82 | + "eslint-plugin-n": "^17.20.0", |
83 | 83 | "eslint-plugin-qunit": "^8.1.2", |
84 | 84 | "glob": "^7.2.3", |
85 | 85 | "globals": "^15.15.0", |
86 | 86 | "http-proxy": "^1.18.1", |
87 | 87 | "invert-color": "^2.0.0", |
88 | | - "lint-to-the-future": "^2.6.2", |
89 | | - "lint-to-the-future-ember-template": "^3.0.0", |
90 | | - "lint-to-the-future-eslint": "^3.0.0", |
| 88 | + "lint-to-the-future": "^2.6.3", |
| 89 | + "lint-to-the-future-ember-template": "^3.1.0", |
| 90 | + "lint-to-the-future-eslint": "^3.1.0", |
91 | 91 | "lint-to-the-future-stylelint": "^1.1.0", |
92 | 92 | "luxon": "^2.5.2", |
93 | 93 | "miragejs": "^0.1.48", |
94 | 94 | "morgan": "^1.10.0", |
95 | 95 | "normalize.css": "^8.0.1", |
96 | | - "prettier": "^3.5.3", |
97 | | - "prettier-plugin-ember-template-tag": "^2.0.4", |
| 96 | + "prettier": "^3.6.1", |
| 97 | + "prettier-plugin-ember-template-tag": "^2.0.6", |
98 | 98 | "qunit": "^2.24.1", |
99 | 99 | "qunit-dom": "^3.4.0", |
100 | | - "stylelint": "^16.16.0", |
| 100 | + "stylelint": "^16.21.0", |
101 | 101 | "stylelint-config-standard": "^36.0.1", |
102 | 102 | "tracked-built-ins": "^3.4.0", |
103 | 103 | "util": "^0.12.5", |
104 | | - "vite": "^6.0.0" |
| 104 | + "vite": "^6.3.5" |
105 | 105 | }, |
106 | 106 | "engines": { |
107 | 107 | "node": ">= 18" |
|
0 commit comments