Update dependencies and version bump to 2.16.1 (#376)

* Update dependencies and version bump to 2.16.1

- Incremented package version from 2.16.0 to 2.16.1 in package.json.
- Updated various dependencies across multiple packages, including:
  - `@ai-sdk/openai` from `^2.0.38` to `^2.0.42`
  - `ai` from `5.0.56` to `5.0.59`
  - `@types/node` to `^24.6.1`
  - `@types/react` to `19.1.16`
  - `typescript` to `^5.9.3`
  - Updated `@stripe/react-stripe-js`, `@stripe/stripe-js`, and `stripe` to their latest versions.
- Ensured compatibility with the latest versions of dependencies to maintain stability and performance.

* Update package manager and TypeScript version in package.json

- Bumped `packageManager` from `pnpm@10.14.0` to `pnpm@10.17.1`.
- Updated `typescript` dependency from `^5.9.2` to `^5.9.3`.
- Adjusted `pnpm-lock.yaml` to reflect the changes in dependency versions.
This commit is contained in:
Giancarlo Buomprisco
2025-10-01 15:01:53 +08:00
committed by GitHub
parent 1dd6fdad22
commit f208332445
31 changed files with 1516 additions and 1364 deletions

View File

@@ -8,11 +8,11 @@
"format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\"" "format": "prettier --check --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\""
}, },
"dependencies": { "dependencies": {
"@ai-sdk/openai": "^2.0.38", "@ai-sdk/openai": "^2.0.42",
"@faker-js/faker": "^10.0.0", "@faker-js/faker": "^10.0.0",
"@hookform/resolvers": "^5.2.2", "@hookform/resolvers": "^5.2.2",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"ai": "5.0.56", "ai": "5.0.59",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"next": "15.5.4", "next": "15.5.4",
"nodemailer": "^7.0.6", "nodemailer": "^7.0.6",
@@ -30,9 +30,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.13", "@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"@types/nodemailer": "7.0.1", "@types/nodemailer": "7.0.2",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"babel-plugin-react-compiler": "19.1.0-rc.3", "babel-plugin-react-compiler": "19.1.0-rc.3",
"pino-pretty": "13.0.0", "pino-pretty": "13.0.0",
@@ -40,7 +40,7 @@
"recharts": "2.15.3", "recharts": "2.15.3",
"tailwindcss": "4.1.13", "tailwindcss": "4.1.13",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2", "typescript": "^5.9.3",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

View File

@@ -13,8 +13,8 @@
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.55.1", "@playwright/test": "^1.55.1",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"dotenv": "17.2.2", "dotenv": "17.2.3",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"totp-generator": "^2.0.0" "totp-generator": "^2.0.0"
} }

View File

@@ -78,8 +78,8 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.5.4", "@next/bundle-analyzer": "15.5.4",
"@tailwindcss/postcss": "^4.1.13", "@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"babel-plugin-react-compiler": "19.1.0-rc.3", "babel-plugin-react-compiler": "19.1.0-rc.3",
"cssnano": "^7.1.1", "cssnano": "^7.1.1",
@@ -88,7 +88,7 @@
"supabase": "2.47.2", "supabase": "2.47.2",
"tailwindcss": "4.1.13", "tailwindcss": "4.1.13",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2" "typescript": "^5.9.3"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"browserslist": [ "browserslist": [

View File

@@ -1,6 +1,6 @@
{ {
"name": "next-supabase-saas-kit-turbo", "name": "next-supabase-saas-kit-turbo",
"version": "2.16.0", "version": "2.16.1",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"engines": { "engines": {
@@ -37,13 +37,13 @@
"env:validate": "turbo gen validate-env" "env:validate": "turbo gen validate-env"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",
"packageManager": "pnpm@10.14.0", "packageManager": "pnpm@10.17.1",
"devDependencies": { "devDependencies": {
"@manypkg/cli": "^0.25.1", "@manypkg/cli": "^0.25.1",
"@turbo/gen": "^2.5.8", "@turbo/gen": "^2.5.8",
"cross-env": "^10.0.0", "cross-env": "^10.0.0",
"prettier": "^3.6.2", "prettier": "^3.6.2",
"turbo": "2.5.8", "turbo": "2.5.8",
"typescript": "^5.9.2" "typescript": "^5.9.3"
} }
} }

View File

@@ -17,7 +17,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.5.2" "@types/node": "^24.6.1"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -27,7 +27,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"next": "15.5.4", "next": "15.5.4",

View File

@@ -24,7 +24,7 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"next": "15.5.4", "next": "15.5.4",
"react": "19.1.1", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts" "./components": "./src/components/index.ts"
}, },
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "^4.0.2", "@stripe/react-stripe-js": "^5.0.0",
"@stripe/stripe-js": "^7.9.0", "@stripe/stripe-js": "^8.0.0",
"stripe": "^18.5.0" "stripe": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/billing": "workspace:*", "@kit/billing": "workspace:*",
@@ -27,7 +27,7 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.5.4", "next": "15.5.4",
"react": "19.1.1", "react": "19.1.1",

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema'; import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2025-08-27.basil'; const STRIPE_API_VERSION = '2025-09-30.clover';
/** /**
* @description returns a Stripe instance * @description returns a Stripe instance

View File

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

View File

@@ -26,8 +26,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"react": "19.1.1", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -20,8 +20,8 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"wp-types": "^4.68.1" "wp-types": "^4.68.1"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -36,7 +36,7 @@
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"next": "15.5.4", "next": "15.5.4",

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"next": "15.5.4", "next": "15.5.4",
"react": "19.1.1", "react": "19.1.1",

View File

@@ -31,7 +31,7 @@
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"next": "15.5.4", "next": "15.5.4",
"react-hook-form": "^7.63.0", "react-hook-form": "^7.63.0",

View File

@@ -21,7 +21,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"lucide-react": "^0.544.0", "lucide-react": "^0.544.0",
"react": "19.1.1", "react": "19.1.1",
"react-dom": "19.1.1", "react-dom": "19.1.1",

View File

@@ -39,7 +39,7 @@
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",

View File

@@ -20,7 +20,7 @@
"@kit/resend": "workspace:*", "@kit/resend": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -20,7 +20,7 @@
"@kit/mailers-shared": "workspace:*", "@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/nodemailer": "7.0.1", "@types/nodemailer": "7.0.2",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -17,7 +17,7 @@
"@kit/mailers-shared": "workspace:*", "@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -25,7 +25,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@modelcontextprotocol/sdk": "1.18.2", "@modelcontextprotocol/sdk": "1.18.2",
"@types/node": "^24.5.2", "@types/node": "^24.6.1",
"postgres": "3.4.7", "postgres": "3.4.7",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -23,7 +23,7 @@
"@kit/sentry": "workspace:*", "@kit/sentry": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"react": "19.1.1", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },

View File

@@ -17,7 +17,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"react": "19.1.1" "react": "19.1.1"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^10.15.0", "@sentry/nextjs": "^10.17.0",
"import-in-the-middle": "1.14.4" "import-in-the-middle": "1.14.4"
}, },
"devDependencies": { "devDependencies": {
@@ -24,7 +24,7 @@
"@kit/monitoring-core": "workspace:*", "@kit/monitoring-core": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"react": "19.1.1" "react": "19.1.1"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -26,7 +26,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"react": "19.1.1", "react": "19.1.1",
"react-dom": "19.1.1", "react-dom": "19.1.1",

View File

@@ -20,7 +20,7 @@
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.1.15" "@types/react": "19.1.16"
}, },
"dependencies": { "dependencies": {
"pino": "^9.12.0" "pino": "^9.12.0"

View File

@@ -28,7 +28,7 @@
"@supabase/ssr": "^0.7.0", "@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"next": "15.5.4", "next": "15.5.4",
"react": "19.1.1", "react": "19.1.1",
"zod": "^3.25.74" "zod": "^3.25.74"

View File

@@ -28,7 +28,7 @@
"@supabase/supabase-js": "2.58.0", "@supabase/supabase-js": "2.58.0",
"@tanstack/react-query": "5.90.2", "@tanstack/react-query": "5.90.2",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.15", "@types/react": "19.1.16",
"@types/react-dom": "19.1.9", "@types/react-dom": "19.1.9",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
@@ -42,7 +42,7 @@
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwindcss": "4.1.13", "tailwindcss": "4.1.13",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.9.2", "typescript": "^5.9.3",
"zod": "^3.25.74" "zod": "^3.25.74"
}, },
"prettier": "@kit/prettier-config", "prettier": "@kit/prettier-config",

2784
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,13 +17,13 @@
"@types/eslint": "9.6.1", "@types/eslint": "9.6.1",
"eslint-config-next": "15.5.4", "eslint-config-next": "15.5.4",
"eslint-config-turbo": "^2.5.8", "eslint-config-turbo": "^2.5.8",
"typescript-eslint": "8.44.1" "typescript-eslint": "8.45.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"eslint": "^9.35.0", "eslint": "^9.35.0",
"typescript": "^5.9.2" "typescript": "^5.9.3"
}, },
"prettier": "@kit/prettier-config" "prettier": "@kit/prettier-config"
} }

View File

@@ -15,7 +15,7 @@
}, },
"devDependencies": { "devDependencies": {
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"typescript": "^5.9.2" "typescript": "^5.9.3"
}, },
"prettier": "./index.mjs" "prettier": "./index.mjs"
} }