@ember/app-blueprint 6.12.2 → 6.12.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "patch",
5
- "oldVersion": "6.12.1",
6
- "newVersion": "6.12.2",
5
+ "oldVersion": "6.12.2",
6
+ "newVersion": "6.12.3",
7
7
  "tagName": "latest",
8
8
  "constraints": [
9
9
  {
@@ -14,5 +14,5 @@
14
14
  "pkgJSONPath": "./package.json"
15
15
  }
16
16
  },
17
- "description": "## Release (2026-05-05)\n\n* @ember/app-blueprint 6.12.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### Committers: 1\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
17
+ "description": "## Release (2026-05-05)\n\n* @ember/app-blueprint 6.12.3 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
18
18
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  ## Release (2026-05-05)
4
4
 
5
+ * @ember/app-blueprint 6.12.3 (patch)
6
+
7
+ #### :bug: Bug Fix
8
+ * `@ember/app-blueprint`
9
+ * [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
10
+
11
+ #### Committers: 1
12
+ - Chris Manson ([@mansona](https://github.com/mansona))
13
+
14
+ ## Release (2026-05-05)
15
+
5
16
  * @ember/app-blueprint 6.12.2 (patch)
6
17
 
7
18
  #### :bug: Bug Fix
@@ -53,7 +53,7 @@
53
53
  "@glint/ember-tsc": "^1.5.0",
54
54
  "@glint/template": "^1.7.7",
55
55
  "@glint/tsserver-plugin": "^2.4.0<% } %>",
56
- "@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
56
+ "@rollup/plugin-babel": "^7.0.0<% if (typescript) { %>",
57
57
  "@types/qunit": "^2.19.13",
58
58
  "@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
59
59
  "@warp-drive/core": "~5.8.1",
@@ -91,7 +91,7 @@
91
91
  "testem": "^3.19.1<% if (typescript) { %>",
92
92
  "typescript": "^5.9.3",
93
93
  "typescript-eslint": "^8.58.0<% } %>",
94
- "vite": "^7.3.1"
94
+ "vite": "^8.0.10"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">= 20.19.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.12.2",
3
+ "version": "6.12.3",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -35,7 +35,7 @@
35
35
  "release-plan": "^0.17.2",
36
36
  "strip-ansi": "^7.1.0",
37
37
  "tmp-promise": "^3.0.3",
38
- "vitest": "^4.0.0-beta.17",
38
+ "vitest": "^4.1.5",
39
39
  "vitest-matrix": "^0.2.0"
40
40
  },
41
41
  "scripts": {