Changelog

denoland/deno · · 3 commits

Env file ordering fix lands

Deno now applies multiple env files in the documented order, alongside a libuv-sys-lite bump and a flaky WPT exclusion.

Load multiple env files in the correct order (Tango9929cab294)

Deno now processes env files in the order they were provided instead of reversing them first. This matches dotenvy's precedence rules, so later env files can correctly override earlier ones.

Other misc changes

  • Bumped libuv-sys-lite to 1.48.3 with dyn-symbols enabled (Tango9920d2ef7c)
  • Disabled a flaky WPT expectation for remote-close.any.worker.html?default (bartlomieju8782736)