@ember/app-blueprint 6.10.0-beta.2 → 6.11.0-alpha.2
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 +8 -4
- package/CHANGELOG.md +29 -1
- package/files/package.json +4 -4
- package/package.json +3 -3
package/.release-plan.json
CHANGED
|
@@ -2,17 +2,21 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "patch",
|
|
5
|
-
"oldVersion": "6.
|
|
6
|
-
"newVersion": "6.
|
|
7
|
-
"tagName": "
|
|
5
|
+
"oldVersion": "6.11.0-alpha.1",
|
|
6
|
+
"newVersion": "6.11.0-alpha.2",
|
|
7
|
+
"tagName": "alpha",
|
|
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"
|
|
12
16
|
}
|
|
13
17
|
],
|
|
14
18
|
"pkgJSONPath": "./package.json"
|
|
15
19
|
}
|
|
16
20
|
},
|
|
17
|
-
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.
|
|
21
|
+
"description": "## Release (2026-01-12)\n\n* @ember/app-blueprint 6.11.0-alpha.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
18
22
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,17 +2,45 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2026-01-12)
|
|
4
4
|
|
|
5
|
-
* @ember/app-blueprint 6.
|
|
5
|
+
* @ember/app-blueprint 6.11.0-alpha.2 (patch)
|
|
6
6
|
|
|
7
7
|
#### :bug: Bug Fix
|
|
8
8
|
* `@ember/app-blueprint`
|
|
9
9
|
* [#176](https://github.com/ember-cli/ember-app-blueprint/pull/176) [bugfix beta] fix warp-drive dependencies to use a tilde `~` ([@mansona](https://github.com/mansona))
|
|
10
10
|
|
|
11
|
+
#### :house: Internal
|
|
12
|
+
* `@ember/app-blueprint`
|
|
13
|
+
* [#178](https://github.com/ember-cli/ember-app-blueprint/pull/178) Merge beta into main ([@mansona](https://github.com/mansona))
|
|
14
|
+
|
|
11
15
|
#### Committers: 1
|
|
12
16
|
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
17
|
|
|
14
18
|
## Release (2026-01-06)
|
|
15
19
|
|
|
20
|
+
* @ember/app-blueprint 6.11.0-alpha.1 (minor)
|
|
21
|
+
|
|
22
|
+
#### :rocket: Enhancement
|
|
23
|
+
* `@ember/app-blueprint`
|
|
24
|
+
* [#173](https://github.com/ember-cli/ember-app-blueprint/pull/173) Prepare 6.11-alpha ([@mansona](https://github.com/mansona))
|
|
25
|
+
* [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
|
|
26
|
+
|
|
27
|
+
#### :bug: Bug Fix
|
|
28
|
+
* `@ember/app-blueprint`
|
|
29
|
+
* [#161](https://github.com/ember-cli/ember-app-blueprint/pull/161) Bump ember-cli to 6.9 in the 6.9 release ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
30
|
+
* [#154](https://github.com/ember-cli/ember-app-blueprint/pull/154) [bugfix beta] remove project: true from eslint config in TS projects ([@mansona](https://github.com/mansona))
|
|
31
|
+
|
|
32
|
+
#### :house: Internal
|
|
33
|
+
* `@ember/app-blueprint`
|
|
34
|
+
* [#170](https://github.com/ember-cli/ember-app-blueprint/pull/170) Prepare Beta Release v6.10.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
|
|
35
|
+
* [#169](https://github.com/ember-cli/ember-app-blueprint/pull/169) Prepare 6.10-beta ([@mansona](https://github.com/mansona))
|
|
36
|
+
|
|
37
|
+
#### Committers: 3
|
|
38
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
39
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
40
|
+
- [@github-actions[bot]](https://github.com/apps/github-actions)
|
|
41
|
+
|
|
42
|
+
## Release (2026-01-06)
|
|
43
|
+
|
|
16
44
|
* @ember/app-blueprint 6.10.0-beta.1 (minor)
|
|
17
45
|
|
|
18
46
|
#### :rocket: Enhancement
|
package/files/package.json
CHANGED
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@warp-drive/utilities": "~5.8.0<% } %>",
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
|
-
"decorator-transforms": "^2.3.
|
|
66
|
+
"decorator-transforms": "^2.3.1",
|
|
67
67
|
"ember-cli": "~6.9.1",
|
|
68
68
|
"ember-cli-babel": "^8.2.0",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^4.0.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
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.
|
|
75
|
+
"ember-source": "~6.11.0-alpha.6",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.4<% } %>",
|
|
78
78
|
"eslint": "^9.39.2",
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
"globals": "^16.5.0",
|
|
85
85
|
"prettier": "^3.7.4",
|
|
86
86
|
"prettier-plugin-ember-template-tag": "^2.1.2",
|
|
87
|
-
"qunit": "^2.
|
|
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.52.0<% } %>",
|
|
94
94
|
"vite": "^7.3.0"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.11.0-alpha.2",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"minor": "prerelease",
|
|
18
18
|
"patch": "prerelease"
|
|
19
19
|
},
|
|
20
|
-
"semverIncrementTag": "
|
|
21
|
-
"publishTag": "
|
|
20
|
+
"semverIncrementTag": "alpha",
|
|
21
|
+
"publishTag": "alpha"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"chalk": "^4.1.2",
|