@ember/app-blueprint 7.1.0-alpha.4 → 7.1.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.
@@ -48,7 +48,7 @@ jobs:
48
48
  name: Create Prepare Release PR
49
49
  with:
50
50
  commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
51
- labels: "internal"
51
+ labels: internal, ignore
52
52
  sign-commits: true
53
53
  branch: release-preview
54
54
  title: Prepare Alpha Release ${{ steps.explanation.outputs.new-version }}
@@ -48,7 +48,7 @@ jobs:
48
48
  name: Create Prepare Release PR
49
49
  with:
50
50
  commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
51
- labels: "internal"
51
+ labels: internal, ignore
52
52
  sign-commits: true
53
53
  branch: release-preview-beta
54
54
  title: Prepare Beta Release ${{ steps.explanation.outputs.new-version }}
@@ -48,7 +48,7 @@ jobs:
48
48
  name: Create Prepare Release PR
49
49
  with:
50
50
  commit-message: "Prepare Release ${{ steps.explanation.outputs.new-version}} using 'release-plan'"
51
- labels: "internal"
51
+ labels: internal, ignore
52
52
  sign-commits: true
53
53
  branch: release-preview-stable
54
54
  title: Prepare Stable Release ${{ steps.explanation.outputs.new-version }}
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "solution": {
3
3
  "@ember/app-blueprint": {
4
- "impact": "patch",
5
- "oldVersion": "7.1.0-alpha.3",
6
- "newVersion": "7.1.0-alpha.4",
7
- "tagName": "alpha",
4
+ "impact": "minor",
5
+ "oldVersion": "7.0.1",
6
+ "newVersion": "7.1.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"
@@ -18,5 +22,5 @@
18
22
  "pkgJSONPath": "./package.json"
19
23
  }
20
24
  },
21
- "description": "## Release (2026-04-28)\n\n* @ember/app-blueprint 7.1.0-alpha.4 (patch)\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#272](https://github.com/ember-cli/ember-app-blueprint/pull/272) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#253](https://github.com/ember-cli/ember-app-blueprint/pull/253) Update RELEASE.md with notes from the latest release ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
25
+ "description": "## Release (2026-06-30)\n\n* @ember/app-blueprint 7.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@ember/app-blueprint`\n * [#295](https://github.com/ember-cli/ember-app-blueprint/pull/295) Promote Beta and update all dependencies for 7.1 release ([@mansona](https://github.com/mansona))\n * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))\n * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))\n * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))\n * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))\n * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))\n * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))\n * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))\n * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))\n\n#### :bug: Bug Fix\n* `@ember/app-blueprint`\n * [#272](https://github.com/ember-cli/ember-app-blueprint/pull/272) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))\n\n#### :house: Internal\n* `@ember/app-blueprint`\n * [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))\n * [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))\n * [#253](https://github.com/ember-cli/ember-app-blueprint/pull/253) Update RELEASE.md with notes from the latest release ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Sam Van Campenhout ([@Windvis](https://github.com/Windvis))\n"
22
26
  }
package/CHANGELOG.md CHANGED
@@ -1,8 +1,20 @@
1
1
  # Changelog
2
2
 
3
- ## Release (2026-04-28)
3
+ ## Release (2026-06-30)
4
4
 
5
- * @ember/app-blueprint 7.1.0-alpha.4 (patch)
5
+ * @ember/app-blueprint 7.1.0 (minor)
6
+
7
+ #### :rocket: Enhancement
8
+ * `@ember/app-blueprint`
9
+ * [#295](https://github.com/ember-cli/ember-app-blueprint/pull/295) Promote Beta and update all dependencies for 7.1 release ([@mansona](https://github.com/mansona))
10
+ * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
11
+ * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
12
+ * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
13
+ * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
14
+ * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
15
+ * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
16
+ * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
17
+ * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
6
18
 
7
19
  #### :bug: Bug Fix
8
20
  * `@ember/app-blueprint`
@@ -10,72 +22,61 @@
10
22
 
11
23
  #### :house: Internal
12
24
  * `@ember/app-blueprint`
25
+ * [#298](https://github.com/ember-cli/ember-app-blueprint/pull/298) fix plan release for beta and stable ([@mansona](https://github.com/mansona))
26
+ * [#297](https://github.com/ember-cli/ember-app-blueprint/pull/297) fix release-plan plan CI ([@mansona](https://github.com/mansona))
13
27
  * [#253](https://github.com/ember-cli/ember-app-blueprint/pull/253) Update RELEASE.md with notes from the latest release ([@mansona](https://github.com/mansona))
14
28
 
15
29
  #### Committers: 2
16
30
  - Chris Manson ([@mansona](https://github.com/mansona))
17
31
  - Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
18
32
 
19
- ## Release (2026-04-26)
33
+ ## Release (2026-05-20)
20
34
 
21
- * @ember/app-blueprint 7.1.0-alpha.3 (minor)
35
+ * @ember/app-blueprint 7.0.1 (patch)
22
36
 
23
- #### :rocket: Enhancement
37
+ #### :bug: Bug Fix
24
38
  * `@ember/app-blueprint`
25
- * [#266](https://github.com/ember-cli/ember-app-blueprint/pull/266) remove chalk in favour of native styleText ([@mansona](https://github.com/mansona))
26
- * [#267](https://github.com/ember-cli/ember-app-blueprint/pull/267) update walk-sync to v4 ([@mansona](https://github.com/mansona))
39
+ * [#284](https://github.com/ember-cli/ember-app-blueprint/pull/284) update ember-cli dependency to 7.0 ([@mansona](https://github.com/mansona))
27
40
 
28
41
  #### Committers: 1
29
42
  - Chris Manson ([@mansona](https://github.com/mansona))
30
43
 
31
- ## Release (2026-04-20)
44
+ ## Release (2026-05-15)
32
45
 
33
- * @ember/app-blueprint 7.1.0-alpha.2 (minor)
46
+ * @ember/app-blueprint 7.0.0 (major)
34
47
 
35
- #### :rocket: Enhancement
48
+ #### :boom: Breaking Change
36
49
  * `@ember/app-blueprint`
37
- * [#260](https://github.com/ember-cli/ember-app-blueprint/pull/260) update stylelint to v17 ([@mansona](https://github.com/mansona))
38
- * [#264](https://github.com/ember-cli/ember-app-blueprint/pull/264) update ember-cli-deprecation-workflow to v4 ([@mansona](https://github.com/mansona))
39
- * [#263](https://github.com/ember-cli/ember-app-blueprint/pull/263) update vite to v8 ([@mansona](https://github.com/mansona))
40
- * [#262](https://github.com/ember-cli/ember-app-blueprint/pull/262) update babel-plugin-ember-template-compilation to v4 ([@mansona](https://github.com/mansona))
41
- * [#261](https://github.com/ember-cli/ember-app-blueprint/pull/261) update @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
42
- * [#258](https://github.com/ember-cli/ember-app-blueprint/pull/258) update typescript to v6 ([@mansona](https://github.com/mansona))
50
+ * [#279](https://github.com/ember-cli/ember-app-blueprint/pull/279) Promote Beta and update all dependencies for 7.0 release ([@mansona](https://github.com/mansona))
51
+
52
+ #### :house: Internal
53
+ * `@ember/app-blueprint`
54
+ * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
43
55
 
44
56
  #### Committers: 1
45
57
  - Chris Manson ([@mansona](https://github.com/mansona))
46
58
 
47
- ## Release (2026-04-20)
59
+ ## Release (2026-05-05)
48
60
 
49
- * @ember/app-blueprint 7.1.0-alpha.1 (minor)
61
+ * @ember/app-blueprint 6.12.3 (patch)
50
62
 
51
- #### :rocket: Enhancement
52
- * `@ember/app-blueprint`
53
- * [#256](https://github.com/ember-cli/ember-app-blueprint/pull/256) Prepare 7.1 Alpha ([@mansona](https://github.com/mansona))
54
-
55
- #### :house: Internal
63
+ #### :bug: Bug Fix
56
64
  * `@ember/app-blueprint`
57
- * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))
58
- * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
65
+ * [#276](https://github.com/ember-cli/ember-app-blueprint/pull/276) [backport release] update vite to v8 and @rollup/plugin-babel to v7 ([@mansona](https://github.com/mansona))
59
66
 
60
67
  #### Committers: 1
61
68
  - Chris Manson ([@mansona](https://github.com/mansona))
62
69
 
63
- ## Release (2026-04-18)
70
+ ## Release (2026-05-05)
64
71
 
65
- * @ember/app-blueprint 7.0.0-beta.1 (minor)
72
+ * @ember/app-blueprint 6.12.2 (patch)
66
73
 
67
- #### :rocket: Enhancement
74
+ #### :bug: Bug Fix
68
75
  * `@ember/app-blueprint`
69
- * [#254](https://github.com/ember-cli/ember-app-blueprint/pull/254) Prepare 7.0 Beta ([@mansona](https://github.com/mansona))
70
-
71
- #### :house: Internal
72
- * `@ember/app-blueprint`
73
- * [#249](https://github.com/ember-cli/ember-app-blueprint/pull/249) fix publish ([@mansona](https://github.com/mansona))
74
- * [#247](https://github.com/ember-cli/ember-app-blueprint/pull/247) update node for Publish CI to a version that doesn't need to update npm ([@mansona](https://github.com/mansona))
75
- * [#244](https://github.com/ember-cli/ember-app-blueprint/pull/244) split tests into individual matrix jobs ([@mansona](https://github.com/mansona))
76
+ * [#274](https://github.com/ember-cli/ember-app-blueprint/pull/274) Fix an issue with the `--no-warp-drive` option ([@Windvis](https://github.com/Windvis))
76
77
 
77
78
  #### Committers: 1
78
- - Chris Manson ([@mansona](https://github.com/mansona))
79
+ - Sam Van Campenhout ([@Windvis](https://github.com/Windvis))
79
80
 
80
81
  ## Release (2026-04-18)
81
82
 
@@ -31,30 +31,30 @@
31
31
  "./*": "./app/*"
32
32
  },
33
33
  "devDependencies": {
34
- "@babel/core": "^7.29.0",
35
- "@babel/runtime": "^7.29.2",
36
- "@babel/plugin-transform-runtime": "^7.29.0<% if (typescript) { %>",
37
- "@babel/plugin-transform-typescript": "^7.28.6<% } %>",
38
- "@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
34
+ "@babel/core": "^7.29.7",
35
+ "@babel/runtime": "^7.29.7",
36
+ "@babel/plugin-transform-runtime": "^7.29.7<% if (typescript) { %>",
37
+ "@babel/plugin-transform-typescript": "^7.29.7<% } %>",
38
+ "@babel/eslint-parser": "^7.29.7<% if (typescript) { %>",
39
39
  "@ember/app-tsconfig": "^2.0.0<% } %>",
40
40
  "@ember/optional-features": "^3.0.0",
41
41
  "@ember/string": "^4.0.1",
42
- "@ember/test-helpers": "^5.4.1",
43
- "@ember/test-waiters": "^4.1.1",
44
- "@embroider/macros": "^1.20.2",
45
- "@embroider/core": "^4.4.7",
46
- "@embroider/vite": "^1.7.2",
47
- "@embroider/compat": "^4.1.17",
42
+ "@ember/test-helpers": "^5.4.3",
43
+ "@ember/test-waiters": "^4.1.2",
44
+ "@embroider/macros": "^1.20.4",
45
+ "@embroider/core": "^4.6.1",
46
+ "@embroider/vite": "^1.7.7",
47
+ "@embroider/compat": "^4.1.20",
48
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
51
  "@eslint/js": "^9.39.4",
52
52
  "@glimmer/component": "^2.1.1<% if (typescript) { %>",
53
- "@glint/ember-tsc": "^1.5.0",
54
- "@glint/template": "^1.7.7",
55
- "@glint/tsserver-plugin": "^2.4.0<% } %>",
56
- "@rollup/plugin-babel": "^7.0.0<% if (typescript) { %>",
57
- "@types/qunit": "^2.19.13",
53
+ "@glint/ember-tsc": "^1.8.1",
54
+ "@glint/template": "^1.7.8",
55
+ "@glint/tsserver-plugin": "^2.5.7<% } %>",
56
+ "@rollup/plugin-babel": "^7.1.0<% if (typescript) { %>",
57
+ "@types/qunit": "^2.19.14",
58
58
  "@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
59
59
  "@warp-drive/core": "~5.8.2",
60
60
  "@warp-drive/ember": "~5.8.2",
@@ -62,17 +62,17 @@
62
62
  "@warp-drive/legacy": "~5.8.2",
63
63
  "@warp-drive/utilities": "~5.8.2<% } %>",
64
64
  "babel-plugin-ember-template-compilation": "^4.0.0",
65
- "concurrently": "^9.2.1",
66
- "decorator-transforms": "^2.3.1",
67
- "ember-cli": "~6.12.0",
65
+ "concurrently": "^9.2.3",
66
+ "decorator-transforms": "^2.3.2",
67
+ "ember-cli": "~7.0.1",
68
68
  "ember-cli-babel": "^8.3.1",
69
69
  "ember-cli-deprecation-workflow": "^4.0.1",
70
70
  "ember-load-initializers": "^3.0.1",
71
71
  "ember-modifier": "^4.3.0",
72
72
  "ember-page-title": "^9.0.3",
73
- "ember-qunit": "^9.0.4",
73
+ "ember-qunit": "^9.1.0",
74
74
  "ember-resolver": "^13.2.0",
75
- "ember-source": "~7.1.0-alpha.2",
75
+ "ember-source": "~7.1.0",
76
76
  "ember-template-lint": "^7.9.3<% if (welcome) { %>",
77
77
  "ember-welcome-page": "^8.0.5<% } %>",
78
78
  "eslint": "^9.39.4",
@@ -82,16 +82,16 @@
82
82
  "eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>",
83
83
  "eslint-plugin-warp-drive": "^5.8.2<% } %>",
84
84
  "globals": "^16.5.0",
85
- "prettier": "^3.8.3",
86
- "prettier-plugin-ember-template-tag": "^2.1.5",
87
- "qunit": "^2.25.0",
85
+ "prettier": "^3.8.4",
86
+ "prettier-plugin-ember-template-tag": "^2.1.6",
87
+ "qunit": "^2.26.0",
88
88
  "qunit-dom": "^3.5.1",
89
- "stylelint": "^17.8.0",
89
+ "stylelint": "^17.13.0",
90
90
  "stylelint-config-standard": "^40.0.0",
91
- "testem": "^3.20.0<% if (typescript) { %>",
91
+ "testem": "^3.20.1<% if (typescript) { %>",
92
92
  "typescript": "^6.0.3",
93
- "typescript-eslint": "^8.58.2<% } %>",
94
- "vite": "^8.0.9"
93
+ "typescript-eslint": "^8.62.0<% } %>",
94
+ "vite": "^8.1.0"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">= 20.19.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ember/app-blueprint",
3
- "version": "7.1.0-alpha.4",
3
+ "version": "7.1.0",
4
4
  "description": "Blueprint for next generation of Ember apps",
5
5
  "keywords": [
6
6
  "ember-blueprint"
@@ -12,37 +12,29 @@
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": "alpha",
21
- "publishTag": "alpha"
22
- },
23
15
  "dependencies": {
24
16
  "ejs": "^3.1.10",
25
17
  "ember-cli-string-utils": "^1.1.0",
26
- "lodash": "^4.17.21",
27
- "sort-package-json": "^3.6.0",
28
- "walk-sync": "^4.0.1"
18
+ "lodash": "^4.18.1",
19
+ "sort-package-json": "^3.7.1",
20
+ "walk-sync": "^4.0.2"
29
21
  },
30
22
  "devDependencies": {
31
- "@eslint/js": "^9.3.0",
32
- "concurrently": "^9.1.2",
33
- "ember-cli": "^6.3.1",
23
+ "@eslint/js": "^9.39.4",
24
+ "concurrently": "^9.2.3",
25
+ "ember-cli": "^7.0.1",
34
26
  "eslint": "9.x",
35
- "eslint-config-prettier": "^9.1.0",
36
- "execa": "^9.1.0",
27
+ "eslint-config-prettier": "^9.1.2",
28
+ "execa": "^9.6.1",
37
29
  "fixturify": "^3.0.0",
38
- "globals": "^15.3.0",
30
+ "globals": "^15.15.0",
39
31
  "jsonc-parser": "^3.3.1",
40
- "prettier": "^3.2.5",
41
- "prettier-plugin-ember-template-tag": "^2.0.2",
42
- "release-plan": "^0.17.2",
43
- "strip-ansi": "^7.1.0",
32
+ "prettier": "^3.8.4",
33
+ "prettier-plugin-ember-template-tag": "^2.1.6",
34
+ "release-plan": "^0.17.4",
35
+ "strip-ansi": "^7.2.0",
44
36
  "tmp-promise": "^3.0.3",
45
- "vitest": "^4.0.0-beta.17",
37
+ "vitest": "^4.1.9",
46
38
  "vitest-matrix": "^0.2.0"
47
39
  },
48
40
  "scripts": {