File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "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 " ,
77 "constraints" : [
8- {
9- "impact" : " minor" ,
10- "reason" : " Appears in changelog section :rocket: Enhancement"
11- },
128 {
139 "impact" : " patch" ,
1410 "reason" : " Appears in changelog section :bug: Bug Fix"
15- },
16- {
17- "impact" : " patch" ,
18- "reason" : " Appears in changelog section :house: Internal"
1911 }
2012 ],
2113 "pkgJSONPath" : " ./package.json"
2214 }
2315 },
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 "
2517}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
314## Release (2024-10-23)
415
516eslint-plugin-ember 12.3.0 (minor)
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-ember" ,
3- "version" : " 12.3.0 " ,
3+ "version" : " 12.3.1 " ,
44 "description" : " ESLint plugin for Ember.js apps" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments