Skip to content

Commit 92ed1a0

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update typescript-eslint monorepo to v8 (major) (#434)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 182ff56 commit 92ed1a0

File tree

4 files changed

+76
-84
lines changed

4 files changed

+76
-84
lines changed

.eslintrc.cjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ module.exports = defineConfig({
6363
'n/no-unsupported-features/es-syntax': 'off',
6464

6565
'@typescript-eslint/ban-ts-comment': 'off', // TODO: we should turn this on in a new PR
66-
'@typescript-eslint/ban-types': 'off', // TODO: we should turn this on in a new PR
6766
'@typescript-eslint/explicit-module-boundary-types': [
6867
'error',
6968
{ allowArgumentsExplicitlyTypedAsAny: true },
@@ -72,12 +71,12 @@ module.exports = defineConfig({
7271
'error',
7372
{ allow: ['arrowFunctions'] },
7473
],
75-
'@typescript-eslint/no-empty-interface': 'off',
74+
'@typescript-eslint/no-empty-object-type': 'off',
7675
'@typescript-eslint/no-explicit-any': 'off', // maybe we should turn this on in a new PR
7776
'@typescript-eslint/no-inferrable-types': 'off',
7877
'@typescript-eslint/no-non-null-assertion': 'off', // maybe we should turn this on in a new PR
7978
'@typescript-eslint/no-unused-vars': 'off', // maybe we should turn this on in a new PR
80-
'@typescript-eslint/no-var-requires': 'off',
79+
'@typescript-eslint/no-require-imports': 'off',
8180
'@typescript-eslint/consistent-type-imports': [
8281
'error',
8382
{ prefer: 'type-imports' },

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"@types/fs-extra": "^11.0.4",
4444
"@types/node": "^20.14.2",
4545
"@types/resolve": "^1.20.6",
46-
"@typescript-eslint/eslint-plugin": "^7.13.0",
47-
"@typescript-eslint/parser": "^7.13.0",
46+
"@typescript-eslint/eslint-plugin": "^8.0.0",
47+
"@typescript-eslint/parser": "^8.0.0",
4848
"@vitejs/release-scripts": "^1.3.2",
4949
"conventional-changelog-cli": "^5.0.0",
5050
"eslint": "^8.57.0",

playground/ssr-vue/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export async function createServer(
9090

9191
res.status(200).set({ 'Content-Type': 'text/html' }).end(html)
9292
} catch (e) {
93+
// eslint-disable-next-line @typescript-eslint/no-unused-expressions
9394
vite && vite.ssrFixStacktrace(e)
9495
console.log(e.stack)
9596
res.status(500).end(e.stack)

pnpm-lock.yaml

Lines changed: 71 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)