Skip to content

Commit ce318b9

Browse files
Get linting passing (#120)
* Upgrade deps * Upgrade more deps * lint:fix * lockfiles * oof * Update ignore
1 parent 877a750 commit ce318b9

File tree

7 files changed

+1699
-1144
lines changed

7 files changed

+1699
-1144
lines changed

ember-element-helper/.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist/
22
node_modules/
3+
declarations/

ember-element-helper/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,25 @@
6969
"@glint/core": "1.0.2",
7070
"@glint/environment-ember-loose": "1.0.2",
7171
"@glint/template": "1.0.2",
72-
"@nullvoxpopuli/eslint-configs": "2.2.36",
72+
"@nullvoxpopuli/eslint-configs": "3.2.2",
7373
"@release-it-plugins/lerna-changelog": "^6.0.0",
7474
"@rollup/plugin-babel": "6.0.3",
7575
"@rollup/plugin-node-resolve": "15.1.0",
7676
"@tsconfig/ember": "^3.0.0",
7777
"@types/rsvp": "^4.0.4",
7878
"@typescript-eslint/eslint-plugin": "^5.62.0",
7979
"@typescript-eslint/parser": "^5.62.0",
80-
"babel-eslint": "10.1.0",
81-
"concurrently": "7.2.2",
80+
"concurrently": "8.2.2",
8281
"ember-source": "~4.12.3",
83-
"eslint": "^7.31.0",
84-
"eslint-config-prettier": "8.5.0",
85-
"eslint-plugin-decorator-position": "5.0.0",
86-
"eslint-plugin-ember": "10.6.1",
87-
"eslint-plugin-import": "2.26.0",
82+
"eslint": "^8.56.0",
83+
"eslint-config-prettier": "9.1.0",
84+
"eslint-plugin-decorator-position": "^5.0.2",
85+
"eslint-plugin-ember": "12.0.0",
86+
"eslint-plugin-import": "2.29.1",
8887
"eslint-plugin-json": "3.1.0",
8988
"eslint-plugin-node": "11.1.0",
90-
"eslint-plugin-prettier": "4.2.1",
91-
"eslint-plugin-simple-import-sort": "7.0.0",
89+
"eslint-plugin-prettier": "5.1.3",
90+
"eslint-plugin-simple-import-sort": "10.0.0",
9291
"rollup": "3.26.3",
9392
"typescript": "5.1.6"
9493
},

ember-element-helper/src/helpers/element.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import EmberComponent from '@ember/component';
33
import Helper from '@ember/component/helper';
44
import { assert, runInDebug } from '@ember/debug';
5-
65
import { ensureSafeComponent } from '@embroider/util';
76

87
import type { ComponentLike } from '@glint/template';

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
"npm": "9.8.1"
1818
},
1919
"devDependencies": {
20-
"concurrently": "^7.2.2"
21-
},
22-
"resolutions": {
23-
"eslint-plugin-decorator-position": "^4.0.0"
24-
},
25-
"version": "0.8.3"
20+
"concurrently": "^8.2.2"
21+
}
2622
}

0 commit comments

Comments
 (0)