Skip to content

Bump @marko/run from 0.11.2 to 0.11.4#162

Merged
rdhar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/marko/run-0.11.4
Jul 13, 2026
Merged

Bump @marko/run from 0.11.2 to 0.11.4#162
rdhar merged 1 commit into
mainfrom
dependabot/npm_and_yarn/marko/run-0.11.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps @marko/run from 0.11.2 to 0.11.4.

Release notes

Sourced from @​marko/run's releases.

@​marko/run@​0.11.4

Patch Changes

  • 59c3a4e: Fix a build race where a virtual file (eg. the router behind @marko/run/router) could be served as an empty module if the bundler requested it while route rendering was still in flight, producing IMPORT_IS_UNDEFINED/MISSING_EXPORT diagnostics and a server bundle with an empty router.
  • 1cc228d: Detect script route handler and middleware exports in dev by parsing the file in isolation instead of transforming it through the client environment, which pulled each file's server-only import graph through the browser pipeline and errored on imports only the server environment can resolve (e.g. cloudflare:workers). .marko handlers still compile through the pipeline before export detection.
  • e0daf3c: Exclude the virtual @marko/run/router module from dependency optimization in every environment, so an environment that scans a server entry (e.g. a Cloudflare Workers environment) no longer fails its dependency scan trying to load the virtual file from disk.

@​marko/run@​0.11.3

Patch Changes

  • 53fc9c1: Remove the runtime's node:url import in favor of the global URLSearchParams (available everywhere the runtime runs), so the router no longer requires Node compatibility on edge targets like Cloudflare Workers.
Commits
  • d685b4d [ci] release
  • 59c3a4e fix: serve virtual files only after in-flight rendering completes
  • 1cc228d fix: detect script handler and middleware exports without a dev environment
  • e0daf3c fix: exclude the virtual router module from dependency optimization
  • 0b81ed0 [ci] release
  • 53fc9c1 fix: use the global URLSearchParams instead of importing node:url
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@marko/run](https://github.com/marko-js/run) from 0.11.2 to 0.11.4.
- [Release notes](https://github.com/marko-js/run/releases)
- [Commits](https://github.com/marko-js/run/compare/@marko/run@0.11.2...@marko/run@0.11.4)

---
updated-dependencies:
- dependency-name: "@marko/run"
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@dependabot dependabot Bot requested a review from rdhar as a code owner July 13, 2026 05:23
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Jul 13, 2026
@rdhar rdhar merged commit 82e8314 into main Jul 13, 2026
1 check passed
@rdhar rdhar deleted the dependabot/npm_and_yarn/marko/run-0.11.4 branch July 13, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant