Skip to content

Commit 24a4de5

Browse files
authored
chore: latest lerna and nx (#1417)
1 parent 6d26c59 commit 24a4de5

File tree

5 files changed

+1705
-3205
lines changed

5 files changed

+1705
-3205
lines changed

nx.json

+16-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3-
"npmScope": "angular-eslint",
43
"workspaceLayout": {
54
"libsDir": "packages"
65
},
@@ -18,17 +17,10 @@
1817
"check-rule-docs",
1918
"update-rule-docs",
2019
"typecheck"
21-
],
22-
"runtimeCacheInputs": ["node --version"],
23-
"canTrackAnalytics": false,
24-
"showUsageWarnings": true,
25-
"parallel": 1
20+
]
2621
}
2722
}
2823
},
29-
"affected": {
30-
"defaultBase": "main"
31-
},
3224
"targetDefaults": {
3325
"build": {
3426
"dependsOn": ["^build"],
@@ -47,7 +39,21 @@
4739
},
4840
"namedInputs": {
4941
"default": ["{projectRoot}/**/*", "sharedGlobals", "projectSpecificFiles"],
50-
"sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"],
42+
"sharedGlobals": [
43+
"{workspaceRoot}/.github/workflows/ci.yml",
44+
{
45+
"runtime": "node -e 'console.log(`${process.platform}-${process.arch}`)'"
46+
},
47+
{
48+
"runtime": "node --version"
49+
},
50+
{
51+
"runtime": "npm --version"
52+
},
53+
{
54+
"runtime": "yarn --version"
55+
}
56+
],
5157
"production": [
5258
"default",
5359
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"@angular/compiler": "16.0.3",
5656
"@commitlint/cli": "17.6.5",
5757
"@commitlint/config-conventional": "17.6.5",
58-
"@nx/devkit": "16.2.2",
59-
"@nx/eslint-plugin": "16.2.2",
60-
"@nx/jest": "16.2.2",
61-
"@nx/js": "16.2.2",
62-
"@nx/plugin": "16.2.2",
63-
"@nx/workspace": "16.2.2",
58+
"@nx/devkit": "16.3.2",
59+
"@nx/eslint-plugin": "16.3.2",
60+
"@nx/jest": "16.3.2",
61+
"@nx/js": "16.3.2",
62+
"@nx/plugin": "16.3.2",
63+
"@nx/workspace": "16.3.2",
6464
"@rollup/plugin-commonjs": "^25.0.0",
6565
"@rollup/plugin-node-resolve": "^15.0.2",
6666
"@rollup/plugin-typescript": "^11.1.0",
@@ -87,10 +87,10 @@
8787
"json-schema-to-typescript": "13.0.1",
8888
"json-schema-traverse": "1.0.0",
8989
"jsonc-eslint-parser": "^2.1.0",
90-
"lerna": "7.0.0-alpha.3",
90+
"lerna": "7.0.0-alpha.7",
9191
"lint-staged": "13.2.2",
9292
"ncp": "2.0.0",
93-
"nx": "16.2.2",
93+
"nx": "16.3.2",
9494
"nx-cloud": "16.0.5",
9595
"prettier": "2.8.8",
9696
"rimraf": "5.0.1",

packages/builder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"builders.json"
1919
],
2020
"dependencies": {
21-
"@nx/devkit": "16.2.2",
22-
"nx": "16.2.2"
21+
"@nx/devkit": "16.3.2",
22+
"nx": "16.3.2"
2323
},
2424
"builders": "./builders.json",
2525
"peerDependencies": {

packages/schematics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"dependencies": {
3636
"@angular-eslint/eslint-plugin": "16.0.3",
3737
"@angular-eslint/eslint-plugin-template": "16.0.3",
38-
"@nx/devkit": "16.2.2",
38+
"@nx/devkit": "16.3.2",
3939
"ignore": "5.2.4",
40-
"nx": "16.2.2",
40+
"nx": "16.3.2",
4141
"strip-json-comments": "3.1.1",
4242
"tmp": "0.2.1"
4343
},

0 commit comments

Comments
 (0)