@ember/app-blueprint 6.10.0-alpha.8 → 6.10.0-alpha.9
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 -3
- package/CHANGELOG.md +12 -0
- package/files/package.json +28 -29
- package/package.json +6 -3
package/.release-plan.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"solution": {
|
|
3
3
|
"@ember/app-blueprint": {
|
|
4
4
|
"impact": "minor",
|
|
5
|
-
"oldVersion": "6.10.0-alpha.
|
|
6
|
-
"newVersion": "6.10.0-alpha.
|
|
5
|
+
"oldVersion": "6.10.0-alpha.8",
|
|
6
|
+
"newVersion": "6.10.0-alpha.9",
|
|
7
7
|
"tagName": "alpha",
|
|
8
8
|
"constraints": [
|
|
9
9
|
{
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"pkgJSONPath": "./package.json"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"description": "## Release (2025-12-24)\n\n* @ember/app-blueprint 6.10.0-alpha.
|
|
17
|
+
"description": "## Release (2025-12-24)\n\n* @ember/app-blueprint 6.10.0-alpha.9 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
|
|
18
18
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## Release (2025-12-24)
|
|
4
4
|
|
|
5
|
+
* @ember/app-blueprint 6.10.0-alpha.9 (minor)
|
|
6
|
+
|
|
7
|
+
#### :rocket: Enhancement
|
|
8
|
+
* `@ember/app-blueprint`
|
|
9
|
+
* [#160](https://github.com/ember-cli/ember-app-blueprint/pull/160) Remove tracked-built-ins (it's built in (ish)) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
10
|
+
* [#163](https://github.com/ember-cli/ember-app-blueprint/pull/163) Update package.json via `update-blueprint-deps` ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
|
|
11
|
+
|
|
12
|
+
#### Committers: 1
|
|
13
|
+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
|
|
14
|
+
|
|
15
|
+
## Release (2025-12-24)
|
|
16
|
+
|
|
5
17
|
* @ember/app-blueprint 6.10.0-alpha.8 (minor)
|
|
6
18
|
|
|
7
19
|
#### :rocket: Enhancement
|
package/files/package.json
CHANGED
|
@@ -31,29 +31,29 @@
|
|
|
31
31
|
"./*": "./app/*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@babel/core": "^7.28.
|
|
34
|
+
"@babel/core": "^7.28.5",
|
|
35
35
|
"@babel/runtime": "^7.28.4",
|
|
36
|
-
"@babel/plugin-transform-runtime": "^7.28.
|
|
37
|
-
"@babel/plugin-transform-typescript": "^7.28.
|
|
38
|
-
"@babel/eslint-parser": "^7.28.
|
|
36
|
+
"@babel/plugin-transform-runtime": "^7.28.5<% if (typescript) { %>",
|
|
37
|
+
"@babel/plugin-transform-typescript": "^7.28.5<% } %>",
|
|
38
|
+
"@babel/eslint-parser": "^7.28.5<% if (typescript) { %>",
|
|
39
39
|
"@ember/app-tsconfig": "^1.0.3<% } %>",
|
|
40
|
-
"@ember/optional-features": "^2.
|
|
40
|
+
"@ember/optional-features": "^2.3.0",
|
|
41
41
|
"@ember/string": "^4.0.1",
|
|
42
|
-
"@ember/test-helpers": "^5.
|
|
42
|
+
"@ember/test-helpers": "^5.4.1",
|
|
43
43
|
"@ember/test-waiters": "^4.1.1",
|
|
44
|
-
"@embroider/macros": "^1.19.
|
|
45
|
-
"@embroider/core": "^4.2
|
|
46
|
-
"@embroider/vite": "^1.
|
|
47
|
-
"@embroider/compat": "^4.1.
|
|
48
|
-
"@embroider/router": "^3.0.
|
|
44
|
+
"@embroider/macros": "^1.19.6",
|
|
45
|
+
"@embroider/core": "^4.4.2",
|
|
46
|
+
"@embroider/vite": "^1.5.0",
|
|
47
|
+
"@embroider/compat": "^4.1.12",
|
|
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
|
-
"@eslint/js": "^9.
|
|
51
|
+
"@eslint/js": "^9.39.2",
|
|
52
52
|
"@glimmer/component": "^2.0.0<% if (typescript) { %>",
|
|
53
|
-
"@glint/ember-tsc": "^1.0.
|
|
54
|
-
"@glint/template": "^1.
|
|
55
|
-
"@glint/tsserver-plugin": "^2.0.
|
|
56
|
-
"@rollup/plugin-babel": "^6.0
|
|
53
|
+
"@glint/ember-tsc": "^1.0.8",
|
|
54
|
+
"@glint/template": "^1.7.3",
|
|
55
|
+
"@glint/tsserver-plugin": "^2.0.8<% } %>",
|
|
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) { %>",
|
|
59
59
|
"@warp-drive/core": "5.8.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
|
65
65
|
"concurrently": "^9.2.1",
|
|
66
66
|
"decorator-transforms": "^2.3.0",
|
|
67
|
-
"ember-cli": "~6.9.
|
|
67
|
+
"ember-cli": "~6.9.1",
|
|
68
68
|
"ember-cli-babel": "^8.2.0",
|
|
69
69
|
"ember-cli-deprecation-workflow": "^4.0.0",
|
|
70
70
|
"ember-load-initializers": "^3.0.1",
|
|
@@ -72,27 +72,26 @@
|
|
|
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.10.0-
|
|
75
|
+
"ember-source": "~6.10.0-beta.1",
|
|
76
76
|
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
|
|
77
77
|
"ember-welcome-page": "^8.0.4<% } %>",
|
|
78
|
-
"eslint": "^9.
|
|
78
|
+
"eslint": "^9.39.2",
|
|
79
79
|
"eslint-config-prettier": "^10.1.8",
|
|
80
|
-
"eslint-plugin-ember": "^12.7.
|
|
80
|
+
"eslint-plugin-ember": "^12.7.5",
|
|
81
81
|
"eslint-plugin-n": "^17.23.1",
|
|
82
82
|
"eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
|
|
83
83
|
"eslint-plugin-warp-drive": "5.8.0<% } %>",
|
|
84
|
-
"globals": "^16.
|
|
85
|
-
"prettier": "^3.
|
|
86
|
-
"prettier-plugin-ember-template-tag": "^2.1.
|
|
87
|
-
"qunit": "^2.24.
|
|
84
|
+
"globals": "^16.5.0",
|
|
85
|
+
"prettier": "^3.7.4",
|
|
86
|
+
"prettier-plugin-ember-template-tag": "^2.1.2",
|
|
87
|
+
"qunit": "^2.24.3",
|
|
88
88
|
"qunit-dom": "^3.5.0",
|
|
89
|
-
"stylelint": "^16.
|
|
89
|
+
"stylelint": "^16.26.1",
|
|
90
90
|
"stylelint-config-standard": "^38.0.0",
|
|
91
|
-
"testem": "^3.
|
|
92
|
-
"tracked-built-ins": "^4.0.0<% if (typescript) { %>",
|
|
91
|
+
"testem": "^3.17.0<% if (typescript) { %>",
|
|
93
92
|
"typescript": "^5.9.3",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
95
|
-
"vite": "^7.
|
|
93
|
+
"typescript-eslint": "^8.50.1<% } %>",
|
|
94
|
+
"vite": "^7.3.0"
|
|
96
95
|
},
|
|
97
96
|
"engines": {
|
|
98
97
|
"node": ">= 20"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ember/app-blueprint",
|
|
3
|
-
"version": "6.10.0-alpha.
|
|
3
|
+
"version": "6.10.0-alpha.9",
|
|
4
4
|
"description": "Blueprint for next generation of Ember apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-blueprint"
|
|
@@ -51,7 +51,10 @@
|
|
|
51
51
|
"lint:eslint": "eslint .",
|
|
52
52
|
"lint:prettier": "prettier . --check",
|
|
53
53
|
"format": "prettier . --write",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
54
|
+
"new:app": "pnpm dlx ember-cli@latest new my-app --blueprint .",
|
|
55
|
+
"update:all": "pnpm dlx update-blueprint-deps --filter . ./files/package.json",
|
|
56
|
+
"update:alpha": "pnpm dlx update-blueprint-deps --ember-source alpha --ember-cli alpha --ember-data alpha ./files/package.json",
|
|
57
|
+
"update:beta": "pnpm dlx update-blueprint-deps --ember-source beta --ember-cli beta --ember-data beta ./files/package.json",
|
|
58
|
+
"test": "vitest"
|
|
56
59
|
}
|
|
57
60
|
}
|