chore(deps): update dependency zx to v7 #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.3.0->^7.0.0Release Notes
google/zx (zx)
v7.2.3Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@7.2.2...7.2.3
v7.2.2Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@7.2.1...7.2.2
v7.2.1Compare Source
What's Changed
zx/globalsmissing type by @fz6m in https://github.com/google/zx/pull/591New Contributors
Full Changelog: google/zx@7.2.0...7.2.1
v7.2.0Compare Source
🐚 zx v7.2.0 release! 🎉
A tool for writing better scripts
In this release:
~~~blocks in markdown scripts.PS: Plan for the next v8 release.
v7.1.1Compare Source
v7.1.0Compare Source
Autoinstall
This release introduces a new flag
--installwhich will parse and install all required or imported packages automatically.And running
zx --install script.mjswill trigger installation of tinysh package! It even possible to specify a needed version in comment with@symbol:PowerShell
Another big change is for Windows. Now, the default shell on Windows is
powershell.exe.This should fix a lot of issues with "dollar" signs.
Fixes
v7.0.8Compare Source
What's Changed
$.verbosereassignment on CLI init by @antongolub in https://github.com/google/zx/pull/475Full Changelog: google/zx@7.0.7...7.0.8
v7.0.7Compare Source
Now it's possible to do:
v7.0.6Compare Source
v7.0.5Compare Source
v7.0.4Compare Source
zx/experimental.v7.0.3Compare Source
echo()types.v7.0.2Compare Source
process.exitCode = 42in scripts.v7.0.1Compare Source
cd()func withzx/globalsimport.argvinitialization withzxandnodeshebangs.v7.0.0Compare Source
🐚 zx v7.0.0 release! 🎉
A tool for writing better scripts
In this release:
within()API for async contexts.echo()now comes out of the box.--evalflag.v6.2.5Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@6.2.4...6.2.5
v6.2.4Compare Source
What's Changed
Full Changelog: google/zx@6.2.3...6.2.4
v6.2.3Compare Source
What's Changed
Full Changelog: google/zx@6.2.2...6.2.3
v6.2.2Compare Source
What's Changed
Full Changelog: google/zx@6.2.1...6.2.2
v6.2.1Compare Source
$.verbosetype.v6.2.0Compare Source
This release adds async local contexts via
ctx()and configurable logger.v6.1.0Compare Source
This release contains updates of dependencies:
v6.0.7Compare Source
What's Changed
experimental.mjsby @antongolub in https://github.com/google/zx/pull/363Full Changelog: google/zx@6.0.6...6.0.7
v6.0.6Compare Source
v6.0.5Compare Source
v6.0.4Compare Source
What's Changed
whichpackage as global by @antongolub in https://github.com/google/zx/pull/347withTimeouthelper by @antongolub in https://github.com/google/zx/pull/355Full Changelog: google/zx@6.0.3...6.0.4
v6.0.3Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.3.0Compare Source
What's Changed
quietfunc by @svennergr in https://github.com/google/zx/pull/332retryby @antongolub in https://github.com/google/zx/pull/335spawnfunc by @antongolub in https://github.com/google/zx/pull/333maxBufferoption by @antongolub in https://github.com/google/zx/pull/337v5.2.0Compare Source
72c8cf0Added experimentalstartSpinner()function.53a215eAdded thesignalfield toProcessOutput.bf88f50Addedquiet()function (#313).51fb6d5Improved experementalecho()function.v5.1.0Compare Source
98a9abbAdded new experimentalretry&echofunctions.f8bb1c7Fixed bug where running script without extension removes existing.mjsfiles (#276).792370aIncreasedmaxBufferto 200 MiB.7fafa26Added known issues doc.Example:
v5.0.0Compare Source
Updated dependencies
Added feature
Added
YAMLpackage.Breaking changes
This release drops build of CommonJS version and support for
.tsextension by zx bin.TypeScript is still supported, for example, via ts-node:
Also, a new Node version requirement is >= 16.0.0.
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 has been generated by Mend Renovate. View repository job log here.