Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
94db4aa6 feat(devkit): batch tmp installs in ensurePackage
Add an `ensurePackage(Record<string, string>)` overload that resolves
every missing package in a single tmp project instead of provisioning a
fresh one per call. Exposes `installPackagesToTmp` / `installPackagesToTmpAsync`
from `nx` core for feature-detection, with a graceful fallback to
sequential single-package installs on older cores.
Refactor generators that sequentially install distinct Nx plugins in the
same run (js/library, react/application, react/library, remix/application,
web/application, vue/library add-vite, vue/application add-e2e,
react/application add-e2e, react/application add-vite/setupVitest,
expo/application add-e2e, next/cypress-component-configuration,
nuxt/application add-vitest) to collect their plugin set up front and
ensure it once.