Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.31.3 #18220

Merged
merged 4 commits into from
Mar 16, 2023
Merged

1.31.3 #18220

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.lock

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

54 changes: 27 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,36 +46,36 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.64.0", default-features = false }
deno_ast = { version = "0.24.0", features = ["transpiling"] }

deno_core = { version = "0.174.0", path = "./core" }
deno_ops = { version = "0.52.0", path = "./ops" }
serde_v8 = { version = "0.85.0", path = "./serde_v8" }
deno_runtime = { version = "0.100.0", path = "./runtime" }
napi_sym = { version = "0.22.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.86.0", path = "./bench_util" }
deno_core = { version = "0.175.0", path = "./core" }
deno_ops = { version = "0.53.0", path = "./ops" }
serde_v8 = { version = "0.86.0", path = "./serde_v8" }
deno_runtime = { version = "0.101.0", path = "./runtime" }
napi_sym = { version = "0.23.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.87.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = { version = "0.8.0", path = "./lockfile" }
deno_lockfile = { version = "0.9.0", path = "./lockfile" }

# exts
deno_broadcast_channel = { version = "0.86.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.24.0", path = "./ext/cache" }
deno_console = { version = "0.92.0", path = "./ext/console" }
deno_crypto = { version = "0.106.0", path = "./ext/crypto" }
deno_fetch = { version = "0.116.0", path = "./ext/fetch" }
deno_ffi = { version = "0.79.0", path = "./ext/ffi" }
deno_flash = { version = "0.28.0", path = "./ext/flash" }
deno_fs = { version = "0.2.0", path = "./ext/fs" }
deno_http = { version = "0.87.0", path = "./ext/http" }
deno_io = { version = "0.2.0", path = "./ext/io" }
deno_net = { version = "0.84.0", path = "./ext/net" }
deno_node = { version = "0.29.0", path = "./ext/node" }
deno_tls = { version = "0.79.0", path = "./ext/tls" }
deno_url = { version = "0.92.0", path = "./ext/url" }
deno_web = { version = "0.123.0", path = "./ext/web" }
deno_webgpu = { version = "0.93.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.92.0", path = "./ext/webidl" }
deno_websocket = { version = "0.97.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.87.0", path = "./ext/webstorage" }
deno_napi = { version = "0.22.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.87.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.25.0", path = "./ext/cache" }
deno_console = { version = "0.93.0", path = "./ext/console" }
deno_crypto = { version = "0.107.0", path = "./ext/crypto" }
deno_fetch = { version = "0.117.0", path = "./ext/fetch" }
deno_ffi = { version = "0.80.0", path = "./ext/ffi" }
deno_flash = { version = "0.29.0", path = "./ext/flash" }
deno_fs = { version = "0.3.0", path = "./ext/fs" }
deno_http = { version = "0.88.0", path = "./ext/http" }
deno_io = { version = "0.3.0", path = "./ext/io" }
deno_net = { version = "0.85.0", path = "./ext/net" }
deno_node = { version = "0.30.0", path = "./ext/node" }
deno_tls = { version = "0.80.0", path = "./ext/tls" }
deno_url = { version = "0.93.0", path = "./ext/url" }
deno_web = { version = "0.124.0", path = "./ext/web" }
deno_webgpu = { version = "0.94.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.93.0", path = "./ext/webidl" }
deno_websocket = { version = "0.98.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.88.0", path = "./ext/webstorage" }
deno_napi = { version = "0.23.0", path = "./ext/napi" }

aes = "=0.8.2"
anyhow = "1.0.57"
Expand Down
24 changes: 24 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install

### 1.31.3 / 2023.03.16

- fix(check): regression where config "types" entries caused type checking
errors (#18124)
- fix(core): Upgrades bytes crate from =1.2.1 to ^1.4.0 (#18123)
- fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)
- fix(core/internal): fix typo in primordial type definitions (#18125)
- fix(ext/fs): retry if file already exists in makeTempFile (#17787)
- fix(ext/http): abort request signal when response errors (#17822)
- fix(ext/node): add crypto.createCipheriv (#18091)
- fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097)
- fix(ext/web): Stop using `globalThis.ReadableStream` in `Blob` (#18187)
- fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
- fix(lsp): avoid calling client while holding lock (#18197)
- fix(npm): "not implemented scheme" message should properly show the scheme
(#18209)
- fix(npm): show a progress bar when initializing the node_modules folder
(#18136)
- fix(repl): do not panic deleting `Deno` or deleting all its properties
(#18211)
- fix: ensure no node_modules directory is created when a package.json exists
and no npm dependencies are used (#18134)
- perf: do not depend on iana-time-zone (#18088)

### 1.31.2 / 2023.03.10

- Revert "perf: disable snapshot compression (#18061)" (#18074)
Expand Down
2 changes: 1 addition & 1 deletion bench_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_bench_util"
version = "0.86.0"
version = "0.87.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno"
version = "1.31.2"
version = "1.31.3"
authors.workspace = true
default-run = "deno"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/deno_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.179.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.180.0/";

pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).expect("invalid std url"));
2 changes: 1 addition & 1 deletion cli/napi/sym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "napi_sym"
version = "0.22.0"
version = "0.23.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_core"
version = "0.174.0"
version = "0.175.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion 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.86.0"
version = "0.87.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading