Skip to content

chore: upgrade dependencies and fix compiling issues - #536

Open
Marcel-TO wants to merge 7 commits into
HytaleModding:mainfrom
Marcel-TO:chore/upgrade-fumadocs
Open

chore: upgrade dependencies and fix compiling issues#536
Marcel-TO wants to merge 7 commits into
HytaleModding:mainfrom
Marcel-TO:chore/upgrade-fumadocs

Conversation

@Marcel-TO

Copy link
Copy Markdown
Contributor

Pull Request

Description

This PR focuses on bumping all dependencies to latest versions (as long as it is not breaking anything) and fix compile issues that result by changes or deprecations

Type of Change

  • Documentation fix (typo, grammar, clarification)
  • New documentation (guide, tutorial, page)
  • Bug fix
  • New feature
  • Other

Checklist

  • Tested locally with bun run dev
  • Formatted code to adhere Styleguide with bun format
  • Ran bun audit (no critical vulnerabilities)
  • Checked spelling and grammar
  • Verified all links work
  • Followed Contributing Guidelines

Thank you for contributing!

@Marcel-TO
Marcel-TO requested a review from ItsNeil17 as a code owner July 30, 2026 16:14
Copilot AI review requested due to automatic review settings July 30, 2026 16:14

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR upgrades frontend/build dependencies (Next.js, Fumadocs, Radix UI, TypeScript/ESLint tooling, etc.) and applies a handful of code/config updates to resolve resulting type/compile/runtime integration issues across the app.

Changes:

  • Upgraded major dependencies and added typescript-eslint with overrides to stabilize the lint toolchain.
  • Updated MDX/image handling and Fumadocs i18n/layout integration to match updated package APIs/types.
  • Adjusted TS path mapping and a few UI/component-level typings/imports to address compilation/type issues.

Reviewed changes

Copilot reviewed 7 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tsconfig.json Updates TS path mapping; removes baseUrl (currently problematic with paths).
src/mdx-components.tsx Adjusts MDX img component mapping to satisfy updated typing expectations.
src/lib/layout.shared.tsx Updates base layout options to align with updated Fumadocs layout props.
src/components/ui/glow-effect.tsx Refactors union type formatting for mode.
src/app/[lang]/layout.tsx Updates defineI18nUI call signature to match updated API.
src/app/[lang]/(home)/projects/[slug]/page.tsx Switches social icons from lucide to react-icons for GitHub/Twitter(X).
source.config.ts Adds remarkImageOptions.onError = "ignore" to prevent build failures on external image size fetch errors.
package.json Dependency/devDependency upgrades; adds typescript-eslint and pins related packages via overrides.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/mdx-components.tsx
ParameterList,
OfficialDocumentationNotice,
img: ImageZoom,
img: ImageZoom as unknown as NonNullable<MDXComponents["img"]>,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants