Change8

22.6.0-rc.1

📦 nxView on GitHub →
2 features🐛 10 fixes

Summary

This release introduces a new deps-sync generator for JavaScript projects and includes numerous fixes across core functionality, analytics handling, and build tool integration like Vite and Gradle.

✨ New Features

  • js: add deps-sync generator
  • misc: track server page views for AI traffic using Netlify-Agent-Category

🐛 Bug Fixes

  • core: ensure postTasksExecution fires on SIGINT for continuous tasks
  • core: add .claude/settings.local.json to .gitignore
  • core: show continuous property in nx show target
  • core: detect npm from package-lock.json before falling back to invoking PM
  • core: trim memory usage associated with io-tracing service
  • core: ensure workers shutdown after phase cancelled
  • core: avoid overwhelming DB with connections during analytics init
  • gradle: always check disk cache for gradle project graph reports
  • nx-cloud: download light client to tmp dir when outside nx workspace
  • vite: pin vitest v4 to ~4.0.x to fix Yarn Classic resolution failure