fix(deps): update dependency zx to v8.5.0 #58
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:
8.3.2
->8.5.0
Release Notes
google/zx (zx)
v8.5.0
: — Flow SplitterCompare Source
In this release we're significantly expanding the zx setup capabilities.
zx@lite
Just core functions without extras, ~7x smaller than the full version.
#1131
Detailed comparison: zx/versions
Channels
We have completely reforged the distribution flow. Now zx is available in multiple formats:
#1141...
#1157
Docker
If you'd prefer to run zx in a container, you can pull the image from the GH docker registry.
node:22-alpine is used as a base. #1142 #1145
docker pull ghcr.io/google/zx:8.5.0 docker run -t ghcr.io/google/zx:8.5.0 -e="await \$({verbose: true})\`echo foo\`" docker run -t -i -v ./:/script ghcr.io/google/zx:8.5.0 script/t.js
Chores
glob.sync
shortcut #1135ZX_REGISTRY='https://custom-registry.example.com' zx script.js
v8.4.2
Compare Source
v8.4.1
: – Rusty ElbowCompare Source
Logger enhancements are arriving in this release. #1119 #1122 #1123 #1125
v8.4.0
: – Drip DetectiveCompare Source
Try the new batch of enhancements:
npm i [email protected]
https://www.npmjs.com/package/zx/v/8.4.0Changes
--prefer-local
now allows linking both external binaries and packages #1116 #1117quote
has been slightly changed for a conner case, when zx literal gets an array.#999 #1113
nothrow
option to suppress any errors #1108 #1109@types/node
and@types/fs-extra
deps replaced with triple-slash typing refs #1102ProcessOutput
iterable #1101ProcessPromise
instantiation #1097 #1098ProcessOuput
cause #1110ProcessOutput
inners #1096 #1095.ts
extensions for relative imports #1111Configuration
📅 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 was generated by Mend Renovate. View the repository job log.