Skip to content

Commit 215e467

Browse files
authored
Merge pull request #242 from ember-cli/merge-beta
Prepare 7.0-alpha
2 parents 21cb5a3 + f59dc62 commit 215e467

6 files changed

Lines changed: 69 additions & 87 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,122 +1,100 @@
11
# Changelog
22

3-
## Release (2026-02-11)
3+
## Release (2026-04-02)
44

5-
* @ember/app-blueprint 6.12.0-alpha.4 (patch)
5+
* @ember/app-blueprint 6.12.0-beta.1 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@ember/app-blueprint`
9+
* [#238](https://github.com/ember-cli/ember-app-blueprint/pull/238) Promote 6.12 to beta and update dependencies ([@mansona](https://github.com/mansona))
10+
* [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv))
611

712
#### :bug: Bug Fix
813
* `@ember/app-blueprint`
14+
* [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
15+
* [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))
916
* [#215](https://github.com/ember-cli/ember-app-blueprint/pull/215) upgrade ember/optional-features to clear install deprecation warnings ([@void-mAlex](https://github.com/void-mAlex))
10-
* [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp))
11-
* [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))
17+
* [#119](https://github.com/ember-cli/ember-app-blueprint/pull/119) fix: align linters with recent changes in classic app blueprint ([@aklkv](https://github.com/aklkv))
18+
* [#208](https://github.com/ember-cli/ember-app-blueprint/pull/208) [Bugfix release] Add `globals.browser` to eslint config for TS files ([@mkszepp](https://github.com/mkszepp))
19+
20+
#### :memo: Documentation
21+
* `@ember/app-blueprint`
22+
* [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))
1223

1324
#### :house: Internal
1425
* `@ember/app-blueprint`
15-
* [#220](https://github.com/ember-cli/ember-app-blueprint/pull/220) Merge beta into main ([@mansona](https://github.com/mansona))
16-
* [#218](https://github.com/ember-cli/ember-app-blueprint/pull/218) Prepare Stable Release v6.10.4 ([@github-actions[bot]](https://github.com/apps/github-actions))
17-
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
18-
* [#203](https://github.com/ember-cli/ember-app-blueprint/pull/203) Prepare Beta Release v6.11.0-beta.2 ([@github-actions[bot]](https://github.com/apps/github-actions))
19-
* [#206](https://github.com/ember-cli/ember-app-blueprint/pull/206) Merge release into beta ([@mansona](https://github.com/mansona))
20-
* [#201](https://github.com/ember-cli/ember-app-blueprint/pull/201) Prepare Stable Release v6.10.3 ([@github-actions[bot]](https://github.com/apps/github-actions))
26+
* [#228](https://github.com/ember-cli/ember-app-blueprint/pull/228) Enable patch publish ([@mansona](https://github.com/mansona))
27+
* [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))
2128

22-
#### Committers: 5
29+
#### Committers: 4
2330
- Alex ([@void-mAlex](https://github.com/void-mAlex))
31+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
2432
- Chris Manson ([@mansona](https://github.com/mansona))
25-
- Edward Faulkner ([@ef4](https://github.com/ef4))
26-
- GitHub Actions [Bot] ([@github-actions](https://github.com/apps/github-actions))
2733
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
2834

29-
## Release (2026-02-08)
35+
## Release (2026-03-03)
3036

31-
* @ember/app-blueprint 6.12.0-alpha.3 (minor)
37+
* @ember/app-blueprint 6.11.2 (patch)
3238

33-
#### :rocket: Enhancement
39+
#### :bug: Bug Fix
3440
* `@ember/app-blueprint`
35-
* [#144](https://github.com/ember-cli/ember-app-blueprint/pull/144) feat: move ember-cli-build to `mjs` ([@aklkv](https://github.com/aklkv))
41+
* [#231](https://github.com/ember-cli/ember-app-blueprint/pull/231) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
3642

3743
#### Committers: 1
38-
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
44+
- Chris Manson ([@mansona](https://github.com/mansona))
3945

40-
## Release (2026-02-08)
46+
## Release (2026-03-01)
4147

42-
* @ember/app-blueprint 6.12.0-alpha.2 (patch)
48+
* @ember/app-blueprint 6.11.1 (patch)
4349

4450
#### :bug: Bug Fix
4551
* `@ember/app-blueprint`
46-
* [#119](https://github.com/ember-cli/ember-app-blueprint/pull/119) fix: align linters with recent changes in classic app blueprint ([@aklkv](https://github.com/aklkv))
47-
* [#208](https://github.com/ember-cli/ember-app-blueprint/pull/208) [Bugfix release] Add `globals.browser` to eslint config for TS files ([@mkszepp](https://github.com/mkszepp))
52+
* [#226](https://github.com/ember-cli/ember-app-blueprint/pull/226) fix decorator-transforms runtime path in babel.config.mjs ([@mansona](https://github.com/mansona))
4853

49-
#### Committers: 2
50-
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
51-
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
54+
#### Committers: 1
55+
- Chris Manson ([@mansona](https://github.com/mansona))
5256

53-
## Release (2026-01-25)
57+
## Release (2026-02-17)
5458

55-
* @ember/app-blueprint 6.12.0-alpha.1 (patch)
59+
* @ember/app-blueprint 6.11.0 (minor)
5660

57-
#### :memo: Documentation
61+
#### :rocket: Enhancement
5862
* `@ember/app-blueprint`
59-
* [#204](https://github.com/ember-cli/ember-app-blueprint/pull/204) Update Release.md ([@mansona](https://github.com/mansona))
63+
* [#222](https://github.com/ember-cli/ember-app-blueprint/pull/222) Promote Beta and update all dependencies for 6.11 release ([@mansona](https://github.com/mansona))
6064

6165
#### :house: Internal
6266
* `@ember/app-blueprint`
63-
* [#211](https://github.com/ember-cli/ember-app-blueprint/pull/211) fix release-plan alpha tag ([@mansona](https://github.com/mansona))
67+
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
6468

6569
#### Committers: 1
6670
- Chris Manson ([@mansona](https://github.com/mansona))
6771

68-
## Release (2026-01-23)
72+
## Release (2026-02-09)
6973

70-
* @ember/app-blueprint 6.12.0-beta.0 (minor)
71-
72-
#### :rocket: Enhancement
73-
* `@ember/app-blueprint`
74-
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
74+
* @ember/app-blueprint 6.10.4 (patch)
7575

7676
#### :bug: Bug Fix
7777
* `@ember/app-blueprint`
78-
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
79-
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
80-
* [#187](https://github.com/ember-cli/ember-app-blueprint/pull/187) [bugfix beta] Revert "Add --minimal and --no-compat" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
81-
82-
#### :memo: Documentation
83-
* `@ember/app-blueprint`
84-
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
78+
* [#209](https://github.com/ember-cli/ember-app-blueprint/pull/209) Remove unnecessary empty lines when `--no-warp-drive` was passed ([@mkszepp](https://github.com/mkszepp))
8579

8680
#### :house: Internal
8781
* `@ember/app-blueprint`
88-
* [#202](https://github.com/ember-cli/ember-app-blueprint/pull/202) Prepare 6.12-alpha ([@mansona](https://github.com/mansona))
89-
* [#200](https://github.com/ember-cli/ember-app-blueprint/pull/200) Prepare Beta Release v6.11.0-beta.1 ([@github-actions[bot]](https://github.com/apps/github-actions))
90-
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
82+
* [#217](https://github.com/ember-cli/ember-app-blueprint/pull/217) update release-plan to support OIDC ([@mansona](https://github.com/mansona))
9183

92-
#### Committers: 3
84+
#### Committers: 2
9385
- Chris Manson ([@mansona](https://github.com/mansona))
94-
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
95-
- [@github-actions[bot]](https://github.com/apps/github-actions)
86+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
9687

9788
## Release (2026-01-23)
9889

99-
* @ember/app-blueprint 6.11.0-beta.1 (minor)
100-
101-
#### :rocket: Enhancement
102-
* `@ember/app-blueprint`
103-
* [#190](https://github.com/ember-cli/ember-app-blueprint/pull/190) Promote Beta and update all dependencies for 6.10 release ([@mansona](https://github.com/mansona))
90+
* @ember/app-blueprint 6.10.3 (patch)
10491

10592
#### :bug: Bug Fix
10693
* `@ember/app-blueprint`
107-
* [#197](https://github.com/ember-cli/ember-app-blueprint/pull/197) update ember-cli dependency to latest ([@mansona](https://github.com/mansona))
108-
* [#195](https://github.com/ember-cli/ember-app-blueprint/pull/195) add sort-package-json as a dependency ([@mansona](https://github.com/mansona))
109-
110-
#### :memo: Documentation
111-
* `@ember/app-blueprint`
112-
* [#158](https://github.com/ember-cli/ember-app-blueprint/pull/158) update RELEASE.md ([@mansona](https://github.com/mansona))
113-
114-
#### :house: Internal
115-
* `@ember/app-blueprint`
116-
* [#199](https://github.com/ember-cli/ember-app-blueprint/pull/199) Prepare 6.11 Beta ([@mansona](https://github.com/mansona))
94+
* [#205](https://github.com/ember-cli/ember-app-blueprint/pull/205) [bugfix release] Auto-choose correct compilerPath ([@ef4](https://github.com/ef4))
11795

11896
#### Committers: 1
119-
- Chris Manson ([@mansona](https://github.com/mansona))
97+
- Edward Faulkner ([@ef4](https://github.com/ef4))
12098

12199
## Release (2026-01-23)
122100

conditional-files/_js_babel.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ export default {
2222
'module:decorator-transforms',
2323
{
2424
runtime: {
25-
import: import.meta.resolve('decorator-transforms/runtime-esm'),
25+
import: fileURLToPath(
26+
import.meta.resolve('decorator-transforms/runtime-esm'),
27+
),
2628
},
2729
},
2830
],

conditional-files/_ts_babel.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ export default {
3030
'module:decorator-transforms',
3131
{
3232
runtime: {
33-
import: import.meta.resolve('decorator-transforms/runtime-esm'),
33+
import: fileURLToPath(
34+
import.meta.resolve('decorator-transforms/runtime-esm'),
35+
),
3436
},
3537
},
3638
],

files/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,28 @@
3131
"./*": "./app/*"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "^7.28.6",
34+
"@babel/core": "^7.29.0",
3535
"@babel/runtime": "^7.28.6",
36-
"@babel/plugin-transform-runtime": "^7.28.5<% if (typescript) { %>",
36+
"@babel/plugin-transform-runtime": "^7.29.0<% if (typescript) { %>",
3737
"@babel/plugin-transform-typescript": "^7.28.6<% } %>",
3838
"@babel/eslint-parser": "^7.28.6<% if (typescript) { %>",
3939
"@ember/app-tsconfig": "^1.0.3<% } %>",
4040
"@ember/optional-features": "^3.0.0",
4141
"@ember/string": "^4.0.1",
4242
"@ember/test-helpers": "^5.4.1",
4343
"@ember/test-waiters": "^4.1.1",
44-
"@embroider/macros": "^1.19.6",
45-
"@embroider/core": "^4.4.2",
46-
"@embroider/vite": "^1.5.0",
47-
"@embroider/compat": "^4.1.12",
44+
"@embroider/macros": "^1.19.7",
45+
"@embroider/core": "^4.4.3",
46+
"@embroider/vite": "^1.5.2",
47+
"@embroider/compat": "^4.1.13",
4848
"@embroider/router": "^3.0.6",
4949
"@embroider/config-meta-loader": "^1.0.0",
5050
"@embroider/legacy-inspector-support": "^0.1.3",
5151
"@eslint/js": "^9.39.2",
5252
"@glimmer/component": "^2.0.0<% if (typescript) { %>",
53-
"@glint/ember-tsc": "^1.0.9",
54-
"@glint/template": "^1.7.3",
55-
"@glint/tsserver-plugin": "^2.0.9<% } %>",
53+
"@glint/ember-tsc": "^1.1.1",
54+
"@glint/template": "^1.7.4",
55+
"@glint/tsserver-plugin": "^2.1.0<% } %>",
5656
"@rollup/plugin-babel": "^6.1.0<% if (typescript) { %>",
5757
"@types/qunit": "^2.19.13",
5858
"@types/rsvp": "^4.0.9<% } %><% if (warpDrive) { %>",
@@ -64,33 +64,33 @@
6464
"babel-plugin-ember-template-compilation": "^3.1.0",
6565
"concurrently": "^9.2.1",
6666
"decorator-transforms": "^2.3.1",
67-
"ember-cli": "~6.10.0",
68-
"ember-cli-babel": "^8.2.0",
67+
"ember-cli": "~6.11.0",
68+
"ember-cli-babel": "^8.3.1",
6969
"ember-cli-deprecation-workflow": "^3.4.0",
7070
"ember-load-initializers": "^3.0.1",
71-
"ember-modifier": "^4.2.2",
71+
"ember-modifier": "^4.3.0",
7272
"ember-page-title": "^9.0.3",
7373
"ember-qunit": "^9.0.4",
7474
"ember-resolver": "^13.1.1",
75-
"ember-source": "~6.11.0-alpha.6",
75+
"ember-source": "~7.0.0-beta.1",
7676
"ember-template-lint": "^7.9.3<% if (welcome) { %>",
7777
"ember-welcome-page": "^8.0.5<% } %>",
7878
"eslint": "^9.39.2",
7979
"eslint-config-prettier": "^10.1.8",
8080
"eslint-plugin-ember": "^12.7.5",
81-
"eslint-plugin-n": "^17.23.2",
82-
"eslint-plugin-qunit": "^8.2.5<% if (warpDrive) { %>",
81+
"eslint-plugin-n": "^17.24.0",
82+
"eslint-plugin-qunit": "^8.2.6<% if (warpDrive) { %>",
8383
"eslint-plugin-warp-drive": "^5.8.1<% } %>",
8484
"globals": "^16.5.0",
85-
"prettier": "^3.8.0",
86-
"prettier-plugin-ember-template-tag": "^2.1.2",
85+
"prettier": "^3.8.1",
86+
"prettier-plugin-ember-template-tag": "^2.1.3",
8787
"qunit": "^2.25.0",
8888
"qunit-dom": "^3.5.0",
8989
"stylelint": "^16.26.1",
9090
"stylelint-config-standard": "^38.0.0",
9191
"testem": "^3.17.0<% if (typescript) { %>",
9292
"typescript": "^5.9.3",
93-
"typescript-eslint": "^8.53.0<% } %>",
93+
"typescript-eslint": "^8.56.0<% } %>",
9494
"vite": "^7.3.1"
9595
},
9696
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/app-blueprint",
3-
"version": "6.12.0-alpha.4",
3+
"version": "7.0.0-alpha.0",
44
"description": "Blueprint for next generation of Ember apps",
55
"keywords": [
66
"ember-blueprint"

tests/fixtures/tests-js-20/testem-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function testemProxy(targetURL) {
2020
res && res.status && res.status(500).json(err);
2121
});
2222

23-
app.all('*', (req, res, next) => {
23+
app.all('*name', (req, res, next) => {
2424
let url = req.url;
2525
if (url === '/testem.js' || url.startsWith('/testem/')) {
2626
return next();

0 commit comments

Comments
 (0)