nx
nx copied to clipboard
feat(core): execute plugins in isolated processes
Current Behavior
Project graph plugins are all loaded in the main nx process (or daemon if enabled), which can cause issues when they do things that mutate the global process (E.g. registering a typescript transpiler)
Expected Behavior
Plugins operate in a sandbox
Related Issue(s)
Fixes #
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| nx-dev | ⬜️ Ignored (Inspect) | Visit Preview | Feb 22, 2024 9:57pm |
☁️ Nx Cloud Report
CI is running/has finished running commands for commit c3698bf8fc9cdf8b9f41d0ef023561355449989c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
| 🟥 Failed Commands |
|---|
nx affected --target=e2e --base=dc8f57937b90603e2d8ecf3727f7896f6b680d0f --head=c3698bf8fc9cdf8b9f41d0ef023561355449989c --parallel=1 |
✅ Successfully ran 5 targets
nx affected --targets=lint,test,build --base=dc8f57937b90603e2d8ecf3727f7896f6b680d0f --head=c3698bf8fc9cdf8b9f41d0ef023561355449989c --parallel=3nx run-many -t check-imports check-commit check-lock-files check-codeowners documentation --parallel=1 --no-dtenx-cloud record -- nx format:check --base=dc8f57937b90603e2d8ecf3727f7896f6b680d0f --head=c3698bf8fc9cdf8b9f41d0ef023561355449989cnx documentation --no-dtenx affected -t e2e-macos --parallel=1 --base=dc8f57937b90603e2d8ecf3727f7896f6b680d0f --head=c3698bf8fc9cdf8b9f41d0ef023561355449989c
Sent with 💌 from NxCloud.
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.