summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-03-28 01:47:33 +0100
committerGitHub <noreply@github.com>2024-03-28 01:47:33 +0100
commit9c6eca1064de029e560377bef831e69d22c5c00b (patch)
treedbcaa89efa381e9560b40094875dcfa12ab26971
parentdc985954e1c8f8350a40acbae726909eeef39520 (diff)
1.42.0 (#23105)
Bumped versions for 1.42.0 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
-rwxr-xr-x.github/workflows/ci.generate.ts2
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--Cargo.lock54
-rw-r--r--Cargo.toml52
-rw-r--r--Releases.md64
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/napi/sym/Cargo.toml2
-rw-r--r--ext/broadcast_channel/Cargo.toml2
-rw-r--r--ext/cache/Cargo.toml2
-rw-r--r--ext/canvas/Cargo.toml2
-rw-r--r--ext/console/Cargo.toml2
-rw-r--r--ext/cron/Cargo.toml2
-rw-r--r--ext/crypto/Cargo.toml2
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/ffi/Cargo.toml2
-rw-r--r--ext/fs/Cargo.toml2
-rw-r--r--ext/http/Cargo.toml2
-rw-r--r--ext/io/Cargo.toml2
-rw-r--r--ext/kv/Cargo.toml2
-rw-r--r--ext/napi/Cargo.toml2
-rw-r--r--ext/net/Cargo.toml2
-rw-r--r--ext/node/Cargo.toml2
-rw-r--r--ext/tls/Cargo.toml2
-rw-r--r--ext/url/Cargo.toml2
-rw-r--r--ext/web/Cargo.toml2
-rw-r--r--ext/webgpu/Cargo.toml2
-rw-r--r--ext/webidl/Cargo.toml2
-rw-r--r--ext/websocket/Cargo.toml2
-rw-r--r--ext/webstorage/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
-rw-r--r--runtime/permissions/Cargo.toml2
32 files changed, 149 insertions, 85 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 948096c63..8b42a7254 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts";
// Bump this number when you want to purge the cache.
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
// automatically via regex, so ensure that this line maintains this format.
-const cacheVersion = 79;
+const cacheVersion = 80;
const ubuntuX86Runner = "ubuntu-22.04";
const ubuntuX86XlRunner = "ubuntu-22.04-xl";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 87b8d7dfd..df2ea10f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -356,8 +356,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '79-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '79-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
+ key: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
if: '!(matrix.skip)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v4
@@ -369,7 +369,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '79-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
@@ -663,7 +663,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '79-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
diff --git a/Cargo.lock b/Cargo.lock
index c3060ce9d..1f6014abb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1028,7 +1028,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.41.3"
+version = "1.42.0"
dependencies = [
"async-trait",
"base32",
@@ -1174,7 +1174,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.136.0"
+version = "0.137.0"
dependencies = [
"bencher",
"deno_core",
@@ -1184,7 +1184,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.136.0"
+version = "0.137.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1194,7 +1194,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.74.0"
+version = "0.75.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1225,7 +1225,7 @@ dependencies = [
[[package]]
name = "deno_canvas"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"deno_core",
"deno_webgpu",
@@ -1254,7 +1254,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"deno_core",
]
@@ -1299,7 +1299,7 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
[[package]]
name = "deno_cron"
-version = "0.22.0"
+version = "0.23.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1312,7 +1312,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.156.0"
+version = "0.157.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1387,7 +1387,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.166.0"
+version = "0.167.0"
dependencies = [
"bytes",
"data-url",
@@ -1405,7 +1405,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.129.0"
+version = "0.130.0"
dependencies = [
"deno_core",
"dlopen2",
@@ -1421,7 +1421,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.52.0"
+version = "0.53.0"
dependencies = [
"async-trait",
"base32",
@@ -1471,7 +1471,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.139.0"
+version = "0.140.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1510,7 +1510,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.52.0"
+version = "0.53.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1525,7 +1525,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.50.0"
+version = "0.51.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1597,7 +1597,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.72.0"
+version = "0.73.0"
dependencies = [
"deno_core",
"libloading 0.7.4",
@@ -1618,7 +1618,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.134.0"
+version = "0.135.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1635,7 +1635,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.79.0"
+version = "0.80.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1736,7 +1736,7 @@ dependencies = [
[[package]]
name = "deno_permissions"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"console_static_text",
"deno_core",
@@ -1753,7 +1753,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.150.0"
+version = "0.151.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1859,7 +1859,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.129.0"
+version = "0.130.0"
dependencies = [
"deno_core",
"deno_native_certs",
@@ -1892,7 +1892,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"deno_bench_util",
"deno_console",
@@ -1904,7 +1904,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.173.0"
+version = "0.174.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1925,7 +1925,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.109.0"
+version = "0.110.0"
dependencies = [
"deno_core",
"raw-window-handle",
@@ -1938,7 +1938,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1946,7 +1946,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.147.0"
+version = "0.148.0"
dependencies = [
"bytes",
"deno_core",
@@ -1966,7 +1966,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.137.0"
+version = "0.138.0"
dependencies = [
"deno_core",
"deno_web",
@@ -4094,7 +4094,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.72.0"
+version = "0.73.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index f047740c0..7e2adef31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,13 +46,13 @@ repository = "https://github.com/denoland/deno"
deno_ast = { version = "0.34.1", features = ["transpiling"] }
deno_core = { version = "0.272.0" }
-deno_bench_util = { version = "0.136.0", path = "./bench_util" }
+deno_bench_util = { version = "0.137.0", path = "./bench_util" }
deno_lockfile = "0.19.0"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
-deno_permissions = { version = "0.2.0", path = "./runtime/permissions" }
-deno_runtime = { version = "0.150.0", path = "./runtime" }
+deno_permissions = { version = "0.3.0", path = "./runtime/permissions" }
+deno_runtime = { version = "0.151.0", path = "./runtime" }
deno_terminal = "0.1.1"
-napi_sym = { version = "0.72.0", path = "./cli/napi/sym" }
+napi_sym = { version = "0.73.0", path = "./cli/napi/sym" }
test_util = { package = "test_server", path = "./tests/util/server" }
denokv_proto = "0.5.0"
@@ -61,28 +61,28 @@ denokv_remote = "0.5.0"
denokv_sqlite = { default-features = false, version = "0.5.0" }
# exts
-deno_broadcast_channel = { version = "0.136.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.74.0", path = "./ext/cache" }
-deno_canvas = { version = "0.11.0", path = "./ext/canvas" }
-deno_console = { version = "0.142.0", path = "./ext/console" }
-deno_cron = { version = "0.22.0", path = "./ext/cron" }
-deno_crypto = { version = "0.156.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.166.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.129.0", path = "./ext/ffi" }
-deno_fs = { version = "0.52.0", path = "./ext/fs" }
-deno_http = { version = "0.139.0", path = "./ext/http" }
-deno_io = { version = "0.52.0", path = "./ext/io" }
-deno_kv = { version = "0.50.0", path = "./ext/kv" }
-deno_napi = { version = "0.72.0", path = "./ext/napi" }
-deno_net = { version = "0.134.0", path = "./ext/net" }
-deno_node = { version = "0.79.0", path = "./ext/node" }
-deno_tls = { version = "0.129.0", path = "./ext/tls" }
-deno_url = { version = "0.142.0", path = "./ext/url" }
-deno_web = { version = "0.173.0", path = "./ext/web" }
-deno_webgpu = { version = "0.109.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.142.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.147.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.137.0", path = "./ext/webstorage" }
+deno_broadcast_channel = { version = "0.137.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.75.0", path = "./ext/cache" }
+deno_canvas = { version = "0.12.0", path = "./ext/canvas" }
+deno_console = { version = "0.143.0", path = "./ext/console" }
+deno_cron = { version = "0.23.0", path = "./ext/cron" }
+deno_crypto = { version = "0.157.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.167.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.130.0", path = "./ext/ffi" }
+deno_fs = { version = "0.53.0", path = "./ext/fs" }
+deno_http = { version = "0.140.0", path = "./ext/http" }
+deno_io = { version = "0.53.0", path = "./ext/io" }
+deno_kv = { version = "0.51.0", path = "./ext/kv" }
+deno_napi = { version = "0.73.0", path = "./ext/napi" }
+deno_net = { version = "0.135.0", path = "./ext/net" }
+deno_node = { version = "0.80.0", path = "./ext/node" }
+deno_tls = { version = "0.130.0", path = "./ext/tls" }
+deno_url = { version = "0.143.0", path = "./ext/url" }
+deno_web = { version = "0.174.0", path = "./ext/web" }
+deno_webgpu = { version = "0.110.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.143.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.148.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.138.0", path = "./ext/webstorage" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index ecd458e35..29dacf5cf 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,70 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.42.0 / 2024.03.28
+
+- feat(add): always produce multiline config file (#23077)
+- feat(ext/node): add riscv64 in process.arch (#23016)
+- feat(init): use jsr specifier for @std/assert (#23073)
+- feat(install): require -g / --global flag (#23060)
+- feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
+- feat(lint): automatically opt-in packages to `jsr` lint tag (#23072)
+- feat(node): load ES modules defined as CJS (#22945)
+- feat(publish): check for uncommitted files in `deno publish --dry-run`
+ (#22981)
+- feat(task): Task description in the form of comments (#23101)
+- feat(task): cross-platform shebang support (#23091)
+- feat(unstable/publish): error when a package's module is excluded from
+ publishing (#22948)
+- feat: TypeScript 5.4 (#23086)
+- feat: add `--watch-exclude` flag (#21935)
+- feat: deno_task_shell 0.15 (#23019)
+- feat: remove deprecated methods from namespace with `DENO_FUTURE=1` (#23075)
+- feat: type declarations for new Set methods (#23090)
+- fix(bench): Fix group header printing logic + don't filter out the warmup
+ benchmark (#23083)
+- fix(check): do not suggest running with `--unstable` (#23092)
+- fix(cli): output more detailed information for steps when using JUnit reporter
+ (#22797)
+- fix(cli): sanitizer should ignore count of ops started before tests begin
+ (#22932)
+- fix(coverage): Error if no files are included in the report (#22952)
+- fix(ext/fetch): do not truncate field value in `EventSource` (#22368)
+- fix(ext/fetch): make `EventSource` more robust (#22493)
+- fix(ext/node): ECDH.publicKey() point encoding (#23013)
+- fix(ext/node): FsWatcher ref and unref (#22987)
+- fix(ext/node): Reimplement StringDecoder to match node's behavior (#22933)
+- fix(ext/node): add crypto.getRandomValues (#23028)
+- fix(ext/node): add crypto.subtle (#23027)
+- fix(ext/node): add process.setSourceMapsEnabled noop (#22993)
+- fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)
+- fix(ext/node): handle `null` in stdio array (#23048)
+- fix(ext/node): implement EventEmitterAsyncResource (#22994)
+- fix(ext/node): implement v8 serialize and deserialize (#22975)
+- fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)
+- fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)
+- fix(ext/node): spread args in setImmediate (#22998)
+- fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`
+ (#22984)
+- fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
+- fix(ext/node): support public key point encoding in ECDH.generateKeys()
+ (#22976)
+- fix(ext/node): worker_threads ESM handling (#22841)
+- fix(ext/node): worker_threads doesn't exit if there are message listeners
+ (#22944)
+- fix(ext/web): Fix structuredClone Web API type declaration (any -> generic)
+ (#22968)
+- fix(jupyter): Do not increase counter if store_history=false (#20848)
+- fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
+- fix(lsp): prefer cache over tsc quick fixes (#23093)
+- fix(lsp): use registry cache for completion search (#23094)
+- fix(runtime): use FQDN in NetDescriptor (#23084)
+- fix: do not memoize `Deno.ppid` (#23006)
+- fix: don't panic in test and bench if ops not available (#23055)
+- fix: handle cache body file not existing when using etag (#22931)
+- fix: less aggressive vendor folder ignoring (#23100)
+- perf: warm expensive init code at snapshot time (#22714)
+
### 1.41.3 / 2024.03.14
- fix(cli): occasional panics on progress bar (#22809)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 7ebf23f54..38fbbc4e4 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.136.0"
+version = "0.137.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 44204fea7..32ede89ab 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.41.3"
+version = "1.42.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index 614d1be43..57f6eb3c6 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.72.0"
+version = "0.73.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index b71a4c3e1..27a064e22 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.136.0"
+version = "0.137.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 11449cee9..d38501be7 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.74.0"
+version = "0.75.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml
index c677363f2..69af07875 100644
--- a/ext/canvas/Cargo.toml
+++ b/ext/canvas/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_canvas"
-version = "0.11.0"
+version = "0.12.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index cf534d001..898a10a36 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 80c5722f9..2eaf8707a 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cron"
-version = "0.22.0"
+version = "0.23.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 7bc14c722..0c1be46d2 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.156.0"
+version = "0.157.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 505309c52..c87fb4a0f 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.166.0"
+version = "0.167.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 5f981d737..53c2b1c81 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.129.0"
+version = "0.130.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 8093289bc..211bea4fa 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.52.0"
+version = "0.53.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index cbd07a388..a1541ab90 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.139.0"
+version = "0.140.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index c262bc435..7e8edb7e5 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.52.0"
+version = "0.53.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 2a61aad8e..1545d2dc2 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.50.0"
+version = "0.51.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index e0bc25a01..6033f177d 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.72.0"
+version = "0.73.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index c1aeabac7..c4c1411ad 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.134.0"
+version = "0.135.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 7213c4f5e..fd01db482 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.79.0"
+version = "0.80.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index d8191a945..f9faf40bb 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.129.0"
+version = "0.130.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 51c8200dd..5699e3fa0 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 8fb8a2d94..b368efb8b 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.173.0"
+version = "0.174.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index a208b101b..01b8c398a 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.109.0"
+version = "0.110.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 40eb35c33..f34c100f7 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 348460749..0dc69481c 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.147.0"
+version = "0.148.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index f981e5aa2..9bf02e7db 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.137.0"
+version = "0.138.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 719b998f0..8fdc1c827 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.150.0"
+version = "0.151.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index 87b3358a6..075b7b4ae 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_permissions"
-version = "0.2.0"
+version = "0.3.0"
authors.workspace = true
edition.workspace = true
license.workspace = true