@ember/app-blueprint 7.1.0-alpha.1 → 7.1.0-alpha.2

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,21 +2,17 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "7.1.0-alpha.0",
6
- "newVersion": "7.1.0-alpha.1",
5
+ "oldVersion": "7.1.0-alpha.1",
6
+ "newVersion": "7.1.0-alpha.2",
7
7
  "tagName": "alpha",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
11
11
  "reason": "Appears in changelog section :rocket: Enhancement"
12
- },
13
- {
14
- "impact": "patch",
15
- "reason": "Appears in changelog section :house: Internal"
16
12
  }
17
13
  ],
18
14
  "pkgJSONPath": "./package.json"
19
15
  }
20
16
  },
21
- "description": "## Release (2026-04-20)\n\n* @ember/app-blueprint 7.1.0-alpha.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))\n * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
17
+ "description": "## Release (2026-04-20)\n\n* @ember/app-blueprint 7.1.0-alpha.2 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))\n * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))\n * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))\n * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))\n * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))\n * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
22
18
  }
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  ## Release (2026-04-20)
4
4
 
5
+ * @ember/app-blueprint 7.1.0-alpha.2 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
10
+ * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
11
+ * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
12
+ * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
13
+ * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
14
+ * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
15
+
16
+ #### Committers: 1
17
+ - Chris Manson ([@mansona](https://github.com/mansona))
18
+
19
+ ## Release (2026-04-20)
20
+
5
21
  * @ember/app-blueprint 7.1.0-alpha.1 (minor)
6
22
 
7
23
  #### :rocket: Enhancement
@@ -36,7 +36,7 @@
36
36
  "@babel/plugin-transform-runtime": "^7.29.0<% if (typescript) { %>",
37
37
  "@babel/plugin-transform-typescript": "^7.28.6<% } %>",
38
38
  "@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
39
- "@ember/app-tsconfig": "^1.0.3<% } %>",
39
+ "@ember/app-tsconfig": "^2.0.0<% } %>",
40
40
  "@ember/optional-features": "^3.0.0",
41
41
  "@ember/string": "^4.0.1",
42
42
  "@ember/test-helpers": "^5.4.1",
@@ -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.2",
@@ -61,12 +61,12 @@
61
61
  "@warp-drive/json-api": "~5.8.2",
62
62
  "@warp-drive/legacy": "~5.8.2",
63
63
  "@warp-drive/utilities": "~5.8.2<% } %>",
64
- "babel-plugin-ember-template-compilation": "^3.1.0",
64
+ "babel-plugin-ember-template-compilation": "^4.0.0",
65
65
  "concurrently": "^9.2.1",
66
66
  "decorator-transforms": "^2.3.1",
67
67
  "ember-cli": "~6.12.0",
68
68
  "ember-cli-babel": "^8.3.1",
69
- "ember-cli-deprecation-workflow": "^3.4.0",
69
+ "ember-cli-deprecation-workflow": "^4.0.1",
70
70
  "ember-load-initializers": "^3.0.1",
71
71
  "ember-modifier": "^4.3.0",
72
72
  "ember-page-title": "^9.0.3",
@@ -86,12 +86,12 @@
86
86
  "prettier-plugin-ember-template-tag": "^2.1.5",
87
87
  "qunit": "^2.25.0",
88
88
  "qunit-dom": "^3.5.1",
89
- "stylelint": "^16.26.1",
90
- "stylelint-config-standard": "^38.0.0",
89
+ "stylelint": "^17.8.0",
90
+ "stylelint-config-standard": "^40.0.0",
91
91
  "testem": "^3.20.0<% if (typescript) { %>",
92
- "typescript": "^5.9.3",
92
+ "typescript": "^6.0.3",
93
93
  "typescript-eslint": "^8.58.2<% } %>",
94
- "vite": "^7.3.2"
94
+ "vite": "^8.0.9"
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": "7.1.0-alpha.1",
3
+ "version": "7.1.0-alpha.2",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"