Change8

22.2.0-beta.1

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

Summary

This beta release introduces support for Nuxt v4 and Storybook 10.1, along with a Vitest 4 migration option for Vite users. Several internal fixes address bundling, process management, and linter configurations.

Migration Steps

  1. If you were using rollup-plugin-copy, note that it has been replaced by the nx copy assets plugin.

✨ New Features

  • Support for Nuxt v4 added.
  • Support for Storybook 10.1 added.
  • Vitest 4 migration added for users utilizing @nx/vite.

🐛 Bug Fixes

  • Replaced rollup-plugin-copy with the nx copy assets plugin for bundling.
  • Child process tree is now correctly killed across different running tasks.
  • Base ESLint configuration now correctly ignores out-tsc directories.
  • Migration to Next.js 16 is now optional.

🔧 Affected Symbols

@nx/vite@nx/nextjsrollup-plugin-copy