build(deps): bump the minor-and-patch group (38 updates) (#884)

Regenerated on top of current main with an npm 10 lockfile (CI runs node 20). Includes @supabase/ssr 0.8 to 0.12, supabase-js transitives to 2.110, zod 4.4.3, next 16.2.10, react 19.2.7, vitest 4.1.9, sharp 0.35, plus Radix/framer-motion/recharts minors. One type fix: supabase-js 2.110's stricter .insert() typing required narrowing toInsert to NonNullable rows in accounts/activate. Full production build verified locally.
This commit is contained in:
dependabot[bot]
2026-07-06 13:53:09 +02:00
committed by GitHub
parent 5149caebbf
commit a1fad3193e
3 changed files with 1929 additions and 1843 deletions
@@ -49,7 +49,7 @@ export const POST = withRouteContext(
) )
const toReactivate: string[] = [] const toReactivate: string[] = []
const toInsert: Array<ReturnType<typeof buildInsertRow>> = [] const toInsert: Array<NonNullable<ReturnType<typeof buildInsertRow>>> = []
const unknown: string[] = [] const unknown: string[] = []
let skipped = 0 let skipped = 0
+1895 -1809
View File
File diff suppressed because it is too large Load Diff
+33 -33
View File
@@ -22,56 +22,56 @@
"test:pg": "vitest run --project pg-real" "test:pg": "vitest run --project pg-real"
}, },
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.29.1", "@anthropic-ai/bedrock-sdk": "^0.32.0",
"@hookform/resolvers": "^5.2.2", "@hookform/resolvers": "^5.4.0",
"@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-checkbox": "^1.3.6",
"@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.18",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.19",
"@radix-ui/react-label": "^2.1.8", "@radix-ui/react-label": "^2.1.11",
"@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-progress": "^1.1.11",
"@radix-ui/react-select": "^2.2.6", "@radix-ui/react-select": "^2.3.2",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.3.2",
"@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tabs": "^1.1.16",
"@radix-ui/react-toast": "^1.2.15", "@radix-ui/react-toast": "^1.2.18",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.11",
"@react-pdf/renderer": "^4.3.2", "@react-pdf/renderer": "^4.5.1",
"@supabase/ssr": "^0.8.0", "@supabase/ssr": "^0.12.0",
"@supabase/supabase-js": "^2.93.1", "@supabase/supabase-js": "^2.93.1",
"@tailwindcss/typography": "^0.5.19", "@tailwindcss/typography": "^0.5.20",
"@types/qrcode": "^1.5.6", "@types/qrcode": "^1.5.6",
"@upstash/ratelimit": "^2.0.8", "@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.37.0", "@upstash/redis": "^1.38.0",
"@use-gesture/react": "^10.3.1", "@use-gesture/react": "^10.3.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"date-fns": "^4.1.0", "date-fns": "^4.4.0",
"framer-motion": "^12.29.2", "framer-motion": "^12.42.2",
"fuse.js": "^7.1.0", "fuse.js": "^7.4.2",
"ics": "^3.8.1", "ics": "^3.12.0",
"jszip": "^3.10.1", "jszip": "^3.10.1",
"lucide-react": "^0.563.0", "lucide-react": "^0.563.0",
"mailparser": "^3.9.8", "mailparser": "^3.9.8",
"next": "16.2.9", "next": "16.2.10",
"next-intl": "^4.12.0", "next-intl": "^4.12.0",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"pdf-lib": "^1.17.1", "pdf-lib": "^1.17.1",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"react": "19.2.3", "react": "19.2.7",
"react-dom": "19.2.3", "react-dom": "19.2.7",
"react-hook-form": "^7.71.1", "react-hook-form": "^7.80.0",
"react-markdown": "^10.1.0", "react-markdown": "^10.1.0",
"recharts": "^3.7.0", "recharts": "^3.9.1",
"remark-gfm": "^4.0.1", "remark-gfm": "^4.0.1",
"resend": "^6.9.1", "resend": "^6.9.1",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"sharp": "^0.34.5", "sharp": "^0.35.3",
"stripe": "^22.3.0", "stripe": "^22.3.0",
"svix": "^1.85.0", "svix": "^1.85.0",
"tailwind-merge": "^3.4.0", "tailwind-merge": "^3.6.0",
"web-push": "^3.6.7", "web-push": "^3.6.7",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"zod": "^4.3.6" "zod": "^4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4", "@tailwindcss/postcss": "^4",
@@ -80,15 +80,15 @@
"@types/pg": "^8.20.0", "@types/pg": "^8.20.0",
"@types/react": "^19", "@types/react": "^19",
"@types/react-dom": "^19", "@types/react-dom": "^19",
"@types/sharp": "^0.31.1", "@types/sharp": "^0.32.0",
"@types/web-push": "^3.6.4", "@types/web-push": "^3.6.4",
"dotenv": "^17.2.3", "dotenv": "^17.4.2",
"eslint": "^9", "eslint": "^9",
"eslint-config-next": "16.1.5", "eslint-config-next": "16.2.10",
"pg": "^8.20.0", "pg": "^8.22.0",
"tailwindcss": "^4", "tailwindcss": "^4",
"typescript": "^5", "typescript": "^5",
"vitest": "^4.0.18" "vitest": "^4.1.9"
}, },
"overrides": { "overrides": {
"ws": "^8.21.0" "ws": "^8.21.0"