waitingsong / node-win32-api

win32 api
MIT License
436 stars 56 forks source link

build(deps-dev): bump zx from 7.2.3 to 8.1.2 #85

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps zx from 7.2.3 to 8.1.2.

Release notes

Sourced from zx's releases.

8.1.2

Every new zx version is better than previous one. What have we here?

Features

  • Added ProcessPromise.verbose() to enhance debugging experience. #820, #710
const p = $`echo foo`
p.quiet()        // enable silent mode
p.quiet(false)   // then disable
p.verbose()      // enable verbose/debug mode
p.verbose(false) // and turn it off

await p

  • Aligned ProcessPromise.isSmth() API: #823
const p = $`echo foo`

p.isHalted() p.isVerbose() p.isQuiet() p.isNothrow()

Bug Fixes

  • fix: apply EOL ensurer to the last chunk only #825
  • fix(cli): return exit code 1 on incorrect inputs #826
  • fix: set cjs bundle as legacy main entrypoint #827

Chore

8.1.1

This release brings a pinch of sugar and minor fixes.

Features

  • Introduced $.preferLocal option to prefer node_modules/.bin located binaries over globally system installed ones. #798
$.preferLocal = true

await $c8 npm test </tr></table>

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 months ago

Superseded by #94.