File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 22 "solution" : {
33 "eslint-plugin-ember" : {
44 "impact" : " minor" ,
5- "oldVersion" : " 12.5 .0" ,
6- "newVersion" : " 12.6 .0" ,
5+ "oldVersion" : " 12.6 .0" ,
6+ "newVersion" : " 12.7 .0" ,
77 "constraints" : [
88 {
99 "impact" : " minor" ,
1010 "reason" : " Appears in changelog section :rocket: Enhancement"
11+ },
12+ {
13+ "impact" : " patch" ,
14+ "reason" : " Appears in changelog section :bug: Bug Fix"
1115 }
1216 ],
1317 "pkgJSONPath" : " ./package.json"
1418 }
1519 },
16- "description" : " ## Release (2025-07-12 )\n\n eslint-plugin-ember 12.6 .0 (minor)\n\n #### :rocket: Enhancement\n * `eslint-plugin-ember`\n * [#2306 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2306 ) Add names for the eslint-inspector ([@NullVoxPopuli ](https://github.com/NullVoxPopuli ))\n\n #### Committers: 1 \n - [@NullVoxPopuli ](https://github.com/NullVoxPopuli )\n "
20+ "description" : " ## Release (2025-07-24 )\n\n eslint-plugin-ember 12.7 .0 (minor)\n\n #### :rocket: Enhancement\n * `eslint-plugin-ember`\n * [#2282 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2282 ) Add no-builtin-form-components rule ([@wagenet](https://github.com/wagenet)) \n\n #### :bug: Bug Fix \n * ` eslint-plugin-ember` \n * [#2308](https://github.com/ember-cli/eslint-plugin-ember/pull/2308) fix: disallow extra properties in rule options ([@andreww2012 ](https://github.com/andreww2012 ))\n\n #### Committers: 2 \n - Andrew Kazakov ([@andreww2012 ](https://github.com/andreww2012)) \n - Peter Wagenet ([@wagenet](https://github.com/wagenet) )\n "
1721}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-07-24)
4+
5+ eslint-plugin-ember 12.7.0 (minor)
6+
7+ #### :rocket : Enhancement
8+ * ` eslint-plugin-ember `
9+ * [ #2282 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2282 ) Add no-builtin-form-components rule ([ @wagenet ] ( https://github.com/wagenet ) )
10+
11+ #### :bug : Bug Fix
12+ * ` eslint-plugin-ember `
13+ * [ #2308 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2308 ) fix: disallow extra properties in rule options ([ @andreww2012 ] ( https://github.com/andreww2012 ) )
14+
15+ #### Committers: 2
16+ - Andrew Kazakov ([ @andreww2012 ] ( https://github.com/andreww2012 ) )
17+ - Peter Wagenet ([ @wagenet ] ( https://github.com/wagenet ) )
18+
319## Release (2025-07-12)
420
521eslint-plugin-ember 12.6.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-ember" ,
3- "version" : " 12.6 .0" ,
3+ "version" : " 12.7 .0" ,
44 "description" : " ESLint plugin for Ember.js apps" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments