chore: upgrade all dependencies to latest versions#22
Merged
Conversation
- Upgrade fumadocs-core/ui to 16.7.5, next to 16.2.1, motion to 12.38.0 - Upgrade cobe 0.6.5→2.0.1 (breaking): migrate globe.tsx from onRender callback to requestAnimationFrame + globe.update() API - Upgrade @icons-pack/react-simple-icons, @opennextjs/cloudflare, wrangler, tailwindcss, zod and other minor updates - Keep TypeScript at ^5.9.3 (TS 6.0 breaks *.mdx wildcard module declarations) - Keep ESLint at ^9.39.4 (ESLint 10 incompatible with eslint-config-next's plugin-react) - Fix LocalizedMdxLink prop order (lang after spread) to satisfy stricter TypeScript type checking Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
echobell-one | 2d90ac6 | Commit Preview URL Branch Preview URL |
Mar 24 2026, 01:34 PM |
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
globe.tsxfrom removedonRendercallback torequestAnimationFrame+globe.update()APILocalizedMdxLinkprop spread order (langafter{...props}) to satisfy stricter TypeScript type checking —AnchorPropsincludeslang?: stringas an HTML attribute which was shadowing the typedLanguagevalue*.mdxwildcard module declarations used throughout the codebasegetFilename()API used byeslint-config-next's bundledeslint-plugin-reactTest plan
npm run buildpasses (424 static pages generated)npm run lintpasses (0 errors, pre-existing warnings only)🤖 Generated with Claude Code