Skip to content

Commit 818ce22

Browse files
authored
Bump unenv to 2.0.0-rc.20 (#10527)
1 parent 5d69df4 commit 818ce22

File tree

5 files changed

+22
-12
lines changed

5 files changed

+22
-12
lines changed

.changeset/lemon-boxes-flow.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@cloudflare/vite-plugin": patch
3+
"@cloudflare/unenv-preset": patch
4+
"wrangler": patch
5+
---
6+
7+
Bump `unenv` to 2.0.0-rc.20
8+
9+
The latest release include [a fix for `node:tty` default export](https://github.com/unjs/unenv/pull/513).
10+
See [the changelog](https://github.com/unjs/unenv/releases/tag/v2.0.0-rc.20) for full details.

packages/unenv-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"unbuild": "^3.2.0"
4949
},
5050
"peerDependencies": {
51-
"unenv": "2.0.0-rc.19",
51+
"unenv": "2.0.0-rc.20",
5252
"workerd": "^1.20250828.1"
5353
},
5454
"peerDependenciesMeta": {

packages/vite-plugin-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"miniflare": "workspace:*",
4949
"picocolors": "^1.1.1",
5050
"tinyglobby": "^0.2.12",
51-
"unenv": "2.0.0-rc.19",
51+
"unenv": "2.0.0-rc.20",
5252
"wrangler": "workspace:*",
5353
"ws": "catalog:default"
5454
},

packages/wrangler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"esbuild": "catalog:default",
7373
"miniflare": "workspace:*",
7474
"path-to-regexp": "6.3.0",
75-
"unenv": "2.0.0-rc.19",
75+
"unenv": "2.0.0-rc.20",
7676
"workerd": "1.20250829.0"
7777
},
7878
"devDependencies": {

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)