-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(core): handle existing plugins failed with imported project #28893
Merged
xiongemi
merged 1 commit into
master
from
feature/nxc-1185-handle-when-an-existing-plugin-begins-to-fail-with-the-new
Jan 17, 2025
Merged
feat(core): handle existing plugins failed with imported project #28893
xiongemi
merged 1 commit into
master
from
feature/nxc-1185-handle-when-an-existing-plugin-begins-to-fail-with-the-new
Jan 17, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit 4f9f0c6.
☁️ Nx Cloud last updated this comment at |
d58df35
to
8c0a118
Compare
8c0a118
to
5caa651
Compare
5caa651
to
d8628ce
Compare
d8628ce
to
0a30ebc
Compare
jaysoo
reviewed
Nov 13, 2024
packages/nx/src/command-line/import/utils/check-compatible-with-plugins.ts
Outdated
Show resolved
Hide resolved
packages/nx/src/command-line/import/utils/check-compatible-with-plugins.ts
Outdated
Show resolved
Hide resolved
packages/nx/src/command-line/import/utils/check-compatible-with-plugins.ts
Outdated
Show resolved
Hide resolved
packages/nx/src/command-line/import/utils/check-compatible-with-plugins.ts
Outdated
Show resolved
Hide resolved
0a30ebc
to
5a9ea09
Compare
5a9ea09
to
5374b48
Compare
5374b48
to
1e4b0b4
Compare
1e4b0b4
to
9c336a2
Compare
FrozenPandaz
requested changes
Dec 19, 2024
packages/nx/src/command-line/init/implementation/check-compatible-with-plugins.ts
Outdated
Show resolved
Hide resolved
packages/nx/src/project-graph/utils/project-configuration-utils.ts
Outdated
Show resolved
Hide resolved
45aa101
to
9954bbb
Compare
9954bbb
to
8794a5a
Compare
8794a5a
to
e6561ed
Compare
e6561ed
to
aa9c5bc
Compare
aa9c5bc
to
5147756
Compare
5147756
to
de5f133
Compare
de5f133
to
f0819c8
Compare
FrozenPandaz
approved these changes
Jan 15, 2025
f0819c8
to
e31f36e
Compare
e31f36e
to
755c4a5
Compare
…w imported project
755c4a5
to
4f9f0c6
Compare
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. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current Behavior
Expected Behavior
Related Issue(s)
Fixes #