Skip to content

Commit

Permalink
chore(wrangler): update unenv dependency version (#7431)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored Dec 4, 2024
1 parent bc30823 commit 8f25ebe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .changeset/curly-queens-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
"wrangler": patch
---

chore(wrangler): update unenv dependency version

Pull in:

- refactor(cloudflare): reimplement module:createRequire for latest workerd (unjs/unenv#351)
- refactor: use node:events instead of relative path (unjs/unenv#354)
- refactor(http, cloudflare): use unenv/ imports inside node:http (unjs/unenv#363)
- refactor(node:process): set process.domain to undefined (unjs/unenv#367)
2 changes: 1 addition & 1 deletion packages/wrangler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"resolve": "^1.22.8",
"selfsigned": "^2.0.1",
"source-map": "^0.6.1",
"unenv": "npm:unenv-nightly@2.0.0-20241121-161142-806b5c0",
"unenv": "npm:unenv-nightly@2.0.0-20241204-140205-a5d5190",
"workerd": "1.20241106.2",
"xxhash-wasm": "^1.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f25ebe

Please sign in to comment.