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

Skip to content

Conversation

@FrozenPandaz
Copy link
Collaborator

@FrozenPandaz FrozenPandaz commented Dec 19, 2025

Updating Nx from 22.3.0-beta.3 to 22.4.0-beta.1

@FrozenPandaz FrozenPandaz requested a review from a team as a code owner December 19, 2025 21:43
@vercel
Copy link

vercel bot commented Dec 19, 2025

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

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Jan 8, 2026 9:59pm

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Dec 19, 2025

View your CI Pipeline Execution ↗ for commit 7e2f951

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 4m 46s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 42s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 11s 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-08 22:04:17 UTC

@netlify
Copy link

netlify bot commented Dec 19, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 7e2f951
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69602767f4d08d0008e386bc
😎 Deploy Preview https://deploy-preview-33968--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.

@FrozenPandaz FrozenPandaz changed the title chore(repo): update nx to 22.4.0-beta.0 chore(repo): update nx to 22.4.0-beta.1 Jan 8, 2026
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

A new CI pipeline execution was requested that may update the conclusion below...

Nx Cloud is proposing a fix for your failed CI:

We updated the test snapshots to reflect the new behavior introduced in Nx 22.4.0-beta.1, where the Cypress configuration generator now adds "moduleResolution": "node10" to tsconfig files. This change fixes the snapshot mismatches in react:test and next:test by aligning the expected output with the actual generated configuration, which includes this field to resolve TypeScript TS5095 compatibility issues with Cypress.

We are verifying this fix by re-running react:test.

Suggested Fix changes
diff --git a/packages/next/src/generators/cypress-component-configuration/cypress-component-configuration.spec.ts b/packages/next/src/generators/cypress-component-configuration/cypress-component-configuration.spec.ts
index 53a18d58f8..9ea89a0a5f 100644
--- a/packages/next/src/generators/cypress-component-configuration/cypress-component-configuration.spec.ts
+++ b/packages/next/src/generators/cypress-component-configuration/cypress-component-configuration.spec.ts
@@ -47,6 +47,7 @@ describe('cypress-component-configuration generator', () => {
       "compilerOptions": {
         "allowJs": true,
         "module": "commonjs",
+        "moduleResolution": "node10",
         "outDir": "../dist/out-tsc",
         "sourceMap": false,
         "types": [
@@ -211,6 +212,7 @@ describe('cypress-component-configuration generator', () => {
       "compilerOptions": {
         "allowJs": true,
         "module": "commonjs",
+        "moduleResolution": "node10",
         "outDir": "../dist/out-tsc",
         "sourceMap": false,
         "types": [
diff --git a/packages/react/src/generators/application/application.spec.ts b/packages/react/src/generators/application/application.spec.ts
index 7b375ac238..334478eb6c 100644
--- a/packages/react/src/generators/application/application.spec.ts
+++ b/packages/react/src/generators/application/application.spec.ts
@@ -331,6 +331,7 @@ describe('app', () => {
           "compilerOptions": {
             "allowJs": true,
             "module": "commonjs",
+            "moduleResolution": "node10",
             "outDir": "../dist/out-tsc",
             "sourceMap": false,
             "types": [

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally 6mxH-WxX4

Apply fix locally with your editor ↗   View interactive diff ↗


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

@FrozenPandaz FrozenPandaz disabled auto-merge January 8, 2026 22:24
@FrozenPandaz FrozenPandaz merged commit a13f5eb into master Jan 8, 2026
20 checks passed
@FrozenPandaz FrozenPandaz deleted the upnx branch January 8, 2026 22:24
@github-actions
Copy link
Contributor

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 Jan 14, 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.

3 participants