Skip to content

Commit

Permalink
fix(misc): cleanup deps to support pnpm v7 in create-nx-workspace (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Mar 23, 2023
1 parent f1dc152 commit 7c9b66e
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 229 deletions.
10 changes: 0 additions & 10 deletions packages/devkit/migrations.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/devkit/migrations.spec.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/devkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@
"ignore": "^5.0.4",
"tmp": "~0.2.1",
"tslib": "^2.3.0",
"@phenomnomnominal/tsquery": "4.1.1",
"semver": "7.3.4"
},
"peerDependencies": {
"nx": ">= 14.1 <= 16"
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"publishConfig": {
"access": "public"
}
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/js/src/generators/library/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function normalizeOptions(
options.bundler = 'none';
}

const { Linter } = require('@nrwl/linter');
const { Linter } = ensurePackage('@nrwl/linter', nxVersion);
if (options.config === 'npm-scripts') {
options.unitTestRunner = 'none';
options.linter = Linter.None;
Expand Down
6 changes: 0 additions & 6 deletions packages/workspace/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@
},
{
"command": "node ./scripts/add-dependency-to-build.js workspace nx"
},
{
"command": "node ./scripts/add-dependency-to-build.js workspace @nrwl/devkit"
},
{
"command": "node ./scripts/add-dependency-to-build.js workspace @nrwl/linter"
}
],
"parallel": false
Expand Down

1 comment on commit 7c9b66e

@vercel
Copy link

@vercel vercel bot commented on 7c9b66e Mar 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.