Skip to content

Commit c442be4

Browse files
authored
Merge pull request #122 from ember-cli/merge-release
Merge release into beta
2 parents 8e85eb5 + a89b2ad commit c442be4

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## Release (2025-11-02)
4+
5+
* @ember/app-blueprint 6.8.3 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `@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+
11+
#### Committers: 1
12+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
13+
14+
## Release (2025-10-24)
15+
16+
* @ember/app-blueprint 6.8.2 (patch)
17+
18+
#### :bug: Bug Fix
19+
* `@ember/app-blueprint`
20+
* [#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))
21+
22+
#### Committers: 1
23+
- Alexey Kulakov ([@aklkv](https://github.com/aklkv))
24+
25+
## Release (2025-10-17)
26+
27+
* @ember/app-blueprint 6.8.1 (patch)
28+
29+
#### :bug: Bug Fix
30+
* `@ember/app-blueprint`
31+
* [#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))
32+
33+
#### Committers: 1
34+
- Chris Manson ([@mansona](https://github.com/mansona))
35+
336
## Release (2025-10-14)
437

538
* @ember/app-blueprint 6.9.0-beta.1 (minor)

files/_ts_eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const parserOptions = {
3333
},
3434
ts: {
3535
projectService: true,
36+
project: true,
3637
tsconfigRootDir: import.meta.dirname,
3738
},
3839
},

files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"vite": "^7.1.9"
104104
},
105105
"engines": {
106-
"node": ">= 18"
106+
"node": ">= 20"
107107
},
108108
"ember": {
109109
"edition": "octane"

0 commit comments

Comments
 (0)