From 78144b085782e209c48464330d5fa3a125d22580 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 21:18:10 +0000 Subject: [PATCH] Prepare Release vnull using 'release-plan' --- .release-plan.json | 18 ++---------------- CHANGELOG.md | 5 +++++ 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 027951fda4..6d7b4f0c94 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,22 +1,8 @@ { "solution": { "eslint-plugin-ember": { - "impact": "minor", - "oldVersion": "13.4.1", - "newVersion": "13.5.0", - "tagName": "latest", - "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - } - ], - "pkgJSONPath": "./package.json" + "oldVersion": "13.5.0" } }, - "description": "## Release (2026-08-02)\n\n* eslint-plugin-ember 13.5.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2818](https://github.com/ember-cli/eslint-plugin-ember/pull/2818) Add `no-legacy-computed` rule to disallow `computed` and computed macros ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#2820](https://github.com/ember-cli/eslint-plugin-ember/pull/2820) Add `no-legacy-helper-imports` rule for Ember 7.1+ with safe autofix ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#2816](https://github.com/ember-cli/eslint-plugin-ember/pull/2816) Add `no-test-this-set-get` rule for gjs/gts tests ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2831](https://github.com/ember-cli/eslint-plugin-ember/pull/2831) fix(template-no-unsupported-role-attributes): skip elements with a dynamic role ([@johanrd](https://github.com/johanrd))\n * [#2832](https://github.com/ember-cli/eslint-plugin-ember/pull/2832) fix(template-no-template-lint-directives): unquote rule names when converting ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Johan Røed ([@johanrd](https://github.com/johanrd))\n" + "description": "\n\n\n\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7310812c..41bcf917cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog + + + + + ## Release (2026-08-02) * eslint-plugin-ember 13.5.0 (minor)