File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "eslint-plugin-ember" : {
44 "impact" : " patch" ,
5- "oldVersion" : " 12.7.4" ,
6- "newVersion" : " 12.7.5" ,
5+ "oldVersion" : " 12.7.5" ,
6+ "newVersion" : " 12.7.6" ,
7+ "tagName" : " latest" ,
78 "constraints" : [
89 {
910 "impact" : " patch" ,
1011 "reason" : " Appears in changelog section :bug: Bug Fix"
12+ },
13+ {
14+ "impact" : " patch" ,
15+ "reason" : " Appears in changelog section :house: Internal"
1116 }
1217 ],
1318 "pkgJSONPath" : " ./package.json"
1419 }
1520 },
16- "description" : " ## Release (2025-11-27 )\n\n eslint -plugin-ember 12.7.5 (patch)\n\n #### :bug: Bug Fix\n * `eslint-plugin-ember`\n * [#2349 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2349 ) fix: allow decorated template-tag-only classes ([@CvX ](https://github.com/CvX ))\n\n #### Committers: 1 \n - Jarek Radosz ([@CvX ](https://github.com/CvX) )\n "
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 "
1722}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2026-01-22)
4+
5+ * eslint-plugin-ember 12.7.6 (patch)
6+
7+ #### :bug : Bug Fix
8+ * ` eslint-plugin-ember `
9+ * [ #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 ) )
10+ * [ #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 ) )
11+
12+ #### :house : Internal
13+ * ` eslint-plugin-ember `
14+ * [ #2334 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2334 ) pnpm dlx create-release-plan-setup@latest --update ([ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli ) )
15+
16+ #### Committers: 3
17+ - Arthur ([ @c0rydoras ] ( https://github.com/c0rydoras ) )
18+ - LEGO Technix ([ @lego-technix ] ( https://github.com/lego-technix ) )
19+ - [ @NullVoxPopuli ] ( https://github.com/NullVoxPopuli )
20+
321## Release (2025-11-27)
422
523eslint-plugin-ember 12.7.5 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-ember" ,
3- "version" : " 12.7.5 " ,
3+ "version" : " 12.7.6 " ,
44 "description" : " ESLint plugin for Ember.js apps" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments