summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.md67
-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, 152 insertions, 85 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 37ca73145..da9c55ff7 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify";
// 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 = 85;
+const cacheVersion = 86;
const ubuntuX86Runner = "ubuntu-22.04";
const ubuntuX86XlRunner = "ubuntu-22.04-xl";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7b061adf3..a670a66a9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -366,8 +366,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '85-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '85-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
+ key: '86-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '86-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
if: '!(matrix.skip)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v4
@@ -379,7 +379,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '85-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '86-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
@@ -669,7 +669,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '85-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '86-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 53cf3fe5c..6a3f9fd76 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1062,7 +1062,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.42.4"
+version = "1.43.0"
dependencies = [
"async-trait",
"base32",
@@ -1210,7 +1210,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.141.0"
+version = "0.142.0"
dependencies = [
"bencher",
"deno_core",
@@ -1220,7 +1220,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.141.0"
+version = "0.142.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1230,7 +1230,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.79.0"
+version = "0.80.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]]
name = "deno_canvas"
-version = "0.16.0"
+version = "0.17.0"
dependencies = [
"deno_core",
"deno_webgpu",
@@ -1290,7 +1290,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.147.0"
+version = "0.148.0"
dependencies = [
"deno_core",
]
@@ -1334,7 +1334,7 @@ checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
[[package]]
name = "deno_cron"
-version = "0.27.0"
+version = "0.28.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1346,7 +1346,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.161.0"
+version = "0.162.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1421,7 +1421,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.171.0"
+version = "0.172.0"
dependencies = [
"bytes",
"data-url",
@@ -1439,7 +1439,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.134.0"
+version = "0.135.0"
dependencies = [
"deno_core",
"dlopen2",
@@ -1455,7 +1455,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.57.0"
+version = "0.58.0"
dependencies = [
"async-trait",
"base32",
@@ -1505,7 +1505,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.144.0"
+version = "0.145.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1544,7 +1544,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.57.0"
+version = "0.58.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1559,7 +1559,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.55.0"
+version = "0.56.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1630,7 +1630,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"deno_core",
"libloading 0.7.4",
@@ -1651,7 +1651,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.139.0"
+version = "0.140.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1668,7 +1668,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.84.0"
+version = "0.85.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1770,7 +1770,7 @@ dependencies = [
[[package]]
name = "deno_permissions"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"console_static_text",
"deno_core",
@@ -1787,7 +1787,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.155.0"
+version = "0.156.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1894,7 +1894,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.134.0"
+version = "0.135.0"
dependencies = [
"deno_core",
"deno_native_certs",
@@ -1918,7 +1918,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.147.0"
+version = "0.148.0"
dependencies = [
"deno_bench_util",
"deno_console",
@@ -1930,7 +1930,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.178.0"
+version = "0.179.0"
dependencies = [
"async-trait",
"base64-simd 0.8.0",
@@ -1951,7 +1951,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.114.0"
+version = "0.115.0"
dependencies = [
"deno_core",
"raw-window-handle",
@@ -1964,7 +1964,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.147.0"
+version = "0.148.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1972,7 +1972,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.152.0"
+version = "0.153.0"
dependencies = [
"bytes",
"deno_core",
@@ -1992,7 +1992,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"deno_core",
"deno_web",
@@ -4136,7 +4136,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index ad04a5038..8808058be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,13 +46,13 @@ repository = "https://github.com/denoland/deno"
deno_ast = { version = "=0.38.0", features = ["transpiling"] }
deno_core = { version = "0.278.0" }
-deno_bench_util = { version = "0.141.0", path = "./bench_util" }
+deno_bench_util = { version = "0.142.0", path = "./bench_util" }
deno_lockfile = "0.19.0"
deno_media_type = { version = "0.1.4", features = ["module_specifier"] }
-deno_permissions = { version = "0.7.0", path = "./runtime/permissions" }
-deno_runtime = { version = "0.155.0", path = "./runtime" }
+deno_permissions = { version = "0.8.0", path = "./runtime/permissions" }
+deno_runtime = { version = "0.156.0", path = "./runtime" }
deno_terminal = "0.1.1"
-napi_sym = { version = "0.77.0", path = "./cli/napi/sym" }
+napi_sym = { version = "0.78.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.141.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.79.0", path = "./ext/cache" }
-deno_canvas = { version = "0.16.0", path = "./ext/canvas" }
-deno_console = { version = "0.147.0", path = "./ext/console" }
-deno_cron = { version = "0.27.0", path = "./ext/cron" }
-deno_crypto = { version = "0.161.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.171.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.134.0", path = "./ext/ffi" }
-deno_fs = { version = "0.57.0", path = "./ext/fs" }
-deno_http = { version = "0.144.0", path = "./ext/http" }
-deno_io = { version = "0.57.0", path = "./ext/io" }
-deno_kv = { version = "0.55.0", path = "./ext/kv" }
-deno_napi = { version = "0.77.0", path = "./ext/napi" }
-deno_net = { version = "0.139.0", path = "./ext/net" }
-deno_node = { version = "0.84.0", path = "./ext/node" }
-deno_tls = { version = "0.134.0", path = "./ext/tls" }
-deno_url = { version = "0.147.0", path = "./ext/url" }
-deno_web = { version = "0.178.0", path = "./ext/web" }
-deno_webgpu = { version = "0.114.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.147.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.152.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.142.0", path = "./ext/webstorage" }
+deno_broadcast_channel = { version = "0.142.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.80.0", path = "./ext/cache" }
+deno_canvas = { version = "0.17.0", path = "./ext/canvas" }
+deno_console = { version = "0.148.0", path = "./ext/console" }
+deno_cron = { version = "0.28.0", path = "./ext/cron" }
+deno_crypto = { version = "0.162.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.172.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.135.0", path = "./ext/ffi" }
+deno_fs = { version = "0.58.0", path = "./ext/fs" }
+deno_http = { version = "0.145.0", path = "./ext/http" }
+deno_io = { version = "0.58.0", path = "./ext/io" }
+deno_kv = { version = "0.56.0", path = "./ext/kv" }
+deno_napi = { version = "0.78.0", path = "./ext/napi" }
+deno_net = { version = "0.140.0", path = "./ext/net" }
+deno_node = { version = "0.85.0", path = "./ext/node" }
+deno_tls = { version = "0.135.0", path = "./ext/tls" }
+deno_url = { version = "0.148.0", path = "./ext/url" }
+deno_web = { version = "0.179.0", path = "./ext/web" }
+deno_webgpu = { version = "0.115.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.148.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.153.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.143.0", path = "./ext/webstorage" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index 6aedbaa9d..3458d662f 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,73 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.43.0 / 2024.04.25
+
+- FUTURE(ext/net): remove
+ `Deno.ConnectTlsOptions.(certFile|certChain|privateKey)` (#23270)
+- FUTURE(ext/net): remove `Deno.ListenTlsOptions.(keyFile|certFile)` (#23271)
+- FUTURE: remove `Deno.customInspect` (#23453)
+- feat(check): allow using side effect imports with unknown module kinds (ex.
+ css modules) (#23392)
+- feat(ext/http): Add `addr` to HttpServer (#23442)
+- feat(ext/http): Implement request.signal for Deno.serve (#23425)
+- feat(ext/net): extract TLS key and certificate from interfaces (#23327)
+- feat(ext/url): add `URL.parse` (#23318)
+- feat(ext/webgpu): support `UnsafeWindowSurface` on wayland (#23423)
+- feat(jsr): support importing from jsr via HTTPS specifiers (except for type
+ checking) (#23513)
+- feat(runtime): Allow embedders to perform additional access checks on file
+ open (#23208)
+- feat(task): support running npm binary commands in deno.json (#23478)
+- feat: Add `deno serve` subcommand (#23511)
+- feat: add jsx precompile skip element option (#23457)
+- feat: enable Float16Array support (#23490)
+- feat: upgrade V8 to 12.4 (#23435)
+- fix(ci): Fix bench job (#23410)
+- fix(cli): Don't panic on invalid emit options (#23463)
+- fix(cli): Identify and fix a test deadlock (#23411)
+- fix(cli): TestEventSender should be !Clone (#23405)
+- fix(cli): avoid `deno add` and `deno vendor` errors when deno.json is empty
+ (#23439)
+- fix(config): move json schema unstable examples to item (#23506)
+- fix(ext/net): check for TLS using undefined rather than using ReflectHas
+ (#23538)
+- fix(ext/node): Correctly send ALPN on node TLS connections (#23434)
+- fix(ext/node): Support `env` option in worker_thread (#23462)
+- fix(ext/node): `cp` into non-existent parent directory (#23469)
+- fix(ext/node): define http.maxHeaderSize (#23479)
+- fix(ext/node): dispatch beforeExit/exit events irrespective of listeners
+ (#23382)
+- fix(ext/node): implement process.kill in Rust (#23130)
+- fix(ext/node): remove unwraps from fallible conversions (#23447)
+- fix(ext/node): worker_threads copies env object (#23536)
+- fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)
+- fix(fmt): error for more unterminated nodes (#23449)
+- fix(lsp): Fix logic for coalescing pending changes + clear script names cache
+ when file is closed (#23517)
+- fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
+- fix(lsp): remove Document::open_data on close (#23483)
+- fix(publish): --dry-publish should error for gitignored excluded files
+ (#23540)
+- fix(publish): support import equals (#23421)
+- fix(workspace): provide workspace members as 'imports' in import map (#23492)
+- fix: Fix some typos in comments (#23470)
+- fix: Float16Array support (#23512)
+- fix: add `DENO_FUTURE` to `deno --help` (#23368)
+- fix: allow WPT to successfully exit using `--exit-zero` (#23418)
+- fix: unref stdin read (#23534)
+- fix: update CLI flags for WPT (#23501)
+- perf(ext/http): cache abort signal error (#23548)
+- perf(lsp): Avoid passing struct into op_resolve (#23452)
+- perf(lsp): Batch "$projectChanged" notification in with the next JS request
+ (#23451)
+- perf(lsp): Call `serverRequest` via V8 instead of via `executeScript` (#23409)
+- perf(lsp): Pass code action trigger kind to TSC (#23466)
+- perf(lsp): cleanup document dependencies (#23426)
+- perf(lsp): only store parsed sources for open documents (#23454)
+- perf(lsp): release unused documents (#23398)
+- perf: v8 code cache (#23081)
+
### 1.42.4 / 2024.04.15
- fix(check): cache bust when changing nodeModulesDir setting (#23355)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index d884753f2..12b2af82e 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.141.0"
+version = "0.142.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index ebbfbdb93..97704b201 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.42.4"
+version = "1.43.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 e1e90aa70..8a121840d 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.77.0"
+version = "0.78.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 c0165d08b..8f4b35d07 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.141.0"
+version = "0.142.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 2307a6b24..189c5b37b 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.79.0"
+version = "0.80.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml
index a5eae6246..2777d6ebb 100644
--- a/ext/canvas/Cargo.toml
+++ b/ext/canvas/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_canvas"
-version = "0.16.0"
+version = "0.17.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 7f00adbf7..205d90564 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.147.0"
+version = "0.148.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index 38ca86e3f..e054540af 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cron"
-version = "0.27.0"
+version = "0.28.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 048cbab51..be454e1ee 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.161.0"
+version = "0.162.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 626e1f2a9..17473953a 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.171.0"
+version = "0.172.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index cdc036217..31fe05b92 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.134.0"
+version = "0.135.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index ee4a7303a..0acb38b4a 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.57.0"
+version = "0.58.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index fe894965a..877790659 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.144.0"
+version = "0.145.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 3ca8eb0b2..684a670f5 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.57.0"
+version = "0.58.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 76affe9ee..68a83be99 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.55.0"
+version = "0.56.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 10337ff9c..1186e1961 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.77.0"
+version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 7bbc95520..897885423 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.139.0"
+version = "0.140.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index c4fcbd3ac..5ce30b299 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.84.0"
+version = "0.85.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 1dce0e942..ce321aab8 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.134.0"
+version = "0.135.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 622e6bb5c..9e41eecb9 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.147.0"
+version = "0.148.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 292bb52e7..e8f82f49c 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.178.0"
+version = "0.179.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 0ab70edc9..992c9b425 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.114.0"
+version = "0.115.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 41eb7e9b9..d09995c7b 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.147.0"
+version = "0.148.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index bc553bb6e..1a1ee4500 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.152.0"
+version = "0.153.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index afe4c543d..79de89917 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 8028a570d..deb5f99ab 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.155.0"
+version = "0.156.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml
index 95b19b9c0..4b9c004bc 100644
--- a/runtime/permissions/Cargo.toml
+++ b/runtime/permissions/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_permissions"
-version = "0.7.0"
+version = "0.8.0"
authors.workspace = true
edition.workspace = true
license.workspace = true