File tree 3 files changed +16
-13
lines changed
3 files changed +16
-13
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.2.1 " ,
6
- "newVersion" : " 12.3.0 " ,
4
+ "impact" : " patch " ,
5
+ "oldVersion" : " 12.3.0 " ,
6
+ "newVersion" : " 12.3.1 " ,
7
7
"constraints" : [
8
- {
9
- "impact" : " minor" ,
10
- "reason" : " Appears in changelog section :rocket: Enhancement"
11
- },
12
8
{
13
9
"impact" : " patch" ,
14
10
"reason" : " Appears in changelog section :bug: Bug Fix"
15
- },
16
- {
17
- "impact" : " patch" ,
18
- "reason" : " Appears in changelog section :house: Internal"
19
11
}
20
12
],
21
13
"pkgJSONPath" : " ./package.json"
22
14
}
23
15
},
24
- "description": "## Release (2024-10-23)\n\neslint-plugin-ember 12.3.0 (minor)\n\n#### :rocket: Enhancement\n* `eslint-plugin-ember`\n * [#2191](https://github.com/ember-cli/eslint-plugin-ember/pull/2191) Provide better gjs/gts config support for eslint 9 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :bug: Bug Fix\n* `eslint-plugin-ember`\n * [#2195](https://github.com/ember-cli/eslint-plugin-ember/pull/2195) fix: Typo in error message ([@HeroicEric](https://github.com/HeroicEric))\n\n#### :house: Internal\n* `eslint-plugin-ember`\n * [#2198](https://github.com/ember-cli/eslint-plugin-ember/pull/2198) Switch away from release-it to release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#2196](https://github.com/ember-cli/eslint-plugin-ember/pull/2196) Switch to pnpm + vitest (away from yarn @ 1 and jest) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 2\n- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
16
+ "description" : " ## Release (2024-10-25)\n\n eslint-plugin-ember 12.3.1 (patch)\n\n #### :bug: Bug Fix\n * `eslint-plugin-ember`\n * [#2200](https://github.com/ember-cli/eslint-plugin-ember/pull/2200) Fix no-component-lifecycle-hook in double extended classic component ([@wagenet](https://github.com/wagenet))\n\n #### Committers: 1\n - Peter Wagenet ([@wagenet](https://github.com/wagenet))\n "
25
17
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release (2024-10-25)
4
+
5
+ eslint-plugin-ember 12.3.1 (patch)
6
+
7
+ #### :bug : Bug Fix
8
+ * ` eslint-plugin-ember `
9
+ * [ #2200 ] ( https://github.com/ember-cli/eslint-plugin-ember/pull/2200 ) Fix no-component-lifecycle-hook in double extended classic component ([ @wagenet ] ( https://github.com/wagenet ) )
10
+
11
+ #### Committers: 1
12
+ - Peter Wagenet ([ @wagenet ] ( https://github.com/wagenet ) )
13
+
3
14
## Release (2024-10-23)
4
15
5
16
eslint-plugin-ember 12.3.0 (minor)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-ember" ,
3
- "version" : " 12.3.0 " ,
3
+ "version" : " 12.3.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