Files
supabase/pnpm-workspace.yaml
Ivan Vasilov 56de26fe22 chore: Migrate the monorepo to use Tailwind v4 (#45318)
This PR migrates the whole monorepo to use Tailwind v4:
- Removed `@tailwindcss/container-queries` plugin since it's included by
default in v4,
- Bump all instances of Tailwind to v4. Made minimal changes to the
shared config to remove non-supported features (`alpha` mentions),
- Migrate all apps to be compatible with v4 configs,
- Fix the `typography.css` import in 3 apps,
- Add missing rules which were included by default in v3,
- Run `pnpm dlx @tailwindcss/upgrade` on all apps, which renames a lot
of classes
- Rename all misnamed classes according to
https://tailwindcss.com/docs/upgrade-guide#renamed-utilities in all
apps.

---------

Co-authored-by: Jordi Enric <jordi.err@gmail.com>
2026-04-30 10:53:24 +00:00

89 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
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
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