chore: bump deps (excluding typescript and @types/node)#146
Merged
Conversation
Pins @astrojs/cloudflare at 13.5.1; 13.5.2 (PR withastro/astro#16708) broke `astro check`/`astro build` by making esbuild bundle expressive-code's `virtual:` modules. Bumps npm-run-all2 to v9 (now ESM-only, Node engine ^22.22.2 || ^24.15.0) — root is already ESM and CI runs 22/24.
This was referenced May 20, 2026
Merged
pdlug
added a commit
that referenced
this pull request
May 20, 2026
Lifts the 13.5.1 pin from #146. Upstream fix for the expressive-code virtual-module bundling issue shipped in 13.5.3 (withastro/astro#16708 follow-up). Verified `pnpm --filter @nicia-ai/typegraph-docs typecheck` and `build` both succeed. Other bumps (all dev-only): astro 6.3.5 → ^6.3.6, vitest 4.1.6 → ^4.1.7, @vitest/coverage-v8 4.1.6 → ^4.1.7, eslint-plugin-functional 9.0.4 → ^9.0.5.
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.
typescriptand@types/node.@astrojs/cloudflareat exact13.5.1— 13.5.2 (withastro/astro#16708) changed Cloudflare SSR dep pre-bundling and now esbuild fails to resolveastro-expressive-code'svirtual:modules, breaking bothastro checkandastro build. Independent ofprerenderEnvironmentand reproducible on clean install. Unpin when upstream ships 13.5.3+.npm-run-all28 → 9 is ESM-only and bumps the Node engine to^22.22.2 || ^24.15.0 || >=26.0.0. Root is already"type": "module"and CI runs Node 22/24, so both constraints are satisfied. Only used in the rootfixscript.starlight-llms-txt0.9 → 0.10 was reviewed: newcustomSelectorstop-level option is purely additive; oldminify.customSelectorsstill works. We use neither.