Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps zx from 8.7.1 to 8.8.5.

Release notes

Sourced from zx's releases.

8.8.5 — Temporary Reservoir

This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355

Also [email protected] arrives here.

8.8.4 — Flange Coupling

It's time. This release updates zx internals to make the ps API and related methods ProcessPromise.kill(), kill() work on Windows systems without wmic. #1344 webpod/ps#15

  1. WMIC will be missing in Windows 11 25H2 (kernel >= 26000)
  2. The windows-latest label in GitHub Actions will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025 and finishing by September 30, 2025.

https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration

8.8.3 — Sealing Gasket

Continues #1339 to prevent injections via Proxy input or custom toString() manipulations.

8.8.2 — Leaking Valve

Fixes potential cmd injection via kill() method for Windows platform. #1337 #1339. Affects the versions range 8.7.1...8.8.1.

8.8.1 — Turbo Flush

We keep improving the projects internal infra to bring more stability, safety and performance for artifacts.

Featfixes

  • Applied flags filtration for CLI-driven deps install #1308
  • Added kill() event logging #1312
  • Set SIGTERM as kill() fallback signal #1313
  • Allowed stdio() arg be an array #1311
const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])

Enhancements

8.8.0 — Pressure Tested

This release enhances the coherence between the ProcessPromise and the Streams API, eliminating the need for certain script-level workarounds.

✨ New Features

unpipe() — Selectively stop piping

You can now call .unpipe() to stop data transfer from a source to a destination without closing any of the pair. #1302

</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

This refresh specifically updates the scripts workspace dependency definition and the corresponding root lockfile so both align with zx 8.8.5.

Key Changes

• Bumped scripts workspace dev dependency zx from 8.7.1 to 8.8.5 in scripts/package.json.
• Synchronized package-lock.json entries so the resolved tarball and integrity hash point to zx 8.8.5.

Affected Areas

• scripts/package.json
• package-lock.json


This summary was automatically generated by @propel-code-bot

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 21, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/scripts/zx-8.8.5 branch from bfa0f9e to 2545f5a Compare December 18, 2025 07:57
@my-senior-dev-pr-review
Copy link

my-senior-dev-pr-review bot commented Dec 18, 2025

🤖 My Senior Dev — Analysis Complete

👤 For @dependabot[bot]

📁 Expert in (root) (1 edits) • ⚡ 2nd PR this month

View your contributor analytics →


📊 2 files reviewed • 2 need attention

⚠️ Needs Attention:

  • scripts/package.json — Critical update to a dependency that could introduce breaking changes or vulnerabilities if not carefully reviewed.

🚀 Open Interactive Review →

The full interface unlocks features not available in GitHub:

  • 💬 AI Chat — Ask questions on any file, get context-aware answers
  • 🔍 Smart Hovers — See symbol definitions and usage without leaving the diff
  • 📚 Code Archeology — Understand how files evolved over time (/archeology)
  • 🎯 Learning Insights — See how this PR compares to similar changes

💬 Chat here: @my-senior-dev explain this change — or try @chaos-monkey @security-auditor @optimizer @skeptic @junior-dev

📖 View all 12 personas & slash commands

You can interact with me by mentioning @my-senior-dev in any comment:

In PR comments or on any line of code:

  • Ask questions about the code or PR
  • Request explanations of specific changes
  • Get suggestions for improvements

Slash commands:

  • /help — Show all available commands
  • /archeology — See the history and evolution of changed files
  • /profile — Performance analysis and suggestions
  • /expertise — Find who knows this code best
  • /personas — List all available AI personas

AI Personas (mention to get their perspective):

Persona Focus
@chaos-monkey 🐵 Edge cases & failure scenarios
@skeptic 🤨 Challenge assumptions
@optimizer Performance & efficiency
@security-auditor 🔒 Security vulnerabilities
@accessibility-advocate Inclusive design
@junior-dev 🌱 Simple explanations
@tech-debt-collector 💳 Code quality & shortcuts
@ux-champion 🎨 User experience
@devops-engineer 🚀 Deployment & scaling
@documentation-nazi 📚 Documentation gaps
@legacy-whisperer 🏛️ Working with existing code
@test-driven-purist Testing & TDD

For the best experience, view this PR on myseniordev.com — includes AI chat, file annotations, and interactive reviews.

Bumps [zx](https://github.com/google/zx) from 8.7.1 to 8.8.5.
- [Release notes](https://github.com/google/zx/releases)
- [Commits](google/zx@8.7.1...8.8.5)

---
updated-dependencies:
- dependency-name: zx
  dependency-version: 8.8.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@TBonnin TBonnin force-pushed the dependabot/npm_and_yarn/scripts/zx-8.8.5 branch from 2545f5a to 7ed94c6 Compare January 9, 2026 20:07
@TBonnin TBonnin enabled auto-merge January 9, 2026 20:12
@TBonnin TBonnin added this pull request to the merge queue Jan 9, 2026
Merged via the queue into master with commit 10a90eb Jan 9, 2026
24 checks passed
@TBonnin TBonnin deleted the dependabot/npm_and_yarn/scripts/zx-8.8.5 branch January 9, 2026 20:25
hassan254-prog pushed a commit that referenced this pull request Jan 12, 2026
Bumps [zx](https://github.com/google/zx) from 8.7.1 to 8.8.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/zx/releases">zx's
releases</a>.</em></p>
<blockquote>
<h2>8.8.5 — Temporary Reservoir</h2>
<p>This release fixes the issue, when zx flushes external
<code>node_modules</code> on linking <a
href="https://redirect.github.com/google/zx/issues/1348">#1348</a> <a
href="https://redirect.github.com/google/zx/issues/1349">#1349</a> <a
href="https://redirect.github.com/google/zx/issues/1355">#1355</a></p>
<p>Also <a
href="https://github.com/sindresorhus/globby/releases/tag/v15.0.0"><code>[email protected]</code></a>
arrives here.</p>
<h2>8.8.4 — Flange Coupling</h2>
<p>It's time. This release updates zx internals to make <a
href="https://google.github.io/zx/api#ps">the <code>ps</code> API</a>
and related methods <code>ProcessPromise.kill()</code>,
<code>kill()</code> work on Windows systems without <a
href="https://learn.microsoft.com/en-us/windows/win32/wmisdk/wmic"><code>wmic</code></a>.
<a href="https://redirect.github.com/google/zx/pull/1344">#1344</a> <a
href="https://redirect.github.com/webpod/ps/pull/15">webpod/ps#15</a></p>
<blockquote>
<ol>
<li>WMIC will be missing in Windows 11 25H2 (kernel &gt;= 26000)</li>
<li>The windows-latest label in GitHub Actions will migrate from Windows
Server 2022 to Windows Server 2025 beginning September 2, 2025 and
finishing by September 30, 2025.</li>
</ol>
</blockquote>
<p><a
href="https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration">https://github.blog/changelog/2025-07-31-github-actions-new-apis-and-windows-latest-migration-notice/#windows-latest-image-label-migration</a></p>
<h2>8.8.3 — Sealing Gasket</h2>
<p>Continues <a
href="https://redirect.github.com/google/zx/pull/1339">#1339</a> to
prevent injections via <code>Proxy</code> input or custom
<code>toString()</code> manipulations.</p>
<h2>8.8.2 — Leaking Valve</h2>
<p>Fixes potential cmd injection via <code>kill()</code> method for
Windows platform. <a
href="https://redirect.github.com/google/zx/issues/1337">#1337</a> <a
href="https://redirect.github.com/google/zx/pull/1339">#1339</a>.
Affects the versions range <code>8.7.1...8.8.1</code>.</p>
<h2>8.8.1 — Turbo Flush</h2>
<p>We keep improving the projects internal infra to bring more
stability, safety and performance for artifacts.</p>
<h2>Featfixes</h2>
<ul>
<li>Applied flags filtration for CLI-driven deps install <a
href="https://redirect.github.com/google/zx/pull/1308">#1308</a></li>
<li>Added <code>kill()</code> event logging <a
href="https://redirect.github.com/google/zx/pull/1312">#1312</a></li>
<li>Set <code>SIGTERM</code> as <code>kill()</code> fallback signal <a
href="https://redirect.github.com/google/zx/pull/1313">#1313</a></li>
<li>Allowed <code>stdio()</code> arg be an array <a
href="https://redirect.github.com/google/zx/pull/1311">#1311</a></li>
</ul>
<pre lang="ts"><code>const p = $({halt: true})`cmd`
p.stdio([stream, 'ignore', 'pipe'])
</code></pre>
<h2>Enhancements</h2>
<ul>
<li>Added check for <strong>zx@lite</strong> pkg contents <a
href="https://redirect.github.com/google/zx/pull/1317">#1317</a> <a
href="https://redirect.github.com/google/zx/issues/1316">#1316</a></li>
<li>Simplified <code>ProcessPromise[asyncIterator]</code> inners <a
href="https://redirect.github.com/google/zx/pull/1307">#1307</a></li>
<li>Updated deps: chalk 5.6.0, fs-extra 11.3.1, yaml 2.8.1 <a
href="https://redirect.github.com/google/zx/pull/1309">#1309</a> <a
href="https://redirect.github.com/google/zx/pull/1323">#1323</a> <a
href="https://redirect.github.com/google/zx/pull/1326">#1326</a></li>
<li>Added TS@next to the test matrix <a
href="https://redirect.github.com/google/zx/pull/1310">#1310</a></li>
<li>Optimized internal <code>shell</code> setters <a
href="https://redirect.github.com/google/zx/pull/1314">#1314</a></li>
<li>Refactored build-publish pipelines and scripts <a
href="https://redirect.github.com/google/zx/pull/1319">#1319</a> <a
href="https://redirect.github.com/google/zx/pull/1320">#1320</a> <a
href="https://redirect.github.com/google/zx/pull/1321">#1321</a> <a
href="https://redirect.github.com/google/zx/pull/1322">#1322</a> <a
href="https://redirect.github.com/google/zx/pull/1324">#1324</a> <a
href="https://redirect.github.com/google/zx/pull/1325">#1325</a> <a
href="https://redirect.github.com/google/zx/pull/1327">#1327</a></li>
</ul>
<h2>8.8.0 — Pressure Tested</h2>
<p>This release enhances the coherence between the
<strong>ProcessPromise</strong> and the <strong>Streams API</strong>,
eliminating the need for certain script-level workarounds.</p>
<h2>✨ New Features</h2>
<h3><code>unpipe()</code> — Selectively stop piping</h3>
<p>You can now call <code>.unpipe()</code> to stop data transfer from a
source to a destination without closing any of the pair. <a
href="https://redirect.github.com/google/zx/pull/1302">#1302</a></p>
<pre lang="ts"><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/zx/commit/1ca92700ef5430b2119d9b8a915ba87cd9d678f3"><code>1ca9270</code></a>
chore: pr template formatting (<a
href="https://redirect.github.com/google/zx/issues/1359">#1359</a>)</li>
<li><a
href="https://github.com/google/zx/commit/52b01a11a209cf1f0848a8437329852cdab5f1e6"><code>52b01a1</code></a>
chore: update pr template (<a
href="https://redirect.github.com/google/zx/issues/1358">#1358</a>)</li>
<li><a
href="https://github.com/google/zx/commit/70ecf236ca1d45120711e5128cd58ba0aaca8d9a"><code>70ecf23</code></a>
chore: update issue templates (<a
href="https://redirect.github.com/google/zx/issues/1357">#1357</a>)</li>
<li><a
href="https://github.com/google/zx/commit/8b08fc03bc8ea7853ec2d45fda06776b88acc2af"><code>8b08fc0</code></a>
chore: bump version to 8.8.5 (<a
href="https://redirect.github.com/google/zx/issues/1356">#1356</a>)</li>
<li><a
href="https://github.com/google/zx/commit/6045c3463ab1e97b2d84bb345f02ceed03526333"><code>6045c34</code></a>
chore: update globby to v15 (<a
href="https://redirect.github.com/google/zx/issues/1354">#1354</a>)</li>
<li><a
href="https://github.com/google/zx/commit/a4d1bc2467f305f1c91d62506e215f307dc1fbeb"><code>a4d1bc2</code></a>
fix: checks <code>node_modules</code> ref on linking (<a
href="https://redirect.github.com/google/zx/issues/1355">#1355</a>)</li>
<li><a
href="https://github.com/google/zx/commit/9ef6d3c9962c4ba01e3fb8075855570c192b4681"><code>9ef6d3c</code></a>
fix(cli): prevent external node_modules deletion with --prefer-local (<a
href="https://redirect.github.com/google/zx/issues/1349">#1349</a>)</li>
<li><a
href="https://github.com/google/zx/commit/cc2a4f7b5b429c2161073b68aaa749f928978c66"><code>cc2a4f7</code></a>
ci: update zizmor to v1.15.1 (<a
href="https://redirect.github.com/google/zx/issues/1353">#1353</a>)</li>
<li><a
href="https://github.com/google/zx/commit/b47a5f0c0136c6e9e0dc9e9ce148e9ae808068ca"><code>b47a5f0</code></a>
ci: refactor smoke tests naming (<a
href="https://redirect.github.com/google/zx/issues/1352">#1352</a>)</li>
<li><a
href="https://github.com/google/zx/commit/1fb8c9f2e7526e027ae673ee8bce15cb750f2aee"><code>1fb8c9f</code></a>
ci: update gh actions (<a
href="https://redirect.github.com/google/zx/issues/1351">#1351</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/zx/compare/8.7.1...8.8.5">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=zx&package-manager=npm_and_yarn&previous-version=8.7.1&new-version=8.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/NangoHQ/nango/network/alerts).

</details>

<!-- Summary by @propel-code-bot -->

---

This refresh specifically updates the scripts workspace dependency
definition and the corresponding root lockfile so both align with zx
8.8.5.

<details>
<summary><strong>Key Changes</strong></summary>

• Bumped `scripts` workspace dev dependency `zx` from `8.7.1` to `8.8.5`
in `scripts/package.json`.
• Synchronized `package-lock.json` entries so the resolved tarball and
integrity hash point to `zx` `8.8.5`.

</details>

<details>
<summary><strong>Affected Areas</strong></summary>

• scripts/package.json
• package-lock.json

</details>

---
*This summary was automatically generated by @propel-code-bot*

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bonnin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant