dependabot[bot] opened a new pull request, #11497: URL: https://github.com/apache/nifi/pull/11497
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 22.5.4 to 22.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nrwl/nx/releases">nx's releases</a>.</em></p> <blockquote> <h2>22.7.2 (2026-05-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>gradle:</strong> stream batch task results to nx as they finish (<a href="https://redirect.github.com/nrwl/nx/pull/35487">#35487</a>)</li> <li><strong>nx-dev:</strong> track docs analytics for code copy, LLM prompt, YouTube (<a href="https://redirect.github.com/nrwl/nx/pull/35526">#35526</a>)</li> <li><strong>testing:</strong> add migration for Jest 30 snapshot guide link (<a href="https://redirect.github.com/nrwl/nx/pull/35629">#35629</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>angular:</strong> disable vitest watch by default (<a href="https://redirect.github.com/nrwl/nx/pull/35493">#35493</a>)</li> <li><strong>angular-rspack:</strong> keep root-scoped assets out of per-locale i18n emit (<a href="https://redirect.github.com/nrwl/nx/pull/35621">#35621</a>)</li> <li><strong>bundling:</strong> include tsconfig solution input for rollup (<a href="https://redirect.github.com/nrwl/nx/pull/35476">#35476</a>)</li> <li><strong>bundling:</strong> include tsconfig solution input for webpack (<a href="https://redirect.github.com/nrwl/nx/pull/35477">#35477</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35476">#35476</a>)</li> <li><strong>core:</strong> bump axios to 1.16.0 for all packages (<a href="https://redirect.github.com/nrwl/nx/pull/35568">#35568</a>)</li> <li><strong>core:</strong> add provenance check in nx console status path (<a href="https://redirect.github.com/nrwl/nx/pull/35485">#35485</a>)</li> <li><strong>core:</strong> remove access control header from graph app (<a href="https://redirect.github.com/nrwl/nx/pull/35494">#35494</a>)</li> <li><strong>core:</strong> ensure verbose logs go to stderr and daemon logs are properly decorated (<a href="https://redirect.github.com/nrwl/nx/pull/34358">#34358</a>)</li> <li><strong>core:</strong> show flaky-task count in run summary (<a href="https://redirect.github.com/nrwl/nx/pull/35491">#35491</a>)</li> <li><strong>core:</strong> unique telemetry user_id; expose workspace_id dimension (<a href="https://redirect.github.com/nrwl/nx/pull/35553">#35553</a>)</li> <li><strong>core:</strong> update minimatch to 10.2.5 (<a href="https://redirect.github.com/nrwl/nx/pull/35569">#35569</a>, <a href="https://redirect.github.com/nrwl/nx/issues/34660">#34660</a>)</li> <li><strong>core:</strong> restore use-legacy-versioning shim for <code>@​nx/js</code><a href="https://github.com/21"><code>@​21</code></a> ensurePackage path (<a href="https://redirect.github.com/nrwl/nx/pull/35574">#35574</a>)</li> <li><strong>core:</strong> isolate NX_PARALLEL env var in parallel-related specs (<a href="https://redirect.github.com/nrwl/nx/pull/35579">#35579</a>)</li> <li><strong>core:</strong> skip handleimport miss path when nx key packages are absent (<a href="https://redirect.github.com/nrwl/nx/pull/35596">#35596</a>)</li> <li><strong>core:</strong> use gethostuuid(3) instead of ioreg on macOS (<a href="https://redirect.github.com/nrwl/nx/pull/35599">#35599</a>)</li> <li><strong>core:</strong> isolate cache env vars in splitArgs spec (<a href="https://redirect.github.com/nrwl/nx/pull/35584">#35584</a>)</li> <li><strong>core:</strong> enable node's native v8 compile cache support (<a href="https://redirect.github.com/nrwl/nx/pull/35415">#35415</a>, <a href="https://redirect.github.com/nrwl/nx/issues/20454">#20454</a>)</li> <li><strong>core:</strong> support skipped batch tasks end-to-end and fix TUI double logs (<a href="https://redirect.github.com/nrwl/nx/pull/35617">#35617</a>)</li> <li><strong>core:</strong> keep TUI task selection on the in-progress section (<a href="https://redirect.github.com/nrwl/nx/pull/35640">#35640</a>)</li> <li><strong>core:</strong> allow <code>nx mcp</code> to run outside of an Nx workspace (<a href="https://redirect.github.com/nrwl/nx/pull/35655">#35655</a>)</li> <li><strong>core:</strong> cast perf entries to PerformanceMeasure for detail access (<a href="https://github.com/nrwl/nx/commit/43c0c821ba">43c0c821ba</a>)</li> <li><strong>devkit:</strong> exclude dist from jest module path scan (<a href="https://redirect.github.com/nrwl/nx/pull/35615">#35615</a>)</li> <li><strong>devkit:</strong> expand <code>@​nx/devkit/</code>internal re-exports for cherry-picked v23 deep-import migration (<a href="https://redirect.github.com/nrwl/nx/issues/35541">#35541</a>)</li> <li><strong>dotnet:</strong> correct output paths for Web SDK and centralized dist setups (<a href="https://redirect.github.com/nrwl/nx/pull/35398">#35398</a>)</li> <li><strong>gradle:</strong> exclude batch-runner from jest haste-map crawl (<a href="https://redirect.github.com/nrwl/nx/pull/35501">#35501</a>)</li> <li><strong>gradle:</strong> exclude project-graph from jest module path scan (<a href="https://redirect.github.com/nrwl/nx/pull/35609">#35609</a>)</li> <li><strong>gradle:</strong> support Windows file paths (<a href="https://redirect.github.com/nrwl/nx/pull/35184">#35184</a>, <a href="https://redirect.github.com/nrwl/nx/issues/34987">#34987</a>)</li> <li><strong>js:</strong> strip glob from inferred outputs before resolving as path (<a href="https://redirect.github.com/nrwl/nx/pull/35463">#35463</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35452">#35452</a>)</li> <li><strong>js:</strong> reference vitest.config in eslint dep-checks for vitest libs (<a href="https://redirect.github.com/nrwl/nx/pull/35460">#35460</a>, <a href="https://redirect.github.com/nrwl/nx/issues/33670">#33670</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35450">#35450</a>)</li> <li><strong>js:</strong> include transitive workspace deps in pruned pnpm lockfile (<a href="https://redirect.github.com/nrwl/nx/pull/35532">#35532</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35347">#35347</a>, <a href="https://redirect.github.com/nrwl/nx/issues/34655">#34655</a>)</li> <li><strong>linter:</strong> prevent ENOENT crash in getRelativeImportPath for unresolvable paths (<a href="https://redirect.github.com/nrwl/nx/pull/35007">#35007</a>, <a href="https://redirect.github.com/nrwl/nx/issues/13872">#13872</a>, <a href="https://redirect.github.com/nrwl/nx/issues/34066">#34066</a>, <a href="https://redirect.github.com/nrwl/nx/issues/30491">#30491</a>, <a href="https://redirect.github.com/nrwl/nx/issues/16716">#16716</a>, <a href="https://redirect.github.com/nrwl/nx/issues/35006">#35006</a>, <a href="https://redirect.github.com/nrwl/nx/issues/21889">#21889</a>, <a href="https://redirect.github.com/nrwl/nx/issues/32190">#32190</a>)</li> <li><strong>maven:</strong> skip attached artifacts that fail to materialize in batch record (<a href="https://redirect.github.com/nrwl/nx/pull/35473">#35473</a>)</li> <li><strong>maven:</strong> serialize Maven 4 build state recording (<a href="https://redirect.github.com/nrwl/nx/pull/35555">#35555</a>)</li> <li><strong>maven:</strong> widen runCLI timeout for --no-batch maven.test.ts cases (<a href="https://redirect.github.com/nrwl/nx/pull/35589">#35589</a>)</li> <li><strong>nx-dev:</strong> document nested CLI subcommands beyond two levels (<a href="https://redirect.github.com/nrwl/nx/pull/35519">#35519</a>)</li> <li><strong>nx-dev:</strong> short-circuit bot probes in framer rewrite edge function (<a href="https://redirect.github.com/nrwl/nx/pull/35527">#35527</a>)</li> <li><strong>react:</strong> withSvgr migration preserves other properties (<a href="https://redirect.github.com/nrwl/nx/pull/35484">#35484</a>)</li> <li><strong>repo:</strong> clear NX_INVOCATION_ROOT_PID in run-native-target to avoid recursion false-positive (<a href="https://github.com/nrwl/nx/commit/443dee0b22">443dee0b22</a>)</li> <li><strong>repo:</strong> revert deep-import rewrites that targeted v23-only <code>@​nx/devkit/</code>internal entry (<a href="https://github.com/nrwl/nx/commit/ac8187963d">ac8187963d</a>)</li> <li><strong>repo:</strong> unblock 22.7.x cargo tests and nx-build e2e (<a href="https://redirect.github.com/nrwl/nx/issues/34285">#34285</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/4e9ea1bc3f44fb90f4ef242bf248dbc903aebef8"><code>4e9ea1b</code></a> chore(core): refresh stale TUI snapshots on 22.7.x</li> <li><a href="https://github.com/nrwl/nx/commit/d02dc54141a1c523fabae7f1462a1e03c16179d4"><code>d02dc54</code></a> fix(repo): unblock 22.7.x cargo tests and nx-build e2e</li> <li><a href="https://github.com/nrwl/nx/commit/7e4bce91788c942c214ca59261b130d940faac61"><code>7e4bce9</code></a> feat(testing): add migration for Jest 30 snapshot guide link (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35629">#35629</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/43c0c821ba355b910e638438df28ec7e320dce60"><code>43c0c82</code></a> fix(core): cast perf entries to PerformanceMeasure for detail access</li> <li><a href="https://github.com/nrwl/nx/commit/0cfc6bcd3685bb1c60a78d460474fcd88a208246"><code>0cfc6bc</code></a> fix(core): allow <code>nx mcp</code> to run outside of an Nx workspace (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35655">#35655</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/df0e414420913730ff514e1d9c61f29182a3aa1a"><code>df0e414</code></a> chore(core): remove dead TUI selection lifecycle helpers (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35649">#35649</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/a0f7a52bcbee27946654c95fa3b2c0bff9cc2d09"><code>a0f7a52</code></a> fix(core): keep TUI task selection on the in-progress section (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35640">#35640</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/93813e9ef2fb87e51f3f8f19cb39633333759b13"><code>93813e9</code></a> fix(core): support skipped batch tasks end-to-end and fix TUI double logs (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/3">#3</a>...</li> <li><a href="https://github.com/nrwl/nx/commit/c514039729050d4718b3446da32773f982f68625"><code>c514039</code></a> fix(core): enable node's native v8 compile cache support (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35415">#35415</a>)</li> <li><a href="https://github.com/nrwl/nx/commit/75e349822cfa8437c6d693449abfe4099a2919ce"><code>75e3498</code></a> fix(core): isolate cache env vars in splitArgs spec (<a href="https://github.com/nrwl/nx/tree/HEAD/packages/nx/issues/35584">#35584</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nrwl/nx/commits/22.7.2/packages/nx">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version modifies <code>postinstall</code> script that runs during installation. Review the package contents before updating.</p> </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 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/apache/nifi/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
