chore(deps): security bumps hono 4.13.7, astro 7.3.2, js-yaml 4.3.2 + cloudflare adapter 14.3.1 - #124
Merged
Merged
Conversation
… cloudflare adapter 14.3.1
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.
Replaces #122 (same bumps, plus a required adapter fix — see below).
Security context
hono/jsxboundary components (GHSA-hxh3-vqpv-xpqv), query-parser fragment differential (GHSA-crvj-82cr-hjcx),toSSG()path traversal (GHSA-gqvv-2mrq-wpjv),parseBody()memory exhaustion (GHSA-g6gw-c38x-mqfc)<script>/<style>escaping fix + Cloudflare adapter dev-session fix + i18n fallback routing fixWhy #122 was not merged as-is
#122 bumps astro to 7.3.2 but keeps
@astrojs/cloudflare14.2.x, which still importsbeginContentEntryCollection— an export removed in astro 7.3. Bothastro builds (dashboard + theme01) fail withMISSING_EXPORT. CI does not run builds, so #122 looked green while breaking production builds. This PR pairs astro 7.3.2 with@astrojs/cloudflare14.3.1, which fixes that import.Checks
vite@8.2.2(no dual-Vite boot crash)Verification (run locally on this exact tree)
tscclean, 2066/2066 tests (hono 4.13.7)astro buildsucceedsastro check0 errors, 21/21 tests,validate:allfully compliant,astro buildsucceeds