1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/ext
Marvin Hagemeister 927352bd4e
fix(node/fs): add missing stat path argument validation (#27086)
We didn't validate the `path` argument that's passed to `fs.stat()` and
`fs.statSync()` which lead to wrong errors being thrown. The
`@rollup/plugin-node-resolve` code calls it with `undefined` quite a lot
which lead to `nitro` and `nuxt` failing.

Fixes https://github.com/denoland/deno/issues/26700

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-27 08:35:39 +01:00
..
broadcast_channel chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
cache chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
canvas chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
console chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
cron chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
crypto chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
fetch fix(ext/fetch): don't throw when bodyUsed inspect after upgrade (#27088) 2024-11-26 21:38:46 +05:30
ffi chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
fs chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
http refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
io chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
kv chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
napi chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
net chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
node fix(node/fs): add missing stat path argument validation (#27086) 2024-11-27 08:35:39 +01:00
telemetry refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
tls chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
url chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
web fix(streams): reject string in ReadableStream.from type (#25116) 2024-11-26 19:42:54 +00:00
webgpu fix(ext/webgpu): normalize limits to number (#27072) 2024-11-26 10:45:18 -08:00
webidl chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00
websocket fix(ext/websocket): don't throw exception when sending to closed socket (#26932) 2024-11-22 00:04:47 +01:00
webstorage chore: forward v2.1.1 release commit to main (#26981) 2024-11-21 14:35:32 -05:00