Skip to content

Commit aadcc2e

Browse files
Prepare Release v12.8.0 using 'release-plan'
1 parent c20baf3 commit aadcc2e

File tree

3 files changed

+88
-7
lines changed

3 files changed

+88
-7
lines changed

.release-plan.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"solution": {
33
"eslint-plugin-ember": {
4-
"impact": "patch",
5-
"oldVersion": "12.7.5",
6-
"newVersion": "12.7.6",
4+
"impact": "minor",
5+
"oldVersion": "12.7.6",
6+
"newVersion": "12.8.0",
77
"tagName": "latest",
88
"constraints": [
99
{
10-
"impact": "patch",
11-
"reason": "Appears in changelog section :bug: Bug Fix"
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
1212
},
1313
{
1414
"impact": "patch",
@@ -18,5 +18,5 @@
1818
"pkgJSONPath": "./package.json"
1919
}
2020
},
21-
"description": "## Release (2026-01-22)\n\n* eslint-plugin-ember 12.7.6 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2363](https://github.com/ember-cli/eslint-plugin-ember/pull/2363) fix: classic-decorator-no-classic-methods matching private identifiers ([@c0rydoras](https://github.com/c0rydoras))\n * [#2364](https://github.com/ember-cli/eslint-plugin-ember/pull/2364) Consider .test.{js|ts|gjs|gts} as a test file pattern ([@lego-technix](https://github.com/lego-technix))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2334](https://github.com/ember-cli/eslint-plugin-ember/pull/2334) pnpm dlx create-release-plan-setup@latest --update ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Arthur ([@c0rydoras](https://github.com/c0rydoras))\n- LEGO Technix ([@lego-technix](https://github.com/lego-technix))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
21+
"description": "## Release (2026-03-13)\n\n* eslint-plugin-ember 12.8.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2453](https://github.com/ember-cli/eslint-plugin-ember/pull/2453) Extract rule: template-no-action-on-submit-button ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2439](https://github.com/ember-cli/eslint-plugin-ember/pull/2439) Extract rule: template-no-index-component-invocation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2462](https://github.com/ember-cli/eslint-plugin-ember/pull/2462) Extract rule: template-block-indentation ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2459](https://github.com/ember-cli/eslint-plugin-ember/pull/2459) Extract rule: template-no-class-bindings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2464](https://github.com/ember-cli/eslint-plugin-ember/pull/2464) Extract rule: template-eol-last ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2465](https://github.com/ember-cli/eslint-plugin-ember/pull/2465) Extract rule: template-linebreak-style ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2467](https://github.com/ember-cli/eslint-plugin-ember/pull/2467) Extract rule: template-no-dynamic-subexpression-invocations ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2468](https://github.com/ember-cli/eslint-plugin-ember/pull/2468) Extract rule: template-no-extra-mut-helper-argument ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2469](https://github.com/ember-cli/eslint-plugin-ember/pull/2469) Extract rule: template-no-implicit-this ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2470](https://github.com/ember-cli/eslint-plugin-ember/pull/2470) Extract rule: template-no-input-block ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2471](https://github.com/ember-cli/eslint-plugin-ember/pull/2471) Extract rule: no-invalid-aria-attributes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2473](https://github.com/ember-cli/eslint-plugin-ember/pull/2473) Extract rule: template-no-invalid-link-title ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2474](https://github.com/ember-cli/eslint-plugin-ember/pull/2474) Extract rule: template-no-invalid-meta ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2475](https://github.com/ember-cli/eslint-plugin-ember/pull/2475) Extract rule: template-no-invalid-role ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2477](https://github.com/ember-cli/eslint-plugin-ember/pull/2477) Extract rule: template-no-link-to-positional-params ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2479](https://github.com/ember-cli/eslint-plugin-ember/pull/2479) Extract rule: template-no-model-argument-in-route-templates ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2480](https://github.com/ember-cli/eslint-plugin-ember/pull/2480) Extract rule: template-no-multiple-empty-lines ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2481](https://github.com/ember-cli/eslint-plugin-ember/pull/2481) Extract rule: template-no-mut-helper ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2482](https://github.com/ember-cli/eslint-plugin-ember/pull/2482) Extract rule: template-no-negated-comparison ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2476](https://github.com/ember-cli/eslint-plugin-ember/pull/2476) Extract rule: template-no-jsx-attributes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2478](https://github.com/ember-cli/eslint-plugin-ember/pull/2478) Extract rule: template-no-link-to-tagname ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2483](https://github.com/ember-cli/eslint-plugin-ember/pull/2483) Extract rule: template-no-negated-condition ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2484](https://github.com/ember-cli/eslint-plugin-ember/pull/2484) Extract rule: template-no-nested-interactive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2485](https://github.com/ember-cli/eslint-plugin-ember/pull/2485) Extract rule: template-no-nested-landmark ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2486](https://github.com/ember-cli/eslint-plugin-ember/pull/2486) Extract rule: template-no-nested-splattributes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2487](https://github.com/ember-cli/eslint-plugin-ember/pull/2487) Extract rule: template-no-obscure-array-access ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2488](https://github.com/ember-cli/eslint-plugin-ember/pull/2488) Extract rule: template-no-obsolete-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2489](https://github.com/ember-cli/eslint-plugin-ember/pull/2489) Extract rule: template-no-only-default-slot ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2490](https://github.com/ember-cli/eslint-plugin-ember/pull/2490) Extract rule: template-no-outlet-outside-routes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2491](https://github.com/ember-cli/eslint-plugin-ember/pull/2491) Extract rule: template-no-page-title-component ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2440](https://github.com/ember-cli/eslint-plugin-ember/pull/2440) Extract rule: template-no-inline-event-handlers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2442](https://github.com/ember-cli/eslint-plugin-ember/pull/2442) Extract rule: template-no-inline-styles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2444](https://github.com/ember-cli/eslint-plugin-ember/pull/2444) Extract rule: template-no-input-placeholder ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2447](https://github.com/ember-cli/eslint-plugin-ember/pull/2447) Extract rule: template-no-invalid-interactive ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2445](https://github.com/ember-cli/eslint-plugin-ember/pull/2445) Extract rule: template-no-input-tagname ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2448](https://github.com/ember-cli/eslint-plugin-ember/pull/2448) Add rule: ember/template-no-deprecated ([@wagenet](https://github.com/wagenet))\n * [#1](https://github.com/ember-cli/eslint-plugin-ember/pull/1) Add base configurations ([@michalsnik](https://github.com/michalsnik))\n * [#2430](https://github.com/ember-cli/eslint-plugin-ember/pull/2430) Extract rule: template-no-empty-headings ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2434](https://github.com/ember-cli/eslint-plugin-ember/pull/2434) Extract rule: template-no-chained-this ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2437](https://github.com/ember-cli/eslint-plugin-ember/pull/2437) Extract rule: template-no-heading-inside-button ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2429](https://github.com/ember-cli/eslint-plugin-ember/pull/2429) Extract rule: template-no-element-event-actions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2414](https://github.com/ember-cli/eslint-plugin-ember/pull/2414) Extract rule: template-no-capital-arguments ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2407](https://github.com/ember-cli/eslint-plugin-ember/pull/2407) Extract rule: template-no-attrs-in-components ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2412](https://github.com/ember-cli/eslint-plugin-ember/pull/2412) Extract rule: template-no-block-params-for-html-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2408](https://github.com/ember-cli/eslint-plugin-ember/pull/2408) Extract rule: template-no-autofocus-attribute ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2421](https://github.com/ember-cli/eslint-plugin-ember/pull/2421) Extract rule: template-no-array-prototype-extensions ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2404](https://github.com/ember-cli/eslint-plugin-ember/pull/2404) Extract rule: template-no-aria-hidden-body ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2424](https://github.com/ember-cli/eslint-plugin-ember/pull/2424) Extract rule: template-no-action-modifiers ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2403](https://github.com/ember-cli/eslint-plugin-ember/pull/2403) Extract rule: template-no-arguments-for-html-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2405](https://github.com/ember-cli/eslint-plugin-ember/pull/2405) Extract rule: template-no-aria-unsupported-elements ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2423](https://github.com/ember-cli/eslint-plugin-ember/pull/2423) Extract rule: template-no-action ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2420](https://github.com/ember-cli/eslint-plugin-ember/pull/2420) Add strict-gjs and strict-gts configs so that users could opt in to these new rules from ember-template-lint before we do our next major ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2398](https://github.com/ember-cli/eslint-plugin-ember/pull/2398) Extract rule: template-no-abstract-roles ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2399](https://github.com/ember-cli/eslint-plugin-ember/pull/2399) Extract rule: template-no-accesskey-attribute ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2396](https://github.com/ember-cli/eslint-plugin-ember/pull/2396) Extract rule: template-link-rel-noopener ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2395](https://github.com/ember-cli/eslint-plugin-ember/pull/2395) Extract rule: template-link-href-attributes ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2391](https://github.com/ember-cli/eslint-plugin-ember/pull/2391) Extract rule: template-builtin-component-arguments ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2390](https://github.com/ember-cli/eslint-plugin-ember/pull/2390) Extract rule: template-attribute-order ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2383](https://github.com/ember-cli/eslint-plugin-ember/pull/2383) Port template-no-debugger rule from PR #2371 ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#2381](https://github.com/ember-cli/eslint-plugin-ember/pull/2381) Port template-no-log rule from PR #2371 ([@Copilot](https://github.com/apps/copilot-swe-agent))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2466](https://github.com/ember-cli/eslint-plugin-ember/pull/2466) Add editor config utils ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2463](https://github.com/ember-cli/eslint-plugin-ember/pull/2463) Update the docs-generator to handle the 'templateMode: loose' in rules from nvp/port-ember-template-lint-for-gjs-gts ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2449](https://github.com/ember-cli/eslint-plugin-ember/pull/2449) Upgrade parser ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2382](https://github.com/ember-cli/eslint-plugin-ember/pull/2382) Cleanup unused snapshots ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2368](https://github.com/ember-cli/eslint-plugin-ember/pull/2368) We have prettier (and thus editors detect and run it), but what we check in CI is different ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 4\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Michał Sajnóg ([@michalsnik](https://github.com/michalsnik))\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
2222
}

0 commit comments

Comments
 (0)