-
Notifications
You must be signed in to change notification settings - Fork 299
Upgraded NX from version 16.8.1 to 21.3.11 #1017
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 2edc58e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@candidosales is attempting to deploy a commit to the HyperDX Team on Vercel. A member of the Team first needs to authorize it. |
hi @teeohhem , could you review it? |
Please also run |
@wrn14897 I didn't change any package, so which option should I use for this case? ![]() |
You can just select all of them. The versions will be synced, so it doesn't matter. |
Any reason we don't want to bump it to v21 latest? (v21.3.11) |
@wrn14897 , could you review it again? |
Looks good. Can you remove the |
@wrn14897, we are updating the |
We will need to fix the tests issue. theoretically nx shouldn't affect them so I suspect that since you created a new lock file, the dependency tree was rebuilt, and some dependencies may have been upgraded, causing the tests to break. Since the project uses Yarn, we use yarn.lock instead of package-lock.json. Please just remove |
I've tested the main branch and If you run on the main branch (cloning the repository), the same issues are happening. Could you share your What do you think about fixing these issues first, and then merging this PR later? I removed the |
Please take a look at this commit I pushed 9e5f738 The
|
Any updates? cc @candidosales |
@wrn14897 , Sorry for the delay. I'm participating in some interviews and have limited time for studying. When I receive a new offer, I'll come back to finish here. Sorry about that. |
.vscode/settings.json
addingeditor.tabSize
,editor.insertSpaces
,editor.detectIndentation
to keep the format standard for all developers.changeset
Why? Benefits
Tested
npx nx show projects
npx nx graph --dry-run
npx nx run @hyperdx/common-utils:dev --help
bun run app:dev:local
Evidence