-
Notifications
You must be signed in to change notification settings - Fork 620
chore(deps-dev): bump zx from 8.7.1 to 8.8.5 in /scripts #5050
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
Conversation
bfa0f9e to
2545f5a
Compare
🤖 My Senior Dev — Analysis Complete👤 For @dependabot[bot]📁 Expert in View your contributor analytics → 📊 2 files reviewed • 2 need attention
🚀 Open Interactive Review →The full interface unlocks features not available in GitHub:
💬 Chat here: 📖 View all 12 personas & slash commandsYou can interact with me by mentioning In PR comments or on any line of code:
Slash commands:
AI Personas (mention to get their perspective):
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]>
2545f5a to
7ed94c6
Compare
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 >= 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></tr></table> </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 /> [](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]>
Bumps zx from 8.7.1 to 8.8.5.
Release notes
Sourced from zx's releases.
... (truncated)
Commits
1ca9270chore: pr template formatting (#1359)52b01a1chore: update pr template (#1358)70ecf23chore: update issue templates (#1357)8b08fc0chore: bump version to 8.8.5 (#1356)6045c34chore: update globby to v15 (#1354)a4d1bc2fix: checksnode_modulesref on linking (#1355)9ef6d3cfix(cli): prevent external node_modules deletion with --prefer-local (#1349)cc2a4f7ci: update zizmor to v1.15.1 (#1353)b47a5f0ci: refactor smoke tests naming (#1352)1fb8c9fci: update gh actions (#1351)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
scriptsworkspace dev dependencyzxfrom8.7.1to8.8.5inscripts/package.json.• Synchronized
package-lock.jsonentries so the resolved tarball and integrity hash point tozx8.8.5.Affected Areas
• scripts/package.json
• package-lock.json
This summary was automatically generated by @propel-code-bot