Skip to content

Commit c4e8798

Browse files
chore(deps): update typescript-eslint monorepo to v6 (major) (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 150c279 commit c4e8798

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
15-
with:
16-
node-version: 14
1715
- name: Install Packages
18-
run: npm install
16+
run: npm install -f
1917
- name: Build
2018
run: npm run build
2119
- name: Lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@types/natural-compare": "^1.4.0",
8686
"@types/node": "^18.0.0",
8787
"@types/semver": "^7.3.1",
88-
"@typescript-eslint/eslint-plugin": "^5.0.0",
89-
"@typescript-eslint/parser": "^5.0.0",
88+
"@typescript-eslint/eslint-plugin": "^6.0.0",
89+
"@typescript-eslint/parser": "^6.0.0",
9090
"dts-bundle": "^0.7.3",
9191
"env-cmd": "^10.1.0",
9292
"eslint": "^8.0.0",

tools/update-docs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class DocFile {
9494
} else {
9595
if (recommended) {
9696
const presets = [];
97-
// eslint-disable-next-line @typescript-eslint/require-array-sort-compare -- tools
9897
for (const rec of recommended.sort()) {
9998
presets.push(`\`"plugin:jsonc/recommended-with-${rec}"\``);
10099
}

0 commit comments

Comments
 (0)