1. Updated dependencies (#215)

2. Conditionally render childAction
This commit is contained in:
Giancarlo Buomprisco
2025-03-24 10:24:48 +07:00
committed by GitHub
parent fcb37e7d75
commit a3c37d0e7c
29 changed files with 1038 additions and 898 deletions

View File

@@ -9,8 +9,8 @@
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.3", "@hookform/resolvers": "^4.1.3",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"nodemailer": "^6.10.0", "nodemailer": "^6.10.0",
"react": "19.0.0", "react": "19.0.0",
@@ -22,15 +22,15 @@
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.0.14", "@tailwindcss/postcss": "^4.0.15",
"@types/node": "^22.13.10", "@types/node": "^22.13.11",
"@types/nodemailer": "6.4.17", "@types/nodemailer": "6.4.17",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221", "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"tailwindcss": "4.0.14", "tailwindcss": "4.0.15",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"zod": "^3.24.2" "zod": "^3.24.2"

View File

@@ -13,7 +13,7 @@
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.51.1", "@playwright/test": "^1.51.1",
"@types/node": "^22.13.10", "@types/node": "^22.13.11",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0" "totp-generator": "^1.0.0"
} }

View File

@@ -57,10 +57,10 @@
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
@@ -78,9 +78,9 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.2.3", "@next/bundle-analyzer": "15.2.3",
"@tailwindcss/postcss": "^4.0.14", "@tailwindcss/postcss": "^4.0.15",
"@types/node": "^22.13.10", "@types/node": "^22.13.11",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221", "babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
@@ -89,7 +89,7 @@
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",
"prettier": "^3.5.3", "prettier": "^3.5.3",
"supabase": "^2.19.7", "supabase": "^2.19.7",
"tailwindcss": "4.0.14", "tailwindcss": "4.0.15",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2" "typescript": "^5.8.2"
}, },

View File

@@ -16,7 +16,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": "^22.13.10" "@types/node": "^22.13.11"
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {

View File

@@ -27,9 +27,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",

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.0.11", "@types/react": "19.0.12",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.2" "zod": "^3.24.2"

View File

@@ -15,7 +15,7 @@
"./components": "./src/components/index.ts" "./components": "./src/components/index.ts"
}, },
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "^3.5.0", "@stripe/react-stripe-js": "^3.5.1",
"@stripe/stripe-js": "^6.1.0", "@stripe/stripe-js": "^6.1.0",
"stripe": "^17.7.0" "stripe": "^17.7.0"
}, },
@@ -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.0.11", "@types/react": "19.0.12",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",

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": "^22.13.10" "@types/node": "^22.13.11"
}, },
"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": "^22.13.10", "@types/node": "^22.13.11",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },

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": "^22.13.10", "@types/node": "^22.13.11",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"wp-types": "^4.67.0" "wp-types": "^4.67.0"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -17,7 +17,7 @@
"./api": "./src/server/api.ts" "./api": "./src/server/api.ts"
}, },
"dependencies": { "dependencies": {
"nanoid": "^5.1.4" "nanoid": "^5.1.5"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.3", "@hookform/resolvers": "^4.1.3",
@@ -35,10 +35,10 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"react": "19.0.0", "react": "19.0.0",

View File

@@ -21,10 +21,10 @@
"@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",

View File

@@ -29,9 +29,9 @@
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",

View File

@@ -20,9 +20,9 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-i18next": "^15.4.1" "react-i18next": "^15.4.1"

View File

@@ -15,7 +15,7 @@
"./webhooks": "./src/server/services/webhooks/index.ts" "./webhooks": "./src/server/services/webhooks/index.ts"
}, },
"dependencies": { "dependencies": {
"nanoid": "^5.1.4" "nanoid": "^5.1.5"
}, },
"devDependencies": { "devDependencies": {
"@hookform/resolvers": "^4.1.3", "@hookform/resolvers": "^4.1.3",
@@ -33,13 +33,13 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.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": "^22.13.10", "@types/node": "^22.13.11",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"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": "^22.13.10", "@types/node": "^22.13.11",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },
"typesVersions": { "typesVersions": {

View File

@@ -24,7 +24,7 @@
"@kit/sentry": "workspace:*", "@kit/sentry": "workspace:*",
"@kit/shared": "workspace:*", "@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },

View File

@@ -24,7 +24,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.0.11", "@types/react": "19.0.12",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },

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.0.11", "@types/react": "19.0.12",
"react": "19.0.0" "react": "19.0.0"
}, },
"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": "^9.6.0", "@sentry/nextjs": "^9.8.0",
"import-in-the-middle": "1.13.1" "import-in-the-middle": "1.13.1"
}, },
"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.0.11", "@types/react": "19.0.12",
"react": "19.0.0" "react": "19.0.0"
}, },
"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.49.1", "@supabase/supabase-js": "2.49.1",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",

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.0.11" "@types/react": "19.0.12"
}, },
"dependencies": { "dependencies": {
"pino": "^9.6.0" "pino": "^9.6.0"

View File

@@ -29,8 +29,8 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1", "@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.1", "@supabase/supabase-js": "2.49.1",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"next": "15.2.3", "next": "15.2.3",
"react": "19.0.0", "react": "19.0.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",

View File

@@ -33,7 +33,7 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.1.1", "cmdk": "1.1.1",
"input-otp": "1.4.2", "input-otp": "1.4.2",
"lucide-react": "^0.482.0", "lucide-react": "^0.483.0",
"react-top-loading-bar": "3.0.2", "react-top-loading-bar": "3.0.2",
"recharts": "2.15.1", "recharts": "2.15.1",
"tailwind-merge": "^3.0.2" "tailwind-merge": "^3.0.2"
@@ -43,13 +43,13 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@tanstack/react-query": "5.68.0", "@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.11", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^9.22.0", "eslint": "^9.23.0",
"next": "15.2.3", "next": "15.2.3",
"next-themes": "0.4.6", "next-themes": "0.4.6",
"prettier": "^3.5.3", "prettier": "^3.5.3",
@@ -57,7 +57,7 @@
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"sonner": "^2.0.1", "sonner": "^2.0.1",
"tailwindcss": "4.0.14", "tailwindcss": "4.0.15",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2", "typescript": "^5.8.2",
"zod": "^3.24.2" "zod": "^3.24.2"

View File

@@ -995,9 +995,11 @@ export function SidebarNavigation({
</If> </If>
</ContentContainer> </ContentContainer>
<If condition={child.renderAction}>
<SidebarMenuAction> <SidebarMenuAction>
{child.renderAction} {child.renderAction}
</SidebarMenuAction> </SidebarMenuAction>
</If>
</SidebarMenuItem> </SidebarMenuItem>
</Container> </Container>
); );

1808
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,12 +17,12 @@
"@types/eslint": "9.6.1", "@types/eslint": "9.6.1",
"eslint-config-next": "15.2.3", "eslint-config-next": "15.2.3",
"eslint-config-turbo": "^2.4.4", "eslint-config-turbo": "^2.4.4",
"typescript-eslint": "8.26.1" "typescript-eslint": "8.27.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"eslint": "^9.22.0", "eslint": "^9.23.0",
"typescript": "^5.8.2" "typescript": "^5.8.2"
}, },
"prettier": "@kit/prettier-config" "prettier": "@kit/prettier-config"