File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "solution" : {
33 "eslint-plugin-ember" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 13.1.1 " ,
6- "newVersion" : " 13.1.2 " ,
5+ "oldVersion" : " 13.1.2 " ,
6+ "newVersion" : " 13.1.3 " ,
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"
1216 }
1317 ],
1418 "pkgJSONPath" : " ./package.json"
1519 }
1620 },
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"
21+ "description" : " ## Release (2026-04-25)\n\n * eslint-plugin-ember 13.1.3 (patch)\n\n #### :bug: Bug Fix\n * `eslint-plugin-ember`\n * [#2726](https://github.com/ember-cli/eslint-plugin-ember/pull/2726) BUGFIX: template-no-unsupported-role-attributes — honor aria-query attribute constraints ([@johanrd](https://github.com/johanrd))\n * [#2727](https://github.com/ember-cli/eslint-plugin-ember/pull/2727) BUGFIX: template-no-redundant-role — case-insensitive match + <select>→combobox ([@johanrd](https://github.com/johanrd))\n\n #### :house: Internal\n * `eslint-plugin-ember`\n * [#2746](https://github.com/ember-cli/eslint-plugin-ember/pull/2746) refactor: extract isNativeElement util (fix component-vs-HTML-tag misclassification) ([@johanrd](https://github.com/johanrd))\n\n #### Committers: 1\n - [@johanrd](https://github.com/johanrd)\n "
1822}
Original file line number Diff line number Diff line change 22
33## Release (2026-04-25)
44
5+ * eslint-plugin-ember 13.1.3 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` eslint-plugin-ember `
9+ * [ #2726 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2726 ) BUGFIX: template-no-unsupported-role-attributes — honor aria-query attribute constraints ([ @johanrd ] ( https://github.com/johanrd ) )
10+ * [ #2727 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2727 ) BUGFIX: template-no-redundant-role — case-insensitive match + <select >→combobox ([ @johanrd ] ( https://github.com/johanrd ) )
11+
12+ #### :house : Internal
13+ * ` eslint-plugin-ember `
14+ * [ #2746 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2746 ) refactor: extract isNativeElement util (fix component-vs-HTML-tag misclassification) ([ @johanrd ] ( https://github.com/johanrd ) )
15+
16+ #### Committers: 1
17+ - [ @johanrd ] ( https://github.com/johanrd )
18+
19+ ## Release (2026-04-25)
20+
521* eslint-plugin-ember 13.1.2 (patch)
622
723#### :bug : Bug Fix
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-ember" ,
3- "version" : " 13.1.2 " ,
3+ "version" : " 13.1.3 " ,
44 "description" : " ESLint plugin for Ember.js apps" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments