CorentinTh / enclosed

Minimalistic web app designed for sending private and secure notes.
https://enclosed.cc
Apache License 2.0
309 stars 13 forks source link

chore(deps): update dependency zx to v8.1.7 #166

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zx (source) 8.1.6 -> 8.1.7 age adoption passing confidence

Release Notes

google/zx (zx) ### [`v8.1.7`](https://redirect.github.com/google/zx/releases/tag/8.1.7) [Compare Source](https://redirect.github.com/google/zx/compare/8.1.6...8.1.7) Step by step on the road to improvements #### Fixes Finally, we've fixed the issue with piped process rejection [#​640](https://redirect.github.com/google/zx/issues/640) [#​899](https://redirect.github.com/google/zx/pull/899): ```js const p1 = $`exit 1`.pipe($`echo hello`) try { await p1 } catch (e) { assert.equal(e.exitCode, 1) } const p2 = await $({ nothrow: true })`echo hello && exit 1`.pipe($`cat`) assert.equal(p2.exitCode, 0) assert.equal(p2.stdout.trim(), 'hello') ``` #### Enhancements Added `cmd` display to `ProcessPromise` [#​891](https://redirect.github.com/google/zx/pull/891): ```js const foo = 'bar' const p = $`echo ${foo}` p.cmd // 'echo bar' ``` and `duration` field to `ProcessOutput` [#​892](https://redirect.github.com/google/zx/pull/892): ```js const p = $`sleep 1`.nothrow() const o = await p o.duration // ~1000 (in ms) ``` Enabled [zurk-like](https://redirect.github.com/webpod/zurk/blob/main/src/test/ts/x.test.ts#L143) pipe string literals [#​900](https://redirect.github.com/google/zx/pull/900): ```js const p = await $`echo foo`.pipe`cat` p.stdout.trim() // 'foo' ```

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying enclosed-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 86885c0
Status: āœ…  Deploy successful!
Preview URL: https://aa725b07.enclosed-docs.pages.dev
Branch Preview URL: https://renovate-zx-8-x-lockfile.enclosed-docs.pages.dev

View logs

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

cloudflare-workers-and-pages[bot] commented 1 week ago

Deploying enclosed with  Cloudflare Pages  Cloudflare Pages

Latest commit: 86885c0
Status: āœ…  Deploy successful!
Preview URL: https://e568c20e.enclosed.pages.dev
Branch Preview URL: https://renovate-zx-8-x-lockfile.enclosed.pages.dev

View logs