Skip to content

Commit

Permalink
chore: forward 1.29.3 release back to main (denoland#17401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Jan 13, 2023
1 parent 1b17985 commit 377f593
Show file tree
Hide file tree
Showing 31 changed files with 111 additions and 82 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ const ci = {
jobs: {
build: {
name: "${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}",
if: [
"github.event_name == 'push' ||",
"!startsWith(github.event.pull_request.head.label, 'denoland:')",
].join("\n"),
"runs-on": "${{ matrix.os }}",
"timeout-minutes": 120,
strategy: {
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ concurrency:
jobs:
build:
name: '${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}'
if: |-
github.event_name == 'push' ||
!startsWith(github.event.pull_request.head.label, 'denoland:')
runs-on: '${{ matrix.os }}'
timeout-minutes: 120
strategy:
Expand Down
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.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" }
deno_core = { version = "0.166.0", path = "./core" }
deno_ops = { version = "0.44.0", path = "./ops" }
serde_v8 = { version = "0.77.0", path = "./serde_v8" }
deno_runtime = { version = "0.92.0", path = "./runtime" }
napi_sym = { version = "0.14.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.78.0", path = "./bench_util" }
test_util = { path = "./test_util" }

# exts
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" }
deno_broadcast_channel = { version = "0.78.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.16.0", path = "./ext/cache" }
deno_console = { version = "0.84.0", path = "./ext/console" }
deno_crypto = { version = "0.98.0", path = "./ext/crypto" }
deno_fetch = { version = "0.108.0", path = "./ext/fetch" }
deno_ffi = { version = "0.71.0", path = "./ext/ffi" }
deno_flash = { version = "0.20.0", path = "./ext/flash" }
deno_http = { version = "0.79.0", path = "./ext/http" }
deno_net = { version = "0.76.0", path = "./ext/net" }
deno_node = { version = "0.21.0", path = "./ext/node" }
deno_tls = { version = "0.71.0", path = "./ext/tls" }
deno_url = { version = "0.84.0", path = "./ext/url" }
deno_web = { version = "0.115.0", path = "./ext/web" }
deno_webgpu = { version = "0.85.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.84.0", path = "./ext/webidl" }
deno_websocket = { version = "0.89.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.79.0", path = "./ext/webstorage" }
deno_napi = { version = "0.14.0", path = "./ext/napi" }

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

### 1.29.3 / 2023.01.13

- feat(core): allow specifying name and dependencies of an Extension (#17301)
- feat(ext/ffi): structs by value (#15060)
- fix(cli): uninstall command accept short flags (#17259)
- fix(cli/args): update value_name of inspect args to resolve broken completions
(#17287)
- fix(core): get v8 console from context extra bindings (#17243)
- fix(ext/web/streams): fix ReadableStream asyncIterator (#16276)
- fix(fmt): better handling of link reference definitions when formatting
markdown (#17352)
- fix(install): should always include `--no-config` in shim unless `--config` is
specified (#17300)
- fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)
- fix(napi): date and unwrap handling (#17369)
- fix(napi): handle static properties in classes (#17320)
- fix(napi): support for env cleanup hooks (#17324)
- fix(npm): allow to read package.json if permissions are granted (#17209)
- fix(npm): handle declaration file resolution where packages incorrectly define
"types" last in "exports" (#17290)
- fix(npm): panic resolving some dependencies with dist tags (#17278)
- fix(npm): reduce copy packages when resolving optional peer dependencies
(#17280)
- fix(npm): support old packages and registries with no integrity, but with a
sha1sum (#17289)
- fix(permissions): lock stdio streams when prompt is shown (#17392)
- fix(watch): preserve `ProcState::file_fetcher` between restarts (#15466)
- fix(webidl): properly implement setlike (#17363)
- fix: check if BroadcastChannel is open before sending (#17366)
- fix: don't panic on resolveDns if unsupported record type is specified
(#17336)
- fix: don't unwrap in test pipe handling logic (#17341)
- fix: make self and window getters only & make getterOnly ignore setting
(#17362)
- perf(ext,runtime): remove using `SafeArrayIterator` from `for-of` (#17255)

### 1.29.2 / 2023.01.05

- feat(unstable): Add "Deno.osUptime()" API (#17179)
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.77.0"
version = "0.78.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.2"
version = "1.29.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.171.0/";
static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.172.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.13.0"
version = "0.14.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.165.0"
version = "0.166.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.77.0"
version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit 377f593

Please sign in to comment.