Skip to content

Commit 086b8b5

Browse files
Merge pull request #2737 from ember-cli/release-preview
Prepare Release v13.1.2
2 parents 5111edc + 2fa93bb commit 086b8b5

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

.release-plan.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,17 @@
22
"solution": {
33
"eslint-plugin-ember": {
44
"impact": "patch",
5-
"oldVersion": "13.1.0",
6-
"newVersion": "13.1.1",
5+
"oldVersion": "13.1.1",
6+
"newVersion": "13.1.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./package.json"
1915
}
2016
},
21-
"description": "## Release (2026-04-25)\n\n* eslint-plugin-ember 13.1.1 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2735](https://github.com/ember-cli/eslint-plugin-ember/pull/2735) Update ember-eslint-parser to 0.11 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2736](https://github.com/ember-cli/eslint-plugin-ember/pull/2736) fix: ignore comment + whitespace nodes in template-no-yield-only ([@johanrd](https://github.com/johanrd))\n * [#2722](https://github.com/ember-cli/eslint-plugin-ember/pull/2722) refactor(template-require-presentational-children): source role list from aria-query ([@johanrd](https://github.com/johanrd))\n * [#2719](https://github.com/ember-cli/eslint-plugin-ember/pull/2719) BUGFIX: template-no-aria-unsupported-elements — source the reserved-element list from aria-query ([@johanrd](https://github.com/johanrd))\n * [#2718](https://github.com/ember-cli/eslint-plugin-ember/pull/2718) BUGFIX: template-require-media-caption — compare kind=\"captions\" case-insensitively ([@johanrd](https://github.com/johanrd))\n * [#2714](https://github.com/ember-cli/eslint-plugin-ember/pull/2714) BUGFIX: accept tabindex=\"-1\" in template-require-aria-activedescendant-tabindex ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2733](https://github.com/ember-cli/eslint-plugin-ember/pull/2733) test: cover {{! eslint-disable-* }} directives inside <template> in .gts ([@johanrd](https://github.com/johanrd))\n * [#2721](https://github.com/ember-cli/eslint-plugin-ember/pull/2721) refactor(template-no-abstract-roles): source abstract-role list from aria-query ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@johanrd](https://github.com/johanrd)\n"
17+
"description": "## Release (2026-04-25)\n\n* eslint-plugin-ember 13.1.2 (patch)\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2745](https://github.com/ember-cli/eslint-plugin-ember/pull/2745) chore: upgrade ember-eslint-parser from 0.11.0 to 0.11.1 ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#2743](https://github.com/ember-cli/eslint-plugin-ember/pull/2743) fix: template-no-autofocus-attribute — value-aware + <dialog> exception ([@johanrd](https://github.com/johanrd))\n * [#2731](https://github.com/ember-cli/eslint-plugin-ember/pull/2731) BUGFIX: template-require-iframe-title — flag title={{null|undefined|number}} ([@johanrd](https://github.com/johanrd))\n * [#2725](https://github.com/ember-cli/eslint-plugin-ember/pull/2725) fix(template-require-mandatory-role-attributes): use axobject-query for semantic-role exemptions ([@johanrd](https://github.com/johanrd))\n * [#2717](https://github.com/ember-cli/eslint-plugin-ember/pull/2717) BUGFIX: template-no-empty-headings — recognize boolean aria-hidden ([@johanrd](https://github.com/johanrd))\n * [#2723](https://github.com/ember-cli/eslint-plugin-ember/pull/2723) fix(template-no-invalid-aria-attributes): absorb allowundefined handling into validateByType ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 2\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- [@johanrd](https://github.com/johanrd)\n"
2218
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## Release (2026-04-25)
44

5+
* eslint-plugin-ember 13.1.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `eslint-plugin-ember`
9+
* [#2745](https://github.com/ember-cli/eslint-plugin-ember/pull/2745) chore: upgrade ember-eslint-parser from 0.11.0 to 0.11.1 ([@Copilot](https://github.com/apps/copilot-swe-agent))
10+
* [#2743](https://github.com/ember-cli/eslint-plugin-ember/pull/2743) fix: template-no-autofocus-attribute — value-aware + <dialog> exception ([@johanrd](https://github.com/johanrd))
11+
* [#2731](https://github.com/ember-cli/eslint-plugin-ember/pull/2731) BUGFIX: template-require-iframe-title — flag title={{null|undefined|number}} ([@johanrd](https://github.com/johanrd))
12+
* [#2725](https://github.com/ember-cli/eslint-plugin-ember/pull/2725) fix(template-require-mandatory-role-attributes): use axobject-query for semantic-role exemptions ([@johanrd](https://github.com/johanrd))
13+
* [#2717](https://github.com/ember-cli/eslint-plugin-ember/pull/2717) BUGFIX: template-no-empty-headings — recognize boolean aria-hidden ([@johanrd](https://github.com/johanrd))
14+
* [#2723](https://github.com/ember-cli/eslint-plugin-ember/pull/2723) fix(template-no-invalid-aria-attributes): absorb allowundefined handling into validateByType ([@johanrd](https://github.com/johanrd))
15+
16+
#### Committers: 2
17+
- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))
18+
- [@johanrd](https://github.com/johanrd)
19+
20+
## Release (2026-04-25)
21+
522
* eslint-plugin-ember 13.1.1 (patch)
623

724
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-ember",
3-
"version": "13.1.1",
3+
"version": "13.1.2",
44
"description": "ESLint plugin for Ember.js apps",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)