mirror of
https://github.com/supabase/supabase.git
synced 2026-09-08 02:49:48 +08:00
## Problem Knip reported some unused dependencies. Some are actually used in builds, etc but others are not. ## Solution Remove the really unused dependencies <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Cleaned up unused dependencies and removed some obsolete test/support files. * Updated project ignore rules to better match current app structure and generated files. * **Bug Fixes** * No user-facing behavior changed; this release is focused on maintenance and cleanup. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://unpkg.com/knip@5/schema-jsonc.json",
|
|
"exclude": ["types", "exports"],
|
|
"ignore": [
|
|
"examples/**",
|
|
"**/*.mdx",
|
|
// skip supabase functions
|
|
"supabase/functions/**",
|
|
"**/*.test.ts",
|
|
// ignore studio public folder
|
|
"apps/studio/public/**",
|
|
// ignore studio scripts
|
|
"apps/studio/scripts/**",
|
|
// ignore studio components that are dynamically imported
|
|
"apps/studio/components/interfaces/ConnectSheet/content/**",
|
|
"apps/studio/components/interfaces/ConnectSheet/ConnectionParameters.tsx",
|
|
"apps/studio/components/interfaces/ConnectSheet/DirectConnectionExamples.tsx",
|
|
"apps/studio/components/interfaces/ConnectSheet/useMcpUrl.ts",
|
|
// ignore studio data templates
|
|
"apps/studio/data/__templates/**",
|
|
// ignore studio NextJS to TanStack migration files
|
|
"apps/studio/compat/**",
|
|
"apps/studio/routes/**",
|
|
"apps/studio/router.ts",
|
|
"apps/studio/start.ts",
|
|
"apps/studio/routeTree.gen.ts",
|
|
"apps/studio/styles/fonts.css",
|
|
// ignore studio evals used in GH action
|
|
"apps/studio/evals/**",
|
|
// ignore registry blocks in ui-library
|
|
"apps/ui-library/registry/default/**",
|
|
"apps/ui-library/contentlayer.config.js",
|
|
],
|
|
}
|