Skip to content

Commit d6d922a

Browse files
Rel1cxCopilot
andauthored
build: remove nx (#1198)
Signed-off-by: REL1CX <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 0c2f8e9 commit d6d922a

File tree

9 files changed

+160
-622
lines changed

9 files changed

+160
-622
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ stats.html
4545
*.bundled_*.mjs
4646
*.tgz
4747
eslint-results.sarif
48-
49-
.nx/cache
50-
.nx/workspace-data

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@
4444
"mdx.server.enable": true,
4545
"npm.packageManager": "pnpm",
4646
"typescript.preferences.importModuleSpecifier": "non-relative",
47-
"typescript.tsdk": "node_modules/typescript/lib",
48-
"nxConsole.generateAiAgentRules": false
47+
"typescript.tsdk": "node_modules/typescript/lib"
4948
}

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"fumadocs-typescript": "4.0.6",
2626
"fumadocs-ui": "15.7.2",
2727
"lucide-react": "^0.542.0",
28-
"next": "^15.5.1",
28+
"next": "^15.5.2",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",
32-
"shiki": "^3.11.0",
32+
"shiki": "^3.12.0",
3333
"tailwind-merge": "^3.3.1",
3434
"twoslash": "^0.3.4"
3535
},

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.5.1",
13+
"next": "^15.5.2",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.2.0",
2020
"@eslint/js": "^9.34.0",
21-
"@next/eslint-plugin-next": "^15.5.1",
21+
"@next/eslint-plugin-next": "^15.5.2",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",

nx.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"author": "Rel1cx<[email protected]>",
2626
"type": "module",
2727
"scripts": {
28-
"build": "pnpm run update:all && nx run-many -t build --projects=\"packages/**\"",
29-
"build:all": "nx run-many -t build",
30-
"build:docs": "nx run-many -t build:docs --projects=\"packages/**\" && pnpm run update:readme",
31-
"build:pkgs": "pnpm -F \"./.pkgs/*\" run build",
28+
"build": "pnpm run update:all && pnpm run build:pkgs && pnpm run build:packages && pnpm run build:docs",
29+
"build:docs": "pnpm -r --filter \"./packages/*\" run build:docs",
30+
"build:packages": "pnpm -r --filter \"./packages/**\" run build",
31+
"build:pkgs": "pnpm -r --filter \"./.pkgs/*\" run build",
3232
"build:website": "pnpm run update:website && pnpm -F \"./apps/website\" run build",
3333
"format:check": "dprint check",
3434
"format:write": "dprint fmt",
@@ -82,7 +82,6 @@
8282
"lefthook": "^1.12.3",
8383
"markdownlint": "^0.38.0",
8484
"mdxlint": "^1.0.0",
85-
"nx": "^21.4.1",
8685
"publint": "^0.3.12",
8786
"react": "^19.1.1",
8887
"react-dom": "^19.1.1",
@@ -113,7 +112,6 @@
113112
"dprint",
114113
"esbuild",
115114
"lefthook",
116-
"nx",
117115
"sharp",
118116
"unrs-resolver"
119117
],
@@ -124,7 +122,7 @@
124122
"cross-spawn": "^7.0.6",
125123
"esbuild": "^0.25.9",
126124
"lucide-react": "^0.542.0",
127-
"next": "^15.5.1",
125+
"next": "^15.5.2",
128126
"react": "^19.1.1",
129127
"react-dom": "^19.1.1",
130128
"ts-api-utils": "^2.1.0",

packages/plugins/eslint-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ export default tseslint.config({
165165

166166
Contributions are welcome!
167167

168-
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/2.0.0/.github/CONTRIBUTING.md).
168+
Please follow our [contributing guidelines](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/.github/CONTRIBUTING.md).
169169

170170
## License
171171

172-
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/2.0.0/LICENSE) file for details.
172+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/Rel1cx/eslint-react/tree/tooling/remove-nx/LICENSE) file for details.

0 commit comments

Comments
 (0)