Skip to content

[ci] release - #227

Merged
rturnq merged 1 commit into
mainfrom
changeset-release/main
Jul 30, 2026
Merged

[ci] release#227
rturnq merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@marko/run-adapter-static@2.0.8

Patch Changes

  • 6769e8d: Stop crawling <a download> links, and honor rel="nofollow" (plus enclosure and external) when it appears alongside other rel tokens. A bare download attribute parses as an empty string, so the check meant to skip those links only ever matched download="filename", and rel was compared as a whole string rather than a token list. Links to files the app server does not serve were followed, and each one wrote the 404 page out under that path.
  • 040e33c: Match <link rel> against each of its tokens when deciding what to crawl. rel is a space-separated token list, but it was compared as a whole string, so a page linked as rel="alternate stylesheet" fell through the allowlist and was left out of the static build.
  • 8f4f0c3: Resolve crawled links against the page they were found on rather than the origin. A relative href previously lost its directory, so ./sibling on /docs/reference/language was crawled as /sibling, which 404s and wrote the 404 page out under that name.

@marko/run@0.11.7

Patch Changes

  • c55399e: Type the optional url argument invoke already accepts, so passing a rewritten URL no longer needs a cast.
  • 615824e: Speed up HTML responses on the Node adapter by writing a page render's HTML strings straight to the socket instead of routing them through a whatwg ReadableStream/Response body. The public API is unchanged and other adapters still read response.body as before.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 95a0637 to 5286b47 Compare July 30, 2026 17:00
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5286b47 to 794009d Compare July 30, 2026 20:46
@rturnq
rturnq merged commit 55ae487 into main Jul 30, 2026
9 checks passed
@rturnq
rturnq deleted the changeset-release/main branch July 30, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant