ember-cli 6.7.0-alpha.3 → 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 +27 -0
- package/docs/build/data.json +1 -1
- package/package.json +6 -6
- package/packages/addon-blueprint/files/README.md +1 -1
- package/packages/addon-blueprint/package.json +1 -1
- package/packages/app-blueprint/files/package.json +2 -2
- package/packages/app-blueprint/files/tsconfig.json +1 -15
- package/packages/app-blueprint/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
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
|
+
|
|
3
30
|
## Release (2025-06-30)
|
|
4
31
|
|
|
5
32
|
* @ember-tooling/classic-build-addon-blueprint 6.7.0-alpha.3 (patch)
|
package/docs/build/data.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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-model": "0.0.2",
|
|
121
120
|
"@ember-tooling/blueprint-blueprint": "0.0.2",
|
|
122
|
-
"@ember-tooling/
|
|
123
|
-
"@ember-tooling/classic-build-
|
|
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": ">=
|
|
160
|
+
"node": ">= 20.11"
|
|
161
161
|
},
|
|
162
162
|
"volta": {
|
|
163
|
-
"node": "
|
|
163
|
+
"node": "20.11.0",
|
|
164
164
|
"pnpm": "10.12.1"
|
|
165
165
|
},
|
|
166
166
|
"publishConfig": {
|
|
@@ -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.
|
|
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": ">=
|
|
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
|
}
|