You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release-plan.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,21 @@
2
2
"solution": {
3
3
"ember-eslint-parser": {
4
4
"impact": "patch",
5
-
"oldVersion": "0.14.2",
6
-
"newVersion": "0.14.3",
5
+
"oldVersion": "0.14.3",
6
+
"newVersion": "0.14.4",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
10
10
"impact": "patch",
11
11
"reason": "Appears in changelog section :bug: Bug Fix"
12
+
},
13
+
{
14
+
"impact": "patch",
15
+
"reason": "Appears in changelog section :house: Internal"
12
16
}
13
17
],
14
18
"pkgJSONPath": "./package.json"
15
19
}
16
20
},
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"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
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))
0 commit comments