@ember/app-blueprint 7.1.0-alpha.1 → 7.1.0-alpha.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,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.2",
6
+ "newVersion": "7.1.0-alpha.3",
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-26)\n\n* @ember/app-blueprint 7.1.0-alpha.3 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))\n * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
22
18
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## Release (2026-04-26)
4
+
5
+ * @ember/app-blueprint 7.1.0-alpha.3 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
10
+ * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
11
+
12
+ #### Committers: 1
13
+ - Chris Manson ([@mansona](https://github.com/mansona))
14
+
15
+ ## Release (2026-04-20)
16
+
17
+ * @ember/app-blueprint 7.1.0-alpha.2 (minor)
18
+
19
+ #### :rocket: Enhancement
20
+ * `@ember/app-blueprint`
21
+ * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
22
+ * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
23
+ * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
24
+ * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
25
+ * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
26
+ * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
27
+
28
+ #### Committers: 1
29
+ - Chris Manson ([@mansona](https://github.com/mansona))
30
+
3
31
  ## Release (2026-04-20)
4
32
 
5
33
  * @ember/app-blueprint 7.1.0-alpha.1 (minor)
@@ -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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const stringUtil = require('ember-cli-string-utils');
4
- const chalk = require('chalk');
4
+ const { styleText } = require('node:util');
5
5
  const directoryForPackageName = require('./lib/directory-for-package-name');
6
6
  const { sortPackageJson } = require('sort-package-json');
7
7
  const { join } = require('path');
@@ -170,7 +170,7 @@ module.exports = {
170
170
  this.ui.writeLine(
171
171
  prependEmoji(
172
172
  '✨',
173
- `Creating a new Ember app in ${chalk.yellow(process.cwd())}:`,
173
+ `Creating a new Ember app in ${styleText('yellow', process.cwd())}:`,
174
174
  ),
175
175
  );
176
176
  },
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.3",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -21,12 +21,11 @@
21
21
  "publishTag": "alpha"
22
22
  },
23
23
  "dependencies": {
24
- "chalk": "^4.1.2",
25
24
  "ejs": "^3.1.10",
26
25
  "ember-cli-string-utils": "^1.1.0",
27
26
  "lodash": "^4.17.21",
28
27
  "sort-package-json": "^3.6.0",
29
- "walk-sync": "^3.0.0"
28
+ "walk-sync": "^4.0.1"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@eslint/js": "^9.3.0",