Skip to content

Commit bc39907

Browse files
Merge pull request #237 from ember-tooling/release-preview
Prepare Release v0.14.4
2 parents abd18f4 + ae8d364 commit bc39907

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

.release-plan.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22
"solution": {
33
"ember-eslint-parser": {
44
"impact": "patch",
5-
"oldVersion": "0.14.2",
6-
"newVersion": "0.14.3",
5+
"oldVersion": "0.14.3",
6+
"newVersion": "0.14.4",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12+
},
13+
{
14+
"impact": "patch",
15+
"reason": "Appears in changelog section :house: Internal"
1216
}
1317
],
1418
"pkgJSONPath": "./package.json"
1519
}
1620
},
17-
"description": "## Release (2026-07-03)\n\n* ember-eslint-parser 0.14.3 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#233](https://github.com/ember-tooling/ember-eslint-parser/pull/233) Match transformForLint masking to ember-estree's toPlaceholderJS (fixes per-file program rebuilds) ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 1\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n"
21+
"description": "## Release (2026-07-08)\n\n* ember-eslint-parser 0.14.4 (patch)\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#241](https://github.com/ember-tooling/ember-eslint-parser/pull/241) Don't crash type-aware linting when the project's tsbuildinfo doesn't exist yet ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#239](https://github.com/ember-tooling/ember-eslint-parser/pull/239) Post the benchmark PR comment (both benchmarks) for fork PRs too ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#238](https://github.com/ember-tooling/ember-eslint-parser/pull/238) Upgrade default @typescript-eslint deps to v8 so CI benches projectService ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#236](https://github.com/ember-tooling/ember-eslint-parser/pull/236) Add project-mode benchmark and run it in the benchmark comparison workflow ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### Committers: 2\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
1822
}

CHANGELOG.md

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

3+
## Release (2026-07-08)
4+
5+
* ember-eslint-parser 0.14.4 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `ember-eslint-parser`
9+
* [#241](https://github.com/ember-tooling/ember-eslint-parser/pull/241) Don't crash type-aware linting when the project's tsbuildinfo doesn't exist yet ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
10+
11+
#### :house: Internal
12+
* `ember-eslint-parser`
13+
* [#239](https://github.com/ember-tooling/ember-eslint-parser/pull/239) Post the benchmark PR comment (both benchmarks) for fork PRs too ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
14+
* [#238](https://github.com/ember-tooling/ember-eslint-parser/pull/238) Upgrade default @typescript-eslint deps to v8 so CI benches projectService ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
15+
* [#236](https://github.com/ember-tooling/ember-eslint-parser/pull/236) Add project-mode benchmark and run it in the benchmark comparison workflow ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
16+
17+
#### Committers: 2
18+
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
19+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
20+
321
## Release (2026-07-03)
422

523
* ember-eslint-parser 0.14.3 (patch)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-eslint-parser",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)