summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2024-01-25 11:48:50 +0900
committerGitHub <noreply@github.com>2024-01-25 03:48:50 +0100
commit9e575a286269c38c1af0a918a2a4ea4639a3004b (patch)
treec7aef46ede5f6ca2546221257b81e5d4db2b098e
parent174bb70eda6bd3eea48c9fcd240041a62749eab6 (diff)
1.40.0 (#22096)
Bumped versions for 1.40.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.lock52
-rw-r--r--Cargo.toml50
-rw-r--r--Releases.md61
-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/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
32 files changed, 144 insertions, 83 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 852b16601..300db8967 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 = 69;
+const cacheVersion = 70;
const ubuntuRunner = "ubuntu-22.04";
const ubuntuXlRunner = "ubuntu-22.04-xl";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cc17906a4..14325eda0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -330,8 +330,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '69-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '69-cargo-home-${{ matrix.os }}'
+ key: '70-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '70-cargo-home-${{ matrix.os }}'
if: '!(matrix.skip)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
@@ -343,7 +343,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '69-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '70-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
@@ -640,7 +640,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '69-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '70-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 a282272c3..a5c5f0aba 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -964,7 +964,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.39.4"
+version = "1.40.0"
dependencies = [
"async-trait",
"base32",
@@ -1110,7 +1110,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.126.0"
+version = "0.127.0"
dependencies = [
"bencher",
"deno_core",
@@ -1120,7 +1120,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.126.0"
+version = "0.127.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1130,7 +1130,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.64.0"
+version = "0.65.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "deno_canvas"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"deno_core",
"deno_webgpu",
@@ -1189,7 +1189,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.132.0"
+version = "0.133.0"
dependencies = [
"deno_core",
]
@@ -1226,7 +1226,7 @@ dependencies = [
[[package]]
name = "deno_cron"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1239,7 +1239,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.146.0"
+version = "0.147.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1322,7 +1322,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.156.0"
+version = "0.157.0"
dependencies = [
"bytes",
"data-url",
@@ -1340,7 +1340,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"deno_core",
"dlopen2",
@@ -1356,7 +1356,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.42.0"
+version = "0.43.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1400,7 +1400,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.129.0"
+version = "0.130.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1439,7 +1439,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.42.0"
+version = "0.43.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1452,7 +1452,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1524,7 +1524,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.62.0"
+version = "0.63.0"
dependencies = [
"deno_core",
"libloading 0.7.4",
@@ -1545,7 +1545,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.124.0"
+version = "0.125.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1562,7 +1562,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.69.0"
+version = "0.70.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1661,7 +1661,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.140.0"
+version = "0.141.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1754,7 +1754,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"deno_core",
"deno_native_certs",
@@ -1786,7 +1786,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.132.0"
+version = "0.133.0"
dependencies = [
"deno_bench_util",
"deno_console",
@@ -1798,7 +1798,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.163.0"
+version = "0.164.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1819,7 +1819,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.99.0"
+version = "0.100.0"
dependencies = [
"deno_core",
"raw-window-handle",
@@ -1832,7 +1832,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.132.0"
+version = "0.133.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1840,7 +1840,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.137.0"
+version = "0.138.0"
dependencies = [
"bytes",
"deno_core",
@@ -1860,7 +1860,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.127.0"
+version = "0.128.0"
dependencies = [
"deno_core",
"deno_web",
@@ -3848,7 +3848,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.62.0"
+version = "0.63.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index 48137ad07..2136b6ca7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,9 +44,9 @@ repository = "https://github.com/denoland/deno"
deno_ast = { version = "0.32.0", features = ["transpiling"] }
deno_core = { version = "0.249.0" }
-deno_runtime = { version = "0.140.0", path = "./runtime" }
-napi_sym = { version = "0.62.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.126.0", path = "./bench_util" }
+deno_runtime = { version = "0.141.0", path = "./runtime" }
+napi_sym = { version = "0.63.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.127.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.18.0"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
@@ -57,28 +57,28 @@ denokv_sqlite = { default-features = false, version = "0.5.0" }
denokv_remote = "0.5.0"
# exts
-deno_broadcast_channel = { version = "0.126.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.64.0", path = "./ext/cache" }
-deno_canvas = { version = "0.1.0", path = "./ext/canvas" }
-deno_console = { version = "0.132.0", path = "./ext/console" }
-deno_cron = { version = "0.12.0", path = "./ext/cron" }
-deno_crypto = { version = "0.146.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.156.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.119.0", path = "./ext/ffi" }
-deno_fs = { version = "0.42.0", path = "./ext/fs" }
-deno_http = { version = "0.129.0", path = "./ext/http" }
-deno_io = { version = "0.42.0", path = "./ext/io" }
-deno_net = { version = "0.124.0", path = "./ext/net" }
-deno_node = { version = "0.69.0", path = "./ext/node" }
-deno_kv = { version = "0.40.0", path = "./ext/kv" }
-deno_tls = { version = "0.119.0", path = "./ext/tls" }
-deno_url = { version = "0.132.0", path = "./ext/url" }
-deno_web = { version = "0.163.0", path = "./ext/web" }
-deno_webgpu = { version = "0.99.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.132.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.137.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.127.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.62.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.127.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.65.0", path = "./ext/cache" }
+deno_canvas = { version = "0.2.0", path = "./ext/canvas" }
+deno_console = { version = "0.133.0", path = "./ext/console" }
+deno_cron = { version = "0.13.0", path = "./ext/cron" }
+deno_crypto = { version = "0.147.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.157.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.120.0", path = "./ext/ffi" }
+deno_fs = { version = "0.43.0", path = "./ext/fs" }
+deno_http = { version = "0.130.0", path = "./ext/http" }
+deno_io = { version = "0.43.0", path = "./ext/io" }
+deno_net = { version = "0.125.0", path = "./ext/net" }
+deno_node = { version = "0.70.0", path = "./ext/node" }
+deno_kv = { version = "0.41.0", path = "./ext/kv" }
+deno_tls = { version = "0.120.0", path = "./ext/tls" }
+deno_url = { version = "0.133.0", path = "./ext/url" }
+deno_web = { version = "0.164.0", path = "./ext/web" }
+deno_webgpu = { version = "0.100.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.133.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.138.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.128.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.63.0", path = "./ext/napi" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index 8824f9825..a6a970500 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,67 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.40.0 / 2024.01.25
+
+- feat(unstable): remove `Deno.cron()` overload (#22035)
+- feat: improved diagnostics printing (#22049)
+- feat(jupyter): don't require --unstable flag (#21963)
+- feat(lockfile): track JSR and npm dependencies in config file (#22004)
+- feat(lsp): include scope uri in "deno/didChangeDenoConfiguration" (#22002)
+- feat(lsp): send "deno/didChangeDenoConfiguration" on init (#21965)
+- feat(publish): error on invalid external imports (#22088)
+- feat(publish): exclude and include (#22055)
+- feat(publish): give diagnostic on invalid package files (#22082)
+- feat(unstable): add Temporal API support (#21738)
+- feat(unstable): remove Deno.upgradeHttp API (#21856)
+- feat(web): ImageBitmap (#21898)
+- feat: "rejectionhandled" Web event and "rejectionHandled" Node event (#21875)
+- feat: Expand 'imports' section of deno.json (#22087)
+- feat: Stabilize Deno.connect for 'unix' transport (#21937)
+- feat: Stabilize Deno.listen for 'unix' transport (#21938)
+- feat: TC39 decorator proposal support (#22040)
+- feat: `Deno.FsFile.dataSync()` and `Deno.FsFile.dataSyncSync()` (#22019)
+- feat: `Deno.FsFile.{utime,utimeSync}()` and deprecate
+ `Deno.{futime,futimeSync}` (#22070)
+- feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()`
+ (#22011)
+- feat: `FsFile.sync()` and `FsFile.syncSync()` (#22017)
+- feat: deprecate `Deno.serveHttp` API (#21874)
+- feat: deprecate `Deno.FsFile` constructor and `Deno.FsFile.rid` (#22072)
+- feat: deprecate `Deno.FsWatcher.rid` (#22074)
+- feat: deprecate `Deno.Listener.rid` (#22076)
+- feat: deprecate `Deno.close()` (#22066)
+- feat: deprecate `Deno.fstat()` and `Deno.fstatSync()` (#22068)
+- feat: deprecate `Deno.ftruncate()` and `Deno.ftruncateSync()` (#22069)
+- feat: deprecate `Deno.read()` and `Deno.readSync()` (#22063)
+- feat: deprecate `Deno.resources()` (#22059)
+- feat: deprecate `Deno.seek()` and `Deno.seekSync()` (#22065)
+- feat: deprecate `Deno.shutdown()` (#22067)
+- feat: deprecate `Deno.write()` and `Deno.writeSync()` (#22064)
+- feat: deprecate `Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid` (#22077)
+- feat: deprecate `Deno.{stdin,stdout,stderr}.rid` (#22073)
+- feat: deprecate `window` global (#22057)
+- feat: import.meta.filename and import.meta.dirname (#22061)
+- feat: remove conditional unstable type-checking (#21825)
+- feat: stabilize Deno.Conn.ref/unref (#21890)
+- feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)
+- feat: warn when using --unstable, prefer granular flags (#21452)
+- feat: External webgpu surfaces / BYOW (#21835)
+- fix(BREAKING): remove dead `--prompt` flag (#22038)
+- fix(ext/cron): automatically override unspecified values (#22042)
+- fix(ext/node): fix no arg call of fs.promises.readFile (#22030)
+- fix(info): return proper exit code on error (#21952)
+- fix(lsp): improved npm specifier to import map entry mapping (#22016)
+- fix(lsp): regression - formatting was broken on windows (#21972)
+- fix(node): remove use of non existing `FunctionPrototypeApply` primordial
+ (#21986)
+- fix(node): update `req.socket` on WS upgrade (#21984)
+- fix(node): use `cppgc` for managing X509Certificate (#21999)
+- fix(node/fs): promises not exporting fs constants (#21997)
+- fix(node/http): remoteAddress and remotePort not being set (#21998)
+- fix(types): align global deno worker type with deno.worker/webworker one
+ (#21936)
+
### 1.39.4 / 2024.01.13
- fix(config): regression - handle relative patterns with leading dot slash
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 44cdf8ad3..27fb043e9 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.126.0"
+version = "0.127.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a8cebdbb0..421457457 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.39.4"
+version = "1.40.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index c91537401..f756067a7 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.212.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.213.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index c0a9a5b68..d7ddf30e6 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.62.0"
+version = "0.63.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 f6bbe902c..a7d65d587 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.126.0"
+version = "0.127.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index de3e39653..c3643e384 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.64.0"
+version = "0.65.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/canvas/Cargo.toml b/ext/canvas/Cargo.toml
index de5372d0c..2fdcfa2c2 100644
--- a/ext/canvas/Cargo.toml
+++ b/ext/canvas/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_canvas"
-version = "0.1.0"
+version = "0.2.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 0b62f45d1..cacf87994 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.132.0"
+version = "0.133.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cron/Cargo.toml b/ext/cron/Cargo.toml
index faad1386a..89de63731 100644
--- a/ext/cron/Cargo.toml
+++ b/ext/cron/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cron"
-version = "0.12.0"
+version = "0.13.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 7a35d39b2..7a788f07d 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.146.0"
+version = "0.147.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 10c223674..d212ff949 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.156.0"
+version = "0.157.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 37e93abf6..cc999b0e6 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.119.0"
+version = "0.120.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 1cdd2d613..f42e175fb 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.42.0"
+version = "0.43.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 0fb239e7c..04198eb3f 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.129.0"
+version = "0.130.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 0b6b918c1..974ecb36e 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.42.0"
+version = "0.43.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index f92571e66..c16b4d0e6 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.40.0"
+version = "0.41.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 474e9283b..496173989 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.62.0"
+version = "0.63.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index d8fc1485a..1fccac25d 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.124.0"
+version = "0.125.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 794f1cf4c..5a11a2e88 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.69.0"
+version = "0.70.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 6514f3c27..6f68e81b7 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.119.0"
+version = "0.120.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 4a238e96a..41fb68805 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.132.0"
+version = "0.133.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 53d9c647b..b90ce3c9b 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.163.0"
+version = "0.164.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index bdc7bb306..add331330 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.99.0"
+version = "0.100.0"
authors = ["the Deno authors"]
edition.workspace = true
license = "MIT"
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 85f75637c..5b6bce709 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.132.0"
+version = "0.133.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 8b9d34d41..03ae51379 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.137.0"
+version = "0.138.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 0f0f669a3..d63a23d9b 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.127.0"
+version = "0.128.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index c3bcfb9bf..f33028a26 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.140.0"
+version = "0.141.0"
authors.workspace = true
edition.workspace = true
license.workspace = true