Skip to content

Commit

Permalink
chore: forward v1.29.2 release commit to main (denoland#17277)
Browse files Browse the repository at this point in the history
Co-authored-by: bartlomieju <[email protected]>
Co-authored-by: Bartek Iwańczuk <[email protected]>
  • Loading branch information
3 people committed Jan 5, 2023
1 parent 0ee64ad commit fa271b7
Show file tree
Hide file tree
Showing 29 changed files with 132 additions and 75 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,33 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.60.0", default-features = false }
deno_ast = { version = "0.23.2", features = ["transpiling"] }

deno_core = { version = "0.164.0", path = "./core" }
deno_ops = { version = "0.42.0", path = "./ops" }
serde_v8 = { version = "0.75.0", path = "./serde_v8" }
deno_runtime = { version = "0.90.0", path = "./runtime" }
napi_sym = { version = "0.12.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.76.0", path = "./bench_util" }
deno_core = { version = "0.165.0", path = "./core" }
deno_ops = { version = "0.43.0", path = "./ops" }
serde_v8 = { version = "0.76.0", path = "./serde_v8" }
deno_runtime = { version = "0.91.0", path = "./runtime" }
napi_sym = { version = "0.13.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.77.0", path = "./bench_util" }
test_util = { path = "./test_util" }

# exts
deno_broadcast_channel = { version = "0.76.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.14.0", path = "./ext/cache" }
deno_console = { version = "0.82.0", path = "./ext/console" }
deno_crypto = { version = "0.96.0", path = "./ext/crypto" }
deno_fetch = { version = "0.106.0", path = "./ext/fetch" }
deno_ffi = { version = "0.69.0", path = "./ext/ffi" }
deno_flash = { version = "0.18.0", path = "./ext/flash" }
deno_http = { version = "0.77.0", path = "./ext/http" }
deno_net = { version = "0.74.0", path = "./ext/net" }
deno_node = { version = "0.19.0", path = "./ext/node" }
deno_tls = { version = "0.69.0", path = "./ext/tls" }
deno_url = { version = "0.82.0", path = "./ext/url" }
deno_web = { version = "0.113.0", path = "./ext/web" }
deno_webgpu = { version = "0.83.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.82.0", path = "./ext/webidl" }
deno_websocket = { version = "0.87.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.77.0", path = "./ext/webstorage" }
deno_napi = { version = "0.12.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.77.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.15.0", path = "./ext/cache" }
deno_console = { version = "0.83.0", path = "./ext/console" }
deno_crypto = { version = "0.97.0", path = "./ext/crypto" }
deno_fetch = { version = "0.107.0", path = "./ext/fetch" }
deno_ffi = { version = "0.70.0", path = "./ext/ffi" }
deno_flash = { version = "0.19.0", path = "./ext/flash" }
deno_http = { version = "0.78.0", path = "./ext/http" }
deno_net = { version = "0.75.0", path = "./ext/net" }
deno_node = { version = "0.20.0", path = "./ext/node" }
deno_tls = { version = "0.70.0", path = "./ext/tls" }
deno_url = { version = "0.83.0", path = "./ext/url" }
deno_web = { version = "0.114.0", path = "./ext/web" }
deno_webgpu = { version = "0.84.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.83.0", path = "./ext/webidl" }
deno_websocket = { version = "0.88.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.78.0", path = "./ext/webstorage" }
deno_napi = { version = "0.13.0", path = "./ext/napi" }

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

### 1.29.2 / 2023.01.05

- feat(unstable): Add "Deno.osUptime()" API (#17179)
- feat(unstable): Add Deno.Conn.ref()/unref() (#17170)
- fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)
- fix(cli): bundle command support shebang file (#17113)
- fix(cli): do not clear screen for non-TTY environments in watch mode (#17129)
- fix(core): Do not print errors prop for non-AggregateError errors (#17123)
- fix(core): Have custom errors be created in the right realm (#17050)
- fix(core): run macrotasks and next ticks after polling dynamic imports
(#17173)
- fix(declaration): change `Deno.open` example to not use `Deno.close(rid)`
(#17218)
- fix(ext): Add checks for owning properties in for-in loops (#17139)
- fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)
- fix(ext/fetch): handle errors in req body stream (#17081)
- fix(ext/http): close stream on resp body error (#17126)
- fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp
(#17207)
- fix(init): update comment style (#17074)
- fix(install): use a hidden file for the lockfile and config (#17084)
- fix(lint): column number for pretty reporting was off by 1 (#17107)
- fix(lsp): handle template literal as first arg in test function (#17076)
- fix(lsp): treat empty string config value as None (#17227)
- fix(lsp): "Add all missing imports" uses correct specifiers (#17216)
- fix(lsp): completions for private variables (#17220)
- fix(lsp): don't error if completionItem/resolve request fails (#17250)
- fix(lsp): less agressive completion triggers (#17225)
- fix(lsp/format): language formatter used should be based on language id
(#17148)
- fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)
- fix(lsp/testing): support not needing to declare first arg function in test
declaration (#17097)
- fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)
- fix(npm): conditional exports with --node-modules-dir (#17111)
- fix(npm): fix require resolution if using --node-modules-dir (#17087)
- fix(npm): improve exports resolution when type checking (#17071)
- fix(npm): resolve npm specifiers when root redirected (#17144)
- fix(permissions): add information about import() API request (#17149)
- fix(permissions): fix italic font in permission prompt (#17249)
- fix(permissions): process `URL` in `Deno.FfiPermissionDescriptor.path` for
`revoke()` and `request()` (#17094)
- fix(regression): ensure progress information is shown when downloading remote
modules (#17069)
- fix(repl): doing two history searches exiting with ctrl+c should not exit repl
(#17079)
- fix(repl): errors shouldn't terminate repl (#17082)
- fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
- fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
- fix: add missing verb in description (#17163)
- fix: display URL in invalid URL error (#17128)
- fix: hide progress bars when showing permission prompt (#17130)
- fix: ignore local lockfile for deno install and uninstall (#17145)
- fix: rejected dynamic import should retain error context (#17160)
- fix: upgrade deno_ast to 0.23 (#17269)
- perf(lsp): concurrent reads and exclusive writes (#17135)

### 1.29.1 / 2022.12.15

- Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
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.76.0"
version = "0.77.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.29.1"
version = "1.29.2"
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.170.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.171.0/";

pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
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.12.0"
version = "0.13.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.164.0"
version = "0.165.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.76.0"
version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit fa271b7

Please sign in to comment.