Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency zx to v7.2.3 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
zx (source) 7.0.0 -> 7.2.3 age adoption passing confidence

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

New 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

zx

In this release:

  • Helpers retry() & spinner() now available in zx without the experimental flag.
  • Added support for ~~~ blocks in markdown scripts.
  • Updated npm dependencies.
  • Added support for ssh commands via webpod.

PS: Plan for the next v8 release.

v7.1.1

Compare Source

  • Fixed default shell on Windows: if bash is installed, use bash by default.

v7.1.0

Compare Source

Autoinstall

This release introduces a new flag --install which will parse and install all required or imported packages automatically.

import sh from 'tinysh'
sh.say('Hello, world!')

And running zx --install script.mjs will trigger installation of tinysh package! It even possible to specify a needed version in comment with @ symbol:

import sh from 'tinysh' // @​^1.0.0
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
  • Minimist now correctly parses argv when using zx cli.

v7.0.8

Compare Source

What's Changed

Full Changelog: google/zx@7.0.7...7.0.8

v7.0.7

Compare Source

Now it's possible to do:

const my$ = $.bind(null)
const foo = await my$`echo foo`

v7.0.6

Compare Source

  • Bunch of fixes and improvements. ᕕ( ᐛ )ᕗ

v7.0.5

Compare Source

  • Fixed types definitions for autocomplete in VSCode #​466

v7.0.4

Compare Source

  • Fixed default shell on Windows.
  • Fixed missing chalk import in zx/experimental.

v7.0.3

Compare Source

v7.0.2

Compare Source

  • Fixed possibility to set exit code with process.exitCode = 42 in scripts.

v7.0.1

Compare Source

  • Fixed cd() func with zx/globals import.
  • Fixed argv initialization with zx and node shebangs.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency zx to v7.2.0 Update dependency zx to v7.2.1 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from 7ae4ffd to 487874b Compare March 17, 2023 11:35
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from 487874b to 6ef0dfe Compare May 1, 2023 18:45
@renovate renovate bot changed the title Update dependency zx to v7.2.1 Update dependency zx to v7.2.2 May 1, 2023
@renovate renovate bot changed the title Update dependency zx to v7.2.2 Update dependency zx to v7.2.3 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from 6ef0dfe to e5952a1 Compare July 7, 2023 20:44
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from e5952a1 to f81b1a9 Compare January 24, 2025 04:04
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from f81b1a9 to c7f9558 Compare January 31, 2025 19:31
@renovate renovate bot force-pushed the renovate/zx-7.x-lockfile branch from c7f9558 to c701293 Compare February 12, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants