ember-cli 6.7.0-alpha.2 → 6.7.0-alpha.4

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,47 @@
1
1
  # ember-cli Changelog
2
2
 
3
+ ## Release (2025-07-26)
4
+
5
+ * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.4 (minor)
6
+ * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.4 (minor)
7
+ * ember-cli 6.7.0-alpha.4 (patch)
8
+
9
+ #### :rocket: Enhancement
10
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
11
+ * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
12
+
13
+ #### :bug: Bug Fix
14
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
15
+ * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16
+
17
+ #### :memo: Documentation
18
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`
19
+ * [#10742](https://github.com/ember-cli/ember-cli/pull/10742) Drop node 18, add node 24 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20
+
21
+ #### :house: Internal
22
+ * [#10748](https://github.com/ember-cli/ember-cli/pull/10748) update blueprint version of ember-cli as part of release plan ([@mansona](https://github.com/mansona))
23
+ * [#10747](https://github.com/ember-cli/ember-cli/pull/10747) only use the PAT for the PR creation in release-plan ([@mansona](https://github.com/mansona))
24
+ * [#10744](https://github.com/ember-cli/ember-cli/pull/10744) run tests on the release-plan PR ([@mansona](https://github.com/mansona))
25
+
26
+ #### Committers: 2
27
+ - Chris Manson ([@mansona](https://github.com/mansona))
28
+ - [@NullVoxPopuli](https://github.com/NullVoxPopuli)
29
+
30
+ ## Release (2025-06-30)
31
+
32
+ * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
33
+ * @ember-tooling/classic-build-app-blueprint 6.7.0-alpha.3 (patch)
34
+ * @ember-tooling/blueprint-blueprint 0.0.2 (patch)
35
+ * @ember-tooling/blueprint-model 0.0.2 (patch)
36
+ * ember-cli 6.7.0-alpha.3 (patch)
37
+
38
+ #### :house: Internal
39
+ * `@ember-tooling/classic-build-addon-blueprint`, `@ember-tooling/classic-build-app-blueprint`, `@ember-tooling/blueprint-blueprint`, `@ember-tooling/blueprint-model`
40
+ * [#10738](https://github.com/ember-cli/ember-cli/pull/10738) add a repository for each of the packages ([@mansona](https://github.com/mansona))
41
+
42
+ #### Committers: 1
43
+ - Chris Manson ([@mansona](https://github.com/mansona))
44
+
3
45
  ## Release (2025-06-30)
4
46
 
5
47
  * @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.2 (patch)
@@ -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.7.0-alpha.2-master-3225f67733"
6
+ "version": "6.7.0-alpha.4-master-538ae327ff"
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.7.0-alpha.2",
3
+ "version": "6.7.0-alpha.4",
4
4
  "description": "Command line tool for developing ambitious ember.js apps",
5
5
  "keywords": [
6
6
  "app",
@@ -117,10 +117,10 @@
117
117
  "watch-detector": "^1.0.2",
118
118
  "workerpool": "^9.2.0",
119
119
  "yam": "^1.0.0",
120
- "@ember-tooling/blueprint-blueprint": "0.0.1",
121
- "@ember-tooling/blueprint-model": "0.0.1",
122
- "@ember-tooling/classic-build-addon-blueprint": "6.7.0-alpha.2",
123
- "@ember-tooling/classic-build-app-blueprint": "6.7.0-alpha.2"
120
+ "@ember-tooling/blueprint-blueprint": "0.0.2",
121
+ "@ember-tooling/blueprint-model": "0.0.2",
122
+ "@ember-tooling/classic-build-addon-blueprint": "6.7.0-alpha.4",
123
+ "@ember-tooling/classic-build-app-blueprint": "6.7.0-alpha.4"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@octokit/rest": "^19.0.7",
@@ -157,10 +157,10 @@
157
157
  "yuidocjs": "0.10.2"
158
158
  },
159
159
  "engines": {
160
- "node": ">= 18"
160
+ "node": ">= 20.11"
161
161
  },
162
162
  "volta": {
163
- "node": "18.12.0",
163
+ "node": "20.11.0",
164
164
  "pnpm": "10.12.1"
165
165
  },
166
166
  "publishConfig": {
@@ -6,7 +6,7 @@
6
6
 
7
7
  - Ember.js v5.8 or above
8
8
  - Ember CLI v5.8 or above
9
- - Node.js v18 or above
9
+ - Node.js v20 or above
10
10
 
11
11
  ## Installation
12
12
 
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-addon-blueprint",
3
- "version": "6.7.0-alpha.2",
3
+ "version": "6.7.0-alpha.4",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ember-cli/ember-cli.git",
7
+ "directory": "packages/addon-blueprint"
8
+ },
4
9
  "dependencies": {
5
10
  "@ember-tooling/blueprint-model": "workspace:*",
6
11
  "chalk": "^4.1.2",
@@ -60,7 +60,7 @@
60
60
  "broccoli-asset-rev": "^3.0.0",
61
61
  "concurrently": "^9.1.2",
62
62
  "ember-auto-import": "^2.10.0",
63
- "ember-cli": "~6.7.0-alpha.1",
63
+ "ember-cli": "~6.7.0-alpha.4",
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",
@@ -99,7 +99,7 @@
99
99
  "webpack": "^5.99.9"
100
100
  },
101
101
  "engines": {
102
- "node": ">= 18"
102
+ "node": ">= 20.11"
103
103
  },
104
104
  "ember": {
105
105
  "edition": "octane"
@@ -13,20 +13,6 @@
13
13
  "<%= name %>/*": ["app/*"],
14
14
  "*": ["types/*"]
15
15
  },
16
- "types": [
17
- "ember-source/types<% if (emberData) { %>",
18
- "ember-data/unstable-preview-types",
19
- "@ember-data/store/unstable-preview-types",
20
- "@ember-data/adapter/unstable-preview-types",
21
- "@ember-data/graph/unstable-preview-types",
22
- "@ember-data/json-api/unstable-preview-types",
23
- "@ember-data/legacy-compat/unstable-preview-types",
24
- "@ember-data/request/unstable-preview-types",
25
- "@ember-data/request-utils/unstable-preview-types",
26
- "@ember-data/model/unstable-preview-types",
27
- "@ember-data/serializer/unstable-preview-types",
28
- "@warp-drive/ember/unstable-preview-types",
29
- "@warp-drive/core-types/unstable-preview-types<% } %>"
30
- ]
16
+ "types": ["ember-source/types"]
31
17
  }
32
18
  }
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@ember-tooling/classic-build-app-blueprint",
3
- "version": "6.7.0-alpha.2",
3
+ "version": "6.7.0-alpha.4",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ember-cli/ember-cli.git",
7
+ "directory": "packages/app-blueprint"
8
+ },
4
9
  "dependencies": {
5
10
  "@ember-tooling/blueprint-model": "workspace:*",
6
11
  "chalk": "^4.1.2",
@@ -1,4 +1,9 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-blueprint",
3
- "version": "0.0.1"
3
+ "version": "0.0.2",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ember-cli/ember-cli.git",
7
+ "directory": "packages/blueprint-blueprint"
8
+ }
4
9
  }
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "@ember-tooling/blueprint-model",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/ember-cli/ember-cli.git",
7
+ "directory": "packages/blueprint-model"
8
+ },
4
9
  "dependencies": {
5
10
  "chalk": "^4.1.2",
6
11
  "diff": "^7.0.0",