Skip to content

Commit

Permalink
chore: merge v1.16.3 into main (denoland#12892)
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus authored Nov 24, 2021
1 parent adc5974 commit c6f3493
Show file tree
Hide file tree
Showing 27 changed files with 140 additions and 120 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install

### 1.16.3 / 2021.11.24

- fix(cli): config file should resolve paths relative to the config file
(#12867)
- fix(cli): don't cache .tsbuildinfo unless emitting (#12830)
- fix(cli/compile): skip bundling for pre-bundled code (#12687)
- fix(core): don't panic when evaluating module after termination (#12833)
- fix(core): keep event loop alive if there are ticks scheduled (#12814)
- fix(ext/crypto): don't panic on decryption failure (#12840)
- fix(ext/fetch): HTTP/1.x header case got discarded on the wire (#12837)
- fix(fmt): markdown formatting was incorrectly removing some non-breaking space
html entities (#12818)
- fix(lsp): lsp should respect include/exclude files in format config (#12876)
- fix(lsp): normalize urls in did_change_watched_files (#12873)
- fix(lsp): tag deprecated diagnostics properly (#12801)
- fix(lsp): use lint exclude files list from the config file (#12825)
- fix(runtime): support "other" event type in FSWatcher (#12836)
- fix(runtime): support reading /proc using readFile (#12839)
- fix(test): do not throw on error.errors.map (#12810)

### 1.16.2 / 2021.11.17

- feat(unstable/test): include test step pass/fail/ignore counts in final report
Expand Down
4 changes: 2 additions & 2 deletions bench_util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_bench_util"
version = "0.20.0"
version = "0.21.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ description = "Bench and profiling utilities for deno crates"

[dependencies]
bencher = "0.1"
deno_core = { version = "0.108.0", path = "../core" }
deno_core = { version = "0.109.0", path = "../core" }
tokio = { version = "1.10.1", features = ["full"] }

[[bench]]
Expand Down
30 changes: 15 additions & 15 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno"
version = "1.16.2"
version = "1.16.3"
authors = ["the Deno authors"]
default-run = "deno"
edition = "2021"
Expand All @@ -20,17 +20,17 @@ harness = false
path = "./bench/main.rs"

[build-dependencies]
deno_broadcast_channel = { version = "0.20.0", path = "../ext/broadcast_channel" }
deno_console = { version = "0.26.0", path = "../ext/console" }
deno_core = { version = "0.108.0", path = "../core" }
deno_crypto = { version = "0.40.0", path = "../ext/crypto" }
deno_fetch = { version = "0.49.0", path = "../ext/fetch" }
deno_net = { version = "0.18.0", path = "../ext/net" }
deno_url = { version = "0.26.0", path = "../ext/url" }
deno_web = { version = "0.57.0", path = "../ext/web" }
deno_webgpu = { version = "0.27.0", path = "../ext/webgpu" }
deno_websocket = { version = "0.31.0", path = "../ext/websocket" }
deno_webstorage = { version = "0.21.0", path = "../ext/webstorage" }
deno_broadcast_channel = { version = "0.21.0", path = "../ext/broadcast_channel" }
deno_console = { version = "0.27.0", path = "../ext/console" }
deno_core = { version = "0.109.0", path = "../core" }
deno_crypto = { version = "0.41.0", path = "../ext/crypto" }
deno_fetch = { version = "0.50.0", path = "../ext/fetch" }
deno_net = { version = "0.19.0", path = "../ext/net" }
deno_url = { version = "0.27.0", path = "../ext/url" }
deno_web = { version = "0.58.0", path = "../ext/web" }
deno_webgpu = { version = "0.28.0", path = "../ext/webgpu" }
deno_websocket = { version = "0.32.0", path = "../ext/websocket" }
deno_webstorage = { version = "0.22.0", path = "../ext/webstorage" }
regex = "1.5.4"
serde = { version = "1.0.129", features = ["derive"] }

Expand All @@ -40,12 +40,12 @@ winres = "0.1.11"

[dependencies]
deno_ast = { version = "0.5.0", features = ["bundler", "codegen", "dep_graph", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "view", "visit"] }
deno_core = { version = "0.108.0", path = "../core" }
deno_core = { version = "0.109.0", path = "../core" }
deno_doc = "0.21.0"
deno_graph = "0.12.0"
deno_lint = { version = "0.19.0", features = ["docs"] }
deno_runtime = { version = "0.34.0", path = "../runtime" }
deno_tls = { version = "0.13.0", path = "../ext/tls" }
deno_runtime = { version = "0.35.0", path = "../runtime" }
deno_tls = { version = "0.14.0", path = "../ext/tls" }

atty = "0.2.14"
base64 = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/compat/esm_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ mod tests {
let cwd = testdir("basic");
let main = Url::from_file_path(cwd.join("main.js")).unwrap();
let expected =
Url::parse("https://deno.land/std@0.115.0/node/http.ts").unwrap();
Url::parse("https://deno.land/std@0.116.0/node/http.ts").unwrap();

let actual = node_resolve("http", main.as_str(), &cwd).unwrap();
println!("actual {}", actual);
Expand Down
2 changes: 1 addition & 1 deletion cli/compat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub(crate) use esm_resolver::NodeEsmResolver;
// each release, a better mechanism is preferable, but it's a quick and dirty
// solution to avoid printing `X-Deno-Warning` headers when the compat layer is
// downloaded
static STD_URL_STR: &str = "https://deno.land/std@0.115.0/";
static STD_URL_STR: &str = "https://deno.land/std@0.116.0/";

static SUPPORTED_MODULES: &[&str] = &[
"assert",
Expand Down
2 changes: 1 addition & 1 deletion cli/tests/testdata/compat/import_map.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": {
"std/": "https://deno.land/std@0.115.0/"
"std/": "https://deno.land/std@0.116.0/"
}
}
2 changes: 1 addition & 1 deletion cli/tests/testdata/compat/import_map_https_imports.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { sortBy } from "std/collections/sort_by.ts";
import { findSingle } from "https://deno.land/std@0.115.0/collections/find_single.ts";
import { findSingle } from "https://deno.land/std@0.116.0/collections/find_single.ts";
import os from "node:os";

console.log(sortBy([2, 3, 1], (it) => it));
Expand Down
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "deno_core"
version = "0.108.0"
version = "0.109.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -24,7 +24,7 @@ parking_lot = "0.11.1"
pin-project = "1.0.7"
serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.66", features = ["preserve_order"] }
serde_v8 = { version = "0.19.0", path = "../serde_v8" }
serde_v8 = { version = "0.20.0", path = "../serde_v8" }
url = { version = "2.2.2", features = ["serde"] }
v8 = "0.35.0"

Expand Down
4 changes: 2 additions & 2 deletions ext/broadcast_channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_broadcast_channel"
version = "0.20.0"
version = "0.21.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -15,6 +15,6 @@ path = "lib.rs"

[dependencies]
async-trait = "0.1"
deno_core = { version = "0.108.0", path = "../../core" }
deno_core = { version = "0.109.0", path = "../../core" }
tokio = { version = "1.10.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }
4 changes: 2 additions & 2 deletions ext/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_console"
version = "0.26.0"
version = "0.27.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -14,4 +14,4 @@ description = "Implementation of Console API for Deno"
path = "lib.rs"

[dependencies]
deno_core = { version = "0.108.0", path = "../../core" }
deno_core = { version = "0.109.0", path = "../../core" }
6 changes: 3 additions & 3 deletions ext/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_crypto"
version = "0.40.0"
version = "0.41.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
aes = "0.7.5"
block-modes = "0.8.1"
deno_core = { version = "0.108.0", path = "../../core" }
deno_web = { version = "0.57.0", path = "../web" }
deno_core = { version = "0.109.0", path = "../../core" }
deno_web = { version = "0.58.0", path = "../web" }
elliptic-curve = "0.10.6"
lazy_static = "1.4.0"
num-traits = "0.2.14"
Expand Down
6 changes: 3 additions & 3 deletions ext/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_fetch"
version = "0.49.0"
version = "0.50.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
Expand All @@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
bytes = "1.1.0"
data-url = "0.1.0"
deno_core = { version = "0.108.0", path = "../../core" }
deno_tls = { version = "0.13.0", path = "../tls" }
deno_core = { version = "0.109.0", path = "../../core" }
deno_tls = { version = "0.14.0", path = "../tls" }
http = "0.2.4"
reqwest = { version = "0.11.4", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli"] }
serde = { version = "1.0.129", features = ["derive"] }
Expand Down
Loading

0 comments on commit c6f3493

Please sign in to comment.