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(builder): remove nrwl/devkit from builder implementation #1142

Merged
merged 1 commit into from Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/nx-migrate.yml
Expand Up @@ -59,9 +59,6 @@ jobs:
npx nx migrate @nrwl/workspace@$NX_VERSION
# Update the version of nx packages specified in the builder package
NX_VERSION=$NX_VERSION npx ts-node --project ./tsconfig.tools.json ./tools/scripts/update-builder-nx-deps.ts
# Sometimes Nx can require config formatting changes after a migrate command
yarn --ignore-scripts
npx nx format
Expand Down
7 changes: 0 additions & 7 deletions packages/builder/builders.json
@@ -1,12 +1,5 @@
{
"builders": {
"lint": {
"implementation": "./dist/compat",
"schema": "./dist/schema.json",
"description": "Run ESLint over a TypeScript project"
}
},
"executors": {
"lint": {
"implementation": "./dist/lint.impl.js",
"schema": "./dist/schema.json",
Expand Down
4 changes: 0 additions & 4 deletions packages/builder/package.json
Expand Up @@ -18,10 +18,6 @@
"builders.json"
],
"builders": "./builders.json",
"dependencies": {
"@nrwl/devkit": "^14.7.5",
"nx": "^14.7.5"
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0",
"typescript": "*"
Expand Down
5 changes: 0 additions & 5 deletions packages/builder/src/compat.ts

This file was deleted.