Change8

22.7.2

📦 nxView on GitHub →
3 features🐛 45 fixes🔧 15 symbols

Summary

This release focuses heavily on bug fixes across core functionality, bundling, and ecosystem integrations like Angular, Gradle, Maven, and JS tooling. New features include streaming batch task results and enhanced analytics tracking.

Migration Steps

  1. Run the migration for Jest 30 snapshot guide link if applicable.

✨ New Features

  • gradle: stream batch task results to nx as they finish
  • nx-dev: track docs analytics for code copy, LLM prompt, YouTube
  • testing: add migration for Jest 30 snapshot guide link

🐛 Bug Fixes

  • angular: disable vitest watch by default
  • angular-rspack: keep root-scoped assets out of per-locale i18n emit
  • bundling: include tsconfig solution input for rollup
  • bundling: include tsconfig solution input for webpack
  • core: bump axios to 1.16.0 for all packages
  • core: add provenance check in nx console status path
  • core: remove access control header from graph app
  • core: ensure verbose logs go to stderr and daemon logs are properly decorated
  • core: show flaky-task count in run summary
  • core: unique telemetry user_id; expose workspace_id dimension
  • core: update minimatch to 10.2.5
  • core: restore use-legacy-versioning shim for @nx/js@21 ensurePackage path
  • core: isolate NX_PARALLEL env var in parallel-related specs
  • core: skip handleimport miss path when nx key packages are absent
  • core: use gethostuuid(3) instead of ioreg on macOS
  • core: isolate cache env vars in splitArgs spec
  • core: enable node's native v8 compile cache support
  • core: support skipped batch tasks end-to-end and fix TUI double logs
  • core: keep TUI task selection on the in-progress section
  • core: allow `nx mcp` to run outside of an Nx workspace
  • core: cast perf entries to PerformanceMeasure for detail access
  • devkit: exclude dist from jest module path scan
  • devkit: expand @nx/devkit/internal re-exports for cherry-picked v23 deep-import migration
  • dotnet: correct output paths for Web SDK and centralized dist setups
  • gradle: exclude batch-runner from jest haste-map crawl
  • gradle: exclude project-graph from jest module path scan
  • gradle: support Windows file paths
  • js: strip glob from inferred outputs before resolving as path
  • js: reference vitest.config in eslint dep-checks for vitest libs
  • js: include transitive workspace deps in pruned pnpm lockfile
  • linter: prevent ENOENT crash in getRelativeImportPath for unresolvable paths
  • maven: skip attached artifacts that fail to materialize in batch record
  • maven: serialize Maven 4 build state recording
  • maven: widen runCLI timeout for --no-batch maven.test.ts cases
  • nx-dev: document nested CLI subcommands beyond two levels
  • nx-dev: short-circuit bot probes in framer rewrite edge function
  • react: withSvgr migration preserves other properties
  • repo: clear NX_INVOCATION_ROOT_PID in run-native-target to avoid recursion false-positive
  • repo: revert deep-import rewrites that targeted v23-only @nx/devkit/internal entry
  • repo: unblock 22.7.x cargo tests and nx-build e2e
  • repo: expand "..." spread token in graph typecheck inputs
  • testing: pin jest to ~30.3.0 to avoid jest-runtime 30.4 incompat
  • testing: handle absolute cypress screenshotsFolder/videosFolder paths
  • testing: exclude dist and out-tsc from default jest module path scan
  • testing: update remaining snapshot guide links missed by migration

Affected Symbols