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.0
Release Notes
google/zx (zx)
v7.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@7.2.2...7.2.3
v7.2.2
Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@7.2.1...7.2.2
v7.2.1
Compare Source
What's Changed
zx/globals
missing type by @fz6m in https://github.com/google/zx/pull/591New Contributors
Full Changelog: google/zx@7.2.0...7.2.1
v7.2.0
Compare 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.1
Compare Source
v7.1.0
Compare Source
Autoinstall
This release introduces a new flag
--install
which will parse and install all required or imported packages automatically.And running
zx --install script.mjs
will 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.8
Compare Source
What's Changed
$.verbose
reassignment on CLI init by @antongolub in https://github.com/google/zx/pull/475Full Changelog: google/zx@7.0.7...7.0.8
v7.0.7
Compare Source
Now it's possible to do:
v7.0.6
Compare Source
v7.0.5
Compare Source
v7.0.4
Compare Source
zx/experimental
.v7.0.3
Compare Source
echo()
types.v7.0.2
Compare Source
process.exitCode = 42
in scripts.v7.0.1
Compare Source
cd()
func withzx/globals
import.argv
initialization withzx
andnode
shebangs.v7.0.0
Compare 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.--eval
flag.v6.2.5
Compare Source
What's Changed
New Contributors
Full Changelog: google/zx@6.2.4...6.2.5
v6.2.4
Compare Source
What's Changed
Full Changelog: google/zx@6.2.3...6.2.4
v6.2.3
Compare Source
What's Changed
Full Changelog: google/zx@6.2.2...6.2.3
v6.2.2
Compare Source
What's Changed
Full Changelog: google/zx@6.2.1...6.2.2
v6.2.1
Compare Source
$.verbose
type.v6.2.0
Compare Source
This release adds async local contexts via
ctx()
and configurable logger.v6.1.0
Compare Source
This release contains updates of dependencies:
v6.0.7
Compare Source
What's Changed
experimental.mjs
by @antongolub in https://github.com/google/zx/pull/363Full Changelog: google/zx@6.0.6...6.0.7
v6.0.6
Compare Source
v6.0.5
Compare Source
v6.0.4
Compare Source
What's Changed
which
package as global by @antongolub in https://github.com/google/zx/pull/347withTimeout
helper by @antongolub in https://github.com/google/zx/pull/355Full Changelog: google/zx@6.0.3...6.0.4
v6.0.3
Compare Source
v6.0.1
Compare Source
v6.0.0
Compare Source
v5.3.0
Compare Source
What's Changed
quiet
func by @svennergr in https://github.com/google/zx/pull/332retry
by @antongolub in https://github.com/google/zx/pull/335spawn
func by @antongolub in https://github.com/google/zx/pull/333maxBuffer
option by @antongolub in https://github.com/google/zx/pull/337v5.2.0
Compare Source
72c8cf0
Added experimentalstartSpinner()
function.53a215e
Added thesignal
field toProcessOutput
.bf88f50
Addedquiet()
function (#313).51fb6d5
Improved experementalecho()
function.v5.1.0
Compare Source
98a9abb
Added new experimentalretry
&echo
functions.f8bb1c7
Fixed bug where running script without extension removes existing.mjs
files (#276).792370a
IncreasedmaxBuffer
to 200 MiB.7fafa26
Added known issues doc.Example:
v5.0.0
Compare Source
Updated dependencies
Added feature
Added
YAML
package.Breaking changes
This release drops build of CommonJS version and support for
.ts
extension 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.