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 2
2
"solution" : {
3
3
"eslint-plugin-ember" : {
4
4
"impact" : " minor" ,
5
- "oldVersion" : " 12.5 .0" ,
6
- "newVersion" : " 12.6 .0" ,
5
+ "oldVersion" : " 12.6 .0" ,
6
+ "newVersion" : " 12.7 .0" ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " minor" ,
10
10
"reason" : " Appears in changelog section :rocket: Enhancement"
11
+ },
12
+ {
13
+ "impact" : " patch" ,
14
+ "reason" : " Appears in changelog section :bug: Bug Fix"
11
15
}
12
16
],
13
17
"pkgJSONPath" : " ./package.json"
14
18
}
15
19
},
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 "
17
21
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## Release (2025-07-12)
4
20
5
21
eslint-plugin-ember 12.6.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember" ,
3
- "version" : " 12.6 .0" ,
3
+ "version" : " 12.7 .0" ,
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