22.7.3
📦 nxView on GitHub →
✨ 1 features🐛 22 fixes🔧 5 symbols
Summary
This patch introduces support for pnpm 11.2.2 and includes numerous bug fixes across Angular, Core, Gradle, Linter, and Rsbuild plugins.
✨ New Features
- js: support pnpm 11.2.2
🐛 Bug Fixes
- angular: only add @oxc-project/runtime on the vitest-analog path
- angular-rspack: exclude eslint config from tailwind v4 source scan
- core: warn before installing unknown npm packages as preset
- core: preserve input order in createNodes plugin results
- core: resolve local plugin subpath imports from source
- core: treat undefined task parallelism as parallel when scheduling
- core: handle object form of bin field in getPrettierPath
- core: detect vscode copilot ai agent
- core: allow local plugin subpath imports without custom conditions
- dotnet: include Directory.*.* files in inputs
- gradle: add transitive:true to all tasks
- gradle: pin generated e2e project toolchain to installed JDK
- js: fall back to npm publish when bun publish fails with auth error
- linter: improve convert-to-flat-config output fidelity
- linter: only rewrite workspace-package peer deps to workspace:*
- misc: stop inferring `projects: 'self'` in `dependsOn` entries
- misc: skip `$` escaping in file paths on windows
- repo: run dotnet restore before publish
- repo: run dotnet restore before macos e2e job
- rsbuild: infer build outputs from distPath.root directly
- rsbuild: lazy-require @rsbuild/core in plugin so spec mocks work after jest.resetModules
- testing: correct yargs-parser import in getJestProjectsAsync