summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-11-01 21:01:47 -0400
committerGitHub <noreply@github.com>2023-11-02 01:01:47 +0000
commit41877a0b3735d52db8b4f5047b1d4d61e37ba585 (patch)
treebe04bc658f3993a6a94c2f25fe7b89440472afb2
parentd7348c870acb0dc7a9edeb0a865f5f09dcf64f38 (diff)
1.38.0 (#21051)
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.lock48
-rw-r--r--Cargo.toml46
-rw-r--r--Releases.md48
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/deno_std.rs2
-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/console/Cargo.toml2
-rw-r--r--ext/cron/Cargo.toml2
-rw-r--r--ext/cron/README.md3
-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/webidl/Cargo.toml2
-rw-r--r--ext/websocket/Cargo.toml2
-rw-r--r--ext/webstorage/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
31 files changed, 128 insertions, 77 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index f36cee31d..c757dd6c6 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 = 56;
+const cacheVersion = 57;
const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9146aeb95..1f5afa7f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -315,8 +315,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '56-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '56-cargo-home-${{ matrix.os }}'
+ key: '57-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '57-cargo-home-${{ matrix.os }}'
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
@@ -328,7 +328,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '56-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '57-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
@@ -609,7 +609,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '56-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '57-cargo-target-${{ matrix.os }}-${{ 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 2f8e61d90..759f9cb27 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -901,7 +901,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.37.2"
+version = "1.38.0"
dependencies = [
"async-trait",
"base32",
@@ -1064,7 +1064,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.115.0"
+version = "0.116.0"
dependencies = [
"bencher",
"deno_core",
@@ -1074,7 +1074,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.115.0"
+version = "0.116.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1084,7 +1084,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.53.0"
+version = "0.54.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1132,7 +1132,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.121.0"
+version = "0.122.0"
dependencies = [
"deno_core",
]
@@ -1166,7 +1166,7 @@ dependencies = [
[[package]]
name = "deno_cron"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1179,7 +1179,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.135.0"
+version = "0.136.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.145.0"
+version = "0.146.0"
dependencies = [
"bytes",
"data-url",
@@ -1269,7 +1269,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.108.0"
+version = "0.109.0"
dependencies = [
"deno_core",
"dlopen",
@@ -1285,7 +1285,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.31.0"
+version = "0.32.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1327,7 +1327,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.116.0"
+version = "0.117.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1364,7 +1364,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.31.0"
+version = "0.32.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1377,7 +1377,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1449,7 +1449,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.51.0"
+version = "0.52.0"
dependencies = [
"deno_core",
"libloading",
@@ -1470,7 +1470,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.113.0"
+version = "0.114.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1486,7 +1486,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.58.0"
+version = "0.59.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1585,7 +1585,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.129.0"
+version = "0.130.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1670,7 +1670,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.108.0"
+version = "0.109.0"
dependencies = [
"deno_core",
"deno_native_certs",
@@ -1702,7 +1702,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.121.0"
+version = "0.122.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1713,7 +1713,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.152.0"
+version = "0.153.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1734,7 +1734,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.121.0"
+version = "0.122.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1742,7 +1742,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.126.0"
+version = "0.127.0"
dependencies = [
"bytes",
"deno_core",
@@ -1760,7 +1760,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.116.0"
+version = "0.117.0"
dependencies = [
"deno_core",
"deno_web",
@@ -3488,7 +3488,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.51.0"
+version = "0.52.0"
dependencies = [
"proc-macro2 1.0.67",
"quote 1.0.33",
diff --git a/Cargo.toml b/Cargo.toml
index c57ba7fc6..3d6800cef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,9 @@ repository = "https://github.com/denoland/deno"
deno_ast = { version = "0.31.2", features = ["transpiling"] }
deno_core = { version = "0.224.0" }
-deno_runtime = { version = "0.129.0", path = "./runtime" }
-napi_sym = { version = "0.51.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.115.0", path = "./bench_util" }
+deno_runtime = { version = "0.130.0", path = "./runtime" }
+napi_sym = { version = "0.52.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.116.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.17.2"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
@@ -54,26 +54,26 @@ denokv_sqlite = "0.2.1"
denokv_remote = "0.2.3"
# exts
-deno_broadcast_channel = { version = "0.115.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.53.0", path = "./ext/cache" }
-deno_console = { version = "0.121.0", path = "./ext/console" }
-deno_cron = { version = "0.1.0", path = "./ext/cron" }
-deno_crypto = { version = "0.135.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.145.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.108.0", path = "./ext/ffi" }
-deno_fs = { version = "0.31.0", path = "./ext/fs" }
-deno_http = { version = "0.116.0", path = "./ext/http" }
-deno_io = { version = "0.31.0", path = "./ext/io" }
-deno_net = { version = "0.113.0", path = "./ext/net" }
-deno_node = { version = "0.58.0", path = "./ext/node" }
-deno_kv = { version = "0.29.0", path = "./ext/kv" }
-deno_tls = { version = "0.108.0", path = "./ext/tls" }
-deno_url = { version = "0.121.0", path = "./ext/url" }
-deno_web = { version = "0.152.0", path = "./ext/web" }
-deno_webidl = { version = "0.121.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.126.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.116.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.51.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.116.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.54.0", path = "./ext/cache" }
+deno_console = { version = "0.122.0", path = "./ext/console" }
+deno_cron = { version = "0.2.0", path = "./ext/cron" }
+deno_crypto = { version = "0.136.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.146.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.109.0", path = "./ext/ffi" }
+deno_fs = { version = "0.32.0", path = "./ext/fs" }
+deno_http = { version = "0.117.0", path = "./ext/http" }
+deno_io = { version = "0.32.0", path = "./ext/io" }
+deno_net = { version = "0.114.0", path = "./ext/net" }
+deno_node = { version = "0.59.0", path = "./ext/node" }
+deno_kv = { version = "0.30.0", path = "./ext/kv" }
+deno_tls = { version = "0.109.0", path = "./ext/tls" }
+deno_url = { version = "0.122.0", path = "./ext/url" }
+deno_web = { version = "0.153.0", path = "./ext/web" }
+deno_webidl = { version = "0.122.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.127.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.117.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.52.0", path = "./ext/napi" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index 09d7aa898..eccbae229 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,54 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.38.0 / 2023.11.01
+
+- feat(cron) implement Deno.cron() (#21019)
+- feat(doc): display non-exported types referenced in exported types (#20990)
+- feat(doc): improve non-exported diagnostic (#21033)
+- feat(doc): support multiple file entry (#21018)
+- feat(ext/kv): support key expiration in remote backend (#20688)
+- feat(ext/web): EventSource (#14730)
+- feat(ext/websocket): split websocket read/write halves (#20579)
+- feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)
+- feat(ext/websocket): websockets over http2 (#21040)
+- feat(lsp): respect "typescript.preferences.quoteStyle" when deno.json is
+ absent (#20891)
+- feat(task): add `head` command (#20998)
+- feat(unstable): `deno run --env` (#20300)
+- feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)
+- feat(unstable): allow bare specifier for builtin node module (#20728)
+- feat: `deno doc --lint` (#21032)
+- feat: deno doc --html (#21015)
+- feat: deno run --unstable-hmr (#20876)
+- feat: disposable Deno resources (#20845)
+- feat: enable Array.fromAsync (#21048)
+- feat: granular --unstable-* flags (#20968)
+- feat: precompile JSX (#20962)
+- feat: rename Deno.Server to Deno.HttpServer (#20842)
+- fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)
+- fix(ext/http): patch regression in variadic args to serve handler (#20796)
+- fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)
+- fix(ext/node): process.argv0 (#20925)
+- fix(ext/node): tty streams extends net socket (#21026)
+- fix(lsp): don't commit registry completions on "/" (#20902)
+- fix(lsp): include mtime in tsc script version (#20911)
+- fix(lsp): show diagnostics for untitled files (#20916)
+- fix(node): resolve file.d specifiers in npm packages (#20918)
+- fix(polyfill): correctly handle flag when its equal 0 (#20953)
+- fix(repl): jsxImportSource was not working (#21049)
+- fix(repl): support transforming JSX/TSX (#20695)
+- fix(test): --junit-path should handle when the dir doesn't exist (#21044)
+- fix(unstable/byonm): improve error messages (#20987)
+- fix: add 'unstable' property to config json schema (#20984)
+- fix: add missing `Object.groupBy()` and `Map.groupBy()` types (#21050)
+- fix: implement node:tty (#20892)
+- fix: improved using declaration support (#20959)
+- perf(ext/streams): optimize streams (#20649)
+- perf(lsp): cleanup workspace settings scopes (#20937)
+- perf(lsp): fix redundant walk when collecting tsc code lenses (#20974)
+- perf: use deno_native_certs crate (#18072)
+
### 1.37.2 / 2023.10.12
- feat(ext/web): cancel support for TransformStream (#20815)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index b0bf3b15a..e367dfe4b 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.115.0"
+version = "0.116.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 52ceb7c7a..4e6fa01d5 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.37.2"
+version = "1.38.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 6e67866fe..c08a10bbe 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -2,4 +2,4 @@
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.204.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.205.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index c27a1db25..3cdfc4dc2 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.51.0"
+version = "0.52.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 0196cd805..1218ddc51 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.115.0"
+version = "0.116.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index f9d75f796..762ea3b6f 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.53.0"
+version = "0.54.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 330d4050b..2895c2b36 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.121.0"
+version = "0.122.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index ac107c567..1f0e9c366 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cron"
-version = "0.1.0"
+version = "0.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/README.md b/ext/cron/README.md
new file mode 100644
index 000000000..c3b6967e8
--- /dev/null
+++ b/ext/cron/README.md
@@ -0,0 +1,3 @@
+# deno_cron
+
+This crate implements scheduled tasks (crons) API for Deno.
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index d1290bdb0..cd3fe8c5e 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.135.0"
+version = "0.136.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index eccfeefdb..c05bf5dfc 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.145.0"
+version = "0.146.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 9d69e52df..cff294b3f 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.108.0"
+version = "0.109.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 20836d8a5..54f830910 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.31.0"
+version = "0.32.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index d22532589..c6ea2427d 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.116.0"
+version = "0.117.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index b0d97d489..35a0ba9d1 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.31.0"
+version = "0.32.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index c85d5f7a8..1e64b17ca 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.29.0"
+version = "0.30.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index c5acd371d..69db7e3b2 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.51.0"
+version = "0.52.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 0cbf1975e..19c54fbc4 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.113.0"
+version = "0.114.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 60f63e2b7..2d78dd431 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.58.0"
+version = "0.59.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 8184e97a3..b7e011b83 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.108.0"
+version = "0.109.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 3b8ff3ef6..d584606c0 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.121.0"
+version = "0.122.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index e3f5645d3..64f10ca89 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.152.0"
+version = "0.153.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 31ef9d7d9..26afd6579 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.121.0"
+version = "0.122.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index a643e25a0..4fdfe2a85 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.126.0"
+version = "0.127.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index ccc9d7297..e5198f8e1 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.116.0"
+version = "0.117.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 7c60fd4a8..0b83ef2a3 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.129.0"
+version = "0.130.0"
authors.workspace = true
edition.workspace = true
license.workspace = true