ember-cli 6.5.0-beta.2 → 6.5.0
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 +13 -31
- package/blueprints/addon/index.js +1 -1
- package/blueprints/app/files/package.json +17 -17
- package/docs/build/data.json +1 -1
- package/package.json +1 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,50 +1,32 @@
|
|
|
1
1
|
# ember-cli Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2025-06-
|
|
3
|
+
## Release (2025-06-16)
|
|
4
4
|
|
|
5
|
-
* ember-cli 6.5.0
|
|
5
|
+
* ember-cli 6.5.0 (minor)
|
|
6
6
|
|
|
7
7
|
#### :rocket: Enhancement
|
|
8
8
|
* `ember-cli`
|
|
9
|
+
* [#10721](https://github.com/ember-cli/ember-cli/pull/10721) Prepare 6.5.0 release ([@mansona](https://github.com/mansona))
|
|
9
10
|
* [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
|
|
10
11
|
|
|
12
|
+
#### :bug: Bug Fix
|
|
13
|
+
* `ember-cli`
|
|
14
|
+
* [#10684](https://github.com/ember-cli/ember-cli/pull/10684) [BUGFIX] Remove deprecated `@types/eslint__js` dependency from `app` blueprint ([@gvdp](https://github.com/gvdp))
|
|
15
|
+
|
|
11
16
|
#### :house: Internal
|
|
12
17
|
* `ember-cli`
|
|
18
|
+
* [#10726](https://github.com/ember-cli/ember-cli/pull/10726) use patched github-changelog for properly rolling up beta changelog ([@mansona](https://github.com/mansona))
|
|
19
|
+
* [#10722](https://github.com/ember-cli/ember-cli/pull/10722) prevent clashes between release-plan branches ([@mansona](https://github.com/mansona))
|
|
20
|
+
* [#10719](https://github.com/ember-cli/ember-cli/pull/10719) [Backport release]: start using release-plan to release ember-cli ([@mansona](https://github.com/mansona))
|
|
21
|
+
* [#10718](https://github.com/ember-cli/ember-cli/pull/10718) Prepare Beta Release v6.5.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
13
22
|
* [#10717](https://github.com/ember-cli/ember-cli/pull/10717) pass --publish-branch to release-plan publish ([@mansona](https://github.com/mansona))
|
|
14
23
|
* [#10716](https://github.com/ember-cli/ember-cli/pull/10716) Prepare Beta Release v6.5.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
15
24
|
* [#10715](https://github.com/ember-cli/ember-cli/pull/10715) [Backport beta]: Set up release-plan ([@mansona](https://github.com/mansona))
|
|
16
25
|
|
|
17
|
-
#### Committers:
|
|
26
|
+
#### Committers: 3
|
|
18
27
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
19
28
|
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
20
|
-
|
|
21
|
-
## Release (2025-06-11)
|
|
22
|
-
|
|
23
|
-
* ember-cli 6.5.0-beta.1 (minor)
|
|
24
|
-
|
|
25
|
-
#### :rocket: Enhancement
|
|
26
|
-
* `ember-cli`
|
|
27
|
-
* [#10705](https://github.com/ember-cli/ember-cli/pull/10705) add `--strict` flag for new app and addon generation ([@mansona](https://github.com/mansona))
|
|
28
|
-
|
|
29
|
-
#### :house: Internal
|
|
30
|
-
* `ember-cli`
|
|
31
|
-
* [#10715](https://github.com/ember-cli/ember-cli/pull/10715) [Backport beta]: Set up release-plan ([@mansona](https://github.com/mansona))
|
|
32
|
-
|
|
33
|
-
#### Committers: 1
|
|
34
|
-
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
35
|
-
|
|
36
|
-
## v6.5.0-beta.0
|
|
37
|
-
|
|
38
|
-
#### Blueprint Changes
|
|
39
|
-
|
|
40
|
-
- [`ember new` diff](https://github.com/ember-cli/ember-new-output/compare/v6.4.0...v6.5.0-beta.0)
|
|
41
|
-
- [`ember addon` diff](https://github.com/ember-cli/ember-addon-output/compare/v6.4.0...v6.5.0-beta.0)
|
|
42
|
-
|
|
43
|
-
#### Changelog
|
|
44
|
-
|
|
45
|
-
- [#10684](https://github.com/ember-cli/ember-cli/pull/10684) [BUGFIX] Remove deprecated `@types/eslint__js` dependency from `app` blueprint [@gvdp](https://github.com/gvdp)
|
|
46
|
-
|
|
47
|
-
Thank you to all who took the time to contribute!
|
|
29
|
+
- [@gvdp](https://github.com/gvdp)
|
|
48
30
|
|
|
49
31
|
## v6.4.0
|
|
50
32
|
|
|
@@ -94,7 +94,7 @@ module.exports = {
|
|
|
94
94
|
|
|
95
95
|
// add scripts to build type declarations for TypeScript addons
|
|
96
96
|
if (this.options.typescript) {
|
|
97
|
-
contents.devDependencies.rimraf = '^5.0.
|
|
97
|
+
contents.devDependencies.rimraf = '^5.0.10';
|
|
98
98
|
|
|
99
99
|
contents.scripts.prepack = 'tsc --project tsconfig.declarations.json';
|
|
100
100
|
contents.scripts.postpack = 'rimraf declarations';
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"test:ember": "ember test"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "^7.27.
|
|
32
|
-
"@babel/eslint-parser": "^7.27.
|
|
31
|
+
"@babel/core": "^7.27.4",
|
|
32
|
+
"@babel/eslint-parser": "^7.27.5",
|
|
33
33
|
"@babel/plugin-proposal-decorators": "^7.27.1<% if (typescript && emberData) { %>",
|
|
34
34
|
"@ember-data/adapter": "~5.3.13",
|
|
35
35
|
"@ember-data/graph": "~5.3.13",
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"@ember-data/store": "~5.3.13",
|
|
43
43
|
"@ember-data/tracking": "~5.3.13<% } %>",
|
|
44
44
|
"@ember/optional-features": "^2.2.0",
|
|
45
|
-
"@ember/test-helpers": "^5.2.
|
|
45
|
+
"@ember/test-helpers": "^5.2.2<% if (embroider) { %>",
|
|
46
46
|
"@embroider/compat": "^3.9.0",
|
|
47
47
|
"@embroider/core": "^3.5.6<% } %>",
|
|
48
|
-
"@embroider/macros": "^1.
|
|
48
|
+
"@embroider/macros": "^1.18.0<% if (embroider) { %>",
|
|
49
49
|
"@embroider/webpack": "^4.1.0<% } %>",
|
|
50
|
-
"@eslint/js": "^9.
|
|
50
|
+
"@eslint/js": "^9.28.0",
|
|
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",
|
|
@@ -70,34 +70,34 @@
|
|
|
70
70
|
"ember-cli-inject-live-reload": "^2.1.0<% if (!embroider) { %>",
|
|
71
71
|
"ember-cli-sri": "^2.1.1",
|
|
72
72
|
"ember-cli-terser": "^4.0.2<% } %><% if (emberData) { %>",
|
|
73
|
-
"ember-data": "~5.
|
|
73
|
+
"ember-data": "~5.5.0<% } %>",
|
|
74
74
|
"ember-fetch": "^8.1.2",
|
|
75
75
|
"ember-load-initializers": "^3.0.1",
|
|
76
|
-
"ember-modifier": "^4.2.
|
|
77
|
-
"ember-page-title": "^9.0.
|
|
78
|
-
"ember-qunit": "^9.0.
|
|
79
|
-
"ember-resolver": "^13.1.
|
|
80
|
-
"ember-source": "~6.5.0
|
|
76
|
+
"ember-modifier": "^4.2.2",
|
|
77
|
+
"ember-page-title": "^9.0.2",
|
|
78
|
+
"ember-qunit": "^9.0.3",
|
|
79
|
+
"ember-resolver": "^13.1.1",
|
|
80
|
+
"ember-source": "~6.5.0",
|
|
81
81
|
"ember-template-imports": "^4.3.0",
|
|
82
82
|
"ember-template-lint": "^6.1.0<% if (welcome) { %>",
|
|
83
83
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
84
|
-
"eslint": "^9.
|
|
84
|
+
"eslint": "^9.28.0",
|
|
85
85
|
"eslint-config-prettier": "^9.1.0",
|
|
86
86
|
"eslint-plugin-ember": "^12.5.0",
|
|
87
|
-
"eslint-plugin-n": "^17.
|
|
87
|
+
"eslint-plugin-n": "^17.19.0",
|
|
88
88
|
"eslint-plugin-qunit": "^8.1.2",
|
|
89
89
|
"globals": "^15.15.0",
|
|
90
90
|
"loader.js": "^4.7.0",
|
|
91
91
|
"prettier": "^3.5.3",
|
|
92
|
-
"prettier-plugin-ember-template-tag": "^2.0.
|
|
92
|
+
"prettier-plugin-ember-template-tag": "^2.0.6",
|
|
93
93
|
"qunit": "^2.24.1",
|
|
94
94
|
"qunit-dom": "^3.4.0",
|
|
95
|
-
"stylelint": "^16.
|
|
95
|
+
"stylelint": "^16.20.0",
|
|
96
96
|
"stylelint-config-standard": "^36.0.1",
|
|
97
97
|
"tracked-built-ins": "^3.4.0<% if (typescript) { %>",
|
|
98
98
|
"typescript": "^5.8.3",
|
|
99
|
-
"typescript-eslint": "^8.
|
|
100
|
-
"webpack": "^5.99.
|
|
99
|
+
"typescript-eslint": "^8.34.0<% } %>",
|
|
100
|
+
"webpack": "^5.99.9"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|
|
103
103
|
"node": ">= 18"
|
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.5.0-
|
|
6
|
+
"version": "6.5.0-release-144bca8dee"
|
|
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.5.0
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"description": "Command line tool for developing ambitious ember.js apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -26,14 +26,6 @@
|
|
|
26
26
|
"bin": {
|
|
27
27
|
"ember": "./bin/ember"
|
|
28
28
|
},
|
|
29
|
-
"release-plan": {
|
|
30
|
-
"semverIncrementAs": {
|
|
31
|
-
"minor": "prerelease",
|
|
32
|
-
"patch": "prerelease"
|
|
33
|
-
},
|
|
34
|
-
"semverIncrementTag": "beta",
|
|
35
|
-
"publishTag": "beta"
|
|
36
|
-
},
|
|
37
29
|
"dependencies": {
|
|
38
30
|
"@pnpm/find-workspace-dir": "^1000.1.0",
|
|
39
31
|
"babel-remove-types": "^1.0.1",
|