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.lock46
-rw-r--r--Cargo.toml44
-rw-r--r--Releases.md73
-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/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
29 files changed, 147 insertions, 74 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 17122d39f..6497fed3f 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 = 52;
+const cacheVersion = 53;
const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2cc7845b5..9cf9bbe22 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -315,8 +315,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '52-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '52-cargo-home-${{ matrix.os }}'
+ key: '53-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '53-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: '52-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '53-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
@@ -616,7 +616,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '52-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '53-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 a4f734d2d..edce02913 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -980,7 +980,7 @@ dependencies = [
[[package]]
name = "deno"
-version = "1.36.4"
+version = "1.37.0"
dependencies = [
"async-trait",
"base32",
@@ -1141,7 +1141,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.112.0"
+version = "0.113.0"
dependencies = [
"bencher",
"deno_core",
@@ -1151,7 +1151,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.112.0"
+version = "0.113.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.50.0"
+version = "0.51.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1210,7 +1210,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.118.0"
+version = "0.119.0"
dependencies = [
"deno_core",
]
@@ -1244,7 +1244,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.132.0"
+version = "0.133.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1313,7 +1313,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.142.0"
+version = "0.143.0"
dependencies = [
"bytes",
"data-url",
@@ -1329,7 +1329,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.105.0"
+version = "0.106.0"
dependencies = [
"deno_core",
"dlopen",
@@ -1345,7 +1345,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.28.0"
+version = "0.29.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1386,7 +1386,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.113.0"
+version = "0.114.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1422,7 +1422,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.28.0"
+version = "0.29.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1435,7 +1435,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.26.0"
+version = "0.27.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1501,7 +1501,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.48.0"
+version = "0.49.0"
dependencies = [
"deno_core",
"libloading",
@@ -1509,7 +1509,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.110.0"
+version = "0.111.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1525,7 +1525,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.55.0"
+version = "0.56.0"
dependencies = [
"aead-gcm-stream",
"aes",
@@ -1626,7 +1626,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.126.0"
+version = "0.127.0"
dependencies = [
"console_static_text",
"deno_ast",
@@ -1723,7 +1723,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.105.0"
+version = "0.106.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1755,7 +1755,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.118.0"
+version = "0.119.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1766,7 +1766,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.149.0"
+version = "0.150.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1787,7 +1787,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.118.0"
+version = "0.119.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1795,7 +1795,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.123.0"
+version = "0.124.0"
dependencies = [
"bytes",
"deno_core",
@@ -1812,7 +1812,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.113.0"
+version = "0.114.0"
dependencies = [
"deno_core",
"deno_web",
@@ -3411,7 +3411,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.48.0"
+version = "0.49.0"
dependencies = [
"proc-macro2 1.0.67",
"quote 1.0.33",
diff --git a/Cargo.toml b/Cargo.toml
index edd5977ef..1b0f92b80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,9 @@ deno_ast = { version = "0.29.3", features = ["transpiling"] }
deno_core = { version = "0.214.0" }
-deno_runtime = { version = "0.126.0", path = "./runtime" }
-napi_sym = { version = "0.48.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.112.0", path = "./bench_util" }
+deno_runtime = { version = "0.127.0", path = "./runtime" }
+napi_sym = { version = "0.49.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.113.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.17.1"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
@@ -52,25 +52,25 @@ deno_npm = "0.15.1"
deno_semver = "0.5.0"
# exts
-deno_broadcast_channel = { version = "0.112.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.50.0", path = "./ext/cache" }
-deno_console = { version = "0.118.0", path = "./ext/console" }
-deno_crypto = { version = "0.132.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.142.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.105.0", path = "./ext/ffi" }
-deno_fs = { version = "0.28.0", path = "./ext/fs" }
-deno_http = { version = "0.113.0", path = "./ext/http" }
-deno_io = { version = "0.28.0", path = "./ext/io" }
-deno_net = { version = "0.110.0", path = "./ext/net" }
-deno_node = { version = "0.55.0", path = "./ext/node" }
-deno_kv = { version = "0.26.0", path = "./ext/kv" }
-deno_tls = { version = "0.105.0", path = "./ext/tls" }
-deno_url = { version = "0.118.0", path = "./ext/url" }
-deno_web = { version = "0.149.0", path = "./ext/web" }
-deno_webidl = { version = "0.118.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.123.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.113.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.48.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.113.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.51.0", path = "./ext/cache" }
+deno_console = { version = "0.119.0", path = "./ext/console" }
+deno_crypto = { version = "0.133.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.143.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.106.0", path = "./ext/ffi" }
+deno_fs = { version = "0.29.0", path = "./ext/fs" }
+deno_http = { version = "0.114.0", path = "./ext/http" }
+deno_io = { version = "0.29.0", path = "./ext/io" }
+deno_net = { version = "0.111.0", path = "./ext/net" }
+deno_node = { version = "0.56.0", path = "./ext/node" }
+deno_kv = { version = "0.27.0", path = "./ext/kv" }
+deno_tls = { version = "0.106.0", path = "./ext/tls" }
+deno_url = { version = "0.119.0", path = "./ext/url" }
+deno_web = { version = "0.150.0", path = "./ext/web" }
+deno_webidl = { version = "0.119.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.124.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.114.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.49.0", path = "./ext/napi" }
aes = "=0.8.3"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index f963d9831..6eaa28fdd 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,79 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.37.0 / 2023.09.19
+
+- feat: Add "deno jupyter" subcommand (#20337, #20552, #20530, #20537, #20546)
+- feat(test): add TAP test reporter (#14390, #20073)
+- feat(ext/node): http2.connect() API (#19671)
+- feat(ext/web): Add name to `Deno.customInspect` of File objects (#20415)
+- feat(lint): `--rules` print all rules (#20256)
+- feat(lockfile): add redirects to the lockfile (#20262)
+- feat(lsp): WorkspaceSettings::disablePaths (#20475)
+- feat(lsp): enable via config file detection (#20334, #20349)
+- feat(lsp): include source in auto import completion label (#20523)
+- feat(lsp): npm specifier completions (#20121)
+- feat(lsp): provide the deno.cache command server-side (#20111)
+- feat(lsp): update imports on file rename (#20245)
+- feat(test): Add Deno.test.ignore and Deno.test.only (#20365)
+- feat(unstable): package manager (#20517)
+- feat: TypeScript 5.2 (#20425)
+- feat: explicit resource management in TypeScript (#20506)
+- feat: lockfile v3 (#20424)
+- feat: support import attributes (#20342)
+- fix(cli): ensure that an exception in getOwnPropertyDescriptor('constructor')
+ doesn't break Deno.inspect (#20568)
+- fix(cli): for main-module that exists in package.json, use the version defined
+ in package.json directly (#20328)
+- fix(compile): support providing flags as args (#20422)
+- fix(evt/kv): Add serde feature to uuid (#20350)
+- fix(ext/crypto): remove EdDSA alg key checks and export (#20331)
+- fix(ext/http): create a graceful shutdown API (#20387)
+- fix(ext/http): ensure aborted bodies throw (#20503)
+- fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
+- fix(ext/kv): same `expireIn` should generate same `expireAt` (#20396)
+- fix(ext/node): implement AES GCM cipher (#20368)
+- fix(ext/node): remove unnecessary and incorrect type priority_t (#20276)
+- fix(ext/node/ops/zlib/brotli): Allow decompressing more than 4096 bytes
+ (#20301)
+- fix(fmt/markdown): improve ignore comment handling (#20421)
+- fix(init): skip existing files instead of erroring (#20434)
+- fix(lsp): always enable semantic tokens responses (#20440)
+- fix(lsp): force correct media type detection from tsc (#20562)
+- fix(lsp): include JSON modules in local import completions (#20536)
+- fix(lsp): match enable_paths by whole path components (#20470)
+- fix(lsp): pass quote preference to tsc (#20547)
+- fix(lsp): prefer local auto-import specifiers (#20539)
+- fix(lsp): properly handle disabled configuration requests (#20358)
+- fix(lsp): recreate npm search cache when cache path changes (#20327)
+- fix(lsp): refresh npm completions on each character (#20565)
+- fix(lsp): respect configured exclusions for testing APIs (#20427)
+- fix(lsp): restore tsc's quick fix ordering (#20545)
+- fix(lsp): sort quickfix actions (#17221)
+- fix(node): Bump hardcoded version to latest (#20366)
+- fix(node/child_process): don't crash on undefined/null value of an env var
+ (#20378)
+- fix(node/http): correctly send `Content-length` header instead of
+ `Transfer-Encoding: chunked` (#20127)
+- fix(npm): properly handle legacy shasum of package (#20557)
+- fix(runtime/permissions): Resolve executable specifiers in allowlists and
+ queries (#14130)
+- fix(test): apply filter before checking for "only" (#20389)
+- fix(test): share fail fast tracker between threads (#20515)
+- fix: `Deno.Command` - improve error message when `cwd` is not a directory
+ (#20460)
+- fix: don't show filtered test suites as running (#20385)
+- fix: empty include in config file excludes all (#20404)
+- fix: exclude internal JS files from coverage (#20448)
+- fix: init v8 platform once on main thread (#20495)
+- fix: output traces for op sanitizer in more cases (#20494)
+- perf(ext/http): optimize `set_response` for small responses (#20527)
+- perf(ext/node): Optimise Buffer string operations (#20158)
+- perf(ext/streams): optimize async iterator (#20541)
+- perf(node/net): optimize socket reads for 'npm:ws' package (#20449)
+- perf: improve async op santizer speed and accuracy (#20501)
+- perf: make `deno test` 10x faster (#20550)
+
### 1.36.4 / 2023.09.01
- feat(ext/kv): connect to remote database (#20178)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 4d87d9e90..47252cdc4 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.112.0"
+version = "0.113.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 92251e78b..36dccab10 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.36.4"
+version = "1.37.0"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 7f4f62c15..53eb88f5c 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.201.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.202.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index 649a274c6..edb69eb47 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.48.0"
+version = "0.49.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 ed87c145c..0c51676fe 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.112.0"
+version = "0.113.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index af72142d5..5eb84353c 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.50.0"
+version = "0.51.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 44d1ac91d..632740424 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.118.0"
+version = "0.119.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 83a646145..948532404 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.132.0"
+version = "0.133.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 8064724d6..f000cc236 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.142.0"
+version = "0.143.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 3c9061808..5b2d089c2 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.105.0"
+version = "0.106.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 20fcf7e9b..73b3240bf 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.28.0"
+version = "0.29.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index 4b0abc6bc..b55f80423 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.113.0"
+version = "0.114.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 99351096b..b42576096 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.28.0"
+version = "0.29.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index deaac4db0..5e6a15c8f 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.26.0"
+version = "0.27.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index df11e7f11..0170d1b53 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.48.0"
+version = "0.49.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index fc61af6e1..827217ce3 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.110.0"
+version = "0.111.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 35d8a2de5..6bde2c0f4 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.55.0"
+version = "0.56.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index cbe5434a9..e91f42785 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.105.0"
+version = "0.106.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 8aa5a471d..35e4bb40a 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.118.0"
+version = "0.119.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index f0c7008af..38bf21389 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.149.0"
+version = "0.150.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index ee1c68d8e..7bb79a2ea 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.118.0"
+version = "0.119.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 2af6592ac..73b4e9ba3 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.123.0"
+version = "0.124.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 3eaac2e91..ae83d63bb 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.113.0"
+version = "0.114.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 606116602..15b266fd1 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.126.0"
+version = "0.127.0"
authors.workspace = true
edition.workspace = true
license.workspace = true