EsLint speedup (#161)

* Updated packages
* Fix Turbo TURBO_SCM_BASE
* Disable type-aware rules
This commit is contained in:
Giancarlo Buomprisco
2025-02-12 13:58:56 +07:00
committed by GitHub
parent f2c74bd11c
commit e403a6cd75
30 changed files with 1256 additions and 1299 deletions

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -34,7 +34,7 @@
"react": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -27,7 +27,7 @@
"@types/react": "19.0.8",
"next": "15.1.7",
"react": "19.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -31,7 +31,7 @@
"date-fns": "^4.1.0",
"next": "15.1.7",
"react": "19.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -16,9 +16,9 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.43",
"@keystatic/next": "^5.0.2",
"@markdoc/markdoc": "^0.5.0"
"@keystatic/core": "0.5.45",
"@keystatic/next": "^5.0.3",
"@markdoc/markdoc": "^0.5.1"
},
"devDependencies": {
"@kit/cms-types": "workspace:*",
@@ -29,7 +29,7 @@
"@types/node": "^22.13.1",
"@types/react": "19.0.8",
"react": "19.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -23,7 +23,7 @@
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.48.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -45,7 +45,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -412,6 +412,7 @@ function FactorNameForm(
}
function QrImage({ src }: { src: string }) {
// eslint-disable-next-line @next/next/no-img-element
return <img alt={'QR Code'} src={src} width={160} height={160} />;
}

View File

@@ -22,14 +22,14 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.8",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"exports": {
".": "./src/index.ts",

View File

@@ -36,7 +36,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -33,7 +33,7 @@
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"class-variance-authority": "^0.7.1",
@@ -45,7 +45,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -21,7 +21,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.13.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -21,7 +21,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.17",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.13.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.0.8",
"react": "19.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.0.8",
"react": "19.0.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^9.0.0",
"@sentry/nextjs": "^9.0.1",
"import-in-the-middle": "1.13.0"
},
"devDependencies": {

View File

@@ -22,7 +22,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.48.1",
"next": "15.1.7",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -34,7 +34,7 @@
"next": "15.1.7",
"react": "19.0.0",
"server-only": "^0.0.1",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"typesVersions": {
"*": {

View File

@@ -44,12 +44,12 @@
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"next": "15.1.7",
"next-themes": "0.4.4",
"prettier": "^3.5.0",
@@ -60,7 +60,7 @@
"tailwindcss": "4.0.6",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"exports": {