Change8

22.6.0-beta.10

📦 nxView on GitHub →
4 features🐛 13 fixes🔧 3 symbols

Summary

This beta release introduces the 'polygraph' command for cross-repo sessions and enhances caching utilities. It also includes numerous bug fixes across Angular, JS, core Nx functionality, and addresses several security CVEs.

✨ New Features

  • Added polygraph command to initialize cross-repo sessions.
  • Added safe plugin cache write utilities with LRU eviction.
  • Support configurable typecheck config name in js plugin.
  • Added YouTube channel callout to courses page in nx-dev.

🐛 Bug Fixes

  • Preserve skipLibCheck in tsconfig.json for Angular standalone projects.
  • Enable output prefixing for direct nx:run-commands path.
  • Support tuple validation when schema 'items' is an array (JSON Schema draft 07).
  • Prevent TUI panic when Nx Console is connected.
  • Added .claude/worktrees to gitignore.
  • Surface clearer error when CNW hits SANDBOX_FAILED.
  • Allow nx cloud commands to run outside of a workspace.
  • Strip catalogs from pruned pnpm lockfile.
  • Normalize paths to posix format in typescript plugin.
  • Exclude .netlify paths from Framer proxy edge function.
  • Address security CVE cluster (copy-webpack-plugin, koa, minimatch).
  • Skip root-relative paths in nxViteTsPaths resolveId.
  • Handle zoneless Angular apps in vitest configuration generator.

Affected Symbols