chore(deps): bump dependencies and migrate to new APIs#25
Draft
aminevg wants to merge 2 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4 tasks
Bump astro 6.0.4 → 6.3.7, hono 4.9.9 → 4.12.22, @hono/node-server 1.19.5 → 2.0.4, typescript 5 → 6, biome 2.4.8 → 2.4.15, plus minor bumps across all packages. Migrate the deprecated `pnpm` field in package.json to pnpm-workspace.yaml. Required code changes for the new versions: - packages/docs/astro.config.mjs: Starlight 0.39 dropped autogenerated sidebar groups with a `label`; wrap each autogenerate entry in an `items` array. - packages/core/src/utils/astroDefaults.ts: Astro 6 renamed AstroLogOptions.dest → destination and added required flush/close methods on AstroIntegrationLogger. - packages/core/src/dev/index.ts: Astro's new vite-plugin-fonts calls server.httpServer.on(), so the in-memory shim needs an `on` method. - biome.json: bump the schema URL to 2.4.15 and exclude .claude/, since Biome 2.4 disallows nested root configs from worktree leftovers. Test fixture cleanups race with Vite's optimizer on the new versions. Apply a minimal workaround so CI is green: add maxRetries/retryDelay to the rm() calls and set fileParallelism: false in vitest.config.ts. A follow-up PR replaces these workarounds with proper test isolation.
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
pnpmfield inpackage.jsontopnpm-workspace.yaml(now requiresallowBuildsapprovals)dest→destination, newflush/close),httpServer.onshim for Astro's new font plugin, Biome 2.4 schema bump +.claude/exclude (nested root configs no longer allowed)fileParallelism: false,rmretries) — a follow-up PR replaces these with proper per-test fixture isolationTest plan
pnpm buildpnpm run typecheckpnpm run ci:biomepnpm test(50/50)