Skip to content

Commit 4249b3e

Browse files
committed
chore: update nx dependencies
1 parent f32f947 commit 4249b3e

File tree

15 files changed

+303
-444
lines changed

15 files changed

+303
-444
lines changed

apps/dfx-bootstrap-icons-demo/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@
7575
},
7676
"lint": {
7777
"executor": "@nx/eslint:lint",
78-
"outputs": ["{options.outputFile}"],
79-
"options": {
80-
"lintFilePatterns": ["apps/dfx-bootstrap-icons-demo/**/*.ts", "apps/dfx-bootstrap-icons-demo/**/*.html"]
81-
}
78+
"outputs": ["{options.outputFile}"]
8279
},
8380
"test": {
8481
"executor": "@nx/jest:jest",

apps/dfx-bootstrap-table-demo/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
},
6767
"lint": {
6868
"executor": "@nx/eslint:lint",
69-
"outputs": ["{options.outputFile}"],
70-
"options": {
71-
"lintFilePatterns": ["apps/dfx-bootstrap-table-demo/**/*.ts", "apps/dfx-bootstrap-table-demo/**/*.html"]
72-
}
69+
"outputs": ["{options.outputFile}"]
7370
},
7471
"test": {
7572
"executor": "@nx/jest:jest",

apps/dfx-qrcode-demo/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,7 @@
6767
},
6868
"lint": {
6969
"executor": "@nx/eslint:lint",
70-
"outputs": ["{options.outputFile}"],
71-
"options": {
72-
"lintFilePatterns": ["apps/dfx-qrcode-demo/**/*.ts", "apps/dfx-qrcode-demo/**/*.html"]
73-
}
70+
"outputs": ["{options.outputFile}"]
7471
},
7572
"test": {
7673
"executor": "@nx/jest:jest",

apps/playground/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@
6666
},
6767
"lint": {
6868
"executor": "@nx/eslint:lint",
69-
"outputs": ["{options.outputFile}"],
70-
"options": {
71-
"lintFilePatterns": ["apps/playground/**/*.ts", "apps/playground/**/*.html"]
72-
}
69+
"outputs": ["{options.outputFile}"]
7370
},
7471
"test": {
7572
"executor": "@nx/jest:jest",

libs/dfts-helper/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
},
1818
"lint": {
1919
"executor": "@nx/eslint:lint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["libs/dfts-helper/**/*.ts"]
23-
}
20+
"outputs": ["{options.outputFile}"]
2421
},
2522
"test": {
2623
"executor": "@nx/jest:jest",

libs/dfts-qrcode/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@
1717
},
1818
"lint": {
1919
"executor": "@nx/eslint:lint",
20-
"outputs": ["{options.outputFile}"],
21-
"options": {
22-
"lintFilePatterns": ["libs/dfts-qrcode/**/*.ts"]
23-
}
20+
"outputs": ["{options.outputFile}"]
2421
},
2522
"test": {
2623
"executor": "@nx/jest:jest",

libs/dfx-bootstrap-icons/project.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,7 @@
3131
},
3232
"lint": {
3333
"executor": "@nx/eslint:lint",
34-
"outputs": ["{options.outputFile}"],
35-
"options": {
36-
"lintFilePatterns": [
37-
"libs/dfx-bootstrap-icons/**/*.ts",
38-
"libs/dfx-bootstrap-icons/**/*.html",
39-
"libs/dfx-bootstrap-icons/package.json"
40-
]
41-
}
34+
"outputs": ["{options.outputFile}"]
4235
},
4336
"version": {
4437
"executor": "@jscutlery/semver:version",

libs/dfx-bootstrap-table/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
},
2323
"lint": {
2424
"executor": "@nx/eslint:lint",
25-
"outputs": ["{options.outputFile}"],
26-
"options": {
27-
"lintFilePatterns": ["libs/dfx-bootstrap-table/**/*.ts", "libs/dfx-bootstrap-table/**/*.html"]
28-
}
25+
"outputs": ["{options.outputFile}"]
2926
},
3027
"test": {
3128
"executor": "@nx/jest:jest",

libs/dfx-helper/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@
2222
},
2323
"lint": {
2424
"executor": "@nx/eslint:lint",
25-
"outputs": ["{options.outputFile}"],
26-
"options": {
27-
"lintFilePatterns": ["libs/dfx-helper/**/*.ts", "libs/dfx-helper/**/*.html"]
28-
}
25+
"outputs": ["{options.outputFile}"]
2926
},
3027
"test": {
3128
"executor": "@nx/jest:jest",

libs/dfx-qrcode/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
},
2525
"lint": {
2626
"executor": "@nx/eslint:lint",
27-
"outputs": ["{options.outputFile}"],
28-
"options": {
29-
"lintFilePatterns": ["libs/dfx-qrcode/**/*.ts", "libs/dfx-qrcode/**/*.html"]
30-
}
27+
"outputs": ["{options.outputFile}"]
3128
},
3229
"test": {
3330
"executor": "@nx/jest:jest",

libs/dfx-translate/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
},
4646
"lint": {
4747
"executor": "@nx/eslint:lint",
48-
"outputs": ["{options.outputFile}"],
49-
"options": {
50-
"lintFilePatterns": ["libs/dfx-translate/**/*.ts", "libs/dfx-translate/**/*.html"]
51-
}
48+
"outputs": ["{options.outputFile}"]
5249
},
5350
"test": {
5451
"executor": "@nx/jest:jest",

libs/playground-lib/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@
3131
},
3232
"lint": {
3333
"executor": "@nx/eslint:lint",
34-
"outputs": ["{options.outputFile}"],
35-
"options": {
36-
"lintFilePatterns": ["libs/playground-lib/**/*.ts", "libs/playground-lib/**/*.html", "libs/playground-lib/package.json"]
37-
}
34+
"outputs": ["{options.outputFile}"]
3835
}
3936
}
4037
}

migrations.json

+8-90
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,19 @@
11
{
22
"migrations": [
33
{
4-
"version": "17.1.0-beta.1",
5-
"description": "Updates for @typescript-utils/utils v6.9.1+",
6-
"implementation": "./src/migrations/update-17-1-0/update-typescript-eslint",
4+
"version": "17.2.0-beta.0",
5+
"description": "Simplify eslintFilePatterns",
6+
"implementation": "./src/migrations/update-17-2-0/simplify-eslint-patterns",
77
"package": "@nx/eslint",
8-
"name": "update-typescript-eslint"
9-
},
10-
{
11-
"version": "17.1.0-beta.2",
12-
"description": "Move jest executor options to nx.json targetDefaults",
13-
"implementation": "./src/migrations/update-17-1-0/move-options-to-target-defaults",
14-
"package": "@nx/jest",
15-
"name": "move-options-to-target-defaults"
16-
},
17-
{
18-
"cli": "nx",
19-
"version": "17.1.0-beta.5",
20-
"requires": {
21-
"@angular/core": ">=17.0.0"
22-
},
23-
"description": "Update the @angular/cli package version to ~17.0.0.",
24-
"factory": "./src/migrations/update-17-1-0/update-angular-cli",
25-
"package": "@nx/angular",
26-
"name": "update-angular-cli-version-17-0-0"
27-
},
28-
{
29-
"cli": "nx",
30-
"version": "17.1.0-beta.5",
31-
"requires": {
32-
"@angular/core": ">=17.0.0"
33-
},
34-
"description": "Rename 'browserTarget' to 'buildTarget'.",
35-
"factory": "./src/migrations/update-17-1-0/browser-target-to-build-target",
36-
"package": "@nx/angular",
37-
"name": "rename-browser-target-to-build-target"
38-
},
39-
{
40-
"cli": "nx",
41-
"version": "17.1.0-beta.5",
42-
"requires": {
43-
"@angular/core": ">=17.0.0"
44-
},
45-
"description": "Replace usages of '@nguniversal/builders' with '@angular-devkit/build-angular'.",
46-
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-builders",
47-
"package": "@nx/angular",
48-
"name": "replace-nguniversal-builders"
8+
"name": "simplify-eslint-patterns"
499
},
5010
{
5111
"cli": "nx",
52-
"version": "17.1.0-beta.5",
53-
"requires": {
54-
"@angular/core": ">=17.0.0"
55-
},
56-
"description": "Replace usages of '@nguniversal/' packages with '@angular/ssr'.",
57-
"factory": "./src/migrations/update-17-1-0/replace-nguniversal-engines",
12+
"version": "17.2.0-beta.2",
13+
"description": "Rename '@nx/angular:webpack-dev-server' executor to '@nx/angular:dev-server'",
14+
"factory": "./src/migrations/update-17-2-0/rename-webpack-dev-server",
5815
"package": "@nx/angular",
59-
"name": "replace-nguniversal-engines"
60-
},
61-
{
62-
"cli": "nx",
63-
"version": "17.1.0-beta.5",
64-
"requires": {
65-
"@angular/core": ">=17.0.0"
66-
},
67-
"description": "Replace the deep imports from 'zone.js/dist/zone' and 'zone.js/dist/zone-testing' with 'zone.js' and 'zone.js/testing'.",
68-
"factory": "./src/migrations/update-17-1-0/update-zone-js-deep-import",
69-
"package": "@nx/angular",
70-
"name": "update-zone-js-deep-import"
71-
},
72-
{
73-
"version": "17.0.0",
74-
"description": "Angular v17 introduces a new control flow syntax that uses the @ and } characters. This migration replaces the existing usages with their corresponding HTML entities.",
75-
"factory": "./migrations/block-template-entities/bundle",
76-
"package": "@angular/core",
77-
"name": "block-template-entities"
78-
},
79-
{
80-
"version": "17.0.0",
81-
"description": "CompilerOption.useJit and CompilerOption.missingTranslation are unused under Ivy. This migration removes their usage",
82-
"factory": "./migrations/compiler-options/bundle",
83-
"package": "@angular/core",
84-
"name": "migration-v17-compiler-options"
85-
},
86-
{
87-
"version": "17.0.0",
88-
"description": "Updates `TransferState`, `makeStateKey`, `StateKey` imports from `@angular/platform-browser` to `@angular/core`.",
89-
"factory": "./migrations/transfer-state/bundle",
90-
"package": "@angular/core",
91-
"name": "migration-transfer-state"
92-
},
93-
{
94-
"version": "17.0.0-0",
95-
"description": "Updates the Angular CDK to v17",
96-
"factory": "./ng-update/index#updateToV17",
97-
"package": "@angular/cdk",
98-
"name": "migration-v17"
16+
"name": "rename-webpack-dev-server-executor"
9917
}
10018
]
10119
}

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/platform-browser": "17.0.1",
2525
"@angular/platform-browser-dynamic": "17.0.1",
2626
"@angular/router": "17.0.1",
27-
"@nx/angular": "17.1.3",
27+
"@nx/angular": "17.2.8",
2828
"bootstrap": "5.3.2",
2929
"commander": "11.1.0",
3030
"rxjs": "7.8.1",
@@ -45,20 +45,20 @@
4545
"@commitlint/config-angular": "17.8.1",
4646
"@hirez_io/observer-spy": "2.2.0",
4747
"@jscutlery/semver": "4.0.0",
48-
"@nx/devkit": "17.1.3",
49-
"@nx/eslint": "17.1.3",
50-
"@nx/eslint-plugin": "17.1.3",
51-
"@nx/jest": "17.1.3",
52-
"@nx/js": "17.1.3",
53-
"@nx/web": "17.1.3",
54-
"@nx/workspace": "17.1.3",
48+
"@nx/devkit": "17.2.8",
49+
"@nx/eslint": "17.2.8",
50+
"@nx/eslint-plugin": "17.2.8",
51+
"@nx/jest": "17.2.8",
52+
"@nx/js": "17.2.8",
53+
"@nx/web": "17.2.8",
54+
"@nx/workspace": "17.2.8",
5555
"@schematics/angular": "17.0.0",
5656
"@types/jest": "29.5.7",
57-
"@types/node": "18.18.8",
57+
"@types/node": "18.16.9",
5858
"@typescript-eslint/eslint-plugin": "6.10.0",
5959
"@typescript-eslint/parser": "6.10.0",
6060
"bootstrap-icons": "1.11.2",
61-
"eslint": "8.53.0",
61+
"eslint": "8.48.0",
6262
"eslint-config-prettier": "9.0.0",
6363
"fs-extra": "^11.1.1",
6464
"husky": "8.0.3",
@@ -69,7 +69,7 @@
6969
"jsonc-eslint-parser": "^2.1.0",
7070
"lint-staged": "13.3.0",
7171
"ng-packagr": "17.0.0",
72-
"nx": "17.1.3",
72+
"nx": "17.2.8",
7373
"postcss": "8.4.31",
7474
"postcss-import": "15.1.0",
7575
"postcss-preset-env": "9.3.0",
@@ -82,3 +82,4 @@
8282
"webpack-merge": "5.10.0"
8383
}
8484
}
85+

0 commit comments

Comments
 (0)