Skip to content

fix(deps): update dependency typescript to v6#164

Open
renovate[bot] wants to merge 1 commit intodevfrom
renovate/typescript-6.x
Open

fix(deps): update dependency typescript to v6#164
renovate[bot] wants to merge 1 commit intodevfrom
renovate/typescript-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 23, 2026

This PR contains the following updates:

Package Change Age Confidence
typescript (source) ^5.9.3^6.0.0 age confidence
typescript (source) ^5^5 || ^6.0.0 age confidence

Release Notes

microsoft/TypeScript (typescript)

v6.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@nx-cloud
Copy link
Copy Markdown

nx-cloud bot commented Mar 23, 2026

View your CI Pipeline Execution ↗ for commit 5c436b5

Command Status Duration Result
nx affected -t build:ci ❌ Failed 24s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-23 16:40:32 UTC

Copy link
Copy Markdown

@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.

Nx Cloud is proposing a fix for your failed CI:

We added "types": ["node"] to packages/eslint-config/tsconfig.json to fix the @typescript-eslint/no-unsafe-* errors introduced by the TypeScript 6 upgrade. TypeScript 6 no longer implicitly resolves @types/node in ESM/NodeNext contexts, causing process, node:path, and node:fs types to be unresolvable during linting. This explicit declaration restores proper type resolution for Node.js built-ins.

Warning

We could not verify this fix.

diff --git a/packages/eslint-config/tsconfig.json b/packages/eslint-config/tsconfig.json
index 79dfa34..b5ff457 100644
--- a/packages/eslint-config/tsconfig.json
+++ b/packages/eslint-config/tsconfig.json
@@ -11,6 +11,7 @@
     "resolveJsonModule": true,
     "forceConsistentCasingInFileNames": true,
     "sourceRoot": "src",
-    "sourceMap": true
+    "sourceMap": true,
+    "types": ["node"]
   }
 }

Apply fix via Nx Cloud  Reject fix via Nx Cloud


Or Apply changes locally with:

npx nx-cloud apply-locally KNUP-UF4i

Apply fix locally with your editor ↗   View interactive diff ↗



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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants