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

Skip to content

Conversation

@jaysoo
Copy link
Member

@jaysoo jaysoo commented Dec 16, 2025

Templates use "*" for workspace dependencies in individual package.json files. This works for npm but breaks pnpm, yarn, and bun which require the workspace: protocol for proper symlinking.

For pnpm, yarn, and bun: automatically convert "*" dependencies to "workspace:*" in all workspace package.json files. npm is left unchanged since it handles "*" natively.

Also adds support for 2-level nested projects (e.g., libs/shared/models/package.json).

@jaysoo jaysoo requested a review from a team as a code owner December 16, 2025 23:23
@jaysoo jaysoo requested a review from MaxKless December 16, 2025 23:23
@netlify
Copy link

netlify bot commented Dec 16, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 02003c8
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6942fbfb8771e000087d3a20
😎 Deploy Preview https://deploy-preview-33893--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.

@vercel
Copy link

vercel bot commented Dec 16, 2025

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

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Dec 17, 2025 6:59pm

@nx-cloud
Copy link
Contributor

nx-cloud bot commented Dec 16, 2025

View your CI Pipeline Execution ↗ for commit 02003c8

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

☁️ Nx Cloud last updated this comment at 2025-12-17 19:04:38 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

@nx-cloud nx-cloud bot requested review from a team and Coly010 as code owners December 17, 2025 15:54
Templates use `"*"` for workspace dependencies in individual package.json files. This works for npm but breaks pnpm, yarn, and bun which require the `workspace:` protocol for proper symlinking.

For pnpm, yarn, and bun: automatically convert `"*"` dependencies to `"workspace:*"` in all workspace package.json files. npm is left unchanged since it handles `"*"` natively.

Also adds support for 2-level nested projects (e.g., `libs/shared/models/package.json`).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@jaysoo jaysoo merged commit 6323dba into master Dec 17, 2025
20 checks passed
@jaysoo jaysoo deleted the pnpm_fix branch December 17, 2025 19:11
@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 Dec 23, 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.

3 participants