chore: bump all dependencies — 0 vulnerabilities#95
Merged
Conversation
Major upgrades: - typescript 5.9 → 6.0.2 - lucide-react 0.475 → 1.7.0 - i18next 25.x → 26.0.3 - dotenv 16.x → 17.4.1 - @fastify/static 8.x → 9.1.0 - fast-jwt 6.1.0 → 6.2.0 (fixes CVE-2023-48223 and GHSA-hm7r-c7qw-ghp6) Minor/patch upgrades: - axios 1.13.6 → 1.14.0 - fastify 5.8.3 → 5.8.4 - resend 6.9.4 → 6.10.0 - react-router-dom 7.13 → 7.14.0 - react-i18next 16.6.2 → 16.6.6 - prisma 6.19.2 → 6.19.3 Config changes: - Add ignoreDeprecations: "6.0" to both tsconfig.json (TS6 baseUrl deprecation) - Add vite-env.d.ts for CSS module declarations (TS6 stricter checks) Result: 0 vulnerabilities (was 1 critical)
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.
Summary
Full dependency upgrade across backend and frontend.
Major upgrades
typescriptlucide-reacti18nextdotenv@fastify/staticfast-jwtMinor/patch upgrades
axiosfastifyresendreact-router-domreact-i18nextprismaConfig changes
ignoreDeprecations: "6.0"in both tsconfig.json (TS6 deprecatesbaseUrl)vite-env.d.tsfor CSS module declarations (TS6 stricter checks)Security
0 vulnerabilities (was 1 critical from fast-jwt)
Test plan
tsc)tsc -b && vite build)npm auditreturns 0 vulnerabilities