File tree Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Expand file tree Collapse file tree 3 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"solution" : {
3
3
"eslint-plugin-ember" : {
4
- "impact" : " minor " ,
5
- "oldVersion" : " 12.6 .0" ,
6
- "newVersion" : " 12.7.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 12.7 .0" ,
6
+ "newVersion" : " 12.7.1 " ,
7
7
"constraints" : [
8
8
{
9
- "impact" : " minor " ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement "
9
+ "impact" : " patch " ,
10
+ "reason" : " Appears in changelog section :bug: Bug Fix "
11
11
},
12
12
{
13
13
"impact" : " patch" ,
14
- "reason" : " Appears in changelog section :bug: Bug Fix "
14
+ "reason" : " Appears in changelog section :memo: Documentation "
15
15
}
16
16
],
17
17
"pkgJSONPath" : " ./package.json"
18
18
}
19
19
},
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 "
20
+ "description" : " ## Release (2025-08-22 )\n\n eslint-plugin-ember 12.7.1 (patch )\n\n #### :bug: Bug Fix \n * `eslint-plugin-ember`\n * [#2320 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2320) fix: ` no-array-prototype-extensions` rule to lint against `setObjects()` ([@MrChocolatine ](https://github.com/MrChocolatine ))\n * [#2315](https://github.com/ember-cli/eslint-plugin-ember/pull/2315) fix: no-runloop: catch namespace imports ([@Geodewd549](https://github.com/Geodewd549)) \n\n #### :memo: Documentation \n * `eslint-plugin-ember`\n * [#2313 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2313) Remove name from CHANGELOG ([@rmachielse ](https://github.com/rmachielse ))\n\n #### Committers: 3 \n - Richard ([@rmachielse ](https://github.com/rmachielse ))\n - [@Geodewd549 ](https://github.com/Geodewd549) \n - [@MrChocolatine](https://github.com/MrChocolatine )\n "
21
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2025-08-22)
4
+
5
+ eslint-plugin-ember 12.7.1 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` eslint-plugin-ember `
9
+ * [ #2320 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2320 ) fix: ` no-array-prototype-extensions ` rule to lint against ` setObjects() ` ([ @MrChocolatine ] ( https://github.com/MrChocolatine ) )
10
+ * [ #2315 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2315 ) fix: no-runloop: catch namespace imports ([ @Geodewd549 ] ( https://github.com/Geodewd549 ) )
11
+
12
+ #### :memo : Documentation
13
+ * ` eslint-plugin-ember `
14
+ * [ #2313 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2313 ) Remove name from CHANGELOG ([ @rmachielse ] ( https://github.com/rmachielse ) )
15
+
16
+ #### Committers: 3
17
+ - Richard ([ @rmachielse ] ( https://github.com/rmachielse ) )
18
+ - [ @Geodewd549 ] ( https://github.com/Geodewd549 )
19
+ - [ @MrChocolatine ] ( https://github.com/MrChocolatine )
20
+
3
21
## Release (2025-07-24)
4
22
5
23
eslint-plugin-ember 12.7.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember" ,
3
- "version" : " 12.7.0 " ,
3
+ "version" : " 12.7.1 " ,
4
4
"description" : " ESLint plugin for Ember.js apps" ,
5
5
"keywords" : [
6
6
" eslint" ,
You can’t perform that action at this time.
0 commit comments