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
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,14 @@
2
2
"solution": {
3
3
"ember-eslint-parser": {
4
4
"impact": "minor",
5
-
"oldVersion": "0.7.0",
6
-
"newVersion": "0.8.0",
5
+
"oldVersion": "0.8.0",
6
+
"newVersion": "0.9.0",
7
7
"tagName": "latest",
8
8
"constraints": [
9
9
{
10
10
"impact": "minor",
11
11
"reason": "Appears in changelog section :rocket: Enhancement"
12
12
},
13
-
{
14
-
"impact": "patch",
15
-
"reason": "Appears in changelog section :bug: Bug Fix"
16
-
},
17
13
{
18
14
"impact": "patch",
19
15
"reason": "Appears in changelog section :house: Internal"
@@ -22,5 +18,5 @@
22
18
"pkgJSONPath": "./package.json"
23
19
}
24
20
},
25
-
"description": "## Release (2026-03-14)\n\n* ember-eslint-parser 0.8.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#173](https://github.com/ember-tooling/ember-eslint-parser/pull/173) Replace custom buffer management with content-tag v4 UTF-16 codepoint indices ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#162](https://github.com/ember-tooling/ember-eslint-parser/pull/162) perf: optimize ember-eslint-parser hot paths for faster `pnpm bench` results ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :bug: Bug Fix\n* `ember-eslint-parser`\n * [#164](https://github.com/ember-tooling/ember-eslint-parser/pull/164) Add failing tests for #163: non-ASCII chars corrupt .gts imports ([@gitKrystan](https://github.com/gitKrystan))\n * [#159](https://github.com/ember-tooling/ember-eslint-parser/pull/159) Fix dynamic imports of .gts components triggering `@typescript-eslint/no-unsafe-assignment` ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#165](https://github.com/ember-tooling/ember-eslint-parser/pull/165) CI bench ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#171](https://github.com/ember-tooling/ember-eslint-parser/pull/171) bench-compare: skip PR comment on fork PRs, write results to job summary ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#169](https://github.com/ember-tooling/ember-eslint-parser/pull/169) bench compare: separate summary tables by file type with file size and Δ symbol ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#168](https://github.com/ember-tooling/ember-eslint-parser/pull/168) Extract bench comment formatting into scripts/format-bench-comment.mjs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#167](https://github.com/ember-tooling/ember-eslint-parser/pull/167) Fix bench-compare workflow: runner context unavailable at job-level env ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#166](https://github.com/ember-tooling/ember-eslint-parser/pull/166) CI bench: compact PR comment with delta-only view and expandable full results ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#161](https://github.com/ember-tooling/ember-eslint-parser/pull/161) Add vitest bench for parser performance measurement ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 3\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21
+
"description": "## Release (2026-03-19)\n\n* ember-eslint-parser 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#181](https://github.com/ember-tooling/ember-eslint-parser/pull/181) Extract to ember-estree ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#176](https://github.com/ember-tooling/ember-eslint-parser/pull/176) Convert library to ESM ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `ember-eslint-parser`\n * [#183](https://github.com/ember-tooling/ember-eslint-parser/pull/183) Print benchmark comment body to stdout on fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#182](https://github.com/ember-tooling/ember-eslint-parser/pull/182) Fix bench-compare workflow for fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#177](https://github.com/ember-tooling/ember-eslint-parser/pull/177) Make it easier to get a summary of the bench results locally ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#179](https://github.com/ember-tooling/ember-eslint-parser/pull/179) Fix trailing whitespace lint error in parser.bench.mjs ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#172](https://github.com/ember-tooling/ember-eslint-parser/pull/172) Switch to mitata for benchmark comparison with built-in boxplots and summaries ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### Committers: 3\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- NullVoxPopuli's reduced-access 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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
# Changelog
2
2
3
+
## Release (2026-03-19)
4
+
5
+
* ember-eslint-parser 0.9.0 (minor)
6
+
7
+
#### :rocket: Enhancement
8
+
*`ember-eslint-parser`
9
+
*[#181](https://github.com/ember-tooling/ember-eslint-parser/pull/181) Extract to ember-estree ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
10
+
*[#176](https://github.com/ember-tooling/ember-eslint-parser/pull/176) Convert library to ESM ([@Copilot](https://github.com/apps/copilot-swe-agent))
11
+
12
+
#### :house: Internal
13
+
*`ember-eslint-parser`
14
+
*[#183](https://github.com/ember-tooling/ember-eslint-parser/pull/183) Print benchmark comment body to stdout on fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))
15
+
*[#182](https://github.com/ember-tooling/ember-eslint-parser/pull/182) Fix bench-compare workflow for fork PRs ([@Copilot](https://github.com/apps/copilot-swe-agent))
16
+
*[#177](https://github.com/ember-tooling/ember-eslint-parser/pull/177) Make it easier to get a summary of the bench results locally ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
17
+
*[#179](https://github.com/ember-tooling/ember-eslint-parser/pull/179) Fix trailing whitespace lint error in parser.bench.mjs ([@Copilot](https://github.com/apps/copilot-swe-agent))
18
+
*[#172](https://github.com/ember-tooling/ember-eslint-parser/pull/172) Switch to mitata for benchmark comparison with built-in boxplots and summaries ([@Copilot](https://github.com/apps/copilot-swe-agent))
0 commit comments