mirror of
https://github.com/vercel/edge-runtime.git
synced 2026-04-12 03:21:32 +00:00
* chore: drop structured-clone polyfill
* ci: drop node16
* build: upgrade @types/node
* build: drop blob-polyfill
* build: drop undici
* fix(vm): don't mutate headers
* chore: remove getAll
it was already deprecated
* chore(node-utils): the default user agent is node
it was "undici" in the past but no anymore 1b58a51e20/lib/web/fetch/index.js (L68C7-L68C23)
* chore: use undici@6
* chore: drop esbuild alias
* refactor: use esm syntax
* chore: drop unnecessary crypto conditions
* refactor: tweaks
* test: remove polyfilledOrNative
* build: adjust script
* ci: use node22
* chore: drop Readable.fromWeb polyfill
* chore: add changeset