Skip to content

Conversation

@Rel1cx
Copy link
Owner

@Rel1cx Rel1cx commented Aug 27, 2025

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • Test
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • I have added a convincing reason for adding this feature, if necessary

Other information

@Rel1cx Rel1cx requested a review from Copilot August 27, 2025 11:03
@vercel
Copy link

vercel bot commented Aug 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
eslint-react Ready Ready Preview Comment Aug 27, 2025 11:14am

@Rel1cx Rel1cx marked this pull request as ready for review August 27, 2025 11:03
@socket-security
Copy link

socket-security bot commented Aug 27, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedeslint-plugin-function@​0.0.24691007992100
Updated@​next/​eslint-plugin-next@​15.5.1 ⏵ 15.5.2100 +11007199100
Addedeslint-plugin-fast-import@​1.3.07610010091100
Addedeslint-config-flat-gitignore@​2.1.01001009881100
Addedeslint-plugin-de-morgan@​1.3.19110010085100
Addedeslint-plugin-jsdoc@​54.1.19910010096100

View full report

This comment was marked as outdated.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: REL1CX <dokimondex@gmail.com>
@Rel1cx Rel1cx requested a review from Copilot August 27, 2025 11:10
Copy link
Contributor

Copilot AI left a 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.

@Rel1cx Rel1cx merged commit d6d922a into 2.0.0 Aug 27, 2025
9 of 10 checks passed
@Rel1cx Rel1cx deleted the tooling/remove-nx branch August 27, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants