Skip to content
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): normalize paths correctly in @nx/js/typescript plugin #30216

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented Feb 28, 2025

Current Behavior

The tsconfig files cache contains invalid relative paths when run on Windows.

Failure logs (Windows): https://github.com/nrwl/nx-console/actions/runs/13573129754/job/37942898562?pr=2415#step:11:29

Expected Behavior

The tsconfig files cache should contain valid Unix-based paths.

Success logs (Windows): https://github.com/nrwl/nx-console/actions/runs/13586015039/job/37981054104#step:11:49 (the job failed but due to a separate thing, note the project graph was computed correctly)

Related Issue(s)

Fixes #

@leosvelperez leosvelperez self-assigned this Feb 28, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner February 28, 2025 09:23
Copy link

vercel bot commented Feb 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Feb 28, 2025 9:24am

@leosvelperez leosvelperez requested a review from jaysoo February 28, 2025 09:23
Copy link

nx-cloud bot commented Feb 28, 2025

View your CI Pipeline Execution ↗ for commit 16c1f45.

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 38m 50s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 17s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check --base= --he... ✅ Succeeded 6s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 5s View ↗
nx documentation ✅ Succeeded 1m 33s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-28 10:08:19 UTC

Copy link

🐳 We have a release for that!

This PR has a release associated with it. You can try it out using this command:

npx create-nx-workspace@0.0.0-pr-30216-16c1f45 my-workspace

Or just copy this version and use it in your own command:

0.0.0-pr-30216-16c1f45
Release details 📑
Published version 0.0.0-pr-30216-16c1f45
Triggered by @leosvelperez
Branch js/fix-plugin-path-normalization
Commit 16c1f45
Workflow run 13585245247

To request a new release for this pull request, mention someone from the Nx team or the @nrwl/nx-pipelines-reviewers.

@leosvelperez leosvelperez merged commit 9faafe5 into master Feb 28, 2025
12 checks passed
@leosvelperez leosvelperez deleted the js/fix-plugin-path-normalization branch February 28, 2025 11:49
Copy link

github-actions bot commented Mar 6, 2025

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 Mar 6, 2025
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.

None yet

3 participants