@ember/app-blueprint 6.9.0-beta.2 → 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.
@@ -1,22 +1,26 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "patch",
5
- "oldVersion": "6.9.0-beta.1",
6
- "newVersion": "6.9.0-beta.2",
7
- "tagName": "beta",
4
+ "impact": "minor",
5
+ "oldVersion": "6.8.3",
6
+ "newVersion": "6.9.0",
7
+ "tagName": "latest",
8
8
  "constraints": [
9
+ {
10
+ "impact": "minor",
11
+ "reason": "Appears in changelog section :rocket: Enhancement"
12
+ },
9
13
  {
10
14
  "impact": "patch",
11
15
  "reason": "Appears in changelog section :bug: Bug Fix"
12
16
  },
13
17
  {
14
18
  "impact": "patch",
15
- "reason": "Appears in changelog section :house: Internal"
19
+ "reason": "Appears in changelog section :memo: Documentation"
16
20
  }
17
21
  ],
18
22
  "pkgJSONPath": "./package.json"
19
23
  }
20
24
  },
21
- "description": "## Release (2025-11-06)\n\n* @ember/app-blueprint 6.9.0-beta.2 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))\n * [#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))\n * [#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))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))\n * [#127](https://github.com/ember-cli/ember-app-blueprint/pull/127) Prepare Stable Release v6.8.3 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#121](https://github.com/ember-cli/ember-app-blueprint/pull/121) Prepare Stable Release v6.8.2 ([@github-actions[bot]](https://github.com/apps/github-actions))\n * [#117](https://github.com/ember-cli/ember-app-blueprint/pull/117) Prepare Stable Release v6.8.1 ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 4\n- Alexey Kulakov ([@aklkv](https://github.com/aklkv))\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Markus Sanin ([@mkszepp](https://github.com/mkszepp))\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"
22
26
  }
package/CHANGELOG.md CHANGED
@@ -1,27 +1,30 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2025-11-06)
3
+ ## Release (2025-12-05)
4
4
 
5
- * @ember/app-blueprint 6.9.0-beta.2 (patch)
5
+ * @ember/app-blueprint 6.9.0 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#152](https://github.com/ember-cli/ember-app-blueprint/pull/152) Update all dependencies for 6.9 release ([@mansona](https://github.com/mansona))
10
+ * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
6
11
 
7
12
  #### :bug: Bug Fix
8
13
  * `@ember/app-blueprint`
9
- * [#126](https://github.com/ember-cli/ember-app-blueprint/pull/126) [bugfix release] Add eslint parser option `project: true` ([@mkszepp](https://github.com/mkszepp))
10
- * [#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))
11
- * [#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))
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
+ * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
12
16
 
13
- #### :house: Internal
17
+ #### :memo: Documentation
14
18
  * `@ember/app-blueprint`
15
- * [#122](https://github.com/ember-cli/ember-app-blueprint/pull/122) Merge release into beta ([@mansona](https://github.com/mansona))
16
- * [#127](https://github.com/ember-cli/ember-app-blueprint/pull/127) Prepare Stable Release v6.8.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
17
- * [#121](https://github.com/ember-cli/ember-app-blueprint/pull/121) Prepare Stable Release v6.8.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
18
- * [#117](https://github.com/ember-cli/ember-app-blueprint/pull/117) Prepare Stable Release v6.8.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
19
+ * [#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))
20
+ * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
21
+ * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
19
22
 
20
23
  #### Committers: 4
21
- - Alexey Kulakov ([@aklkv](https://github.com/aklkv))
24
+ - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
25
+ - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
22
26
  - Chris Manson ([@mansona](https://github.com/mansona))
23
- - Markus Sanin ([@mkszepp](https://github.com/mkszepp))
24
- - [@github-actions[bot]](https://github.com/apps/github-actions)
27
+ - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
25
28
 
26
29
  ## Release (2025-11-02)
27
30
 
@@ -58,41 +61,6 @@
58
61
 
59
62
  ## Release (2025-10-14)
60
63
 
61
- * @ember/app-blueprint 6.9.0-beta.1 (minor)
62
-
63
- #### :rocket: Enhancement
64
- * `@ember/app-blueprint`
65
- * [#111](https://github.com/ember-cli/ember-app-blueprint/pull/111) Prepare 6.9 Beta ([@mansona](https://github.com/mansona))
66
- * [#109](https://github.com/ember-cli/ember-app-blueprint/pull/109) Release 6.8 ([@mansona](https://github.com/mansona))
67
- * [#76](https://github.com/ember-cli/ember-app-blueprint/pull/76) Prepare 6.9-alpha ([@mansona](https://github.com/mansona))
68
-
69
- #### :bug: Bug Fix
70
- * `@ember/app-blueprint`
71
- * [#78](https://github.com/ember-cli/ember-app-blueprint/pull/78) Use strict mode for all CJS files ([@simonihmig](https://github.com/simonihmig))
72
-
73
- #### :memo: Documentation
74
- * `@ember/app-blueprint`
75
- * [#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))
76
- * [#81](https://github.com/ember-cli/ember-app-blueprint/pull/81) Correct example usage command in README ([@abeforgit](https://github.com/abeforgit))
77
- * [#80](https://github.com/ember-cli/ember-app-blueprint/pull/80) Fix formatting of README file ([@bertdeblock](https://github.com/bertdeblock))
78
-
79
- #### :house: Internal
80
- * `@ember/app-blueprint`
81
- * [#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))
82
- * [#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))
83
- * [#108](https://github.com/ember-cli/ember-app-blueprint/pull/108) update release-plan ([@mansona](https://github.com/mansona))
84
- * [#106](https://github.com/ember-cli/ember-app-blueprint/pull/106) Merge beta into main ([@mansona](https://github.com/mansona))
85
- * [#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))
86
-
87
- #### Committers: 5
88
- - Arne Bertrand ([@abeforgit](https://github.com/abeforgit))
89
- - Bert De Block ([@bertdeblock](https://github.com/bertdeblock))
90
- - Chris Manson ([@mansona](https://github.com/mansona))
91
- - Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
92
- - [@github-actions[bot]](https://github.com/apps/github-actions)
93
-
94
- ## Release (2025-10-14)
95
-
96
64
  * @ember/app-blueprint 6.8.0 (minor)
97
65
 
98
66
  #### :rocket: Enhancement
@@ -33,7 +33,6 @@ const parserOptions = {
33
33
  },
34
34
  ts: {
35
35
  projectService: true,
36
- project: true,
37
36
  tsconfigRootDir: import.meta.dirname,
38
37
  },
39
38
  },
@@ -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,26 +81,26 @@
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
106
  "node": ">= 20"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "6.9.0-beta.2",
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",