@ember/app-blueprint 6.11.0-beta.3 → 6.11.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/.release-plan.json
CHANGED
|
@@ -2,21 +2,17 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "patch",
|
|
5
|
-
"oldVersion": "6.11.0
|
|
6
|
-
"newVersion": "6.11.
|
|
7
|
-
"tagName": "
|
|
5
|
+
"oldVersion": "6.11.0",
|
|
6
|
+
"newVersion": "6.11.1",
|
|
7
|
+
"tagName": "latest",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
10
|
"impact": "patch",
|
|
11
11
|
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :house: Internal"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2026-
|
|
17
|
+
"description": "## Release (2026-03-01)\n\n* @ember/app-blueprint 6.11.1 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,65 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Release (2026-
|
|
3
|
+
## Release (2026-03-01)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.11.
|
|
5
|
+
* @ember/app-blueprint 6.11.1 (patch)
|
|
6
6
|
|
|
7
7
|
#### :bug: Bug Fix
|
|
8
8
|
* `@ember/app-blueprint`
|
|
9
|
-
* [#
|
|
9
|
+
* [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2026-02-17)
|
|
15
|
+
|
|
16
|
+
* @ember/app-blueprint 6.11.0 (minor)
|
|
17
|
+
|
|
18
|
+
#### :rocket: Enhancement
|
|
19
|
+
* `@ember/app-blueprint`
|
|
20
|
+
* [#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
21
|
|
|
11
22
|
#### :house: Internal
|
|
12
23
|
* `@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))
|
|
24
|
+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
|
|
16
25
|
|
|
17
|
-
#### Committers:
|
|
26
|
+
#### Committers: 1
|
|
18
27
|
- 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
28
|
|
|
22
|
-
## Release (2026-
|
|
29
|
+
## Release (2026-02-09)
|
|
23
30
|
|
|
24
|
-
* @ember/app-blueprint 6.
|
|
31
|
+
* @ember/app-blueprint 6.10.4 (patch)
|
|
25
32
|
|
|
26
33
|
#### :bug: Bug Fix
|
|
27
34
|
* `@ember/app-blueprint`
|
|
28
|
-
* [#
|
|
35
|
+
* [#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
36
|
|
|
30
37
|
#### :house: Internal
|
|
31
38
|
* `@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))
|
|
39
|
+
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
|
|
34
40
|
|
|
35
|
-
#### Committers:
|
|
41
|
+
#### Committers: 2
|
|
36
42
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
37
|
-
-
|
|
38
|
-
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
43
|
+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
|
|
39
44
|
|
|
40
45
|
## Release (2026-01-23)
|
|
41
46
|
|
|
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))
|
|
47
|
+
* @ember/app-blueprint 6.10.3 (patch)
|
|
47
48
|
|
|
48
49
|
#### :bug: Bug Fix
|
|
49
50
|
* `@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))
|
|
51
|
+
* [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))
|
|
60
52
|
|
|
61
53
|
#### Committers: 1
|
|
62
|
-
-
|
|
54
|
+
- Edward Faulkner ([@ef4](https://github.com/ef4))
|
|
63
55
|
|
|
64
56
|
## Release (2026-01-23)
|
|
65
57
|
|
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.
|
|
3
|
+
"version": "6.11.1",
|
|
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",
|