28 05 2025 deps update (#262)

* Update dependencies across all packages

Updated multiple dependencies to their latest versions to ensure compatibility, security, and performance improvements. This includes packages like @supabase/supabase-js, @tanstack/react-query, @types/react, and zod across various projects.

* Update selector for Stripe form submission button

Replaced the form button selector with a `data-testid` attribute selector for improved reliability and maintainability. This ensures the test is less prone to breaks from UI changes.
This commit is contained in:
Giancarlo Buomprisco
2025-05-28 08:26:28 +07:00
committed by GitHub
parent 2b07c5cc3d
commit 40afecde93
34 changed files with 1182 additions and 1160 deletions

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.19"
"@types/node": "^22.15.23"
},
"typesVersions": {
"*": {

View File

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

View File

@@ -26,15 +26,15 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.5",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@types/react": "19.1.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"zod": "^3.25.7"
"react-i18next": "^15.5.2",
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -24,10 +24,10 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"next": "15.3.2",
"react": "19.1.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
},
"dependencies": {
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"@stripe/stripe-js": "^7.3.1",
"stripe": "^18.1.1"
},
"devDependencies": {
@@ -27,11 +27,11 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"date-fns": "^4.1.0",
"next": "15.3.2",
"react": "19.1.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -20,7 +20,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.15.19"
"@types/node": "^22.15.23"
},
"typesVersions": {
"*": {

View File

@@ -26,10 +26,10 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"@types/node": "^22.15.23",
"@types/react": "19.1.6",
"react": "19.1.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"@types/node": "^22.15.23",
"@types/react": "19.1.6",
"wp-types": "^4.68.0"
},
"typesVersions": {

View File

@@ -22,8 +22,8 @@
"@kit/supabase": "workspace:*",
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.5",
"zod": "^3.25.7"
"@supabase/supabase-js": "2.49.8",
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -34,9 +34,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"lucide-react": "^0.511.0",
"next": "15.3.2",
@@ -44,9 +44,9 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"react-i18next": "^15.5.2",
"sonner": "^2.0.3",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -20,16 +20,16 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.4",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"exports": {
".": "./src/index.ts",

View File

@@ -28,15 +28,15 @@
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@types/react": "19.1.6",
"lucide-react": "^0.511.0",
"next": "15.3.2",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"react-i18next": "^15.5.2",
"sonner": "^2.0.3",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -19,13 +19,13 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@types/react": "19.1.6",
"lucide-react": "^0.511.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.1"
"react-i18next": "^15.5.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -32,10 +32,10 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
@@ -44,9 +44,9 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"react-i18next": "^15.5.2",
"sonner": "^2.0.3",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -20,14 +20,14 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-query": "5.77.2",
"next": "15.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.1"
"react-i18next": "^15.5.2"
},
"dependencies": {
"i18next": "25.2.0",
"i18next": "25.2.1",
"i18next-browser-languagedetector": "8.1.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -20,8 +20,8 @@
"@kit/resend": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.19",
"zod": "^3.25.7"
"@types/node": "^22.15.23",
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

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

View File

@@ -17,8 +17,8 @@
"@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.19",
"zod": "^3.25.7"
"@types/node": "^22.15.23",
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

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

View File

@@ -24,9 +24,9 @@
"@kit/sentry": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"react": "19.1.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -24,9 +24,9 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"react": "19.1.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -17,7 +17,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"react": "19.1.0"
},
"typesVersions": {

View File

@@ -16,15 +16,15 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^9.20.0",
"import-in-the-middle": "1.13.2"
"@sentry/nextjs": "^9.22.0",
"import-in-the-middle": "1.14.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
"@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"react": "19.1.0"
},
"typesVersions": {

View File

@@ -20,9 +20,9 @@
"@kit/prettier-config": "workspace:*",
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.5",
"@supabase/supabase-js": "2.49.8",
"next": "15.3.2",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -25,13 +25,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.5",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.4",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -20,7 +20,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.4"
"@types/react": "19.1.6"
},
"dependencies": {
"pino": "^9.7.0"

View File

@@ -25,13 +25,13 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.5",
"@tanstack/react-query": "5.76.1",
"@types/react": "19.1.4",
"@supabase/supabase-js": "2.49.8",
"@tanstack/react-query": "5.77.2",
"@types/react": "19.1.6",
"next": "15.3.2",
"react": "19.1.0",
"server-only": "^0.0.1",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"typesVersions": {
"*": {

View File

@@ -10,26 +10,26 @@
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-collapsible": "1.1.10",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-navigation-menu": "^1.2.12",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slot": "1.2.0",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toast": "^1.2.13",
"@radix-ui/react-tooltip": "1.2.6",
"@radix-ui/react-accordion": "1.2.11",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-navigation-menu": "^1.2.13",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-toast": "^1.2.14",
"@radix-ui/react-tooltip": "1.2.7",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
@@ -43,9 +43,9 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-query": "5.77.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
@@ -55,12 +55,12 @@
"prettier": "^3.5.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.56.4",
"react-i18next": "^15.5.1",
"react-i18next": "^15.5.2",
"sonner": "^2.0.3",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"prettier": "@kit/prettier-config",
"exports": {