Skip to content

Commit

Permalink
chore: forward v1.32.5 release commit to main (#18758)
Browse files Browse the repository at this point in the history
Co-authored-by: levex <[email protected]>
Co-authored-by: Levente Kurusa <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2023
1 parent 530963c commit 4e5d370
Show file tree
Hide file tree
Showing 32 changed files with 98 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Runners = (() => {
})();
// bump the number at the start when you want to purge the cache
const prCacheKeyPrefix =
"18-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-";
"19-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-";

const installPkgsCommand =
"sudo apt-get install --no-install-recommends debootstrap clang-15 lld-15";
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
restore-keys: '18-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
restore-keys: '19-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
- name: Apply and update mtime cache
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
key: '18-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
key: '19-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
Expand Down
52 changes: 26 additions & 26 deletions Cargo.lock

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

50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,35 +44,35 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.68.0", default-features = false }
deno_ast = { version = "0.25.0", features = ["transpiling"] }

deno_core = { version = "0.180.0", path = "./core" }
deno_ops = { version = "0.58.0", path = "./ops" }
serde_v8 = { version = "0.91.0", path = "./serde_v8" }
deno_runtime = { version = "0.106.0", path = "./runtime" }
napi_sym = { version = "0.28.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.92.0", path = "./bench_util" }
deno_core = { version = "0.181.0", path = "./core" }
deno_ops = { version = "0.59.0", path = "./ops" }
serde_v8 = { version = "0.92.0", path = "./serde_v8" }
deno_runtime = { version = "0.107.0", path = "./runtime" }
napi_sym = { version = "0.29.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.93.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.13.0"

# exts
deno_broadcast_channel = { version = "0.92.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.30.0", path = "./ext/cache" }
deno_console = { version = "0.98.0", path = "./ext/console" }
deno_crypto = { version = "0.112.0", path = "./ext/crypto" }
deno_fetch = { version = "0.122.0", path = "./ext/fetch" }
deno_ffi = { version = "0.85.0", path = "./ext/ffi" }
deno_fs = { version = "0.8.0", path = "./ext/fs" }
deno_http = { version = "0.93.0", path = "./ext/http" }
deno_io = { version = "0.8.0", path = "./ext/io" }
deno_net = { version = "0.90.0", path = "./ext/net" }
deno_node = { version = "0.35.0", path = "./ext/node" }
deno_kv = { version = "0.6.0", path = "./ext/kv" }
deno_tls = { version = "0.85.0", path = "./ext/tls" }
deno_url = { version = "0.98.0", path = "./ext/url" }
deno_web = { version = "0.129.0", path = "./ext/web" }
deno_webidl = { version = "0.98.0", path = "./ext/webidl" }
deno_websocket = { version = "0.103.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.93.0", path = "./ext/webstorage" }
deno_napi = { version = "0.28.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.93.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.31.0", path = "./ext/cache" }
deno_console = { version = "0.99.0", path = "./ext/console" }
deno_crypto = { version = "0.113.0", path = "./ext/crypto" }
deno_fetch = { version = "0.123.0", path = "./ext/fetch" }
deno_ffi = { version = "0.86.0", path = "./ext/ffi" }
deno_fs = { version = "0.9.0", path = "./ext/fs" }
deno_http = { version = "0.94.0", path = "./ext/http" }
deno_io = { version = "0.9.0", path = "./ext/io" }
deno_net = { version = "0.91.0", path = "./ext/net" }
deno_node = { version = "0.36.0", path = "./ext/node" }
deno_kv = { version = "0.7.0", path = "./ext/kv" }
deno_tls = { version = "0.86.0", path = "./ext/tls" }
deno_url = { version = "0.99.0", path = "./ext/url" }
deno_web = { version = "0.130.0", path = "./ext/web" }
deno_webidl = { version = "0.99.0", path = "./ext/webidl" }
deno_websocket = { version = "0.104.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.94.0", path = "./ext/webstorage" }
deno_napi = { version = "0.29.0", path = "./ext/napi" }

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

### 1.32.5 / 2023.04.18

- feat(UNSTABLE/kv): AtomicOperation#sum (#18704)
- fix(core): Use safe primordials wrappers (#18687)
- fix(ext/node): add req.socket.remoteAddress (#18733)
- fix(ext/node): implement crypto.createVerify (#18703)
- fix(ext/node): polyfill response._implicitHeader method (#18738)
- fix(ext/websocket): Avoid write deadlock that requires read_frame to complete
(#18705)
- fix(lsp): ensure language server status works on unix (#18727)
- fix(npm): eagerly reload package information when version from lockfile not
found locally (#18673)
- fix(path): Remove non node symbols (#18630)
- fix(test): add process sigint handler for --watch (#18678)
- perf(ext/websocket): make `op_server_ws_next_event` deferred (#18632)
- perf(ops): directly respond for eager ops (#18683)

### 1.32.4 / 2023.04.12

- Revert "fix(cli): don't store blob and data urls in the module cache (#18261)"
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.92.0"
version = "0.93.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.32.4"
version = "1.32.5"
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 @@ -2,4 +2,4 @@

// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.183.0/";
pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.184.0/";
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.28.0"
version = "0.29.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.180.0"
version = "0.181.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.92.0"
version = "0.93.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit 4e5d370

Please sign in to comment.