build(deps-dev): bump zx from 8.0.2 to 8.1.0
Bumps zx from 8.0.2 to 8.1.0.
Release notes
Sourced from zx's releases.
8.1.0
This new release is a big deal. It brings significant improvements in reliability and compatibility.
- Switched to hybrid-scheme package: both ESM and CJS entry points are provided.
- Extended Node.js supported versions range: from 12.17.0 to the latest 22.x.x.
- Added compatibility with Deno 1.x.
- zx libdefs are now compatible with TS 4.0+.
New features
Added
usePwsh()helper to switch to PowerShell v7+ #790import {usePwsh, useBash} from 'zx'usePwsh() $.shell // 'pwsh'
useBash() $.shell // 'bash'
timeoutis now configurable$opts #796import {$} from 'zx'await $({ timeout: 100 })
sleep 999$.timeout = 1000 // Sets default timeout for all commands $.timeoutSignal = 'SIGKILL' // Sets signal to send on timeout
await $
sleep 999Added
--cwdoption for CLI #804zx --cwd=/some/path script.jsIntroduced
tmpdirandtmpfilehelpers #803import {tmpdir, tmpfile} from 'zx't1 = tmpdir() // /os/based/tmp/zx-1ra1iofojgg/ t2 = tmpdir('foo') // /os/based/tmp/zx-1ra1iofojgg/foo/
f1 = tmpfile() // /os/based/tmp/zx-1ra1iofojgg f2 = tmpfile('f.txt') // /os/based/tmp/zx-1ra1iofojgg/foo.txt f3 = tmpfile('f.txt', 'string or buffer')
... (truncated)
Commits
3d24076Release 8.1.06e674aefeat(cli): addcwdoption (#804)d653134chore: update npm keywords (#805)6b1869dchore: update github issue template (#807)c70bff1docs: provide man page (#806)73e3e1dfeat: addtempdirandtempfileutils (#803)7384185test: add ts smoke tests (#801)0eb81c9fix: provide compat with deno (#800)8690f00chore: fix node engine requirement (#799)a3205e1feat: let timeout be configurable via $ opts (#796)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Deploying angular-ja with
Cloudflare Pages
| Latest commit: |
360face
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://25d742fb.angular-ja.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-zx-8-g5zs.angular-ja.pages.dev |
Superseded by #917.