@ember/app-blueprint 0.4.0 → 0.6.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 +3 -7
- package/CHANGELOG.md +22 -0
- package/files/.ember-cli +13 -1
- package/files/package.json +5 -5
- package/package.json +1 -1
package/.release-plan.json
CHANGED
|
@@ -2,21 +2,17 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "0.
|
|
6
|
-
"newVersion": "0.
|
|
5
|
+
"oldVersion": "0.5.0",
|
|
6
|
+
"newVersion": "0.6.0",
|
|
7
7
|
"tagName": "latest",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
10
10
|
"impact": "minor",
|
|
11
11
|
"reason": "Appears in changelog section :rocket: Enhancement"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"impact": "patch",
|
|
15
|
-
"reason": "Appears in changelog section :bug: Bug Fix"
|
|
16
12
|
}
|
|
17
13
|
],
|
|
18
14
|
"pkgJSONPath": "./package.json"
|
|
19
15
|
}
|
|
20
16
|
},
|
|
21
|
-
"description": "## Release (2025-05
|
|
17
|
+
"description": "## Release (2025-06-05)\n\n* @ember/app-blueprint 0.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#28](https://github.com/ember-cli/ember-app-blueprint/pull/28) make sure we always use strict generators ([@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,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Release (2025-06-05)
|
|
4
|
+
|
|
5
|
+
* @ember/app-blueprint 0.6.0 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#28](https://github.com/ember-cli/ember-app-blueprint/pull/28) make sure we always use strict generators ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2025-05-22)
|
|
15
|
+
|
|
16
|
+
* @ember/app-blueprint 0.5.0 (minor)
|
|
17
|
+
|
|
18
|
+
#### :rocket: Enhancement
|
|
19
|
+
* `@ember/app-blueprint`
|
|
20
|
+
* [#24](https://github.com/ember-cli/ember-app-blueprint/pull/24) run update-blueprint-deps --latest ([@mansona](https://github.com/mansona))
|
|
21
|
+
|
|
22
|
+
#### Committers: 1
|
|
23
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
24
|
+
|
|
3
25
|
## Release (2025-05-22)
|
|
4
26
|
|
|
5
27
|
* @ember/app-blueprint 0.4.0 (minor)
|
package/files/.ember-cli
CHANGED
|
@@ -3,5 +3,17 @@
|
|
|
3
3
|
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
|
|
4
4
|
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
|
|
5
5
|
*/
|
|
6
|
-
"isTypeScriptProject": <%= typescript ? 'true' : 'false'
|
|
6
|
+
"isTypeScriptProject": <%= typescript ? 'true' : 'false' %>,
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
Setting `componentAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
|
|
10
|
+
or GTS files for the component and the component rendering test. "loose" is the default.
|
|
11
|
+
*/
|
|
12
|
+
"componentAuthoringFormat": "strict",
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
Setting `routeAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
|
|
16
|
+
or GTS templates for routes. "loose" is the default
|
|
17
|
+
*/
|
|
18
|
+
"routeAuthoringFormat": "strict"
|
|
7
19
|
}
|
package/files/package.json
CHANGED
|
@@ -84,22 +84,22 @@
|
|
|
84
84
|
"ember-resolver": "^13.1.1",
|
|
85
85
|
"ember-source": "~6.5.0-beta.1",
|
|
86
86
|
"ember-template-imports": "^4.3.0",
|
|
87
|
-
"ember-template-lint": "^
|
|
87
|
+
"ember-template-lint": "^7.7.0<% if (welcome) { %>",
|
|
88
88
|
"ember-welcome-page": "^7.0.2<% } %>",
|
|
89
89
|
"eslint": "^9.27.0",
|
|
90
|
-
"eslint-config-prettier": "^
|
|
90
|
+
"eslint-config-prettier": "^10.1.5",
|
|
91
91
|
"eslint-plugin-ember": "^12.5.0",
|
|
92
92
|
"eslint-plugin-n": "^17.18.0",
|
|
93
93
|
"eslint-plugin-qunit": "^8.1.2",
|
|
94
|
-
"globals": "^
|
|
94
|
+
"globals": "^16.1.0",
|
|
95
95
|
"prettier": "^3.5.3",
|
|
96
96
|
"prettier-plugin-ember-template-tag": "^2.0.5",
|
|
97
97
|
"qunit": "^2.24.1",
|
|
98
98
|
"qunit-dom": "^3.4.0",
|
|
99
99
|
"stylelint": "^16.19.1",
|
|
100
|
-
"stylelint-config-standard": "^
|
|
100
|
+
"stylelint-config-standard": "^38.0.0",
|
|
101
101
|
"testem": "^3.16.0",
|
|
102
|
-
"tracked-built-ins": "^
|
|
102
|
+
"tracked-built-ins": "^4.0.0<% if (typescript) { %>",
|
|
103
103
|
"typescript": "^5.8.3",
|
|
104
104
|
"typescript-eslint": "^8.32.1<% } %>",
|
|
105
105
|
"vite": "^6.3.5"
|