diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index ed22004c..1c16600d 100644 --- a/packages/template-blank-ng/package.json +++ b/packages/template-blank-ng/package.json @@ -40,27 +40,27 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~20.2.0", - "@angular/common": "~20.2.0", - "@angular/compiler": "~20.2.0", - "@angular/core": "~20.2.0", - "@angular/forms": "~20.2.0", - "@angular/platform-browser": "~20.2.0", - "@angular/platform-browser-dynamic": "~20.2.0", - "@angular/router": "~20.2.0", - "@nativescript/angular": "^20.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "rxjs": "~7.8.0", - "zone.js": "~0.15.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~20.2.0", - "@angular/compiler-cli": "~20.2.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/tailwind": "^2.1.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~20.2.0", + "@ngtools/webpack": "~22.0.0", "tailwindcss": "~3.4.0", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-ng/tsconfig.json b/packages/template-blank-ng/tsconfig.json index 6e98a432..33a0d3c5 100644 --- a/packages/template-blank-ng/tsconfig.json +++ b/packages/template-blank-ng/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["src/tests/**/*.ts", "src/**/*.ios.ts", "src/**/*.android.ts"], diff --git a/packages/template-blank-react-vision/package.json b/packages/template-blank-react-vision/package.json index 869e3b2d..48d11a11 100644 --- a/packages/template-blank-react-vision/package.json +++ b/packages/template-blank-react-vision/package.json @@ -41,7 +41,7 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" @@ -52,7 +52,7 @@ "@nativescript/webpack": "~5.0.25", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", "tailwindcss": "~3.4.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" }, "gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004", "readme": "NativeScript Application" diff --git a/packages/template-blank-react-vision/tsconfig.json b/packages/template-blank-react-vision/tsconfig.json index ccfcfc40..4be78f5c 100644 --- a/packages/template-blank-react-vision/tsconfig.json +++ b/packages/template-blank-react-vision/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -7,12 +8,12 @@ "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, + "skipLibCheck": true, "jsx": "react", "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["./src/**/*.tsx?"], diff --git a/packages/template-blank-react/package.json b/packages/template-blank-react/package.json index 95c5c3ff..1ae44b79 100644 --- a/packages/template-blank-react/package.json +++ b/packages/template-blank-react/package.json @@ -39,7 +39,7 @@ "template" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" @@ -48,10 +48,10 @@ "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.28", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", - "typescript": "~5.4.0" + "typescript": "~6.0.0" }, "overrides": { - "@nativescript/core": "~9.0.0" + "@nativescript/core": "~9.1.0" }, "gitHead": "1350d382fb4b0ed4c6e9685df909518b2688e004", "readme": "NativeScript Application" diff --git a/packages/template-blank-react/tsconfig.json b/packages/template-blank-react/tsconfig.json index ccfcfc40..4be78f5c 100644 --- a/packages/template-blank-react/tsconfig.json +++ b/packages/template-blank-react/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -7,12 +8,12 @@ "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, + "skipLibCheck": true, "jsx": "react", "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["./src/**/*.tsx?"], diff --git a/packages/template-blank-solid-ts/package.json b/packages/template-blank-solid-ts/package.json index 2cf93f12..c79f86c5 100644 --- a/packages/template-blank-solid-ts/package.json +++ b/packages/template-blank-solid-ts/package.json @@ -40,7 +40,7 @@ "scripts": {}, "dependencies": { "@nativescript-community/solid-js": "^0.1.2", - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "dominative": "^0.1.3", "solid-js": "^1.9.11", "solid-navigation": "1.0.0-alpha.16", @@ -60,6 +60,6 @@ "babel-preset-solid": "^1.8.19", "solid-refresh": "^0.7.5", "tailwindcss": "~3.4.3", - "typescript": "~5.9.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-solid-ts/tsconfig.json b/packages/template-blank-solid-ts/tsconfig.json index 4116dcd1..030cbcb2 100644 --- a/packages/template-blank-solid-ts/tsconfig.json +++ b/packages/template-blank-solid-ts/tsconfig.json @@ -7,10 +7,9 @@ "lib": ["ESNext", "DOM"], "jsx": "preserve", "jsxImportSource": "@nativescript-dom/solidjs-types", - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] }, "noEmit": true, "allowJs": true, diff --git a/packages/template-blank-solid-vision/package.json b/packages/template-blank-solid-vision/package.json index c4002889..0111ebc2 100644 --- a/packages/template-blank-solid-vision/package.json +++ b/packages/template-blank-solid-vision/package.json @@ -42,7 +42,7 @@ "dependencies": { "@nativescript-community/solid-js": "^0.0.6", "@nativescript-community/ui-collectionview": "^5.3.0", - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "dominative": "^0.1.3", "solid-js": "^1.7.12", "solid-navigation": "^1.0.0-alpha.11", @@ -62,6 +62,6 @@ "patch-package": "^8.0.0", "solid-refresh": "^0.5.3", "tailwindcss": "~3.4.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-solid-vision/tsconfig.json b/packages/template-blank-solid-vision/tsconfig.json index bb93133a..95183535 100644 --- a/packages/template-blank-solid-vision/tsconfig.json +++ b/packages/template-blank-solid-vision/tsconfig.json @@ -10,10 +10,9 @@ "jsxImportSource": "@nativescript-dom/solidjs-types", "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] }, "allowJs": true, "types": ["node", "@nativescript-dom/core-types", "@nativescript-dom/solidjs-types"], @@ -23,7 +22,6 @@ "emitDecoratorMetadata": true, "skipLibCheck": true, "outDir": "dist", - "downlevelIteration": true, "maxNodeModuleJsDepth": 5 }, "include": ["src"], diff --git a/packages/template-blank-solid/package.json b/packages/template-blank-solid/package.json index 7e5dbc1e..90ff976c 100644 --- a/packages/template-blank-solid/package.json +++ b/packages/template-blank-solid/package.json @@ -40,7 +40,7 @@ "scripts": {}, "dependencies": { "@nativescript-community/solid-js": "^0.0.6", - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "dominative": "^0.1.3", "solid-js": "^1.8.21", "solid-navigation": "1.0.0-alpha.16", diff --git a/packages/template-blank-svelte-vision/package.json b/packages/template-blank-svelte-vision/package.json index 254def91..5a2726a8 100644 --- a/packages/template-blank-svelte-vision/package.json +++ b/packages/template-blank-svelte-vision/package.json @@ -40,15 +40,16 @@ }, "dependencies": { "@nativescript-community/svelte-native": "~1.0.29", - "@nativescript/core": "~9.0.0" + "@nativescript/core": "~9.1.0" }, "devDependencies": { "@nativescript-community/svelte-native-preprocessor": "^1.0.1", + "@types/node": "^20.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", "svelte": "~4.2.20", "svelte-loader": "^3.2.4", "svelte-preprocess": "^6.0.3", - "typescript": "~5.9.2" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-svelte-vision/tsconfig.json b/packages/template-blank-svelte-vision/tsconfig.json index 552e5cbc..cd98ea9b 100644 --- a/packages/template-blank-svelte-vision/tsconfig.json +++ b/packages/template-blank-svelte-vision/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-blank-svelte/package.json b/packages/template-blank-svelte/package.json index 30cc42af..3330d90c 100644 --- a/packages/template-blank-svelte/package.json +++ b/packages/template-blank-svelte/package.json @@ -44,19 +44,20 @@ }, "dependencies": { "@nativescript-community/svelte-native": "~1.0.30", - "@nativescript/core": "^9.0.0" + "@nativescript/core": "~9.1.0" }, "devDependencies": { "@nativescript-community/svelte-native-preprocessor": "^1.0.1", + "@types/node": "^20.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.28", "svelte": "~4.2.20", "svelte-loader": "^3.2.4", "svelte-preprocess": "^6.0.3", - "typescript": "~5.9.2" + "typescript": "~6.0.0" }, "overrides": { - "@nativescript/core": "^9.0.0", + "@nativescript/core": "~9.1.0", "svelte": "~4.2.20" } } diff --git a/packages/template-blank-svelte/tsconfig.json b/packages/template-blank-svelte/tsconfig.json index fd778a28..6ffc98d3 100644 --- a/packages/template-blank-svelte/tsconfig.json +++ b/packages/template-blank-svelte/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index 117c2566..491f3782 100644 --- a/packages/template-blank-ts/package.json +++ b/packages/template-blank-ts/package.json @@ -38,12 +38,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-ts/tsconfig.json b/packages/template-blank-ts/tsconfig.json index 4951dbe8..5210a8f0 100644 --- a/packages/template-blank-ts/tsconfig.json +++ b/packages/template-blank-ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] } }, "include": ["app/**/*"], diff --git a/packages/template-blank-vue-ts/package.json b/packages/template-blank-vue-ts/package.json index 6cda904d..f312d2fd 100644 --- a/packages/template-blank-vue-ts/package.json +++ b/packages/template-blank-vue-ts/package.json @@ -41,7 +41,7 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "nativescript-vue": "^3.0.0" }, "devDependencies": { @@ -50,6 +50,6 @@ "@nativescript/webpack": "~5.0.31", "@types/node": "^20.0.0", "tailwindcss": "^4.0.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-vue-ts/tsconfig.json b/packages/template-blank-vue-ts/tsconfig.json index 032683c0..f9dc9f40 100644 --- a/packages/template-blank-vue-ts/tsconfig.json +++ b/packages/template-blank-vue-ts/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-blank-vue-vision/package.json b/packages/template-blank-vue-vision/package.json index 326a4572..404c0f90 100644 --- a/packages/template-blank-vue-vision/package.json +++ b/packages/template-blank-vue-vision/package.json @@ -38,7 +38,7 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "nativescript-vue": "^3.0.0" }, "devDependencies": { @@ -47,6 +47,6 @@ "@nativescript/webpack": "~5.0.25", "@types/node": "~17.0.21", "tailwindcss": "~3.4.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-vue-vision/tsconfig.json b/packages/template-blank-vue-vision/tsconfig.json index d0e00fcd..f547fe06 100644 --- a/packages/template-blank-vue-vision/tsconfig.json +++ b/packages/template-blank-vue-vision/tsconfig.json @@ -8,10 +8,9 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] }, "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index 051128e6..0468942e 100644 --- a/packages/template-blank-vue/package.json +++ b/packages/template-blank-vue/package.json @@ -41,7 +41,7 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "nativescript-vue": "^3.0.0" }, "devDependencies": { @@ -50,6 +50,6 @@ "@nativescript/webpack": "~5.0.31", "@types/node": "^20.0.0", "tailwindcss": "^4.0.0", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-blank-vue/tsconfig.json b/packages/template-blank-vue/tsconfig.json index 032683c0..f9dc9f40 100644 --- a/packages/template-blank-vue/tsconfig.json +++ b/packages/template-blank-vue/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index e96c745e..56005f9f 100644 --- a/packages/template-blank/package.json +++ b/packages/template-blank/package.json @@ -38,7 +38,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index f32e10eb..fc0339c7 100644 --- a/packages/template-drawer-navigation-ng/package.json +++ b/packages/template-drawer-navigation-ng/package.json @@ -41,27 +41,27 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~18.0.0", - "@angular/common": "~18.0.0", - "@angular/compiler": "~18.0.0", - "@angular/core": "~18.0.0", - "@angular/forms": "~18.0.0", - "@angular/platform-browser": "~18.0.0", - "@angular/platform-browser-dynamic": "~18.0.0", - "@angular/router": "~18.0.0", - "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0", - "zone.js": "~0.14.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~18.0.0", - "@angular/compiler-cli": "~18.0.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~18.0.0", - "typescript": "~5.4.0" + "@ngtools/webpack": "~22.0.0", + "typescript": "~6.0.0" } } diff --git a/packages/template-drawer-navigation-ng/tsconfig.json b/packages/template-drawer-navigation-ng/tsconfig.json index fb05515b..bedaf479 100644 --- a/packages/template-drawer-navigation-ng/tsconfig.json +++ b/packages/template-drawer-navigation-ng/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["./src/**/*.ios.ts", "./src/**/*.android.ts"], diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index ccc2ba0f..708f90ff 100644 --- a/packages/template-drawer-navigation-ts/package.json +++ b/packages/template-drawer-navigation-ts/package.json @@ -40,7 +40,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" @@ -48,6 +48,6 @@ "devDependencies": { "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-drawer-navigation-ts/tsconfig.json b/packages/template-drawer-navigation-ts/tsconfig.json index aafb7275..ca734d59 100644 --- a/packages/template-drawer-navigation-ts/tsconfig.json +++ b/packages/template-drawer-navigation-ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] } }, "include": ["src/**/*"], diff --git a/packages/template-drawer-navigation-vue/package.json b/packages/template-drawer-navigation-vue/package.json index dd329ca2..d0ead9e4 100644 --- a/packages/template-drawer-navigation-vue/package.json +++ b/packages/template-drawer-navigation-vue/package.json @@ -42,7 +42,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript-community/ui-drawer": "^0.1.31", "nativescript-vue": "^3.0.0" }, @@ -52,6 +52,6 @@ "@nativescript/webpack": "~5.0.31", "@types/node": "^20.0.0", "tailwindcss": "^4.0.0", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-drawer-navigation-vue/tsconfig.json b/packages/template-drawer-navigation-vue/tsconfig.json index 032683c0..f9dc9f40 100644 --- a/packages/template-drawer-navigation-vue/tsconfig.json +++ b/packages/template-drawer-navigation-vue/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 67555d76..66f3d6b6 100644 --- a/packages/template-drawer-navigation/package.json +++ b/packages/template-drawer-navigation/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" diff --git a/packages/template-hello-world-ng-vision/package.json b/packages/template-hello-world-ng-vision/package.json index 95ab8896..838881f5 100644 --- a/packages/template-hello-world-ng-vision/package.json +++ b/packages/template-hello-world-ng-vision/package.json @@ -35,27 +35,27 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~18.0.0", - "@angular/common": "~18.0.0", - "@angular/compiler": "~18.0.0", - "@angular/core": "~18.0.0", - "@angular/forms": "~18.0.0", - "@angular/platform-browser": "~18.0.0", - "@angular/platform-browser-dynamic": "~18.0.0", - "@angular/router": "~18.0.0", - "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "rxjs": "~7.8.0", - "zone.js": "~0.14.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~18.0.0", - "@angular/compiler-cli": "~18.0.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/tailwind": "^2.1.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~18.0.0", + "@ngtools/webpack": "~22.0.0", "tailwindcss": "~3.4.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-hello-world-ng-vision/tsconfig.json b/packages/template-hello-world-ng-vision/tsconfig.json index 6e98a432..33a0d3c5 100644 --- a/packages/template-hello-world-ng-vision/tsconfig.json +++ b/packages/template-hello-world-ng-vision/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["src/tests/**/*.ts", "src/**/*.ios.ts", "src/**/*.android.ts"], diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index 949b0818..ec0bbcdb 100644 --- a/packages/template-hello-world-ng/package.json +++ b/packages/template-hello-world-ng/package.json @@ -34,27 +34,27 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~20.2.0", - "@angular/common": "~20.2.0", - "@angular/compiler": "~20.2.0", - "@angular/core": "~20.2.0", - "@angular/forms": "~20.2.0", - "@angular/platform-browser": "~20.2.0", - "@angular/platform-browser-dynamic": "~20.2.0", - "@angular/router": "~20.2.0", - "@nativescript/angular": "^20.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "rxjs": "~7.8.0", - "zone.js": "~0.15.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~20.2.0", - "@angular/compiler-cli": "~20.2.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/tailwind": "^2.1.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~20.2.0", + "@ngtools/webpack": "~22.0.0", "tailwindcss": "~3.4.0", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-hello-world-ng/tsconfig.json b/packages/template-hello-world-ng/tsconfig.json index 6e98a432..33a0d3c5 100644 --- a/packages/template-hello-world-ng/tsconfig.json +++ b/packages/template-hello-world-ng/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["src/tests/**/*.ts", "src/**/*.ios.ts", "src/**/*.android.ts"], diff --git a/packages/template-hello-world-ts-vision/package.json b/packages/template-hello-world-ts-vision/package.json index 40caa984..40c5b5c2 100644 --- a/packages/template-hello-world-ts-vision/package.json +++ b/packages/template-hello-world-ts-vision/package.json @@ -36,13 +36,13 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~9.0.0" + "@nativescript/core": "~9.1.0" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", "tailwindcss": "~3.4.0", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-hello-world-ts-vision/tsconfig.json b/packages/template-hello-world-ts-vision/tsconfig.json index 59bce5e0..85df078c 100644 --- a/packages/template-hello-world-ts-vision/tsconfig.json +++ b/packages/template-hello-world-ts-vision/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["src/**/*"], diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index 779c017d..3d35f2fa 100644 --- a/packages/template-hello-world-ts/package.json +++ b/packages/template-hello-world-ts/package.json @@ -33,12 +33,12 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-hello-world-ts/tsconfig.json b/packages/template-hello-world-ts/tsconfig.json index 4951dbe8..5210a8f0 100644 --- a/packages/template-hello-world-ts/tsconfig.json +++ b/packages/template-hello-world-ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] } }, "include": ["app/**/*"], diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index 3ddedbaa..fcb52f4f 100644 --- a/packages/template-hello-world/package.json +++ b/packages/template-hello-world/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 97608564..c98994f8 100644 --- a/packages/template-master-detail-ng/package.json +++ b/packages/template-master-detail-ng/package.json @@ -41,28 +41,28 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~18.0.0", - "@angular/common": "~18.0.0", - "@angular/compiler": "~18.0.0", - "@angular/core": "~18.0.0", - "@angular/forms": "~18.0.0", - "@angular/platform-browser": "~18.0.0", - "@angular/platform-browser-dynamic": "~18.0.0", - "@angular/router": "~18.0.0", - "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0", - "zone.js": "~0.14.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~18.0.0", - "@angular/compiler-cli": "~18.0.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~18.0.0", - "typescript": "~5.4.0" + "@ngtools/webpack": "~22.0.0", + "typescript": "~6.0.0" } } diff --git a/packages/template-master-detail-ng/tsconfig.json b/packages/template-master-detail-ng/tsconfig.json index 72784121..d9688017 100644 --- a/packages/template-master-detail-ng/tsconfig.json +++ b/packages/template-master-detail-ng/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["./src/**/*.android.ts", "./src/**/*.ios.ts"], diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index 63800ebd..1c25ba8a 100644 --- a/packages/template-master-detail-ts/package.json +++ b/packages/template-master-detail-ts/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", @@ -48,6 +48,6 @@ "devDependencies": { "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "typescript": "~5.4.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-master-detail-ts/tsconfig.json b/packages/template-master-detail-ts/tsconfig.json index 866e93bf..650e3553 100644 --- a/packages/template-master-detail-ts/tsconfig.json +++ b/packages/template-master-detail-ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "es2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] } }, "include": ["app/**/*"], diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index 29462ed7..a9c5cc56 100644 --- a/packages/template-master-detail-vue/package.json +++ b/packages/template-master-detail-vue/package.json @@ -40,7 +40,7 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index 34c68e93..8bc4314e 100644 --- a/packages/template-master-detail/package.json +++ b/packages/template-master-detail/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index c5aa080c..6d524fbb 100644 --- a/packages/template-tab-navigation-ng/package.json +++ b/packages/template-tab-navigation-ng/package.json @@ -41,26 +41,26 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~18.0.0", - "@angular/common": "~18.0.0", - "@angular/compiler": "~18.0.0", - "@angular/core": "~18.0.0", - "@angular/forms": "~18.0.0", - "@angular/platform-browser": "~18.0.0", - "@angular/platform-browser-dynamic": "~18.0.0", - "@angular/router": "~18.0.0", - "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~9.0.0", + "@angular/animations": "~22.0.0", + "@angular/common": "~22.0.0", + "@angular/compiler": "~22.0.0", + "@angular/core": "~22.0.0", + "@angular/forms": "~22.0.0", + "@angular/platform-browser": "~22.0.0", + "@angular/platform-browser-dynamic": "~22.0.0", + "@angular/router": "~22.0.0", + "@nativescript/angular": "~22.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0", "rxjs": "~7.8.0", - "zone.js": "~0.14.0" + "zone.js": "~0.16.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~18.0.0", - "@angular/compiler-cli": "~18.0.0", + "@angular-devkit/build-angular": "~22.0.0", + "@angular/compiler-cli": "~22.0.0", "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "@ngtools/webpack": "~18.0.0", - "typescript": "~5.4.0" + "@ngtools/webpack": "~22.0.0", + "typescript": "~6.0.0" } } diff --git a/packages/template-tab-navigation-ng/tsconfig.json b/packages/template-tab-navigation-ng/tsconfig.json index fb05515b..bedaf479 100644 --- a/packages/template-tab-navigation-ng/tsconfig.json +++ b/packages/template-tab-navigation-ng/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["src/*"], - "@/*": ["src/*"] + "~/*": ["./src/*"], + "@/*": ["./src/*"] } }, "include": ["./src/**/*.ios.ts", "./src/**/*.android.ts"], diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index 4a37504e..3826c96d 100644 --- a/packages/template-tab-navigation-ts/package.json +++ b/packages/template-tab-navigation-ts/package.json @@ -40,12 +40,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { "@nativescript/types": "~9.0.0", "@nativescript/webpack": "~5.0.25", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-tab-navigation-ts/tsconfig.json b/packages/template-tab-navigation-ts/tsconfig.json index 4951dbe8..5210a8f0 100644 --- a/packages/template-tab-navigation-ts/tsconfig.json +++ b/packages/template-tab-navigation-ts/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": false, "module": "esnext", "target": "ES2020", "moduleResolution": "bundler", @@ -9,10 +10,9 @@ "noEmitOnError": true, "skipLibCheck": true, "lib": ["ESNext", "dom"], - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] } }, "include": ["app/**/*"], diff --git a/packages/template-tab-navigation-vue/package.json b/packages/template-tab-navigation-vue/package.json index a894feec..f353cb34 100644 --- a/packages/template-tab-navigation-vue/package.json +++ b/packages/template-tab-navigation-vue/package.json @@ -41,7 +41,7 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "nativescript-vue": "^3.0.0" }, "devDependencies": { @@ -50,6 +50,6 @@ "@nativescript/webpack": "~5.0.31", "@types/node": "^20.0.0", "tailwindcss": "^4.0.0", - "typescript": "~5.8.0" + "typescript": "~6.0.0" } } diff --git a/packages/template-tab-navigation-vue/tsconfig.json b/packages/template-tab-navigation-vue/tsconfig.json index 032683c0..f9dc9f40 100644 --- a/packages/template-tab-navigation-vue/tsconfig.json +++ b/packages/template-tab-navigation-vue/tsconfig.json @@ -8,12 +8,11 @@ "sourceMap": true, "noEmitHelpers": true, "importHelpers": true, - "baseUrl": ".", "paths": { - "~/*": ["app/*"], - "@/*": ["app/*"] + "~/*": ["./app/*"], + "@/*": ["./app/*"] }, - "typeRoots": ["types"], + "typeRoots": ["./types", "./node_modules/@types"], "types": ["node"], "allowSyntheticDefaultImports": true, "esModuleInterop": true, diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index e6e15903..a3b19028 100644 --- a/packages/template-tab-navigation/package.json +++ b/packages/template-tab-navigation/package.json @@ -39,7 +39,7 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~9.0.0", + "@nativescript/core": "~9.1.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": {