@ember/app-blueprint 6.11.0-beta.3 → 6.11.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/.release-plan.json +7 -7
- package/CHANGELOG.md +15 -34
- package/files/package.json +18 -18
- package/package.json +1 -9
package/.release-plan.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
|
-
"impact": "
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.11.0
|
|
7
|
-
"tagName": "
|
|
4
|
+
"impact": "minor",
|
|
5
|
+
"oldVersion": "6.10.4",
|
|
6
|
+
"newVersion": "6.11.0",
|
|
7
|
+
"tagName": "latest",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
|
-
"impact": "
|
|
11
|
-
"reason": "Appears in changelog section :
|
|
10
|
+
"impact": "minor",
|
|
11
|
+
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"impact": "patch",
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"pkgJSONPath": "./package.json"
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
|
-
"description": "## Release (2026-02-
|
|
21
|
+
"description": "## Release (2026-02-17)\n\n* @ember/app-blueprint 6.11.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#222](https://github.com/ember-cli/ember-app-blueprint/pull/222) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
22
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,46 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-02-
|
|
3
|
+
## Release (2026-02-17)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.11.0
|
|
5
|
+
* @ember/app-blueprint 6.11.0 (minor)
|
|
6
6
|
|
|
7
|
-
#### :
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
8
|
* `@ember/app-blueprint`
|
|
9
|
-
* [#
|
|
9
|
+
* [#222](https://github.com/ember-cli/ember-app-blueprint/pull/222) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
|
|
10
10
|
|
|
11
11
|
#### :house: Internal
|
|
12
12
|
* `@ember/app-blueprint`
|
|
13
|
-
* [#
|
|
14
|
-
* [#218](https://github.com/ember-cli/ember-app-blueprint/pull/218) Prepare Stable Release v6.10.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
15
|
-
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
|
|
13
|
+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
16
14
|
|
|
17
|
-
#### Committers:
|
|
15
|
+
#### Committers: 1
|
|
18
16
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
19
|
-
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
|
|
20
|
-
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
21
17
|
|
|
22
|
-
## Release (2026-
|
|
18
|
+
## Release (2026-02-09)
|
|
23
19
|
|
|
24
|
-
* @ember/app-blueprint 6.
|
|
20
|
+
* @ember/app-blueprint 6.10.4 (patch)
|
|
25
21
|
|
|
26
22
|
#### :bug: Bug Fix
|
|
27
23
|
* `@ember/app-blueprint`
|
|
28
|
-
* [#
|
|
24
|
+
* [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp))
|
|
29
25
|
|
|
30
26
|
#### :house: Internal
|
|
31
27
|
* `@ember/app-blueprint`
|
|
32
|
-
* [#
|
|
33
|
-
* [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
28
|
+
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
|
|
34
29
|
|
|
35
|
-
#### Committers:
|
|
30
|
+
#### Committers: 2
|
|
36
31
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
|
-
-
|
|
38
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
32
|
+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
39
33
|
|
|
40
34
|
## Release (2026-01-23)
|
|
41
35
|
|
|
42
|
-
* @ember/app-blueprint 6.
|
|
43
|
-
|
|
44
|
-
#### :rocket: Enhancement
|
|
45
|
-
* `@ember/app-blueprint`
|
|
46
|
-
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
|
|
36
|
+
* @ember/app-blueprint 6.10.3 (patch)
|
|
47
37
|
|
|
48
38
|
#### :bug: Bug Fix
|
|
49
39
|
* `@ember/app-blueprint`
|
|
50
|
-
* [#
|
|
51
|
-
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
|
|
52
|
-
|
|
53
|
-
#### :memo: Documentation
|
|
54
|
-
* `@ember/app-blueprint`
|
|
55
|
-
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
56
|
-
|
|
57
|
-
#### :house: Internal
|
|
58
|
-
* `@ember/app-blueprint`
|
|
59
|
-
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
|
|
40
|
+
* [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))
|
|
60
41
|
|
|
61
42
|
#### Committers: 1
|
|
62
|
-
-
|
|
43
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
63
44
|
|
|
64
45
|
## Release (2026-01-23)
|
|
65
46
|
|
package/files/package.json
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"./*": "./app/*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.
|
|
34
|
+
"@babel/core": "^7.29.0",
|
|
35
35
|
"@babel/runtime": "^7.28.6",
|
|
36
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
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
39
|
"@ember/app-tsconfig": "^1.0.3<% } %>",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"@ember/string": "^4.0.1",
|
|
42
42
|
"@ember/test-helpers": "^5.4.1",
|
|
43
43
|
"@ember/test-waiters": "^4.1.1",
|
|
44
|
-
"@embroider/macros": "^1.19.
|
|
45
|
-
"@embroider/core": "^4.4.
|
|
46
|
-
"@embroider/vite": "^1.5.
|
|
47
|
-
"@embroider/compat": "^4.1.
|
|
44
|
+
"@embroider/macros": "^1.19.7",
|
|
45
|
+
"@embroider/core": "^4.4.3",
|
|
46
|
+
"@embroider/vite": "^1.5.2",
|
|
47
|
+
"@embroider/compat": "^4.1.13",
|
|
48
48
|
"@embroider/router": "^3.0.6",
|
|
49
49
|
"@embroider/config-meta-loader": "^1.0.0",
|
|
50
50
|
"@embroider/legacy-inspector-support": "^0.1.3",
|
|
51
51
|
"@eslint/js": "^9.39.2",
|
|
52
52
|
"@glimmer/component": "^2.0.0<% if (typescript) { %>",
|
|
53
|
-
"@glint/ember-tsc": "^1.
|
|
54
|
-
"@glint/template": "^1.7.
|
|
55
|
-
"@glint/tsserver-plugin": "^2.0
|
|
53
|
+
"@glint/ember-tsc": "^1.1.1",
|
|
54
|
+
"@glint/template": "^1.7.4",
|
|
55
|
+
"@glint/tsserver-plugin": "^2.1.0<% } %>",
|
|
56
56
|
"@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
|
|
57
57
|
"@types/qunit": "^2.19.13",
|
|
58
58
|
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
|
|
@@ -64,33 +64,33 @@
|
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.1.0",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.1",
|
|
67
|
-
"ember-cli": "~6.10.
|
|
68
|
-
"ember-cli-babel": "^8.
|
|
67
|
+
"ember-cli": "~6.10.2",
|
|
68
|
+
"ember-cli-babel": "^8.3.1",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^3.4.0",
|
|
70
70
|
"ember-load-initializers": "^3.0.1",
|
|
71
|
-
"ember-modifier": "^4.
|
|
71
|
+
"ember-modifier": "^4.3.0",
|
|
72
72
|
"ember-page-title": "^9.0.3",
|
|
73
73
|
"ember-qunit": "^9.0.4",
|
|
74
74
|
"ember-resolver": "^13.1.1",
|
|
75
|
-
"ember-source": "~6.11.0
|
|
75
|
+
"ember-source": "~6.11.0",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.5<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
|
79
79
|
"eslint-config-prettier": "^10.1.8",
|
|
80
80
|
"eslint-plugin-ember": "^12.7.5",
|
|
81
|
-
"eslint-plugin-n": "^17.
|
|
82
|
-
"eslint-plugin-qunit": "^8.2.
|
|
81
|
+
"eslint-plugin-n": "^17.24.0",
|
|
82
|
+
"eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>",
|
|
83
83
|
"eslint-plugin-warp-drive": "^5.8.1<% } %>",
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
|
-
"prettier": "^3.8.
|
|
86
|
-
"prettier-plugin-ember-template-tag": "^2.1.
|
|
85
|
+
"prettier": "^3.8.1",
|
|
86
|
+
"prettier-plugin-ember-template-tag": "^2.1.3",
|
|
87
87
|
"qunit": "^2.25.0",
|
|
88
88
|
"qunit-dom": "^3.5.0",
|
|
89
89
|
"stylelint": "^16.26.1",
|
|
90
90
|
"stylelint-config-standard": "^38.0.0",
|
|
91
91
|
"testem": "^3.17.0<% if (typescript) { %>",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
|
-
"typescript-eslint": "^8.
|
|
93
|
+
"typescript-eslint": "^8.56.0<% } %>",
|
|
94
94
|
"vite": "^7.3.1"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.11.0
|
|
3
|
+
"version": "6.11.0",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -12,14 +12,6 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"author": "",
|
|
14
14
|
"main": "index.js",
|
|
15
|
-
"release-plan": {
|
|
16
|
-
"semverIncrementAs": {
|
|
17
|
-
"minor": "prerelease",
|
|
18
|
-
"patch": "prerelease"
|
|
19
|
-
},
|
|
20
|
-
"semverIncrementTag": "beta",
|
|
21
|
-
"publishTag": "beta"
|
|
22
|
-
},
|
|
23
15
|
"dependencies": {
|
|
24
16
|
"chalk": "^4.1.2",
|
|
25
17
|
"ejs": "^3.1.10",
|