Skip to content

Commit b01a0cd

Browse files
committed
chore: nx migrate @nativescript/plugin-tools
1 parent ed5feb9 commit b01a0cd

File tree

8 files changed

+38
-30
lines changed

8 files changed

+38
-30
lines changed

.eslintrc.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@
2424
{
2525
"files": ["*.ts", "*.tsx"],
2626
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier", "plugin:@nx/typescript"],
27-
"rules": {}
27+
"rules": {
28+
"@typescript-eslint/no-extra-semi": "error",
29+
"no-extra-semi": "off"
30+
}
2831
},
2932
{
3033
"files": ["*.js", "*.jsx"],
3134
"extends": ["plugin:@nx/javascript"],
32-
"rules": {}
35+
"rules": {
36+
"@typescript-eslint/no-extra-semi": "error",
37+
"no-extra-semi": "off"
38+
}
3339
},
3440
{
3541
"files": ["references.d.ts"],

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ packages/shared-notification-delegate/common.js.map
5757
packages/**/native-src/ios/**/xcuserdata/
5858
packages/**/native-src/ios/**/project.xcworkspace/
5959
packages/**/native-src/ios/**/build
60-
.nx/cache
60+
.nx/cache
61+
.nx/workspace-data

.prettierignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/coverage
55
native-src
66

7-
/.nx/cache
7+
/.nx/cache
8+
/.nx/workspace-data

apps/demo-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nativescript/zip": "file:../../dist/packages/zip"
4040
},
4141
"devDependencies": {
42-
"@nativescript/android": "~8.6.0",
43-
"@nativescript/ios": "~8.6.0"
42+
"@nativescript/android": "~8.7.0",
43+
"@nativescript/ios": "~8.7.0"
4444
}
4545
}

apps/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@nativescript/zip": "file:../../packages/zip"
4343
},
4444
"devDependencies": {
45-
"@nativescript/android": "~8.6.0",
46-
"@nativescript/ios": "~8.6.0"
45+
"@nativescript/android": "~8.7.0",
46+
"@nativescript/ios": "~8.7.0"
4747
}
4848
}

migrations.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"migrations": [
33
{
44
"cli": "nx",
5-
"version": "5.2.0",
6-
"description": "Migrate tools to 5.2.0",
7-
"implementation": "./src/migrations/update-5-2-0/update-5-2-0",
5+
"version": "5.3.0",
6+
"description": "Migrate tools to 5.3.0",
7+
"implementation": "./src/migrations/update-5-3-0/update-5-3-0",
88
"package": "@nativescript/plugin-tools",
9-
"name": "update-to-5.2.0"
9+
"name": "update-to-5.3.0"
1010
}
1111
]
1212
}

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "^17.0.0",
20-
"@angular/animations": "^17.0.0",
21-
"@angular/common": "^17.0.0",
22-
"@angular/compiler": "^17.0.0",
23-
"@angular/compiler-cli": "^17.0.0",
24-
"@angular/core": "^17.0.0",
25-
"@angular/forms": "^17.0.0",
26-
"@angular/platform-browser": "^17.0.0",
27-
"@angular/platform-browser-dynamic": "^17.0.0",
28-
"@angular/router": "^17.0.0",
19+
"@angular-devkit/build-angular": "^18.0.0",
20+
"@angular/animations": "^18.0.0",
21+
"@angular/common": "^18.0.0",
22+
"@angular/compiler": "^18.0.0",
23+
"@angular/compiler-cli": "^18.0.0",
24+
"@angular/core": "^18.0.0",
25+
"@angular/forms": "^18.0.0",
26+
"@angular/platform-browser": "^18.0.0",
27+
"@angular/platform-browser-dynamic": "^18.0.0",
28+
"@angular/router": "^18.0.0",
2929
"@nativescript-community/perms": "^2.3.1",
30-
"@nativescript/angular": "^17.0.0",
31-
"@nativescript/core": "~8.6.0",
32-
"@nativescript/plugin-tools": "5.2.2",
33-
"@nativescript/types": "~8.6.0",
30+
"@nativescript/angular": "^18.0.0",
31+
"@nativescript/core": "~8.7.0",
32+
"@nativescript/plugin-tools": "5.3.0",
33+
"@nativescript/types": "~8.7.0",
3434
"@nativescript/webpack": "~5.0.5",
35-
"@ngtools/webpack": "^17.0.0",
35+
"@ngtools/webpack": "^18.0.0",
3636
"@types/mkdirp": "^1.0.1",
3737
"@types/sprintf-js": "^1.1.0",
3838
"email-validator": "^2.0.4",
@@ -41,7 +41,7 @@
4141
"nativescript-permissions": "1.3.11",
4242
"nativescript-vue": "~2.9.0",
4343
"nativescript-vue-template-compiler": "~2.9.0",
44-
"ng-packagr": "^17.0.0",
44+
"ng-packagr": "^18.0.0",
4545
"rxjs": "~7.8.0",
4646
"shorthash": "0.0.2",
4747
"simple-plist": "^1.1.0",

tsconfig.base.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"paths": {
2323
"@demo/shared": ["tools/demo/index.ts"],
24+
"@nativescript/*": ["packages/*"],
2425
"@nativescript/animated-circle": ["packages/animated-circle/index.d.ts"],
2526
"@nativescript/animated-circle/angular": ["packages/animated-circle/angular/index.ts"],
2627
"@nativescript/appavailability": ["packages/appavailability/index.d.ts"],
@@ -61,8 +62,7 @@
6162
"@nativescript/social-share": ["packages/social-share/index.d.ts"],
6263
"@nativescript/theme-switcher": ["packages/theme-switcher/index.ts"],
6364
"@nativescript/twitter": ["packages/twitter/index.d.ts"],
64-
"@nativescript/zip": ["packages/zip/index.d.ts"],
65-
"@nativescript/*": ["packages/*"]
65+
"@nativescript/zip": ["packages/zip/index.d.ts"]
6666
}
6767
},
6868
"exclude": ["node_modules", "tmp"]

0 commit comments

Comments
 (0)