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

@@ -10,7 +10,7 @@
"dependencies": {
"@ai-sdk/openai": "^1.3.22",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.76.1",
"@tanstack/react-query": "5.77.2",
"ai": "4.3.16",
"lucide-react": "^0.511.0",
"next": "15.3.2",
@@ -26,9 +26,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.19",
"@types/node": "^22.15.23",
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.4",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"pino-pretty": "^13.0.0",
@@ -36,7 +36,7 @@
"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",
"browserslist": [

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.19",
"@types/node": "^22.15.23",
"dotenv": "16.5.0",
"node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0"

View File

@@ -38,7 +38,7 @@ export class StripePageObject {
}
submitForm() {
return this.getStripeCheckoutIframe().locator('form button').click();
return this.getStripeCheckoutIframe().getByTestId('hosted-payment-submit-button').click();
}
cardNumber() {

View File

@@ -56,8 +56,8 @@
"@marsidev/react-turnstile": "^1.1.0",
"@nosecone/next": "1.0.0-beta.7",
"@radix-ui/react-icons": "^1.3.2",
"@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",
"date-fns": "^4.1.0",
"lucide-react": "^0.511.0",
@@ -67,11 +67,11 @@
"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",
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"zod": "^3.25.7"
"zod": "^3.25.31"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -79,14 +79,14 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.2",
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^22.15.19",
"@types/react": "19.1.4",
"@types/node": "^22.15.23",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"cssnano": "^7.0.7",
"pino-pretty": "^13.0.0",
"prettier": "^3.5.3",
"supabase": "^2.22.12",
"supabase": "^2.23.4",
"tailwindcss": "4.1.7",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"

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": {

2128
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,7 +17,7 @@
"@types/eslint": "9.6.1",
"eslint-config-next": "15.3.2",
"eslint-config-turbo": "^2.5.3",
"typescript-eslint": "8.32.1"
"typescript-eslint": "8.33.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",