mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 14:05:05 +08:00
This PR fixes a bug where a user might choose `classic-dark` as a theme in `studio` but then `docs` and `marketing` apps will look weird. To test: - Change the localStorage value of `theme` to `classic-dark` - Open `www` and `docs` apps, they should look ok <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a new "classic-dark" theme option for enhanced visual customization. * **Improvements** * Unified and simplified theme handling across apps for more consistent behavior. * Improved system-theme detection and smoother transitions when switching themes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
91 lines
2.0 KiB
YAML
91 lines
2.0 KiB
YAML
packages:
|
|
- apps/*
|
|
- packages/*
|
|
- blocks/*
|
|
- e2e/*
|
|
|
|
catalog:
|
|
'@sentry/nextjs': ^10.26.0
|
|
'@supabase/auth-js': 2.104.1
|
|
'@supabase/postgrest-js': 2.104.1
|
|
'@supabase/realtime-js': 2.104.1
|
|
'@supabase/ssr': 0.10.2
|
|
'@supabase/supabase-js': 2.104.1
|
|
'@types/node': ^22.0.0
|
|
'@types/react': ^18.3.0
|
|
'@types/react-dom': ^18.3.0
|
|
'@vitejs/plugin-react': ^6.0.1
|
|
'@vitest/coverage-v8': ^4.1.4
|
|
'@vitest/ui': ^4.1.4
|
|
lodash: ^4.18.1
|
|
lodash-es: ^4.18.1
|
|
next: 16.2.3
|
|
next-themes: ^0.4.6
|
|
postcss: ^8.5.10
|
|
radix-ui: ^1.4.3
|
|
react: ^18.3.0
|
|
react-dom: ^18.3.0
|
|
recharts: ^2.15.4
|
|
tailwindcss: ^4.2.4
|
|
tsx: 4.20.3
|
|
typescript: ~6.0.0
|
|
valtio: ^1.12.0
|
|
vite: ^8.0.8
|
|
vite-tsconfig-paths: ^6.1.1
|
|
vitest: ^4.1.4
|
|
zod: 3.25.76
|
|
|
|
ignoredBuiltDependencies:
|
|
- '@parcel/watcher'
|
|
- '@sentry/cli'
|
|
- contentlayer2
|
|
- core-js
|
|
- es5-ext
|
|
- esbuild
|
|
- libpg-query
|
|
- msw
|
|
- protobufjs
|
|
- sharp
|
|
|
|
minimumReleaseAge: 4320
|
|
|
|
minimumReleaseAgeExclude:
|
|
- '@ai-sdk/*'
|
|
- '@supabase/*'
|
|
- '@supabase-labs/*'
|
|
- braintrust # Included for bugfix in v3.9.0
|
|
# The following packages are excluded from the minimum release age check because they had a vulneralibity
|
|
# Delete them the next time you update this list
|
|
- follow-redirects
|
|
|
|
onlyBuiltDependencies:
|
|
- node-pty
|
|
- supabase
|
|
|
|
overrides:
|
|
'@ardatan/relay-compiler>immutable': ^3.8.3
|
|
'@aws-sdk/core>fast-xml-parser': ^4.5.5
|
|
'@mapbox/node-pre-gyp>tar': ^7.5.11
|
|
'@redocly/respect-core>form-data': ^4.0.4
|
|
'@redocly/respect-core>js-yaml': ^4.1.1
|
|
'@rollup/plugin-terser>serialize-javascript': ^7.0.5
|
|
cacache>tar: ^7.5.11
|
|
dompurify: ^3.3.2
|
|
esbuild: ^0.25.2
|
|
lodash: 'catalog:'
|
|
lodash-es: 'catalog:'
|
|
node-gyp>tar: ^7.5.11
|
|
nodemailer: ^7.0.11
|
|
payload>undici: ^7.18.2
|
|
pgsql-parser>libpg-query: ^15.2.0
|
|
postcss: 'catalog:'
|
|
refractor>prismjs: ^1.30.0
|
|
supabase>tar: ^7.5.11
|
|
terser-webpack-plugin>serialize-javascript: ^7.0.5
|
|
tmp: ^0.2.4
|
|
unhead: ^2.1.13
|
|
webpack: ^5.104.1
|
|
|
|
patchedDependencies:
|
|
react-data-grid: patches/react-data-grid.patch
|