-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(misc): add nx syncing mechanism and update the typescript-sync generator #26793
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit f306648. 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 ✅ Successfully ran 4 targets
Sent with 💌 from NxCloud. |
497bcca
to
8b7f851
Compare
99d7143
to
225865f
Compare
07bc923
to
d5fb3f1
Compare
d5fb3f1
to
c134574
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-26793-c134574 my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-26793-c134574
To request a new release for this pull request, mention someone from the Nx team or the |
c134574
to
b9df4dd
Compare
ba8f1fe
to
6e5bfad
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-26793-6e5bfad my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-26793-6e5bfad
To request a new release for this pull request, mention someone from the Nx team or the |
cd98ca2
to
a774083
Compare
packages/nx/src/daemon/server/project-graph-incremental-recomputation.ts
Outdated
Show resolved
Hide resolved
…-sync to account for it
…ges and before recomputing graph
…generators to return out of sync message
…in daemon and update out of sync messaging
…flag in the `nx sync` command
f10a109
to
f306648
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx create-nx-workspace@0.0.0-pr-26793-f306648 my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-26793-f306648
To request a new release for this pull request, mention someone from the Nx team or the |
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. |
nx sync
command to run sync generators and apply changes to bring the workspace up to date according to their logic.nx sync:check
command to validate that the workspace is up to date by running the sync generators without applying the changes. It can be used on CI as a validation check.NX_ENABLE_SYNC_GENERATORS
environment variable is set to'true'
@nx/js:typescript-sync
generator (keep tsconfig project references in sync with the project graph) with misc fixesCurrent Behavior
Expected Behavior
Related Issue(s)
Fixes #