From 997aa604dfd50c0f0ec6fd4db16b5034d2cfd726 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Tue, 19 Sep 2023 22:29:17 +0200 Subject: [PATCH] 1.37.0 (#20574) Co-authored-by: David Sherret --- .github/workflows/ci.generate.ts | 2 +- .github/workflows/ci.yml | 8 ++-- Cargo.lock | 46 ++++++++++---------- Cargo.toml | 44 +++++++++---------- Releases.md | 73 ++++++++++++++++++++++++++++++++ bench_util/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- cli/deno_std.rs | 2 +- cli/napi/sym/Cargo.toml | 2 +- ext/broadcast_channel/Cargo.toml | 2 +- ext/cache/Cargo.toml | 2 +- ext/console/Cargo.toml | 2 +- ext/crypto/Cargo.toml | 2 +- ext/fetch/Cargo.toml | 2 +- ext/ffi/Cargo.toml | 2 +- ext/fs/Cargo.toml | 2 +- ext/http/Cargo.toml | 2 +- ext/io/Cargo.toml | 2 +- ext/kv/Cargo.toml | 2 +- ext/napi/Cargo.toml | 2 +- ext/net/Cargo.toml | 2 +- ext/node/Cargo.toml | 2 +- ext/tls/Cargo.toml | 2 +- ext/url/Cargo.toml | 2 +- ext/web/Cargo.toml | 2 +- ext/webidl/Cargo.toml | 2 +- ext/websocket/Cargo.toml | 2 +- ext/webstorage/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 29 files changed, 147 insertions(+), 74 deletions(-) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 17122d39fd..6497fed3f0 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 2cc7845b59..9cf9bbe224 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 a4f734d2d9..edce029131 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 edd5977efe..1b0f92b80f 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 f963d98314..6eaa28fdda 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 4d87d9e90a..47252cdc42 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 92251e78b5..36dccab106 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 7f4f62c158..53eb88f5cc 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 649a274c6c..edb69eb47f 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 ed87c145cd..0c51676fe9 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 af72142d56..5eb84353c6 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 44d1ac91d4..6327404247 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 83a646145b..948532404a 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 8064724d6d..f000cc2361 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 3c90618089..5b2d089c28 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 20fcf7e9bc..73b3240bfc 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 4b0abc6bc8..b55f80423f 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 99351096be..b425760964 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 deaac4db07..5e6a15c8fe 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 df11e7f118..0170d1b539 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 fc61af6e1e..827217ce39 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 35d8a2de5c..6bde2c0f44 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 cbe5434a95..e91f42785e 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 8aa5a471db..35e4bb40a9 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 f0c7008af7..38bf213893 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 ee1c68d8ec..7bb79a2eab 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 2af6592ac6..73b4e9ba34 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 3eaac2e910..ae83d63bb3 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 6061166028..15b266fd1a 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