Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 2 additions & 16 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog






## Release (2026-08-02)

* eslint-plugin-ember 13.5.0 (minor)
Expand Down