ember-cli 6.9.0-alpha.2 → 6.10.0-alpha.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## Release (2025-12-10)
4
+
5
+ * ember-cli 6.10.0-alpha.1 (minor)
6
+ * @ember-tooling/classic-build-addon-blueprint 6.10.0-alpha.1 (minor)
7
+ * @ember-tooling/classic-build-app-blueprint 6.10.0-alpha.1 (minor)
8
+ * @ember-tooling/blueprint-blueprint 0.3.0 (minor)
9
+ * @ember-tooling/blueprint-model 0.5.0 (minor)
10
+
11
+ #### :rocket: Enhancement
12
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
13
+ * [#10873](https://github.com/ember-cli/ember-cli/pull/10873) Prepare 6.10 Alpha ([@mansona](https://github.com/mansona))
14
+ * [#10853](https://github.com/ember-cli/ember-cli/pull/10853) Promote Beta and update all dependencies for 6.8 release ([@mansona](https://github.com/mansona))
15
+ * `ember-cli`
16
+ * [#10870](https://github.com/ember-cli/ember-cli/pull/10870) Upgrade broccoli ([@kategengler](https://github.com/kategengler))
17
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
18
+ * [#10856](https://github.com/ember-cli/ember-cli/pull/10856) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
19
+
20
+ #### :bug: Bug Fix
21
+ * `@ember-tooling/classic-build-app-blueprint`, `ember-cli`
22
+ * [#10876](https://github.com/ember-cli/ember-cli/pull/10876) bump minimum node version to 20.19 ([@mansona](https://github.com/mansona))
23
+
24
+ #### :memo: Documentation
25
+ * `ember-cli`
26
+ * [#10857](https://github.com/ember-cli/ember-cli/pull/10857) Update RELEASE.md with more notes ([@mansona](https://github.com/mansona))
27
+
28
+ #### :house: Internal
29
+ * `ember-cli`
30
+ * [#10878](https://github.com/ember-cli/ember-cli/pull/10878) stop using internal package cache for smoke-test-slow ([@mansona](https://github.com/mansona))
31
+ * [#10863](https://github.com/ember-cli/ember-cli/pull/10863) Missed a script -- fix updating output repos ([@kategengler](https://github.com/kategengler))
32
+ * [#10862](https://github.com/ember-cli/ember-cli/pull/10862) Fix typo in output repo workflow ([@kategengler](https://github.com/kategengler))
33
+ * [#10861](https://github.com/ember-cli/ember-cli/pull/10861) Fix output repo generation with new tag format ([@kategengler](https://github.com/kategengler))
34
+ * `ember-cli`, `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
35
+ * [#10854](https://github.com/ember-cli/ember-cli/pull/10854) Prepare Beta Release ([@mansona](https://github.com/mansona))
36
+
37
+ #### Committers: 2
38
+ - Chris Manson ([@mansona](https://github.com/mansona))
39
+ - Katie Gengler ([@kategengler](https://github.com/kategengler))
40
+
3
41
  ## Release (2025-10-14)
4
42
 
5
43
  * ember-cli 6.9.0-alpha.2 (minor)
package/RELEASE.md CHANGED
@@ -84,7 +84,7 @@ You can use [this saved search](https://github.com/ember-cli/ember-cli/pulls?q=i
84
84
  - Update blueprint dependencies to beta
85
85
 
86
86
  ```
87
- node ./dev/update-blueprint-dependencies.js --ember-source=beta --ember-data=beta
87
+ node ./dev/update-blueprint-dependencies.js --ember-source=beta --ember-data=<whatever version was in the alpha>
88
88
  ```
89
89
 
90
90
  - update the @ember/app-blueprint dependency `pnpm i -w @ember/app-blueprint@beta`
@@ -3,7 +3,7 @@
3
3
  "logo": "https://ember-cli.com/assets/images/ember-cli-logo-small-dark.png",
4
4
  "name": "ember-cli",
5
5
  "description": "Command line tool for developing ambitious ember.js apps",
6
- "version": "6.9.0-alpha.2-master-01a68b9b36"
6
+ "version": "6.10.0-alpha.1-master-51bed22cb7"
7
7
  },
8
8
  "files": {
9
9
  "lib/broccoli/default-packager.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-cli",
3
- "version": "6.9.0-alpha.2",
3
+ "version": "6.10.0-alpha.1",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -35,10 +35,10 @@
35
35
  "publishTag": "alpha"
36
36
  },
37
37
  "dependencies": {
38
- "@ember/app-blueprint": "~6.9.0-alpha.1",
38
+ "@ember/app-blueprint": "~6.10.0-alpha.6",
39
39
  "@pnpm/find-workspace-dir": "^1000.1.0",
40
40
  "babel-remove-types": "^1.0.1",
41
- "broccoli": "^3.5.2",
41
+ "broccoli": "^4.0.0",
42
42
  "broccoli-concat": "^4.2.5",
43
43
  "broccoli-config-loader": "^1.0.1",
44
44
  "broccoli-config-replace": "^1.1.2",
@@ -118,10 +118,10 @@
118
118
  "watch-detector": "^1.0.2",
119
119
  "workerpool": "^9.2.0",
120
120
  "yam": "^1.0.0",
121
- "@ember-tooling/blueprint-blueprint": "0.2.1",
122
- "@ember-tooling/classic-build-addon-blueprint": "6.9.0-alpha.2",
123
- "@ember-tooling/blueprint-model": "0.4.1",
124
- "@ember-tooling/classic-build-app-blueprint": "6.9.0-alpha.2"
121
+ "@ember-tooling/blueprint-blueprint": "0.3.0",
122
+ "@ember-tooling/classic-build-addon-blueprint": "6.10.0-alpha.1",
123
+ "@ember-tooling/classic-build-app-blueprint": "6.10.0-alpha.1",
124
+ "@ember-tooling/blueprint-model": "0.5.0"
125
125
  },
126
126
  "devDependencies": {
127
127
  "broccoli-plugin": "^4.0.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.9.0-alpha.2",
3
+ "version": "6.10.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -28,8 +28,8 @@
28
28
  "test:ember": "ember test"
29
29
  },
30
30
  "devDependencies": {
31
- "@babel/core": "^7.28.4",
32
- "@babel/eslint-parser": "^7.28.4",
31
+ "@babel/core": "^7.28.5",
32
+ "@babel/eslint-parser": "^7.28.5",
33
33
  "@babel/plugin-proposal-decorators": "^7.28.0<% if (typescript && emberData) { %>",
34
34
  "@ember-data/adapter": "~5.7.0",
35
35
  "@ember-data/graph": "~5.7.0",
@@ -41,26 +41,26 @@
41
41
  "@ember-data/serializer": "~5.7.0",
42
42
  "@ember-data/store": "~5.7.0",
43
43
  "@warp-drive/ember": "~5.7.0<% } %>",
44
- "@ember/optional-features": "^2.2.0",
45
- "@ember/test-helpers": "^5.3.0<% if (embroider) { %>",
46
- "@embroider/compat": "^3.9.1",
47
- "@embroider/core": "^3.5.7<% } %>",
48
- "@embroider/macros": "^1.18.1<% if (embroider) { %>",
49
- "@embroider/webpack": "^4.1.1<% } %>",
50
- "@eslint/js": "^9.35.0",
44
+ "@ember/optional-features": "^2.3.0",
45
+ "@ember/test-helpers": "^5.4.1<% if (embroider) { %>",
46
+ "@embroider/compat": "^3.9.3",
47
+ "@embroider/core": "^3.5.9<% } %>",
48
+ "@embroider/macros": "^1.19.5<% if (embroider) { %>",
49
+ "@embroider/webpack": "^4.1.2<% } %>",
50
+ "@eslint/js": "^9.39.1",
51
51
  "@glimmer/component": "^2.0.0",
52
52
  "@glimmer/tracking": "^1.1.2<% if (typescript) { %>",
53
53
  "@glint/environment-ember-loose": "^1.5.2",
54
54
  "@glint/environment-ember-template-imports": "^1.5.2",
55
- "@glint/template": "^1.5.2",
56
- "@tsconfig/ember": "^3.0.11",
55
+ "@glint/template": "^1.7.3",
56
+ "@tsconfig/ember": "^3.0.12",
57
57
  "@types/qunit": "^2.19.13",
58
58
  "@types/rsvp": "^4.0.9<% if (emberData) {%>",
59
59
  "@warp-drive/core-types": "~5.7.0<% }} %>",
60
60
  "broccoli-asset-rev": "^3.0.0",
61
61
  "concurrently": "^9.2.1",
62
- "ember-auto-import": "^2.10.0",
63
- "ember-cli": "~6.9.0-alpha.2",
62
+ "ember-auto-import": "^2.12.0",
63
+ "ember-cli": "~6.10.0-alpha.1",
64
64
  "ember-cli-app-version": "^7.0.0",
65
65
  "ember-cli-babel": "^8.2.0",
66
66
  "ember-cli-clean-css": "^3.0.0",
@@ -76,30 +76,30 @@
76
76
  "ember-page-title": "^9.0.3",
77
77
  "ember-qunit": "^9.0.4",
78
78
  "ember-resolver": "^13.1.1",
79
- "ember-source": "~6.9.0-alpha.1",
79
+ "ember-source": "~6.10.0-alpha.1",
80
80
  "ember-template-imports": "^4.3.0",
81
81
  "ember-template-lint": "^6.1.0<% if (welcome) { %>",
82
82
  "ember-welcome-page": "^7.0.2<% } %>",
83
- "eslint": "^9.35.0",
83
+ "eslint": "^9.39.1",
84
84
  "eslint-config-prettier": "^9.1.2",
85
- "eslint-plugin-ember": "^12.7.4",
86
- "eslint-plugin-n": "^17.23.0",
85
+ "eslint-plugin-ember": "^12.7.5",
86
+ "eslint-plugin-n": "^17.23.1",
87
87
  "eslint-plugin-qunit": "^8.2.5",
88
88
  "globals": "^15.15.0",
89
89
  "loader.js": "^4.7.0",
90
- "prettier": "^3.6.2",
91
- "prettier-plugin-ember-template-tag": "^2.1.0",
92
- "qunit": "^2.24.1",
90
+ "prettier": "^3.7.4",
91
+ "prettier-plugin-ember-template-tag": "^2.1.2",
92
+ "qunit": "^2.24.3",
93
93
  "qunit-dom": "^3.5.0",
94
- "stylelint": "^16.24.0",
94
+ "stylelint": "^16.26.1",
95
95
  "stylelint-config-standard": "^36.0.1",
96
96
  "tracked-built-ins": "^3.4.0<% if (typescript) { %>",
97
- "typescript": "^5.9.2",
98
- "typescript-eslint": "^8.44.0<% } %>",
99
- "webpack": "^5.101.3"
97
+ "typescript": "^5.9.3",
98
+ "typescript-eslint": "^8.49.0<% } %>",
99
+ "webpack": "^5.103.0"
100
100
  },
101
101
  "engines": {
102
- "node": ">= 20.11"
102
+ "node": ">= 20.19"
103
103
  },
104
104
  "ember": {
105
105
  "edition": "octane"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.9.0-alpha.2",
3
+ "version": "6.10.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-blueprint",
3
- "version": "0.2.1",
3
+ "version": "0.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-model",
3
- "version": "0.4.1",
3
+ "version": "0.5.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ember-cli/ember-cli.git",
@@ -3,6 +3,10 @@
3
3
  const symlinkOrCopySync = require('symlink-or-copy').sync;
4
4
  const path = require('path');
5
5
  const fs = require('fs-extra');
6
+ // eslint-disable-next-line n/no-unpublished-require
7
+ const tmp = require('tmp-promise');
8
+ const execa = require('execa');
9
+
6
10
  const runCommand = require('./run-command');
7
11
  const hasGlobalYarn = require('../helpers/has-global-yarn');
8
12
 
@@ -59,6 +63,13 @@ function applyCommand(command, name /*, ...flags*/) {
59
63
  * @return {Promise} The result of the running the command
60
64
  */
61
65
  function createTestTargets(projectName, options) {
66
+ console.warn(`**********************************************
67
+ ** DO NOT USE createTestTargets ANY MORE! **
68
+ **********************************************
69
+
70
+ Use createAndInstallTestTargets() which doesn't use a complicated packageCache system
71
+ and relies on the pnpm store for caching instead.`);
72
+
62
73
  let outputDir = quickTemp.makeOrReuse(dirs, projectName);
63
74
 
64
75
  options = options || {};
@@ -115,7 +126,46 @@ function cleanupRun(projectName) {
115
126
  quickTemp.remove(dirs, `${projectName}-clone`);
116
127
  }
117
128
 
129
+ /**
130
+ *
131
+ * @param {string} projectName
132
+ * @param {string} options.command defaults to new
133
+ * @returns {Promise<{ result: string, path: string, cleanup: () => void }>} an object containing command result, path, and a cleanup function;
134
+ */
135
+ async function createAndInstallTestTargets(projectName, options) {
136
+ let outputDir = await tmp.dir({ unsafeCleanup: true });
137
+
138
+ let command = options?.command ?? 'new';
139
+
140
+ let result = await applyCommand(command, projectName, '--skip-npm', `--directory=${outputDir.path}`);
141
+
142
+ await execa('pnpm', ['install', '--prefer-offline'], {
143
+ preferLocal: true,
144
+ cwd: outputDir.path,
145
+ });
146
+
147
+ for (let pkg of [
148
+ '.',
149
+ 'packages/blueprint-model',
150
+ 'packages/blueprint-blueprint',
151
+ 'packages/app-blueprint',
152
+ 'packages/addon-blueprint',
153
+ ]) {
154
+ await execa('pnpm', ['link', path.join(__dirname, `../../${pkg}`)], {
155
+ preferLocal: true,
156
+ cwd: outputDir.path,
157
+ });
158
+ }
159
+
160
+ return {
161
+ result,
162
+ cleanup: outputDir.cleanup,
163
+ path: outputDir.path,
164
+ };
165
+ }
166
+
118
167
  module.exports = {
168
+ createAndInstallTestTargets,
119
169
  createTestTargets,
120
170
  linkDependencies,
121
171
  teardownTestTargets,