-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(js): fix swc version warning #24034
fix(js): fix swc version warning #24034
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 3fa4cfb. 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 6 targets
Sent with 💌 from NxCloud. |
0dde6c5
to
5554e20
Compare
5554e20
to
da286fc
Compare
da286fc
to
6b927ff
Compare
6b927ff
to
c874551
Compare
c874551
to
5601e76
Compare
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.
Can you add migrations as well please?
5601e76
to
f34142b
Compare
f34142b
to
3fa4cfb
Compare
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> npm warnings: ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @swc-node/[email protected] npm WARN Found: @swc/[email protected] npm WARN node_modules/@swc/core npm WARN dev @swc/core@"~1.3.85" from the root project npm WARN 3 more (@swc-node/register, nx, ts-node) npm WARN npm WARN Could not resolve dependency: npm WARN peer @swc/core@">= 1.4.13" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register/node_modules/@swc-node/core npm WARN @swc-node/core@"^1.12.0" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register npm WARN npm WARN Conflicting peer dependency: @swc/[email protected] npm WARN node_modules/@swc/core npm WARN peer @swc/core@">= 1.4.13" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register/node_modules/@swc-node/core npm WARN @swc-node/core@"^1.12.0" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register ``` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #23688
<!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> npm warnings: ``` npm WARN ERESOLVE overriding peer dependency npm WARN While resolving: @swc-node/[email protected] npm WARN Found: @swc/[email protected] npm WARN node_modules/@swc/core npm WARN dev @swc/core@"~1.3.85" from the root project npm WARN 3 more (@swc-node/register, nx, ts-node) npm WARN npm WARN Could not resolve dependency: npm WARN peer @swc/core@">= 1.4.13" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register/node_modules/@swc-node/core npm WARN @swc-node/core@"^1.12.0" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register npm WARN npm WARN Conflicting peer dependency: @swc/[email protected] npm WARN node_modules/@swc/core npm WARN peer @swc/core@">= 1.4.13" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register/node_modules/@swc-node/core npm WARN @swc-node/core@"^1.12.0" from @swc-node/[email protected] npm WARN node_modules/@swc-node/register ``` ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #23688 (cherry picked from commit a6e23c1)
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. |
Current Behavior
npm warnings:
Expected Behavior
Related Issue(s)
Fixes #23688