Conversation
15606a5 to
7d2c42a
Compare
7d2c42a to
094781d
Compare
094781d to
873e5fa
Compare
873e5fa to
4c5d289
Compare
4c5d289 to
3e32335
Compare
3e32335 to
af8dde9
Compare
af8dde9 to
eaf8b46
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.14.1->^7.2.3Release 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.
v4.3.0Compare Source
3f7c8caFixed --version argv parsing.fe083c4Fixed a processkill()with unhandled exception.5f54045Fixedcd()to work with relative paths.v4.2.0Compare Source
zx/globals.v4.1.1Compare Source
3f7e8fev4.1.0Compare Source
49d4868Addedzx/globals49d4868v4.0.0Compare Source
In this release:
kill()method4915ff3pathpackagece69a8433aaae4New examples:
v3.1.0Compare Source
globshortcutc7c48352307d5498e7de7f6a97d0v3.0.0Compare Source
287ed0b9c5204407cce2fpipe()throws if already resolved (#129)479ca798fefed0v2.1.0Compare Source
This release:
quote()function regex (#167)v2.0.0Compare Source
fs-extraminimist--quiet,--shell,--prefixv1.15.2Compare Source
/to non-quote regexpv1.15.1Compare Source
v1.14.2Compare Source
fs.constantsfield to global fsConfiguration
📅 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 is behind base branch, 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.