-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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(repo): upgrade to latest version of Nx #22574
Conversation
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 🚨 Potential security issues found in this pull request. To accept the risk, merge this PR and you will not be notified again. Bot CommandsTo ignore an alert, reply with a comment starting with
|
Issue | Status |
---|---|
Install scripts | ✅ 0 issues |
Native code | ✅ 0 issues |
Bin script confusion | ✅ 0 issues |
Bin script shell injection | ✅ 0 issues |
Shell access | |
Uses eval | ✅ 0 issues |
Unresolved require | ✅ 0 issues |
Invalid package.json | ✅ 0 issues |
HTTP dependency | ✅ 0 issues |
Git dependency | ✅ 0 issues |
GitHub dependency | ✅ 0 issues |
New author | ✅ 0 issues |
Potential typo squat | ✅ 0 issues |
Known Malware | ✅ 0 issues |
Telemetry | ✅ 0 issues |
Protestware/Troll package | ✅ 0 issues |
📊 Modified Dependency Overview:
➕ Added Package | Capability Access | +/- Transitive Count |
Publisher |
---|---|---|---|
nx-cloud@16.0.5 | filesystem, shell, environment | +4 |
altan-nrwl |
@nx/workspace@16.1.4 | filesystem, shell, environment | +14 |
nrwl-jason |
@nx/workspace@16.2.1 | filesystem, shell, environment | +14 |
nrwl-jason |
nx@16.1.4 | environment | +10 |
nrwl-jason |
nx@16.2.1 | environment | +10 |
nrwl-jason |
🚮 Removed packages: @nrwl/nx-cloud@15.3.5, @nrwl/workspace@15.9.4
hi @mandarini thanks for your work.
for react |
@chakAs3 can you tell me what command you are running exactly, and in which directory? |
it is stuck in prompts asking some plugin install, the promise is not returned if i bypass the prompts it passes . |
@chakAs3 yes ok I just verified. Weird, I wonder what it can be. I'm looking into it. In any case, I updated the |
@chakAs3 same thing happens to me in latest |
0b07a4a
to
7e87476
Compare
You are right it looked not related to NX anyway, i have even upgraded the'prompts' package, even replace with @clack/prompts but it is same just stuck there |
I see! Let me know what you think about updating Nx, in any case! :) |
@chakAs3 This was a CLI change that was introduced last week. I believe @yannbf and @ndelangen will have a fix today |
yes it was the prompts, it was fixed with a workaround to unblock the contributors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I revert back to nx@16.2.1 as the beta creating some issue for with type checking
This reverts commit e28ba93.
Hi @mandarini i hope you are having a good week start. Unfortunately i could not merge your PR, I'm getting plenty of type checking errors, so CI tests won't pass |
Hi @chakAs3 ! I will rebase my PR, squash the commits and push again if that's ok with you. I re-applied the latest upgrade, just to see the effects after rebasing with latest next. You can ping me on slack/discord if you want to briefly pair on this today. The tests are passing on my end, but I understand that "works on my machine" does not say much, hehe! :) |
I suppose the new PR replaces this one? |
NOTE: Maybe use this updated PR instead: #22694
What I did
Updated repo to latest Nx.
How to test
I upgraded and then ran
yarn task
and compiled all projects, all projects compiled successfully.Note:
We can remove
migrations.json
, I left it there for now, for you to see what scripts it ran! :)Checklist
MIGRATION.MD
Maintainers
make sure to add the
ci:merged
orci:daily
GH label to it.["cleanup", "BREAKING CHANGE", "feature request", "bug", "documentation", "maintenance", "dependencies", "other"]