@ember/app-blueprint 6.9.0-beta.1 → 6.9.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.
@@ -2,9 +2,9 @@
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
4
  "impact": "minor",
5
- "oldVersion": "6.9.0-beta.0",
6
- "newVersion": "6.9.0-beta.1",
7
- "tagName": "beta",
5
+ "oldVersion": "6.8.3",
6
+ "newVersion": "6.9.0",
7
+ "tagName": "latest",
8
8
  "constraints": [
9
9
  {
10
10
  "impact": "minor",
@@ -17,14 +17,10 @@
17
17
  {
18
18
  "impact": "patch",
19
19
  "reason": "Appears in changelog section :memo: Documentation"
20
- },
21
- {
22
- "impact": "patch",
23
- "reason": "Appears in changelog section :house: Internal"
24
20
  }
25
21
  ],
26
22
  "pkgJSONPath": "./package.json"
27
23
  }
28
24
  },
29
- "description": "## Release (2025-10-14)\n\n* @ember/app-blueprint 6.9.0-beta.1 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#111](https://github.com/ember-cli/ember-app-blueprint/pull/111) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))\n * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))\n * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))\n * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))\n * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#110](https://github.com/ember-cli/ember-app-blueprint/pull/110) Prepare Stable Release v6.8.0 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#107](https://github.com/ember-cli/ember-app-blueprint/pull/107) Prepare Alpha Release v6.9.0-alpha.2 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))\n * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))\n * [#77](https://github.com/ember-cli/ember-app-blueprint/pull/77) Prepare Alpha Release v6.9.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 5\n- Arne Bertrand ([@abeforgit](https://github.com/abeforgit))\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n"
25
+ "description": "## Release (2025-12-05)\n\n* @ember/app-blueprint 6.9.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))\n * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#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))\n * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))\n\n#### :memo: Documentation\n* `@ember/app-blueprint`\n * [#64](https://github.com/ember-cli/ember-app-blueprint/pull/64) Update the release document to match the ember-cli process ([@mansona](https://github.com/mansona))\n * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))\n * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 4\n- Arne Bertrand ([@abeforgit](https://github.com/abeforgit))\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))\n"
30
26
  }
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2025-10-14)
3
+ ## Release (2025-12-05)
4
4
 
5
- * @ember/app-blueprint 6.9.0-beta.1 (minor)
5
+ * @ember/app-blueprint 6.9.0 (minor)
6
6
 
7
7
  #### :rocket: Enhancement
8
8
  * `@ember/app-blueprint`
9
- * [#111](https://github.com/ember-cli/ember-app-blueprint/pull/111) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
10
- * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
9
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
11
10
  * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
12
11
 
13
12
  #### :bug: Bug Fix
14
13
  * `@ember/app-blueprint`
14
+ * [#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))
15
15
  * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
16
16
 
17
17
  #### :memo: Documentation
@@ -20,20 +20,44 @@
20
20
  * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
21
21
  * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
22
22
 
23
- #### :house: Internal
24
- * `@ember/app-blueprint`
25
- * [#110](https://github.com/ember-cli/ember-app-blueprint/pull/110) Prepare Stable Release v6.8.0 ([@github-actions[bot]](https://github.com/apps/github-actions))
26
- * [#107](https://github.com/ember-cli/ember-app-blueprint/pull/107) Prepare Alpha Release v6.9.0-alpha.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
27
- * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))
28
- * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))
29
- * [#77](https://github.com/ember-cli/ember-app-blueprint/pull/77) Prepare Alpha Release v6.9.0-alpha.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
30
-
31
- #### Committers: 5
23
+ #### Committers: 4
32
24
  - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
33
25
  - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
34
26
  - Chris Manson ([@mansona](https://github.com/mansona))
35
27
  - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
36
- - [@github-actions[bot]](https://github.com/apps/github-actions)
28
+
29
+ ## Release (2025-11-02)
30
+
31
+ * @ember/app-blueprint 6.8.3 (patch)
32
+
33
+ #### :bug: Bug Fix
34
+ * `@ember/app-blueprint`
35
+ * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
36
+
37
+ #### Committers: 1
38
+ - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
39
+
40
+ ## Release (2025-10-24)
41
+
42
+ * @ember/app-blueprint 6.8.2 (patch)
43
+
44
+ #### :bug: Bug Fix
45
+ * `@ember/app-blueprint`
46
+ * [#120](https://github.com/ember-cli/ember-app-blueprint/pull/120) [bugfix release] set node version in engines to >= 20 ([@aklkv](https://github.com/aklkv))
47
+
48
+ #### Committers: 1
49
+ - Alexey Kulakov ([@aklkv](https://github.com/aklkv))
50
+
51
+ ## Release (2025-10-17)
52
+
53
+ * @ember/app-blueprint 6.8.1 (patch)
54
+
55
+ #### :bug: Bug Fix
56
+ * `@ember/app-blueprint`
57
+ * [#116](https://github.com/ember-cli/ember-app-blueprint/pull/116) [bugfix release] update ember-cli version to latest stable ([@mansona](https://github.com/mansona))
58
+
59
+ #### Committers: 1
60
+ - Chris Manson ([@mansona](https://github.com/mansona))
37
61
 
38
62
  ## Release (2025-10-14)
39
63
 
@@ -31,11 +31,11 @@
31
31
  "./*": "./app/*"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.28.4",
34
+ "@babel/core": "^7.28.5",
35
35
  "@babel/runtime": "^7.28.4",
36
- "@babel/plugin-transform-runtime": "^7.28.3<% if (typescript) { %>",
37
- "@babel/plugin-transform-typescript": "^7.28.0<% } %>",
38
- "@babel/eslint-parser": "^7.28.4<% if (typescript && emberData) { %>",
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 && emberData) { %>",
39
39
  "@ember-data/adapter": "~5.6.0",
40
40
  "@ember-data/graph": "~5.6.0",
41
41
  "@ember-data/json-api": "~5.6.0",
@@ -46,24 +46,24 @@
46
46
  "@ember-data/serializer": "~5.6.0",
47
47
  "@ember-data/store": "~5.6.0<% } %><% if (typescript) { %>",
48
48
  "@ember/app-tsconfig": "^1.0.3<% } %>",
49
- "@ember/optional-features": "^2.2.0",
49
+ "@ember/optional-features": "^2.3.0",
50
50
  "@ember/string": "^4.0.1",
51
- "@ember/test-helpers": "^5.3.0",
51
+ "@ember/test-helpers": "^5.4.1",
52
52
  "@ember/test-waiters": "^4.1.1",
53
- "@embroider/macros": "^1.19.1",
54
- "@embroider/core": "^4.2.4",
55
- "@embroider/vite": "^1.3.2",
56
- "@embroider/compat": "^4.1.7",
57
- "@embroider/router": "^3.0.4",
53
+ "@embroider/macros": "^1.19.5",
54
+ "@embroider/core": "^4.3.0",
55
+ "@embroider/vite": "^1.4.3",
56
+ "@embroider/compat": "^4.1.11",
57
+ "@embroider/router": "^3.0.6",
58
58
  "@embroider/config-meta-loader": "^1.0.0",
59
59
  "@embroider/legacy-inspector-support": "^0.1.3",
60
- "@eslint/js": "^9.37.0",
60
+ "@eslint/js": "^9.39.1",
61
61
  "@glimmer/component": "^2.0.0<% if (typescript) { %>",
62
62
  "@glint/core": "^1.5.2",
63
63
  "@glint/environment-ember-loose": "^1.5.2",
64
64
  "@glint/environment-ember-template-imports": "^1.5.2",
65
- "@glint/template": "^1.6.1<% } %>",
66
- "@rollup/plugin-babel": "^6.0.4<% if (typescript) { %>",
65
+ "@glint/template": "^1.7.3<% } %>",
66
+ "@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
67
67
  "@types/qunit": "^2.19.13",
68
68
  "@types/rsvp": "^4.0.9<% if (emberData) {%>",
69
69
  "@warp-drive/core-types": "~5.6.0<% }} %><% if (emberData) { %>",
@@ -71,8 +71,8 @@
71
71
  "babel-plugin-ember-template-compilation": "^2.4.1",
72
72
  "concurrently": "^9.2.1",
73
73
  "decorator-transforms": "^2.3.0",
74
- "ember-auto-import": "^2.11.1",
75
- "ember-cli": "~6.9.0-alpha.1",
74
+ "ember-auto-import": "^2.12.0",
75
+ "ember-cli": "~6.8.0",
76
76
  "ember-cli-babel": "^8.2.0",
77
77
  "ember-cli-deprecation-workflow": "^3.4.0<% if (emberData) { %>",
78
78
  "ember-data": "~5.6.0<% } %>",
@@ -81,29 +81,29 @@
81
81
  "ember-page-title": "^9.0.3",
82
82
  "ember-qunit": "^9.0.4",
83
83
  "ember-resolver": "^13.1.1",
84
- "ember-source": "~6.9.0-beta.1",
84
+ "ember-source": "~6.9.0",
85
85
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
86
86
  "ember-welcome-page": "^7.0.2<% } %>",
87
- "eslint": "^9.37.0",
87
+ "eslint": "^9.39.1",
88
88
  "eslint-config-prettier": "^10.1.8",
89
- "eslint-plugin-ember": "^12.7.4",
89
+ "eslint-plugin-ember": "^12.7.5",
90
90
  "eslint-plugin-n": "^17.23.1",
91
91
  "eslint-plugin-qunit": "^8.2.5",
92
- "globals": "^16.4.0",
93
- "prettier": "^3.6.2",
94
- "prettier-plugin-ember-template-tag": "^2.1.0",
95
- "qunit": "^2.24.2",
92
+ "globals": "^16.5.0",
93
+ "prettier": "^3.7.3",
94
+ "prettier-plugin-ember-template-tag": "^2.1.1",
95
+ "qunit": "^2.24.3",
96
96
  "qunit-dom": "^3.5.0",
97
- "stylelint": "^16.25.0",
97
+ "stylelint": "^16.26.1",
98
98
  "stylelint-config-standard": "^38.0.0",
99
99
  "testem": "^3.16.0",
100
100
  "tracked-built-ins": "^4.0.0<% if (typescript) { %>",
101
101
  "typescript": "^5.9.3",
102
- "typescript-eslint": "^8.46.0<% } %>",
103
- "vite": "^7.1.9"
102
+ "typescript-eslint": "^8.48.0<% } %>",
103
+ "vite": "^7.2.4"
104
104
  },
105
105
  "engines": {
106
- "node": ">= 18"
106
+ "node": ">= 20"
107
107
  },
108
108
  "ember": {
109
109
  "edition": "octane"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.9.0-beta.1",
3
+ "version": "6.9.0",
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
  "ember-cli-string-utils": "^1.1.0",