Full dependency bump - #5
Open
maximeroucher wants to merge 14 commits into
Open
Conversation
- Upgrade @hey-api/client-fetch to 0.13.1 and @hey-api/openapi-ts to 0.99.0 - Update CI to use Node 22 (required by openapi-ts >= 0.90.0) - Update openapi-ts.config.ts to new plugin format with clientFetch - Regenerate API client (services.gen.ts -> sdk.gen.ts + client/ structure) - Fix TypeScript types in auth pages for new RequestResult type - Fix ESLint errors in generated code by ignoring src/api/* - Add downlevelIteration to tsconfig.json - Fix ruff formatting in python/calypsso/mail.py
First get an auth token, then start the oauth/oidc authorization process
…ugin) - prettier 3.3.3 -> 3.9.6 - @trivago/prettier-plugin-sort-imports 4.3.0 -> 6.0.2 - prettier-plugin-tailwindcss 0.6.5 -> 0.8.1 - Add nohoost for mail/** to isolate Tailwind3/4
- next 14.2.26 -> 16.3.0 - react/react-dom 18 -> 19.2.8 (pinned exact) - @types/react @types/react-dom @types/node -> latest ^19/^22 - tailwindcss 3.4.1 -> 4.3.3 + @tailwindcss/postcss 4.3.3 + @tailwindcss/typography 0.5.20 - tw-animate-css 1.0.7 -> 1.4.0 (replaces tailwindcss-animate) - eslint 8 -> 10.8.1, eslint-config-next 14.2.3 -> 16.3.0 (flat config only) - eslint-config-prettier 9.1.0 -> 10.1.8 - typescript 5 -> 5.9.3 (pinned, capped by typescript-eslint peer <6.1.0) - typescript-eslint 8.66.0 (added for flat config) - zod 3.23.8 -> 4.4.3 - react-hook-form 7.51.5 -> 7.85.0, @hookform/resolvers 3.6.0 -> 5.7.1 - react-day-picker 8.10.1 -> 10.0.1 - date-fns 3.6.0 -> 4.4.0 - framer-motion 12.23.9 -> 13.0.0 - lucide-react 0.396.0 -> 1.30.0 - @zxcvbn-ts/core/language-common/en/fr 3.x -> 4.1.x (API: ZxcvbnFactory) - tailwind-merge 2.3.0 -> 3.6.0 - Radix UI latest minors (all peer react ^19 compatible) - lint script: 'next lint' -> 'eslint .' (next lint removed in Next16) - start script removed (not supported with output: export)
- tailwindcss-preset-email ^1.4.1 (only bump) - @maizzle/framework 5.0.8 kept (Maizzle6 is Vue/Vite rewrite, deferred)
- web/eslint.config.mjs: new flat config (eslint-config-next/core-web-vitals + typescript + prettier) - settings.react.version pinned to 19.2.8 to avoid context.getFilename crash - globalIgnores: .next, out, build, next-env.d.ts, src/components/ui/**, src/api/** - web/.eslintrc.json: DELETED (legacy config) - web/postcss.config.mjs: tailwindcss -> @tailwindcss/postcss - web/tailwind.config.ts: DELETED (CSS-first config, flattenColorPalette removed in TW4) - web/src/app/globals.css: @import tailwindcss + @plugin @tailwindcss/typography + @plugin tw-animate-css - @theme inline with all color/radius mappings (required for Variables.tsx runtime --primary override) - @custom-variant dark (&:is(.dark *)); - --ring defaults added to :root/.dark - web/tsconfig.json: target ES2017, removed downlevelIteration and stale out/types include - web/components.json: removed tailwind.config key (pointed at deleted file)
- web/src/lib/types.ts: rewrite with ZxcvbnFactory singleton, zPassword uses z.string().min(1).superRefine()
(zod4 bare z.string() accepts empty, required_error removed)
- login/register/recover/activate/change-password/reset-password pages:
- z.string({required_error}) -> z.string().min(1, 'msg')
- z.email({required_error}) -> z.string().min(1, 'msg').email('msg')
- .regex(pattern, {message}) -> .regex(pattern, 'msg')
- web/src/components/custom/PasswordInputWithStrength.tsx: import zxcvbn from @/lib/types,
use zxcvbn.check(value) (drop zxcvbnOptions.setOptions)
- web/src/components/ui/calendar.tsx: full rewrite for RDP10
- getDefaultClassNames() + new classNames keys (month_caption, weekdays, week, day,
button_previous/next, dropdown_root/dropdown)
- DayButton/DayPicker components, Chevron slot with orientation prop (lucide ChevronLeft/Right)
- web/src/components/custom/DatePicker.tsx: captionLayout 'dropdown-buttons' -> 'dropdown'
- var(--neutral-700) -> var(--color-neutral-700) in 6 files:
DatePicker, LoginCustomField (x2), MotionField, SelectInput, ui/input, button
(TW4 removed addVariablesForColors-injected palette vars)
- .prettierrc: reorder plugins (sort-imports before tailwindcss) - .prettierignore: add .claude/ and mail/** (prettier-plugin-tailwindcss crashes on mail with nohoist) - .github/workflows/release.yml: Node 20 -> 22 - web/src/app/asset/page.tsx: className formatting (prettier) - web/src/app/globals.css: Tailwind4 CSS-first rewrite (committed in config but shows diff) - web/src/components/custom/CenteredCard.tsx, SuccessCard.tsx: className ordering
- .prettierrc: reorder plugins (sort-imports before tailwindcss) - .prettierignore: add .claude/ and mail/** (prettier-plugin-tailwindcss crashes on mail with nohoist) - .github/workflows/release.yml: Node 20 -> 22 - web/src/app/asset/page.tsx: className formatting (prettier) - web/src/app/globals.css: Tailwind4 CSS-first rewrite - web/src/components/custom/CenteredCard.tsx, SuccessCard.tsx: className ordering
maximeroucher
force-pushed
the
full-dependency-bump
branch
from
August 9, 2026 10:31
81f7fa4 to
499d6ac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.