Conversation
Update Rust and JS dependencies to latest versions. Notable changes: - astro 5.x → 6.x, @astrojs/cloudflare 12.x → 13.x, starlight 0.37 → 0.38 - vite 7.x → 8.x, svelte 5.48 → 5.55, shiki 3.x → 4.x - Add nodejs_compat flag to kittynode-docs wrangler config (required by cloudflare adapter v13) - Various Rust crate bumps (tokio, clap, sysinfo, etc.)
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
kittynode-com | dcac30d | Commit Preview URL Branch Preview URL |
Apr 11 2026, 12:44 AM |
Astro 6 doesn't support Vite 8 yet, but @cloudflare/vite-plugin accepts it. In the monorepo lockfile Vite 8 leaks into the astro build, causing "require_dist is not a function" on Cloudflare Pages.
Astro 6 doesn't support Vite 8 yet. A direct pinned dep is more visible than a hidden overrides block — remove once astro supports v8.
Without --latest, bun update respects semver ranges so ^7.3.2 naturally stays within 7.x. This is better practice anyway — major version bumps should be intentional, not automatic.
Astro 6 doesn't support Vite 8 yet. Having both Vite 7 and 8 in the monorepo lockfile causes the Cloudflare Pages build to pick up Vite 8 for transitive deps, breaking the kittynode-docs build.
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
nodejs_compatflag to kittynode-docs wrangler config (required by cloudflare adapter v13 for PostCSS Node.js builtins)Test plan
just kittynode-comstarts successfullyjust kittynode-docsstarts successfully🤖 Generated with Claude Code