Skip to content

Commit

Permalink
chore(config-nx-scopes)!: migrate @nrwl/tao to nx following 13.9.0 re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
fguitton committed May 16, 2022
1 parent 2f68961 commit 5ce1173
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 66 deletions.
1 change: 0 additions & 1 deletion @commitlint/config-nx-scopes/fixtures/basic/nx.json
@@ -1,5 +1,4 @@
{
"extends": "@nrwl/workspace/presets/core.json",
"npmScope": "secretarium",
"affected": {
"defaultBase": "main"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/fixtures/basic/package.json
Expand Up @@ -2,6 +2,6 @@
"name": "basic",
"version": "1.0.0",
"devDependencies": {
"@nrwl/tao": "^13.0.0"
"nx": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/fixtures/empty/package.json
Expand Up @@ -2,6 +2,6 @@
"name": "empty",
"version": "1.0.0",
"devDependencies": {
"@nrwl/tao": "^13.0.0"
"nx": "^14.0.0"
}
}
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/index.js
@@ -1,4 +1,4 @@
const {Workspaces} = require('@nrwl/tao/src/shared/workspace');
const {Workspaces} = require('nx/src/config/workspaces');

module.exports = {
utils: {getProjects},
Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-nx-scopes/package.json
Expand Up @@ -27,10 +27,10 @@
},
"homepage": "https://commitlint.js.org/",
"peerDependencies": {
"@nrwl/tao": "^12.0.0 || ^13.0.0"
"nx": "^14.0.0"
},
"peerDependenciesMeta": {
"@nrwl/tao": {
"nx": {
"optional": true
}
},
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@commitlint/test": "^16.0.0",
"@commitlint/utils": "^16.2.1",
"@nrwl/tao": "^13.0.0"
"nx": "^14.0.0"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}

0 comments on commit 5ce1173

Please sign in to comment.