-
-
Notifications
You must be signed in to change notification settings - Fork 32
build: remove nx #1198
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
build: remove nx #1198
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Co-authored-by: Copilot <[email protected]> Signed-off-by: REL1CX <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the Nx build system from the project and replaces it with direct pnpm workspace commands. The change simplifies the build infrastructure by eliminating the Nx orchestration layer while maintaining the same build functionality through pnpm's native workspace features.
- Removes Nx dependency and configuration files
- Updates build scripts to use pnpm workspace commands directly
- Updates package dependencies to latest versions
Reviewed Changes
Copilot reviewed 7 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/verify-lockfile.ts | Removes Nx reset command from lockfile verification script |
| packages/plugins/eslint-plugin/README.md | Updates branch references in documentation links |
| package.json | Replaces Nx build commands with pnpm workspace equivalents and removes Nx dependency |
| nx.json | Removes Nx configuration file entirely |
| examples/next/package.json | Updates Next.js dependencies to latest versions |
| apps/website/package.json | Updates Next.js and Shiki dependencies to latest versions |
| .vscode/settings.json | Removes Nx-specific VS Code settings |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___)Other information