diff options
-rw-r--r-- | Cargo.lock | 50 | ||||
-rw-r--r-- | Cargo.toml | 48 | ||||
-rw-r--r-- | Releases.md | 59 | ||||
-rw-r--r-- | bench_util/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/Cargo.toml | 2 | ||||
-rw-r--r-- | cli/deno_std.rs | 2 | ||||
-rw-r--r-- | cli/napi/sym/Cargo.toml | 2 | ||||
-rw-r--r-- | core/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/broadcast_channel/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/cache/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/console/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/crypto/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/fetch/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/ffi/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/flash/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/http/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/napi/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/net/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/node/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/tls/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/url/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/web/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/webgpu/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/webidl/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/websocket/Cargo.toml | 2 | ||||
-rw-r--r-- | ext/webstorage/Cargo.toml | 2 | ||||
-rw-r--r-- | ops/Cargo.toml | 2 | ||||
-rw-r--r-- | runtime/Cargo.toml | 2 | ||||
-rw-r--r-- | serde_v8/Cargo.toml | 2 |
29 files changed, 134 insertions, 75 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a134aeb8..21808af5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -764,7 +764,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.28.3" +version = "1.29.0" dependencies = [ "atty", "base32", @@ -880,7 +880,7 @@ dependencies = [ [[package]] name = "deno_bench_util" -version = "0.74.0" +version = "0.75.0" dependencies = [ "bencher", "deno_core", @@ -890,7 +890,7 @@ dependencies = [ [[package]] name = "deno_broadcast_channel" -version = "0.74.0" +version = "0.75.0" dependencies = [ "async-trait", "deno_core", @@ -900,7 +900,7 @@ dependencies = [ [[package]] name = "deno_cache" -version = "0.12.0" +version = "0.13.0" dependencies = [ "async-trait", "deno_core", @@ -912,14 +912,14 @@ dependencies = [ [[package]] name = "deno_console" -version = "0.80.0" +version = "0.81.0" dependencies = [ "deno_core", ] [[package]] name = "deno_core" -version = "0.162.0" +version = "0.163.0" dependencies = [ "anyhow", "bytes", @@ -944,7 +944,7 @@ dependencies = [ [[package]] name = "deno_crypto" -version = "0.94.0" +version = "0.95.0" dependencies = [ "aes", "aes-gcm", @@ -1010,7 +1010,7 @@ dependencies = [ [[package]] name = "deno_fetch" -version = "0.103.0" +version = "0.104.0" dependencies = [ "bytes", "data-url", @@ -1027,7 +1027,7 @@ dependencies = [ [[package]] name = "deno_ffi" -version = "0.67.0" +version = "0.68.0" dependencies = [ "deno_core", "dlopen", @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "deno_flash" -version = "0.16.0" +version = "0.17.0" dependencies = [ "deno_core", "deno_tls", @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "deno_http" -version = "0.74.0" +version = "0.75.0" dependencies = [ "async-compression", "base64", @@ -1120,7 +1120,7 @@ dependencies = [ [[package]] name = "deno_napi" -version = "0.10.0" +version = "0.11.0" dependencies = [ "deno_core", "libloading", @@ -1128,7 +1128,7 @@ dependencies = [ [[package]] name = "deno_net" -version = "0.72.0" +version = "0.73.0" dependencies = [ "deno_core", "deno_tls", @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.17.0" +version = "0.18.0" dependencies = [ "deno_core", "once_cell", @@ -1153,7 +1153,7 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.40.0" +version = "0.41.0" dependencies = [ "once_cell", "pmutil", @@ -1169,7 +1169,7 @@ dependencies = [ [[package]] name = "deno_runtime" -version = "0.88.0" +version = "0.89.0" dependencies = [ "atty", "deno_broadcast_channel", @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "deno_tls" -version = "0.67.0" +version = "0.68.0" dependencies = [ "deno_core", "once_cell", @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.80.0" +version = "0.81.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.111.0" +version = "0.112.0" dependencies = [ "async-trait", "base64-simd", @@ -1278,7 +1278,7 @@ dependencies = [ [[package]] name = "deno_webgpu" -version = "0.81.0" +version = "0.82.0" dependencies = [ "deno_core", "serde", @@ -1289,14 +1289,14 @@ dependencies = [ [[package]] name = "deno_webidl" -version = "0.80.0" +version = "0.81.0" dependencies = [ "deno_core", ] [[package]] name = "deno_websocket" -version = "0.85.0" +version = "0.86.0" dependencies = [ "deno_core", "deno_tls", @@ -1310,7 +1310,7 @@ dependencies = [ [[package]] name = "deno_webstorage" -version = "0.75.0" +version = "0.76.0" dependencies = [ "deno_core", "deno_web", @@ -2824,7 +2824,7 @@ dependencies = [ [[package]] name = "napi_sym" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro2 1.0.47", "quote 1.0.21", @@ -3951,7 +3951,7 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.73.0" +version = "0.74.0" dependencies = [ "bencher", "bytes", diff --git a/Cargo.toml b/Cargo.toml index ae1d5e478..cd5e96b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,33 +43,33 @@ repository = "https://github.com/denoland/deno" v8 = { version = "0.60.0", default-features = false } deno_ast = { version = "0.21.0", features = ["transpiling"] } -deno_core = { version = "0.162.0", path = "./core" } -deno_ops = { version = "0.40.0", path = "./ops" } -serde_v8 = { version = "0.73.0", path = "./serde_v8" } -deno_runtime = { version = "0.88.0", path = "./runtime" } -napi_sym = { version = "0.10.0", path = "./cli/napi/sym" } -deno_bench_util = { version = "0.74.0", path = "./bench_util" } +deno_core = { version = "0.163.0", path = "./core" } +deno_ops = { version = "0.41.0", path = "./ops" } +serde_v8 = { version = "0.74.0", path = "./serde_v8" } +deno_runtime = { version = "0.89.0", path = "./runtime" } +napi_sym = { version = "0.11.0", path = "./cli/napi/sym" } +deno_bench_util = { version = "0.75.0", path = "./bench_util" } test_util = { path = "./test_util" } # exts -deno_broadcast_channel = { version = "0.74.0", path = "./ext/broadcast_channel" } -deno_cache = { version = "0.12.0", path = "./ext/cache" } -deno_console = { version = "0.80.0", path = "./ext/console" } -deno_crypto = { version = "0.94.0", path = "./ext/crypto" } -deno_fetch = { version = "0.103.0", path = "./ext/fetch" } -deno_ffi = { version = "0.67.0", path = "./ext/ffi" } -deno_flash = { version = "0.16.0", path = "./ext/flash" } -deno_http = { version = "0.74.0", path = "./ext/http" } -deno_net = { version = "0.72.0", path = "./ext/net" } -deno_node = { version = "0.17.0", path = "./ext/node" } -deno_tls = { version = "0.67.0", path = "./ext/tls" } -deno_url = { version = "0.80.0", path = "./ext/url" } -deno_web = { version = "0.111.0", path = "./ext/web" } -deno_webgpu = { version = "0.81.0", path = "./ext/webgpu" } -deno_webidl = { version = "0.80.0", path = "./ext/webidl" } -deno_websocket = { version = "0.85.0", path = "./ext/websocket" } -deno_webstorage = { version = "0.75.0", path = "./ext/webstorage" } -deno_napi = { version = "0.10.0", path = "./ext/napi" } +deno_broadcast_channel = { version = "0.75.0", path = "./ext/broadcast_channel" } +deno_cache = { version = "0.13.0", path = "./ext/cache" } +deno_console = { version = "0.81.0", path = "./ext/console" } +deno_crypto = { version = "0.95.0", path = "./ext/crypto" } +deno_fetch = { version = "0.104.0", path = "./ext/fetch" } +deno_ffi = { version = "0.68.0", path = "./ext/ffi" } +deno_flash = { version = "0.17.0", path = "./ext/flash" } +deno_http = { version = "0.75.0", path = "./ext/http" } +deno_net = { version = "0.73.0", path = "./ext/net" } +deno_node = { version = "0.18.0", path = "./ext/node" } +deno_tls = { version = "0.68.0", path = "./ext/tls" } +deno_url = { version = "0.81.0", path = "./ext/url" } +deno_web = { version = "0.112.0", path = "./ext/web" } +deno_webgpu = { version = "0.82.0", path = "./ext/webgpu" } +deno_webidl = { version = "0.81.0", path = "./ext/webidl" } +deno_websocket = { version = "0.86.0", path = "./ext/websocket" } +deno_webstorage = { version = "0.76.0", path = "./ext/webstorage" } +deno_napi = { version = "0.11.0", path = "./ext/napi" } anyhow = "1.0.57" async-trait = "0.1.51" diff --git a/Releases.md b/Releases.md index 5c734ef93..c673beb2e 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,65 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.29.0 / 2022.12.14 + +- feat(cli): support configuring the lock file in the config file (#16781) +- feat(cli): support deno bench in the config file (#16608) +- feat(ext/ffi): better type hints for Deno.dlopen (#16874) +- feat(flags): add `deno check --all` as new preferred alias for `--remote` + (#16702) +- feat(fmt): improve width calculation (#16982) +- feat(init): Generate deno.json by default (#16389) +- feat(init): Generate main_bench.ts by default (#16786) +- feat(init): Use jsonc for configuration file (#17002) +- feat(napi): improve napi coverage (#16198) +- feat(npm): add support for `NPM_CONFIG_REGISTRY` (#16980) +- feat(ops): Fast zero copy string arguments (#16777) +- feat(repl): run "deno repl" with no permissions (#16795) +- feat(repl): support npm packages (#16770) +- feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() + (#17003) +- feat: add `--inspect-wait` flag (#17001) +- feat: ignore `node_modules` and `.git` folders when collecting files + everywhere (#16862) +- feat: improve download progress bar (#16984) +- feat: support `createNew` in `Deno.writeFile` (#17023) +- feat: upgrade to TypeScript 4.9.3 (#16973) +- fix(cli/upgrade): properly cleanup after finished (#16930) +- fix(compile): ensure import map is used when specified in deno config file + (#16990) +- fix(ext/fetch): new Request should soft clone (#16869) +- fix(ext/websocket): Reland make try_send ops infallible (#16968) +- fix(fmt): panic in yaml header with multi-byte characters (#17042) +- fix(napi): respect --quiet flag in unimplemented warnings (#16935) +- fix(npm): ancestor that resolves peer dependency should not include self in id + (#16693) +- fix(npm): dependency types were sometimes not being resolved when package had + no types entry (#16958) +- fix(npm): support loose node semver ranges like `>= ^x.x.x` (#17037) +- fix(ops): disallow auto-borrowing OpState across potential await point + (#16952) +- fix(permissions): Allow ancestor path for --allow-ffi (#16765) +- fix(task): improve word parsing (#16911) +- fix(task): support redirects in pipe sequences (#16903) +- fix(test): handle scenario where --trace-ops would cause an unhandled promise + rejection (#16970) +- fix(test): improve how `--fail-fast` shuts down when hitting limit (#16956) +- fix(upgrade): respect the `--quiet` flag (#16888) +- fix(upgrade/windows): correct command in windows access denied message + (#17049) +- fix(upgrade/windows): show informative message on access denied error (#16887) +- fix(vendor): properly handle bare specifiers that start with http (#16885) +- fix(windows): support special key presses in raw mode (#16904) +- fix: always derive http client from cli flags (#17029) +- fix: default to `"inherit"` for `Deno.Command#spawn()`'s `stdout` & `stderr` + (#17025) +- fix: respect the `--quiet` flag in more cases (#16998) +- npm: ensure runtime exceptions are surfaced when debugger is attached (#16943) +- perf(ext/websocket): skip Events constructor checks (#16365) +- perf: use fast api for io read/write sync (#15863) +- unstable: remove Deno.spawn, Deno.spawnSync, Deno.spawnChild APIs (#16893) + ### 1.28.3 / 2022.12.01 - Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index a8be80cdd..75b157572 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.74.0" +version = "0.75.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c745c1369..7db690ac5 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.28.3" +version = "1.29.0" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/deno_std.rs b/cli/deno_std.rs index 2b114681d..874e75af5 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -5,7 +5,7 @@ use once_cell::sync::Lazy; // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.167.0/"; +static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.168.0/"; pub static CURRENT_STD_URL: Lazy<Url> = Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap()); diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index 3542df78c..32f76d377 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.10.0" +version = "0.11.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/core/Cargo.toml b/core/Cargo.toml index b3c97ce2b..77bb09052 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_core" -version = "0.162.0" +version = "0.163.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 00c6c8a3c..4ebc99bd3 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.74.0" +version = "0.75.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 06b1a04bb..8ce7b3906 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.12.0" +version = "0.13.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index f9eb072fd..2f15969da 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.80.0" +version = "0.81.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 2baaecdfc..d5e3010d1 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.94.0" +version = "0.95.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index dd41ad8c3..bf38f1f98 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.103.0" +version = "0.104.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index fdf260072..1a088c915 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.67.0" +version = "0.68.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml index bb7e70dac..faa2f31cb 100644 --- a/ext/flash/Cargo.toml +++ b/ext/flash/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_flash" -version = "0.16.0" +version = "0.17.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 1f09807b9..a3dae9fc4 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.74.0" +version = "0.75.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index 4f58c1931..78abd1918 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.10.0" +version = "0.11.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 7d917f78a..bb9095e8a 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.72.0" +version = "0.73.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index ae1d8cdc2..6df21a47d 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.17.0" +version = "0.18.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index b387165d4..cb7ed3d3b 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.67.0" +version = "0.68.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 5408c2452..f0cbb3fd6 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.80.0" +version = "0.81.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 319ad11a3..fd75432db 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.111.0" +version = "0.112.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index 6f258fecf..5b12344ef 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webgpu" -version = "0.81.0" +version = "0.82.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index 1677af645..5ccdf1f29 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.80.0" +version = "0.81.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 9e03a3a43..1ba69c194 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.85.0" +version = "0.86.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 393e6738c..aa57d8f0e 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.75.0" +version = "0.76.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ops/Cargo.toml b/ops/Cargo.toml index 3f1bd51b2..677e6ce22 100644 --- a/ops/Cargo.toml +++ b/ops/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ops" -version = "0.40.0" +version = "0.41.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a62259a1a..4722aefbb 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.88.0" +version = "0.89.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml index 2e412130e..1a96340dc 100644 --- a/serde_v8/Cargo.toml +++ b/serde_v8/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "serde_v8" -version = "0.73.0" +version = "0.74.0" authors.workspace = true edition.workspace = true license.workspace = true |