From c395597f3e2e2a2bb09461293599633a5f765bf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 02:52:49 +0000 Subject: [PATCH] Prepare Release v0.9.0 using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 28 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 00121ac..ae7c84f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,18 +2,14 @@ "solution": { "ember-eslint-parser": { "impact": "minor", - "oldVersion": "0.7.0", - "newVersion": "0.8.0", + "oldVersion": "0.8.0", + "newVersion": "0.9.0", "tagName": "latest", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, { "impact": "patch", "reason": "Appears in changelog section :house: Internal" @@ -22,5 +18,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2026-03-20)\n\n* ember-eslint-parser 0.9.0 (minor)\n\n#### :rocket: Enhancement\n* `ember-eslint-parser`\n * [#185](https://github.com/ember-tooling/ember-eslint-parser/pull/185) Update dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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 * [#186](https://github.com/ember-tooling/ember-eslint-parser/pull/186) Improve benchmark output indicators ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c9cb1..a26cc41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## Release (2026-03-20) + +* ember-eslint-parser 0.9.0 (minor) + +#### :rocket: Enhancement +* `ember-eslint-parser` + * [#185](https://github.com/ember-tooling/ember-eslint-parser/pull/185) Update dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#181](https://github.com/ember-tooling/ember-eslint-parser/pull/181) Extract to ember-estree ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) + * [#176](https://github.com/ember-tooling/ember-eslint-parser/pull/176) Convert library to ESM ([@Copilot](https://github.com/apps/copilot-swe-agent)) + +#### :house: Internal +* `ember-eslint-parser` + * [#186](https://github.com/ember-tooling/ember-eslint-parser/pull/186) Improve benchmark output indicators ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#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)) + * [#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)) + * [#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)) + * [#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)) + * [#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)) + +#### Committers: 3 +- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)) +- NullVoxPopuli's reduced-access account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2026-03-14) * ember-eslint-parser 0.8.0 (minor) diff --git a/package.json b/package.json index d00ab0a..0f54ac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-eslint-parser", - "version": "0.8.0", + "version": "0.9.0", "description": "", "keywords": [], "repository": {