@ember/app-blueprint 0.4.0 → 0.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/.release-plan.json +3 -7
- package/CHANGELOG.md +11 -0
- 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.4.0",
|
|
6
|
+
"newVersion": "0.5.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-22)\n\n* @ember/app-blueprint 0.
|
|
17
|
+
"description": "## Release (2025-05-22)\n\n* @ember/app-blueprint 0.5.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#24](https://github.com/ember-cli/ember-app-blueprint/pull/24) run update-blueprint-deps --latest ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n"
|
|
22
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2025-05-22)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 0.5.0 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#24](https://github.com/ember-cli/ember-app-blueprint/pull/24) run update-blueprint-deps --latest ([@mansona](https://github.com/mansona))
|
|
10
|
+
|
|
11
|
+
#### Committers: 1
|
|
12
|
+
- Chris Manson ([@mansona](https://github.com/mansona))
|
|
13
|
+
|
|
14
|
+
## Release (2025-05-22)
|
|
15
|
+
|
|
5
16
|
* @ember/app-blueprint 0.4.0 (minor)
|
|
6
17
|
|
|
7
18
|
#### :rocket: Enhancement
|
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"
|