Commit 25484d0
authored
chore(lambda): bump the nx group in /lambdas with 3 updates (#5045)
Bumps the nx group in /lambdas with 3 updates:
[@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint),
[@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and
[@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite).
Updates `@nx/eslint` from 22.4.3 to 22.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/eslint</code>'s
releases</a>.</em></p>
<blockquote>
<h2>22.5.0 (2026-02-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> display batch tasks in the tui (<a
href="https://redirect.github.com/nrwl/nx/pull/33695">#33695</a>)</li>
<li><strong>core:</strong> add variant 2 to CNW cloud prompts with promo
message (<a
href="https://redirect.github.com/nrwl/nx/pull/34223">#34223</a>)</li>
<li><strong>core:</strong> improve configure-ai-agents to copy nx
skills/subagents/plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/34176">#34176</a>)</li>
<li><strong>core:</strong> add Nx Cloud connect URL to template README
(<a
href="https://redirect.github.com/nrwl/nx/pull/34249">#34249</a>)</li>
<li><strong>core:</strong> add decorative banners for Nx Cloud CNW
completion message (<a
href="https://redirect.github.com/nrwl/nx/pull/34270">#34270</a>)</li>
<li><strong>core:</strong> add initial impl of task io service (<a
href="https://redirect.github.com/nrwl/nx/pull/34205">#34205</a>)</li>
<li><strong>core:</strong> improve AI agent rules for CLAUDE.md
generation (<a
href="https://redirect.github.com/nrwl/nx/pull/34304">#34304</a>)</li>
<li><strong>core:</strong> add command to download cloud client (<a
href="https://redirect.github.com/nrwl/nx/pull/34333">#34333</a>)</li>
<li><strong>core:</strong> add AI agent detection and NDJSON output for
CNW (<a
href="https://redirect.github.com/nrwl/nx/pull/34320">#34320</a>)</li>
<li><strong>core:</strong> update cnw messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34364">#34364</a>)</li>
<li><strong>core:</strong> eagerly shutdown plugins that don't provide
later hooks (<a
href="https://redirect.github.com/nrwl/nx/pull/34253">#34253</a>)</li>
<li><strong>gradle:</strong> add debug env var to gradle batch executor
(<a
href="https://redirect.github.com/nrwl/nx/pull/34259">#34259</a>)</li>
<li><strong>js:</strong> add NX_PREFER_NODE_STRIP_TYPES to use Node's
strip types feature instead of transpilation for TypeScript files (<a
href="https://redirect.github.com/nrwl/nx/pull/34202">#34202</a>)</li>
<li><strong>js:</strong> bump swc to latest versions (<a
href="https://redirect.github.com/nrwl/nx/pull/34215">#34215</a>)</li>
<li><strong>js:</strong> update swc/cli to 0.8.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/34365">#34365</a>)</li>
<li><strong>maven:</strong> load Maven classes at runtime for
version-agnostic batch execution (<a
href="https://redirect.github.com/nrwl/nx/pull/34180">#34180</a>)</li>
<li><strong>maven:</strong> bump maven plugin version to 0.0.13 (<a
href="https://redirect.github.com/nrwl/nx/pull/34318">#34318</a>)</li>
<li><strong>nx-dev:</strong> add llms-full.txt and HTTP Link headers for
LLM discovery (<a
href="https://redirect.github.com/nrwl/nx/pull/34232">#34232</a>)</li>
<li><strong>nx-dev:</strong> add server-side page view tracking for docs
(<a
href="https://redirect.github.com/nrwl/nx/pull/34283">#34283</a>)</li>
<li><strong>nx-dev:</strong> reformat sidebar into topics (<a
href="https://redirect.github.com/nrwl/nx/pull/34265">#34265</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> clean up daemon workspace data directory on
nx reset --onl… (<a
href="https://redirect.github.com/nrwl/nx/pull/34174">#34174</a>)</li>
<li><strong>core:</strong> move tui to parking lot rwlock to avoid hang
(<a
href="https://redirect.github.com/nrwl/nx/pull/34187">#34187</a>)</li>
<li><strong>core:</strong> handle resizing a bit better for inline_tui
(<a
href="https://redirect.github.com/nrwl/nx/pull/34006">#34006</a>)</li>
<li><strong>core:</strong> consolidate GitHub URL messaging when gh push
fails (<a
href="https://redirect.github.com/nrwl/nx/pull/34196">#34196</a>)</li>
<li><strong>core:</strong> cloud commands are noop when not connected
rather than errors (<a
href="https://redirect.github.com/nrwl/nx/pull/34193">#34193</a>)</li>
<li><strong>core:</strong> fall back to node_modules when tmp has noexec
(<a href="https://redirect.github.com/nrwl/nx/pull/34207">#34207</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33991">#33991</a>)</li>
<li><strong>core:</strong> hide already-installed nx packages from
suggestion list during nx import (<a
href="https://redirect.github.com/nrwl/nx/pull/34227">#34227</a>)</li>
<li><strong>core:</strong> improve plugin worker error messages and
lifecycle timeouts (<a
href="https://redirect.github.com/nrwl/nx/pull/34251">#34251</a>)</li>
<li><strong>core:</strong> do not throw error if worker.stdout is not
instanceof socket (<a
href="https://redirect.github.com/nrwl/nx/pull/34224">#34224</a>)</li>
<li><strong>core:</strong> handle multibyte UTF-8 characters in socket
message consumption (<a
href="https://redirect.github.com/nrwl/nx/pull/34151">#34151</a>)</li>
<li><strong>core:</strong> resolve daemon client reconnect queue
deadlock (<a
href="https://redirect.github.com/nrwl/nx/pull/34284">#34284</a>)</li>
<li><strong>core:</strong> nx should show help for run-one when using
project short names (<a
href="https://redirect.github.com/nrwl/nx/pull/34303">#34303</a>)</li>
<li><strong>core:</strong> prevent command injection in
getNpmPackageVersion (<a
href="https://redirect.github.com/nrwl/nx/pull/34309">#34309</a>)</li>
<li><strong>core:</strong> fix CNW git amend and README marker handling
(<a
href="https://redirect.github.com/nrwl/nx/pull/34306">#34306</a>)</li>
<li><strong>core:</strong> tweak configure-ai-agents messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34307">#34307</a>)</li>
<li><strong>core:</strong> handle EPIPE errors gracefully in daemon
socket writes (<a
href="https://redirect.github.com/nrwl/nx/pull/34311">#34311</a>)</li>
<li><strong>core:</strong> allow overriding daemon logging settings (<a
href="https://redirect.github.com/nrwl/nx/pull/34324">#34324</a>)</li>
<li><strong>core:</strong> preserve task selection when unrelated tasks
finish (<a
href="https://redirect.github.com/nrwl/nx/pull/34328">#34328</a>)</li>
<li><strong>core:</strong> disable ignore filters for outputs expansion
(<a href="https://redirect.github.com/nrwl/nx/pull/34316">#34316</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32620">#32620</a>)</li>
<li><strong>core:</strong> track all task outputs regardless of path
depth (<a
href="https://redirect.github.com/nrwl/nx/pull/34321">#34321</a>)</li>
<li><strong>core:</strong> avoid crash when pane area is out of bounds
during resize (<a
href="https://redirect.github.com/nrwl/nx/pull/34343">#34343</a>)</li>
<li><strong>core:</strong> use picocolors instead of chalk in the nx
package (<a
href="https://redirect.github.com/nrwl/nx/pull/34305">#34305</a>)</li>
<li><strong>core:</strong> only detect flaky tasks for cacheable tasks
(<a
href="https://redirect.github.com/nrwl/nx/pull/33994">#33994</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/e3eedf9e940ddf16b72ca5ec6f06eb7ee997ffe2"><code>e3eedf9</code></a>
docs(misc): update the docs to use more direct language (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/34264">#34264</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.5.0/packages/eslint">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/js` from 22.4.5 to 22.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>22.5.0 (2026-02-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> display batch tasks in the tui (<a
href="https://redirect.github.com/nrwl/nx/pull/33695">#33695</a>)</li>
<li><strong>core:</strong> add variant 2 to CNW cloud prompts with promo
message (<a
href="https://redirect.github.com/nrwl/nx/pull/34223">#34223</a>)</li>
<li><strong>core:</strong> improve configure-ai-agents to copy nx
skills/subagents/plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/34176">#34176</a>)</li>
<li><strong>core:</strong> add Nx Cloud connect URL to template README
(<a
href="https://redirect.github.com/nrwl/nx/pull/34249">#34249</a>)</li>
<li><strong>core:</strong> add decorative banners for Nx Cloud CNW
completion message (<a
href="https://redirect.github.com/nrwl/nx/pull/34270">#34270</a>)</li>
<li><strong>core:</strong> add initial impl of task io service (<a
href="https://redirect.github.com/nrwl/nx/pull/34205">#34205</a>)</li>
<li><strong>core:</strong> improve AI agent rules for CLAUDE.md
generation (<a
href="https://redirect.github.com/nrwl/nx/pull/34304">#34304</a>)</li>
<li><strong>core:</strong> add command to download cloud client (<a
href="https://redirect.github.com/nrwl/nx/pull/34333">#34333</a>)</li>
<li><strong>core:</strong> add AI agent detection and NDJSON output for
CNW (<a
href="https://redirect.github.com/nrwl/nx/pull/34320">#34320</a>)</li>
<li><strong>core:</strong> update cnw messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34364">#34364</a>)</li>
<li><strong>core:</strong> eagerly shutdown plugins that don't provide
later hooks (<a
href="https://redirect.github.com/nrwl/nx/pull/34253">#34253</a>)</li>
<li><strong>gradle:</strong> add debug env var to gradle batch executor
(<a
href="https://redirect.github.com/nrwl/nx/pull/34259">#34259</a>)</li>
<li><strong>js:</strong> add NX_PREFER_NODE_STRIP_TYPES to use Node's
strip types feature instead of transpilation for TypeScript files (<a
href="https://redirect.github.com/nrwl/nx/pull/34202">#34202</a>)</li>
<li><strong>js:</strong> bump swc to latest versions (<a
href="https://redirect.github.com/nrwl/nx/pull/34215">#34215</a>)</li>
<li><strong>js:</strong> update swc/cli to 0.8.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/34365">#34365</a>)</li>
<li><strong>maven:</strong> load Maven classes at runtime for
version-agnostic batch execution (<a
href="https://redirect.github.com/nrwl/nx/pull/34180">#34180</a>)</li>
<li><strong>maven:</strong> bump maven plugin version to 0.0.13 (<a
href="https://redirect.github.com/nrwl/nx/pull/34318">#34318</a>)</li>
<li><strong>nx-dev:</strong> add llms-full.txt and HTTP Link headers for
LLM discovery (<a
href="https://redirect.github.com/nrwl/nx/pull/34232">#34232</a>)</li>
<li><strong>nx-dev:</strong> add server-side page view tracking for docs
(<a
href="https://redirect.github.com/nrwl/nx/pull/34283">#34283</a>)</li>
<li><strong>nx-dev:</strong> reformat sidebar into topics (<a
href="https://redirect.github.com/nrwl/nx/pull/34265">#34265</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> clean up daemon workspace data directory on
nx reset --onl… (<a
href="https://redirect.github.com/nrwl/nx/pull/34174">#34174</a>)</li>
<li><strong>core:</strong> move tui to parking lot rwlock to avoid hang
(<a
href="https://redirect.github.com/nrwl/nx/pull/34187">#34187</a>)</li>
<li><strong>core:</strong> handle resizing a bit better for inline_tui
(<a
href="https://redirect.github.com/nrwl/nx/pull/34006">#34006</a>)</li>
<li><strong>core:</strong> consolidate GitHub URL messaging when gh push
fails (<a
href="https://redirect.github.com/nrwl/nx/pull/34196">#34196</a>)</li>
<li><strong>core:</strong> cloud commands are noop when not connected
rather than errors (<a
href="https://redirect.github.com/nrwl/nx/pull/34193">#34193</a>)</li>
<li><strong>core:</strong> fall back to node_modules when tmp has noexec
(<a href="https://redirect.github.com/nrwl/nx/pull/34207">#34207</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33991">#33991</a>)</li>
<li><strong>core:</strong> hide already-installed nx packages from
suggestion list during nx import (<a
href="https://redirect.github.com/nrwl/nx/pull/34227">#34227</a>)</li>
<li><strong>core:</strong> improve plugin worker error messages and
lifecycle timeouts (<a
href="https://redirect.github.com/nrwl/nx/pull/34251">#34251</a>)</li>
<li><strong>core:</strong> do not throw error if worker.stdout is not
instanceof socket (<a
href="https://redirect.github.com/nrwl/nx/pull/34224">#34224</a>)</li>
<li><strong>core:</strong> handle multibyte UTF-8 characters in socket
message consumption (<a
href="https://redirect.github.com/nrwl/nx/pull/34151">#34151</a>)</li>
<li><strong>core:</strong> resolve daemon client reconnect queue
deadlock (<a
href="https://redirect.github.com/nrwl/nx/pull/34284">#34284</a>)</li>
<li><strong>core:</strong> nx should show help for run-one when using
project short names (<a
href="https://redirect.github.com/nrwl/nx/pull/34303">#34303</a>)</li>
<li><strong>core:</strong> prevent command injection in
getNpmPackageVersion (<a
href="https://redirect.github.com/nrwl/nx/pull/34309">#34309</a>)</li>
<li><strong>core:</strong> fix CNW git amend and README marker handling
(<a
href="https://redirect.github.com/nrwl/nx/pull/34306">#34306</a>)</li>
<li><strong>core:</strong> tweak configure-ai-agents messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34307">#34307</a>)</li>
<li><strong>core:</strong> handle EPIPE errors gracefully in daemon
socket writes (<a
href="https://redirect.github.com/nrwl/nx/pull/34311">#34311</a>)</li>
<li><strong>core:</strong> allow overriding daemon logging settings (<a
href="https://redirect.github.com/nrwl/nx/pull/34324">#34324</a>)</li>
<li><strong>core:</strong> preserve task selection when unrelated tasks
finish (<a
href="https://redirect.github.com/nrwl/nx/pull/34328">#34328</a>)</li>
<li><strong>core:</strong> disable ignore filters for outputs expansion
(<a href="https://redirect.github.com/nrwl/nx/pull/34316">#34316</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32620">#32620</a>)</li>
<li><strong>core:</strong> track all task outputs regardless of path
depth (<a
href="https://redirect.github.com/nrwl/nx/pull/34321">#34321</a>)</li>
<li><strong>core:</strong> avoid crash when pane area is out of bounds
during resize (<a
href="https://redirect.github.com/nrwl/nx/pull/34343">#34343</a>)</li>
<li><strong>core:</strong> use picocolors instead of chalk in the nx
package (<a
href="https://redirect.github.com/nrwl/nx/pull/34305">#34305</a>)</li>
<li><strong>core:</strong> only detect flaky tasks for cacheable tasks
(<a
href="https://redirect.github.com/nrwl/nx/pull/33994">#33994</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/b85ac155cf2fdd4c77c5f2c0eb5b855bf9ab5243"><code>b85ac15</code></a>
feat(js): update swc/cli to 0.8.0 (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/34365">#34365</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/e3eedf9e940ddf16b72ca5ec6f06eb7ee997ffe2"><code>e3eedf9</code></a>
docs(misc): update the docs to use more direct language (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/34264">#34264</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/2bd8ef3f72b370a92523197c9764675ffa6d83f0"><code>2bd8ef3</code></a>
feat(js): bump swc to latest versions (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/34215">#34215</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.5.0/packages/js">compare
view</a></li>
</ul>
</details>
<br />
Updates `@nx/vite` from 22.4.5 to 22.5.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@nx/vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>22.5.0 (2026-02-09)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> display batch tasks in the tui (<a
href="https://redirect.github.com/nrwl/nx/pull/33695">#33695</a>)</li>
<li><strong>core:</strong> add variant 2 to CNW cloud prompts with promo
message (<a
href="https://redirect.github.com/nrwl/nx/pull/34223">#34223</a>)</li>
<li><strong>core:</strong> improve configure-ai-agents to copy nx
skills/subagents/plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/34176">#34176</a>)</li>
<li><strong>core:</strong> add Nx Cloud connect URL to template README
(<a
href="https://redirect.github.com/nrwl/nx/pull/34249">#34249</a>)</li>
<li><strong>core:</strong> add decorative banners for Nx Cloud CNW
completion message (<a
href="https://redirect.github.com/nrwl/nx/pull/34270">#34270</a>)</li>
<li><strong>core:</strong> add initial impl of task io service (<a
href="https://redirect.github.com/nrwl/nx/pull/34205">#34205</a>)</li>
<li><strong>core:</strong> improve AI agent rules for CLAUDE.md
generation (<a
href="https://redirect.github.com/nrwl/nx/pull/34304">#34304</a>)</li>
<li><strong>core:</strong> add command to download cloud client (<a
href="https://redirect.github.com/nrwl/nx/pull/34333">#34333</a>)</li>
<li><strong>core:</strong> add AI agent detection and NDJSON output for
CNW (<a
href="https://redirect.github.com/nrwl/nx/pull/34320">#34320</a>)</li>
<li><strong>core:</strong> update cnw messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34364">#34364</a>)</li>
<li><strong>core:</strong> eagerly shutdown plugins that don't provide
later hooks (<a
href="https://redirect.github.com/nrwl/nx/pull/34253">#34253</a>)</li>
<li><strong>gradle:</strong> add debug env var to gradle batch executor
(<a
href="https://redirect.github.com/nrwl/nx/pull/34259">#34259</a>)</li>
<li><strong>js:</strong> add NX_PREFER_NODE_STRIP_TYPES to use Node's
strip types feature instead of transpilation for TypeScript files (<a
href="https://redirect.github.com/nrwl/nx/pull/34202">#34202</a>)</li>
<li><strong>js:</strong> bump swc to latest versions (<a
href="https://redirect.github.com/nrwl/nx/pull/34215">#34215</a>)</li>
<li><strong>js:</strong> update swc/cli to 0.8.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/34365">#34365</a>)</li>
<li><strong>maven:</strong> load Maven classes at runtime for
version-agnostic batch execution (<a
href="https://redirect.github.com/nrwl/nx/pull/34180">#34180</a>)</li>
<li><strong>maven:</strong> bump maven plugin version to 0.0.13 (<a
href="https://redirect.github.com/nrwl/nx/pull/34318">#34318</a>)</li>
<li><strong>nx-dev:</strong> add llms-full.txt and HTTP Link headers for
LLM discovery (<a
href="https://redirect.github.com/nrwl/nx/pull/34232">#34232</a>)</li>
<li><strong>nx-dev:</strong> add server-side page view tracking for docs
(<a
href="https://redirect.github.com/nrwl/nx/pull/34283">#34283</a>)</li>
<li><strong>nx-dev:</strong> reformat sidebar into topics (<a
href="https://redirect.github.com/nrwl/nx/pull/34265">#34265</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> clean up daemon workspace data directory on
nx reset --onl… (<a
href="https://redirect.github.com/nrwl/nx/pull/34174">#34174</a>)</li>
<li><strong>core:</strong> move tui to parking lot rwlock to avoid hang
(<a
href="https://redirect.github.com/nrwl/nx/pull/34187">#34187</a>)</li>
<li><strong>core:</strong> handle resizing a bit better for inline_tui
(<a
href="https://redirect.github.com/nrwl/nx/pull/34006">#34006</a>)</li>
<li><strong>core:</strong> consolidate GitHub URL messaging when gh push
fails (<a
href="https://redirect.github.com/nrwl/nx/pull/34196">#34196</a>)</li>
<li><strong>core:</strong> cloud commands are noop when not connected
rather than errors (<a
href="https://redirect.github.com/nrwl/nx/pull/34193">#34193</a>)</li>
<li><strong>core:</strong> fall back to node_modules when tmp has noexec
(<a href="https://redirect.github.com/nrwl/nx/pull/34207">#34207</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/33991">#33991</a>)</li>
<li><strong>core:</strong> hide already-installed nx packages from
suggestion list during nx import (<a
href="https://redirect.github.com/nrwl/nx/pull/34227">#34227</a>)</li>
<li><strong>core:</strong> improve plugin worker error messages and
lifecycle timeouts (<a
href="https://redirect.github.com/nrwl/nx/pull/34251">#34251</a>)</li>
<li><strong>core:</strong> do not throw error if worker.stdout is not
instanceof socket (<a
href="https://redirect.github.com/nrwl/nx/pull/34224">#34224</a>)</li>
<li><strong>core:</strong> handle multibyte UTF-8 characters in socket
message consumption (<a
href="https://redirect.github.com/nrwl/nx/pull/34151">#34151</a>)</li>
<li><strong>core:</strong> resolve daemon client reconnect queue
deadlock (<a
href="https://redirect.github.com/nrwl/nx/pull/34284">#34284</a>)</li>
<li><strong>core:</strong> nx should show help for run-one when using
project short names (<a
href="https://redirect.github.com/nrwl/nx/pull/34303">#34303</a>)</li>
<li><strong>core:</strong> prevent command injection in
getNpmPackageVersion (<a
href="https://redirect.github.com/nrwl/nx/pull/34309">#34309</a>)</li>
<li><strong>core:</strong> fix CNW git amend and README marker handling
(<a
href="https://redirect.github.com/nrwl/nx/pull/34306">#34306</a>)</li>
<li><strong>core:</strong> tweak configure-ai-agents messaging (<a
href="https://redirect.github.com/nrwl/nx/pull/34307">#34307</a>)</li>
<li><strong>core:</strong> handle EPIPE errors gracefully in daemon
socket writes (<a
href="https://redirect.github.com/nrwl/nx/pull/34311">#34311</a>)</li>
<li><strong>core:</strong> allow overriding daemon logging settings (<a
href="https://redirect.github.com/nrwl/nx/pull/34324">#34324</a>)</li>
<li><strong>core:</strong> preserve task selection when unrelated tasks
finish (<a
href="https://redirect.github.com/nrwl/nx/pull/34328">#34328</a>)</li>
<li><strong>core:</strong> disable ignore filters for outputs expansion
(<a href="https://redirect.github.com/nrwl/nx/pull/34316">#34316</a>, <a
href="https://redirect.github.com/nrwl/nx/issues/32620">#32620</a>)</li>
<li><strong>core:</strong> track all task outputs regardless of path
depth (<a
href="https://redirect.github.com/nrwl/nx/pull/34321">#34321</a>)</li>
<li><strong>core:</strong> avoid crash when pane area is out of bounds
during resize (<a
href="https://redirect.github.com/nrwl/nx/pull/34343">#34343</a>)</li>
<li><strong>core:</strong> use picocolors instead of chalk in the nx
package (<a
href="https://redirect.github.com/nrwl/nx/pull/34305">#34305</a>)</li>
<li><strong>core:</strong> only detect flaky tasks for cacheable tasks
(<a
href="https://redirect.github.com/nrwl/nx/pull/33994">#33994</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/e3eedf9e940ddf16b72ca5ec6f06eb7ee997ffe2"><code>e3eedf9</code></a>
docs(misc): update the docs to use more direct language (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/34264">#34264</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/86de174d86f82437d2bba9275f57be48f05dc6fb"><code>86de174</code></a>
fix(testing): preload vitest/node to prevent race condition on Node 24
(<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/34261">#34261</a>)</li>
<li><a
href="https://github.com/nrwl/nx/commit/3d62c8b5c13501cac418e3c483d2d71ea3123d3e"><code>3d62c8b</code></a>
fix(vite): handle sophisticated vite plugins (<a
href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/34242">#34242</a>)</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/22.5.0/packages/vite">compare
view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 67a70d7 commit 25484d0
2 files changed
+171
-178
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments