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

Enhance cd to accept ProcessOutput #642

Merged

Conversation

quexxon
Copy link
Contributor

@quexxon quexxon commented Jun 12, 2023

Fixes #641

  • Tests pass
  • Appropriate changes to README are included in PR
  • Types updated

@antonmedv antonmedv closed this Jun 12, 2023
@antonmedv antonmedv reopened this Jun 12, 2023
@antonmedv
Copy link
Collaborator

Tests are failing for some reason.

@quexxon
Copy link
Contributor Author

quexxon commented Jun 12, 2023

🤦 Fixed. Still one unrelated test failing in the CLI suite (on my machine, seems to pass in CI environment).

@antonmedv antonmedv merged commit aef8209 into google:main Jun 12, 2023
9 checks passed
@svenjacobs
Copy link

Hello,

the documentation states that this is already possible but the latest version 7.2.2 obviously doesn't contain this feature yet 😉 Would be happy about a new release 🙏🏼

sebald pushed a commit to sebald/pattern-analyzer that referenced this pull request Jul 14, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [zx](https://togithub.com/google/zx) | [`7.2.2` ->
`7.2.3`](https://renovatebot.com/diffs/npm/zx/7.2.2/7.2.3) |
[![age](https://badges.renovateapi.com/packages/npm/zx/7.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/zx/7.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/zx/7.2.3/compatibility-slim/7.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/zx/7.2.3/confidence-slim/7.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>google/zx (zx)</summary>

### [`v7.2.3`](https://togithub.com/google/zx/releases/tag/7.2.3)

[Compare Source](https://togithub.com/google/zx/compare/7.2.2...7.2.3)

#### What's Changed

- docs: fix example for within function by
[@&#8203;mdrobny](https://togithub.com/mdrobny) in
[google/zx#625
- enhance: cd to accept ProcessOutput by
[@&#8203;quexxon](https://togithub.com/quexxon) in
[google/zx#642

#### New Contributors

- [@&#8203;mdrobny](https://togithub.com/mdrobny) made their first
contribution in
[google/zx#625
- [@&#8203;quexxon](https://togithub.com/quexxon) made their first
contribution in
[google/zx#642

**Full Changelog**: google/zx@7.2.2...7.2.3

</details>

---

### 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 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

Feature Request: cd should accept ProcessOutput as an argument
3 participants