Upgrade to Node 24+ and fix documentation build#468
Draft
Conversation
…r dependencies Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
… matrix Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
…strict type rules Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade dependencies and patch issues in project
chore: upgrade dependencies and expand Node test matrix
Feb 16, 2026
Pull Request Test Coverage Report for Build 22085655750Details
💛 - Coveralls |
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
chore: upgrade dependencies and expand Node test matrix
Rebuild documentation with VitePress to fix Node 24+ compatibility
Feb 16, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Rebuild documentation with VitePress to fix Node 24+ compatibility
Fix VitePress documentation: routing, assets, and build artifacts
Feb 16, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Fix VitePress documentation: routing, assets, and build artifacts
Fix VitePress documentation: auto-generate API docs in dev mode, display hero logo, update guide
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Fix VitePress documentation: auto-generate API docs in dev mode, display hero logo, update guide
Integrate TypeDoc VitePress theme and add CHANGELOG to documentation
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Integrate TypeDoc VitePress theme and add CHANGELOG to documentation
Fix TypeDoc sidebar links and update deprecated API documentation paths
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Fix TypeDoc sidebar links and update deprecated API documentation paths
Eliminate 46 TypeDoc warnings in documentation generation
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Eliminate 46 TypeDoc warnings in documentation generation
Upgrade to Node 24+ and modernize documentation infrastructure
Feb 17, 2026
…gration Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Upgrade to Node 24+ and modernize documentation infrastructure
Export Response types in documentation and revert CHANGELOG integration
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Export Response types in documentation and revert CHANGELOG integration
Migrate to VitePress and document internal types for Node 24+ compatibility
Feb 17, 2026
Co-authored-by: zikeji <9063612+zikeji@users.noreply.github.com>
Copilot
AI
changed the title
Migrate to VitePress and document internal types for Node 24+ compatibility
Upgrade to Node 24+ and fix documentation build
Feb 17, 2026
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.
VuePress 1.x fails on Node 24+ due to lru-cache incompatibilities. Documentation build broken, 46 TypeDoc warnings, functions missing from generated docs after attempted multi-entry-point fix.
Infrastructure
VuePress 1.x → VitePress 1.6.4
typedoc-vitepress-themefor unified API docsdocsRoot: "./docs"prevents/docs/api/prefix)Dependencies
>=20(supports 24/25)Documentation
TypeDoc configuration
Player→PlayerData,Guild→GuildData,SkyBlockAuction→SkyBlockAuctionDatagetSkyWarsLevelInfo, broken link intransformSkyBlockProfileMemberInventoriesintentionallyNotExportedContent updates
/ts-api→/apiacross all guidesAPI Changes
Internal types now exported (makes them officially supported):
Type-only exports (no runtime impact). Renamed exports avoid conflicts with existing classes.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.