File tree Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Expand file tree Collapse file tree 3 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 2
2
"solution" : {
3
3
"eslint-plugin-ember" : {
4
4
"impact" : " patch" ,
5
- "oldVersion" : " 12.7.0 " ,
6
- "newVersion" : " 12.7.1 " ,
5
+ "oldVersion" : " 12.7.1 " ,
6
+ "newVersion" : " 12.7.2 " ,
7
7
"constraints" : [
8
8
{
9
9
"impact" : " patch" ,
10
- "reason" : " Appears in changelog section :bug: Bug Fix"
11
- },
12
- {
13
- "impact" : " patch" ,
14
- "reason" : " Appears in changelog section :memo: Documentation"
10
+ "reason" : " Appears in changelog section :house: Internal"
15
11
}
16
12
],
17
13
"pkgJSONPath" : " ./package.json"
18
14
}
19
15
},
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 "
16
+ "description" : " ## Release (2025-08-22)\n\n eslint-plugin-ember 12.7.2 (patch)\n\n #### :house: Internal \n * `eslint-plugin-ember`\n * [#2321 ](https://github.com/ember-cli/eslint-plugin-ember/pull/2321) chore: add npm provenance to publishing ([@bmish ](https://github.com/bmish ))\n\n #### Committers: 1 \n - Bryan Mishkin ([@bmish ](https://github.com/bmish) )\n "
21
17
}
Original file line number Diff line number Diff line change 2
2
3
3
## Release (2025-08-22)
4
4
5
+ eslint-plugin-ember 12.7.2 (patch)
6
+
7
+ #### :house : Internal
8
+ * ` eslint-plugin-ember `
9
+ * [ #2321 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2321 ) chore: add npm provenance to publishing ([ @bmish ] ( https://github.com/bmish ) )
10
+
11
+ #### Committers: 1
12
+ - Bryan Mishkin ([ @bmish ] ( https://github.com/bmish ) )
13
+
14
+ ## Release (2025-08-22)
15
+
5
16
eslint-plugin-ember 12.7.1 (patch)
6
17
7
18
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember" ,
3
- "version" : " 12.7.1 " ,
3
+ "version" : " 12.7.2 " ,
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