Dependencies Updates (#83)

* Keystatic: Use the correct variable when fetching content from GitHub
* Revert default layout style
This commit is contained in:
Giancarlo Buomprisco
2024-11-22 08:55:15 +01:00
committed by GitHub
parent 977c958975
commit 5cc936b982
28 changed files with 1754 additions and 1600 deletions

View File

@@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.8.7",
"@playwright/test": "^1.49.0",
"@types/node": "^22.9.1",
"node-html-parser": "^6.1.13"
}
}

View File

@@ -31,7 +31,7 @@
"supabase:db:dump:local": "supabase db dump --local --data-only"
},
"dependencies": {
"@edge-csrf/nextjs": "2.5.2",
"@edge-csrf/nextjs": "2.5.3-cloudflare-rc1",
"@hookform/resolvers": "^3.9.1",
"@kit/accounts": "workspace:*",
"@kit/admin": "workspace:*",
@@ -53,13 +53,13 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.0.2",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.3",
@@ -79,18 +79,18 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.0.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22.8.7",
"@types/node": "^22.9.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"dotenv-cli": "^7.4.2",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.0",
"import-in-the-middle": "1.11.2",
"pino-pretty": "^13.0.0",
"prettier": "^3.3.3",
"require-in-the-middle": "7.4.0",
"supabase": "^1.223.7",
"supabase": "^1.223.10",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
},

View File

@@ -34,14 +34,6 @@
"env:validate": "turbo gen validate-env"
},
"prettier": "@kit/prettier-config",
"dependencies": {
"@manypkg/cli": "^0.22.0",
"@turbo/gen": "^2.3.0",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"turbo": "2.3.0",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.0",
"pnpm": {
"overrides": {
@@ -51,5 +43,13 @@
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@turbo/gen": "^2.3.1",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"turbo": "2.3.1",
"typescript": "^5.6.3"
}
}

View File

@@ -17,7 +17,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.8.7"
"@types/node": "^22.9.1"
},
"eslintConfig": {
"root": true,

View File

@@ -30,7 +30,7 @@
"@supabase/supabase-js": "^2.46.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-hook-form": "^7.53.2",

View File

@@ -15,9 +15,9 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.9.0",
"@stripe/stripe-js": "^4.10.0",
"stripe": "^17.3.1"
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^5.2.0",
"stripe": "^17.4.0"
},
"devDependencies": {
"@kit/billing": "workspace:*",

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2024-10-28.acacia';
const STRIPE_API_VERSION = '2024-11-20.acacia';
/**
* @description returns a Stripe instance

View File

@@ -19,7 +19,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.8.7"
"@types/node": "^22.9.1"
},
"eslintConfig": {
"root": true,

View File

@@ -16,7 +16,7 @@
"./route-handler": "./src/keystatic-route-handler.ts"
},
"dependencies": {
"@keystatic/core": "0.5.39",
"@keystatic/core": "0.5.41",
"@keystatic/next": "^5.0.1",
"@markdoc/markdoc": "^0.4.0"
},
@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.8.7",
"@types/node": "^22.9.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"react": "19.0.0-rc-45804af1-20241021",
"zod": "^3.23.8"

View File

@@ -40,6 +40,15 @@ export async function createKeystaticReader() {
}
function getKeystaticGithubConfiguration() {
/**
* @description The repository to use for the GitHub storage.
* This can be provided through the `NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO` environment variable. The previous environment variable `KEYSTATIC_STORAGE_REPO` is deprecated.
*/
const repo =
process.env.NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO ??
/* @deprecated */
process.env.KEYSTATIC_STORAGE_REPO;
return z
.object({
token: z.string({
@@ -51,7 +60,7 @@ function getKeystaticGithubConfiguration() {
})
.parse({
token: process.env.KEYSTATIC_GITHUB_TOKEN,
repo: process.env.KEYSTATIC_STORAGE_REPO,
repo,
pathPrefix: process.env.KEYSTATIC_PATH_PREFIX,
});
}

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.8.7",
"@types/node": "^22.9.1",
"@types/react": "npm:types-react@19.0.0-rc.1",
"wp-types": "^4.67.0"
},

View File

@@ -35,10 +35,10 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -22,10 +22,10 @@
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",

View File

@@ -26,12 +26,12 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.0.2",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.1.1",

View File

@@ -21,9 +21,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.1"

View File

@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"class-variance-authority": "^0.7.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",

View File

@@ -21,14 +21,14 @@
"@kit/shared": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
"react-i18next": "^15.1.1"
},
"dependencies": {
"i18next": "23.16.5",
"i18next": "23.16.8",
"i18next-browser-languagedetector": "8.0.0",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -19,7 +19,7 @@
"@kit/resend": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.8.7",
"@types/node": "^22.9.1",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -21,7 +21,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.16",
"@types/nodemailer": "6.4.17",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -18,7 +18,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.8.7",
"@types/node": "^22.9.1",
"zod": "^3.23.8"
},
"eslintConfig": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^8.38.0"
"@sentry/nextjs": "^8.39.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

View File

@@ -30,7 +30,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.0.3",
"react": "19.0.0-rc-45804af1-20241021",

View File

@@ -21,7 +21,7 @@
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
@@ -32,7 +32,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"input-otp": "1.4.1",
"lucide-react": "^0.456.0",
"lucide-react": "^0.460.0",
"react-top-loading-bar": "2.3.1",
"recharts": "2.13.3",
"tailwind-merge": "^2.5.4"
@@ -43,7 +43,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.60.2",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",

View File

@@ -37,7 +37,7 @@ const RouteGroup = z.object({
});
export const NavigationConfigSchema = z.object({
style: z.enum(['custom', 'sidebar', 'header']).default('header'),
style: z.enum(['custom', 'sidebar', 'header']).default('sidebar'),
sidebarCollapsed: z
.enum(['false', 'true'])
.default('false')

3237
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,10 +15,10 @@
"dependencies": {
"@next/eslint-plugin-next": "15.0.3",
"@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.3.0",
"eslint-config-turbo": "^2.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^5.0.0"

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8"
"prettier-plugin-tailwindcss": "^0.6.9"
},
"devDependencies": {
"@kit/tsconfig": "workspace:*",

View File

@@ -28,7 +28,9 @@
"KEYSTATIC_STORAGE_BRANCH_PREFIX",
"KEYSTATIC_PATH_PREFIX",
"KEYSTATIC_GITHUB_TOKEN",
"NEXT_PUBLIC_KEYSTATIC_STORAGE_REPO",
"NEXT_PUBLIC_KEYSTATIC_CONTENT_PATH",
"NEXT_PUBLIC_KEYSTATIC_STORAGE_KIND",
"WORDPRESS_API_URL",
"SUPABASE_DB_WEBHOOK_SECRET",
"INSTRUMENTATION_SERVICE_NAME",