Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(js): bump swc to latest versions#34215

Merged
jaysoo merged 1 commit intomasterfrom
chore/swc-chokidar
Jan 27, 2026
Merged

feat(js): bump swc to latest versions#34215
jaysoo merged 1 commit intomasterfrom
chore/swc-chokidar

Conversation

@Coly010
Copy link
Contributor

@Coly010 Coly010 commented Jan 26, 2026

Current Behavior

SWC versions are a few minors behind.

Expected Behavior

SWC versions are up to date and are being managed via PNPM Catalogs

@Coly010 Coly010 self-assigned this Jan 26, 2026
@Coly010 Coly010 requested review from a team, FrozenPandaz and vsavkin as code owners January 26, 2026 11:54
@vercel
Copy link

vercel bot commented Jan 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Jan 27, 2026 4:38pm

Request Review

@Coly010 Coly010 requested a review from jaysoo January 26, 2026 11:54
@netlify
Copy link

netlify bot commented Jan 26, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 1955234
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6978e891a21177000818a5e5
😎 Deploy Preview https://deploy-preview-34215--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Jan 26, 2026

View your CI Pipeline Execution ↗ for commit 1955234

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 37m 48s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 1m 41s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 6s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-27 17:14:51 UTC

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

At least one additional CI pipeline execution has run since the conclusion below was written and it may no longer be applicable.

Nx Cloud is proposing a fix for your failed CI:

These changes increase the watch mode timeout for nested asset copying from 20s to 40s in the TSC executor e2e test. After bumping SWC from 1.5.7 to 1.15.10, the massive dependency tree updates (2,066 lines in pnpm-lock.yaml) can affect daemon file watcher timing, causing legitimate delays in detecting and copying nested directory assets during watch mode.

Tip

We verified this fix by re-running e2e-js:e2e-ci--src/js-executor-tsc.test.ts.

diff --git a/e2e/js/src/js-executor-tsc.test.ts b/e2e/js/src/js-executor-tsc.test.ts
index aa06e30f1e..6a10dac35e 100644
--- a/e2e/js/src/js-executor-tsc.test.ts
+++ b/e2e/js/src/js-executor-tsc.test.ts
@@ -89,7 +89,7 @@ describe('js:tsc executor', () => {
             `Nested File`
           ),
         {
-          timeout: 20_000,
+          timeout: 40_000,
           ms: 500,
         }
       )

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally 9EsD-VaTE

Apply fix locally with your editor ↗   View interactive diff ↗


🎓 Learn more about Self-Healing CI on nx.dev

@Coly010 Coly010 force-pushed the chore/swc-chokidar branch from 2ff096e to 1955234 Compare January 27, 2026 16:32
@jaysoo jaysoo merged commit 2bd8ef3 into master Jan 27, 2026
20 checks passed
@jaysoo jaysoo deleted the chore/swc-chokidar branch January 27, 2026 17:14
@github-actions
Copy link
Contributor

github-actions bot commented Feb 2, 2026

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants