From 6e2ca462fb4a9d17c122b3f225bb1c7050f28e0d Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 15 Jul 2025 12:21:16 -0700 Subject: [PATCH 1/3] feat: moduleResolution bundler --- packages/template-blank-ng/tsconfig.json | 2 +- packages/template-blank-react-vision/tsconfig.json | 2 +- packages/template-blank-react/tsconfig.json | 2 +- packages/template-blank-solid-ts/tsconfig.json | 2 +- packages/template-blank-solid-vision/tsconfig.json | 6 +++--- packages/template-blank-solid/jsconfig.json | 2 +- packages/template-blank-svelte-vision/tsconfig.json | 2 +- packages/template-blank-svelte/tsconfig.json | 2 +- packages/template-blank-ts/tsconfig.json | 2 +- packages/template-blank-vue-ts/tsconfig.json | 2 +- packages/template-blank-vue-vision/tsconfig.json | 2 +- packages/template-drawer-navigation-ng/tsconfig.json | 2 +- packages/template-drawer-navigation-ts/tsconfig.json | 2 +- packages/template-hello-world-ng-vision/tsconfig.json | 2 +- packages/template-hello-world-ng/tsconfig.json | 2 +- packages/template-hello-world-ts-vision/tsconfig.json | 2 +- packages/template-hello-world-ts/tsconfig.json | 2 +- packages/template-master-detail-ng/tsconfig.json | 2 +- packages/template-master-detail-ts/tsconfig.json | 6 +++--- packages/template-tab-navigation-ng/tsconfig.json | 2 +- packages/template-tab-navigation-ts/tsconfig.json | 2 +- 21 files changed, 25 insertions(+), 25 deletions(-) diff --git a/packages/template-blank-ng/tsconfig.json b/packages/template-blank-ng/tsconfig.json index ab51a0b9..6e98a432 100644 --- a/packages/template-blank-ng/tsconfig.json +++ b/packages/template-blank-ng/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-blank-react-vision/tsconfig.json b/packages/template-blank-react-vision/tsconfig.json index 1b0cdfa7..ccfcfc40 100644 --- a/packages/template-blank-react-vision/tsconfig.json +++ b/packages/template-blank-react-vision/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-blank-react/tsconfig.json b/packages/template-blank-react/tsconfig.json index 1b0cdfa7..ccfcfc40 100644 --- a/packages/template-blank-react/tsconfig.json +++ b/packages/template-blank-react/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-blank-solid-ts/tsconfig.json b/packages/template-blank-solid-ts/tsconfig.json index be9a69da..880316e3 100644 --- a/packages/template-blank-solid-ts/tsconfig.json +++ b/packages/template-blank-solid-ts/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "ES2020", "module": "ESNext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["ESNext", "DOM"], "jsx": "preserve", "jsxImportSource": "@nativescript-dom/solidjs-types", diff --git a/packages/template-blank-solid-vision/tsconfig.json b/packages/template-blank-solid-vision/tsconfig.json index 486b64fc..7e27fef5 100644 --- a/packages/template-blank-solid-vision/tsconfig.json +++ b/packages/template-blank-solid-vision/tsconfig.json @@ -1,10 +1,10 @@ { "compilerOptions": { "strict": true, - "target": "es2017", + "target": "es2020", "module": "esnext", - "moduleResolution": "node", - "lib": ["es2017", "DOM"], + "moduleResolution": "bundler", + "lib": ["ESNext", "DOM"], "sourceMap": true, "jsx": "preserve", "jsxImportSource": "@nativescript-dom/solidjs-types", diff --git a/packages/template-blank-solid/jsconfig.json b/packages/template-blank-solid/jsconfig.json index be9a69da..880316e3 100644 --- a/packages/template-blank-solid/jsconfig.json +++ b/packages/template-blank-solid/jsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "ES2020", "module": "ESNext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["ESNext", "DOM"], "jsx": "preserve", "jsxImportSource": "@nativescript-dom/solidjs-types", diff --git a/packages/template-blank-svelte-vision/tsconfig.json b/packages/template-blank-svelte-vision/tsconfig.json index 6a4498ae..552e5cbc 100644 --- a/packages/template-blank-svelte-vision/tsconfig.json +++ b/packages/template-blank-svelte-vision/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "ES2020", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["dom", "ESNext"], "sourceMap": true, "noEmitHelpers": true, diff --git a/packages/template-blank-svelte/tsconfig.json b/packages/template-blank-svelte/tsconfig.json index fdb4bd70..032683c0 100644 --- a/packages/template-blank-svelte/tsconfig.json +++ b/packages/template-blank-svelte/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "ES2020", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["dom", "ESNext"], "sourceMap": true, "noEmitHelpers": true, diff --git a/packages/template-blank-ts/tsconfig.json b/packages/template-blank-ts/tsconfig.json index ac8f256a..4951dbe8 100644 --- a/packages/template-blank-ts/tsconfig.json +++ b/packages/template-blank-ts/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-blank-vue-ts/tsconfig.json b/packages/template-blank-vue-ts/tsconfig.json index fdb4bd70..032683c0 100644 --- a/packages/template-blank-vue-ts/tsconfig.json +++ b/packages/template-blank-vue-ts/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "ES2020", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["dom", "ESNext"], "sourceMap": true, "noEmitHelpers": true, diff --git a/packages/template-blank-vue-vision/tsconfig.json b/packages/template-blank-vue-vision/tsconfig.json index 7ea76fd8..29f93b3c 100644 --- a/packages/template-blank-vue-vision/tsconfig.json +++ b/packages/template-blank-vue-vision/tsconfig.json @@ -3,7 +3,7 @@ "strict": true, "target": "esnext", "module": "esnext", - "moduleResolution": "node", + "moduleResolution": "bundler", "lib": ["esnext", "WebWorker"], "sourceMap": true, "noEmitHelpers": true, diff --git a/packages/template-drawer-navigation-ng/tsconfig.json b/packages/template-drawer-navigation-ng/tsconfig.json index 52d4e957..fb05515b 100644 --- a/packages/template-drawer-navigation-ng/tsconfig.json +++ b/packages/template-drawer-navigation-ng/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-drawer-navigation-ts/tsconfig.json b/packages/template-drawer-navigation-ts/tsconfig.json index ef60e051..aafb7275 100644 --- a/packages/template-drawer-navigation-ts/tsconfig.json +++ b/packages/template-drawer-navigation-ts/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-hello-world-ng-vision/tsconfig.json b/packages/template-hello-world-ng-vision/tsconfig.json index ab51a0b9..6e98a432 100644 --- a/packages/template-hello-world-ng-vision/tsconfig.json +++ b/packages/template-hello-world-ng-vision/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-hello-world-ng/tsconfig.json b/packages/template-hello-world-ng/tsconfig.json index ab51a0b9..6e98a432 100644 --- a/packages/template-hello-world-ng/tsconfig.json +++ b/packages/template-hello-world-ng/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-hello-world-ts-vision/tsconfig.json b/packages/template-hello-world-ts-vision/tsconfig.json index d164f29b..59bce5e0 100644 --- a/packages/template-hello-world-ts-vision/tsconfig.json +++ b/packages/template-hello-world-ts-vision/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-hello-world-ts/tsconfig.json b/packages/template-hello-world-ts/tsconfig.json index ac8f256a..4951dbe8 100644 --- a/packages/template-hello-world-ts/tsconfig.json +++ b/packages/template-hello-world-ts/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-master-detail-ng/tsconfig.json b/packages/template-master-detail-ng/tsconfig.json index ca8031c5..72784121 100644 --- a/packages/template-master-detail-ng/tsconfig.json +++ b/packages/template-master-detail-ng/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-master-detail-ts/tsconfig.json b/packages/template-master-detail-ts/tsconfig.json index a16cc084..866e93bf 100644 --- a/packages/template-master-detail-ts/tsconfig.json +++ b/packages/template-master-detail-ts/tsconfig.json @@ -1,14 +1,14 @@ { "compilerOptions": { "module": "esnext", - "target": "es2017", - "moduleResolution": "node", + "target": "es2020", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, "noEmitOnError": true, "skipLibCheck": true, - "lib": ["es2017", "dom"], + "lib": ["ESNext", "dom"], "baseUrl": ".", "paths": { "~/*": ["app/*"], diff --git a/packages/template-tab-navigation-ng/tsconfig.json b/packages/template-tab-navigation-ng/tsconfig.json index 52d4e957..fb05515b 100644 --- a/packages/template-tab-navigation-ng/tsconfig.json +++ b/packages/template-tab-navigation-ng/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, diff --git a/packages/template-tab-navigation-ts/tsconfig.json b/packages/template-tab-navigation-ts/tsconfig.json index ac8f256a..4951dbe8 100644 --- a/packages/template-tab-navigation-ts/tsconfig.json +++ b/packages/template-tab-navigation-ts/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "esnext", "target": "ES2020", - "moduleResolution": "node", + "moduleResolution": "bundler", "experimentalDecorators": true, "emitDecoratorMetadata": true, "noEmitHelpers": true, From 136fec5f790fc5d406fcfb8ca21d878f2fb195bf Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 17 Nov 2025 12:13:53 -0800 Subject: [PATCH 2/3] feat: v9 templates --- packages/template-blank-ng/package.json | 30 +++++++++---------- .../template-blank-react-vision/package.json | 8 ++--- packages/template-blank-react/package.json | 8 ++--- packages/template-blank-solid-ts/package.json | 8 ++--- .../template-blank-solid-vision/package.json | 6 ++-- packages/template-blank-solid/package.json | 8 ++--- .../template-blank-svelte-vision/package.json | 8 ++--- packages/template-blank-svelte/package.json | 8 ++--- packages/template-blank-ts/package.json | 8 ++--- packages/template-blank-vue-ts/package.json | 8 ++--- .../template-blank-vue-vision/package.json | 8 ++--- packages/template-blank-vue/package.json | 6 ++-- packages/template-blank/package.json | 6 ++-- .../package.json | 8 ++--- .../package.json | 8 ++--- .../package.json | 6 ++-- .../template-drawer-navigation/package.json | 6 ++-- .../package.json | 8 ++--- packages/template-hello-world-ng/package.json | 30 +++++++++---------- .../package.json | 8 ++--- packages/template-hello-world-ts/package.json | 8 ++--- packages/template-hello-world/package.json | 6 ++-- .../template-master-detail-ng/package.json | 8 ++--- .../template-master-detail-ts/package.json | 8 ++--- .../template-master-detail-vue/package.json | 6 ++-- packages/template-master-detail/package.json | 6 ++-- .../template-tab-navigation-ng/package.json | 8 ++--- .../template-tab-navigation-ts/package.json | 10 +++---- .../template-tab-navigation-vue/package.json | 6 ++-- packages/template-tab-navigation/package.json | 6 ++-- 30 files changed, 133 insertions(+), 133 deletions(-) diff --git a/packages/template-blank-ng/package.json b/packages/template-blank-ng/package.json index f119178a..ed22004c 100644 --- a/packages/template-blank-ng/package.json +++ b/packages/template-blank-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Blank", "templateType": "App template", - "version": "8.9.1", + "version": "9.0.0", "description": "Blank template for NativeScript apps using Angular", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,26 +40,26 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~20.0.0", - "@angular/common": "~20.0.0", - "@angular/compiler": "~20.0.0", - "@angular/core": "~20.0.0", - "@angular/forms": "~20.0.0", - "@angular/platform-browser": "~20.0.0", - "@angular/platform-browser-dynamic": "~20.0.0", - "@angular/router": "~20.0.0", + "@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": "~8.9.0", + "@nativescript/core": "~9.0.0", "rxjs": "~7.8.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~20.0.0", - "@angular/compiler-cli": "~20.0.0", + "@angular-devkit/build-angular": "~20.2.0", + "@angular/compiler-cli": "~20.2.0", "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", - "@ngtools/webpack": "~20.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", + "@ngtools/webpack": "~20.2.0", "tailwindcss": "~3.4.0", "typescript": "~5.8.0" } diff --git a/packages/template-blank-react-vision/package.json b/packages/template-blank-react-vision/package.json index 04c513bc..869e3b2d 100644 --- a/packages/template-blank-react-vision/package.json +++ b/packages/template-blank-react-vision/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/template-blank-react-vision", - "version": "8.9.0", + "version": "9.0.0", "description": "Nativescript visionOS Starter with React", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", @@ -41,15 +41,15 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" diff --git a/packages/template-blank-react/package.json b/packages/template-blank-react/package.json index 8e700385..fbe4ccd0 100644 --- a/packages/template-blank-react/package.json +++ b/packages/template-blank-react/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript/template-blank-react", - "version": "8.9.0", + "version": "9.0.0", "description": "Blank template for NativeScript apps using React.", "author": "Jamie Birch <14055146+shirakaba@users.noreply.github.com>", "main": "src/app.ts", @@ -39,14 +39,14 @@ "template" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "react": "^18.2.0", "react-nativescript": "^5.0.0", "react-nativescript-navigation": "^5.0.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@types/react": "npm:types-react-without-jsx-intrinsics@^18.0.17", "typescript": "~5.4.0" }, diff --git a/packages/template-blank-solid-ts/package.json b/packages/template-blank-solid-ts/package.json index 0f5c5573..4ec1bb77 100644 --- a/packages/template-blank-solid-ts/package.json +++ b/packages/template-blank-solid-ts/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid-ts", "main": "src/index.js", - "version": "8.9.1", + "version": "9.0.0", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "scripts": {}, "dependencies": { "@nativescript-community/solid-js": "^0.0.6", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "dominative": "^0.1.3", "solid-js": "^1.8.21", "solid-navigation": "1.0.0-alpha.16", @@ -52,8 +52,8 @@ "@babel/preset-typescript": "^7.23.3", "@nativescript-dom/core-types": "1.0.29", "@nativescript-dom/solidjs-types": "1.0.23", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "babel": "^6.23.0", "babel-loader": "^9.1.3", "babel-preset-solid": "^1.8.19", diff --git a/packages/template-blank-solid-vision/package.json b/packages/template-blank-solid-vision/package.json index 46662010..c4002889 100644 --- a/packages/template-blank-solid-vision/package.json +++ b/packages/template-blank-solid-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid-vision", "main": "src/index.js", - "version": "8.9.0", + "version": "9.0.0", "description": "Nativescript visionOS Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "dependencies": { "@nativescript-community/solid-js": "^0.0.6", "@nativescript-community/ui-collectionview": "^5.3.0", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "dominative": "^0.1.3", "solid-js": "^1.7.12", "solid-navigation": "^1.0.0-alpha.11", @@ -55,7 +55,7 @@ "@nativescript-dom/core-types": "^1.0.29", "@nativescript-dom/solidjs-types": "^1.0.15", "@nativescript/tailwind": "^2.1.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/webpack": "~5.0.25", "babel": "^6.23.0", "babel-loader": "^9.1.3", "babel-preset-solid": "^1.7.12", diff --git a/packages/template-blank-solid/package.json b/packages/template-blank-solid/package.json index b809e8f6..7e5dbc1e 100644 --- a/packages/template-blank-solid/package.json +++ b/packages/template-blank-solid/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-solid", "main": "src/index.js", - "version": "8.9.0", + "version": "9.0.0", "description": "Nativescript Starter with Solid", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "scripts": {}, "dependencies": { "@nativescript-community/solid-js": "^0.0.6", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "dominative": "^0.1.3", "solid-js": "^1.8.21", "solid-navigation": "1.0.0-alpha.16", @@ -52,8 +52,8 @@ "@babel/preset-typescript": "^7.24.1", "@nativescript-dom/core-types": "1.0.29", "@nativescript-dom/solidjs-types": "1.0.23", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "babel": "^6.23.0", "babel-loader": "^9.1.3", "babel-preset-solid": "^1.8.19", diff --git a/packages/template-blank-svelte-vision/package.json b/packages/template-blank-svelte-vision/package.json index 60de0870..254def91 100644 --- a/packages/template-blank-svelte-vision/package.json +++ b/packages/template-blank-svelte-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-blank-svelte-vision", "main": "src/app.ts", - "version": "8.9.2", + "version": "9.0.0", "description": "Nativescript visionOS Starter with Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ }, "dependencies": { "@nativescript-community/svelte-native": "~1.0.29", - "@nativescript/core": "~8.9.9" + "@nativescript/core": "~9.0.0" }, "devDependencies": { "@nativescript-community/svelte-native-preprocessor": "^1.0.1", - "@nativescript/types": "~8.9.1", - "@nativescript/webpack": "~5.0.24", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "svelte": "~4.2.20", "svelte-loader": "^3.2.4", "svelte-preprocess": "^6.0.3", diff --git a/packages/template-blank-svelte/package.json b/packages/template-blank-svelte/package.json index afb643cf..0ab65fc9 100644 --- a/packages/template-blank-svelte/package.json +++ b/packages/template-blank-svelte/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Blank Svelte", "templateType": "App template", - "version": "8.9.2", + "version": "9.0.0", "description": "Blank template for NativeScript apps using Svelte", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -43,12 +43,12 @@ }, "dependencies": { "@nativescript-community/svelte-native": "~1.0.29", - "@nativescript/core": "8.9.7" + "@nativescript/core": "~9.0.0" }, "devDependencies": { "@nativescript-community/svelte-native-preprocessor": "^1.0.1", - "@nativescript/types": "~8.9.1", - "@nativescript/webpack": "~5.0.24", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "svelte": "~4.2.20", "svelte-loader": "^3.2.4", "svelte-preprocess": "^6.0.3", diff --git a/packages/template-blank-ts/package.json b/packages/template-blank-ts/package.json index ac0d1e67..117c2566 100644 --- a/packages/template-blank-ts/package.json +++ b/packages/template-blank-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Blank", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Blank template for Vanilla NativeScript apps using TypeScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,12 +38,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "typescript": "~5.4.0" } } diff --git a/packages/template-blank-vue-ts/package.json b/packages/template-blank-vue-ts/package.json index a015e141..e4dc492f 100644 --- a/packages/template-blank-vue-ts/package.json +++ b/packages/template-blank-vue-ts/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue-ts", "main": "app/app.ts", "displayName": "Blank Vue Typescript", - "version": "8.9.0", + "version": "9.0.0", "description": "Blank Typescript template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,13 +41,13 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@types/node": "~17.0.21", "nativescript-vue-template-compiler": "~2.9.3", "typescript": "~5.4.0", diff --git a/packages/template-blank-vue-vision/package.json b/packages/template-blank-vue-vision/package.json index aaf612b1..2f327b70 100644 --- a/packages/template-blank-vue-vision/package.json +++ b/packages/template-blank-vue-vision/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue-vision", "main": "src/app.ts", "displayName": "Blank Vue Typescript", - "version": "8.9.0", + "version": "9.0.0", "description": "Nativescript visionOS Starter with Vue", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,13 +38,13 @@ "Vision Pro" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "nativescript-vue": "rc" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@types/node": "~17.0.21", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" diff --git a/packages/template-blank-vue/package.json b/packages/template-blank-vue/package.json index e574db32..dbade657 100644 --- a/packages/template-blank-vue/package.json +++ b/packages/template-blank-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-blank-vue", "main": "app/app.js", "displayName": "Blank", - "version": "8.9.0", + "version": "9.0.0", "description": "Blank template for NativeScript apps using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0", + "@nativescript/webpack": "~5.0.25", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-blank/package.json b/packages/template-blank/package.json index b5cf1fdb..e96c745e 100644 --- a/packages/template-blank/package.json +++ b/packages/template-blank/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Blank", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Blank template for Vanilla NativeScript apps using JavaScript", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -38,10 +38,10 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0" + "@nativescript/webpack": "~5.0.25" } } diff --git a/packages/template-drawer-navigation-ng/package.json b/packages/template-drawer-navigation-ng/package.json index 40110c83..f32e10eb 100644 --- a/packages/template-drawer-navigation-ng/package.json +++ b/packages/template-drawer-navigation-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0", @@ -59,8 +59,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-drawer-navigation-ts/package.json b/packages/template-drawer-navigation-ts/package.json index 03838dfe..ccc2ba0f 100644 --- a/packages/template-drawer-navigation-ts/package.json +++ b/packages/template-drawer-navigation-ts/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,14 +40,14 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "typescript": "~5.4.0" } } diff --git a/packages/template-drawer-navigation-vue/package.json b/packages/template-drawer-navigation-vue/package.json index 52e8cea0..a20aa3b7 100644 --- a/packages/template-drawer-navigation-vue/package.json +++ b/packages/template-drawer-navigation-vue/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Side navigation template using Vue.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -41,14 +41,14 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "nativescript-vue": "~2.9.3", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0", + "@nativescript/webpack": "~5.0.25", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-drawer-navigation/package.json b/packages/template-drawer-navigation/package.json index 622bbde4..67555d76 100644 --- a/packages/template-drawer-navigation/package.json +++ b/packages/template-drawer-navigation/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Navigation Drawer", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Side navigation template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,12 +39,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-sidedrawer": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0" + "@nativescript/webpack": "~5.0.25" } } diff --git a/packages/template-hello-world-ng-vision/package.json b/packages/template-hello-world-ng-vision/package.json index 9ea0547c..95ab8896 100644 --- a/packages/template-hello-world-ng-vision/package.json +++ b/packages/template-hello-world-ng-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ng-vision", "main": "./src/main.ts", - "version": "8.9.0", + "version": "9.0.0", "author": "NativeScript Team ", "description": "Nativescript visionOS Starter with Angular", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" }, @@ -52,8 +52,8 @@ "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@ngtools/webpack": "~18.0.0", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" diff --git a/packages/template-hello-world-ng/package.json b/packages/template-hello-world-ng/package.json index 93947c89..949b0818 100644 --- a/packages/template-hello-world-ng/package.json +++ b/packages/template-hello-world-ng/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ng", "main": "./src/main.ts", - "version": "8.9.3", + "version": "9.0.0", "author": "NativeScript Team ", "description": "NativeScript Angular Hello World template", "license": "Apache-2.0", @@ -34,26 +34,26 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@angular/animations": "~20.0.0", - "@angular/common": "~20.0.0", - "@angular/compiler": "~20.0.0", - "@angular/core": "~20.0.0", - "@angular/forms": "~20.0.0", - "@angular/platform-browser": "~20.0.0", - "@angular/platform-browser-dynamic": "~20.0.0", - "@angular/router": "~20.0.0", + "@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": "~8.9.0", + "@nativescript/core": "~9.0.0", "rxjs": "~7.8.0", "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~20.0.0", - "@angular/compiler-cli": "~20.0.0", + "@angular-devkit/build-angular": "~20.2.0", + "@angular/compiler-cli": "~20.2.0", "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", - "@ngtools/webpack": "~20.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", + "@ngtools/webpack": "~20.2.0", "tailwindcss": "~3.4.0", "typescript": "~5.8.0" } diff --git a/packages/template-hello-world-ts-vision/package.json b/packages/template-hello-world-ts-vision/package.json index 7feeb21a..40caa984 100644 --- a/packages/template-hello-world-ts-vision/package.json +++ b/packages/template-hello-world-ts-vision/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ts-vision", "main": "src/app.ts", - "version": "8.9.0", + "version": "9.0.0", "author": "NativeScript Team ", "description": "NativeScript visionOS Starter with TypeScript", "license": "Apache-2.0", @@ -36,12 +36,12 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.9.0" + "@nativescript/core": "~9.0.0" }, "devDependencies": { "@nativescript/tailwind": "^2.1.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" } diff --git a/packages/template-hello-world-ts/package.json b/packages/template-hello-world-ts/package.json index 6fb42e6b..779c017d 100644 --- a/packages/template-hello-world-ts/package.json +++ b/packages/template-hello-world-ts/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world-ts", "main": "app/app.ts", - "version": "8.9.0", + "version": "9.0.0", "author": "NativeScript Team ", "description": "Nativescript hello-world-ts project template", "license": "Apache-2.0", @@ -33,12 +33,12 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "typescript": "~5.4.0" } } diff --git a/packages/template-hello-world/package.json b/packages/template-hello-world/package.json index 06e1869b..3ddedbaa 100644 --- a/packages/template-hello-world/package.json +++ b/packages/template-hello-world/package.json @@ -1,7 +1,7 @@ { "name": "@nativescript/template-hello-world", "main": "app/app.js", - "version": "8.9.0", + "version": "9.0.0", "author": "NativeScript Team ", "description": "Nativescript hello-world project template", "license": "Apache-2.0", @@ -34,10 +34,10 @@ }, "homepage": "https://github.com/NativeScript/nativescript-app-templates", "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0" + "@nativescript/webpack": "~5.0.25" } } diff --git a/packages/template-master-detail-ng/package.json b/packages/template-master-detail-ng/package.json index 66d0476d..97608564 100644 --- a/packages/template-master-detail-ng/package.json +++ b/packages/template-master-detail-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Master-Detail with Firebase", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties. ", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", @@ -60,8 +60,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-master-detail-ts/package.json b/packages/template-master-detail-ts/package.json index 3f3a1597..63800ebd 100644 --- a/packages/template-master-detail-ts/package.json +++ b/packages/template-master-detail-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Master-Detail", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,15 +39,15 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "typescript": "~5.4.0" } } diff --git a/packages/template-master-detail-vue/package.json b/packages/template-master-detail-vue/package.json index 2ed79ac5..31462d4d 100644 --- a/packages/template-master-detail-vue/package.json +++ b/packages/template-master-detail-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-master-detail-vue", "main": "app/app.js", "displayName": "Master Detail", - "version": "8.9.0", + "version": "9.0.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,14 +40,14 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0", + "@nativescript/webpack": "~5.0.25", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-master-detail/package.json b/packages/template-master-detail/package.json index 10272cc8..34c68e93 100644 --- a/packages/template-master-detail/package.json +++ b/packages/template-master-detail/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Master-Detail", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,13 +39,13 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/imagepicker": "~3.1.0", "@nativescript/theme": "^3.1.0", "nativescript-ui-listview": "~15.2.0", "rxjs": "~7.8.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0" + "@nativescript/webpack": "~5.0.25" } } diff --git a/packages/template-tab-navigation-ng/package.json b/packages/template-tab-navigation-ng/package.json index 098d373e..c5aa080c 100644 --- a/packages/template-tab-navigation-ng/package.json +++ b/packages/template-tab-navigation-ng/package.json @@ -3,7 +3,7 @@ "main": "src/main.ts", "displayName": "Tabs", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "@angular/platform-browser-dynamic": "~18.0.0", "@angular/router": "~18.0.0", "@nativescript/angular": "^18.0.0", - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "rxjs": "~7.8.0", "zone.js": "~0.14.0" @@ -58,8 +58,8 @@ "devDependencies": { "@angular-devkit/build-angular": "~18.0.0", "@angular/compiler-cli": "~18.0.0", - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", "@ngtools/webpack": "~18.0.0", "typescript": "~5.4.0" } diff --git a/packages/template-tab-navigation-ts/package.json b/packages/template-tab-navigation-ts/package.json index f81bb9a9..4a37504e 100644 --- a/packages/template-tab-navigation-ts/package.json +++ b/packages/template-tab-navigation-ts/package.json @@ -3,7 +3,7 @@ "main": "app/app.ts", "displayName": "Tabs", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/types": "~8.9.0", - "@nativescript/webpack": "~5.0.0", - "typescript": "~5.4.0" + "@nativescript/types": "~9.0.0", + "@nativescript/webpack": "~5.0.25", + "typescript": "~5.8.0" } } diff --git a/packages/template-tab-navigation-vue/package.json b/packages/template-tab-navigation-vue/package.json index 7901445e..08cbde29 100644 --- a/packages/template-tab-navigation-vue/package.json +++ b/packages/template-tab-navigation-vue/package.json @@ -2,7 +2,7 @@ "name": "@nativescript/template-tab-navigation-vue", "main": "app/app.js", "displayName": "Tabs", - "version": "8.9.0", + "version": "9.0.0", "description": "Tabbed interface template using Vue", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -40,12 +40,12 @@ "category-general" ], "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0", "nativescript-vue": "~2.9.3" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0", + "@nativescript/webpack": "~5.0.25", "nativescript-vue-template-compiler": "~2.9.3" } } diff --git a/packages/template-tab-navigation/package.json b/packages/template-tab-navigation/package.json index 4fa60b96..e6e15903 100644 --- a/packages/template-tab-navigation/package.json +++ b/packages/template-tab-navigation/package.json @@ -3,7 +3,7 @@ "main": "app/app.js", "displayName": "Tabs", "templateType": "App template", - "version": "8.9.0", + "version": "9.0.0", "description": "Tabbed interface template", "author": "NativeScript Team ", "license": "Apache-2.0", @@ -39,10 +39,10 @@ "url": "https://github.com/NativeScript/NativeScript/issues" }, "dependencies": { - "@nativescript/core": "~8.9.0", + "@nativescript/core": "~9.0.0", "@nativescript/theme": "^3.1.0" }, "devDependencies": { - "@nativescript/webpack": "~5.0.0" + "@nativescript/webpack": "~5.0.25" } } From 11e380b75e3ec325d002ac515a772ed1eea28255 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 17 Nov 2025 12:20:33 -0800 Subject: [PATCH 3/3] feat: android target 35 --- shared-mobile/App_Resources/Android/app.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shared-mobile/App_Resources/Android/app.gradle b/shared-mobile/App_Resources/Android/app.gradle index 73c1a9e7..9f60d1a5 100644 --- a/shared-mobile/App_Resources/Android/app.gradle +++ b/shared-mobile/App_Resources/Android/app.gradle @@ -4,13 +4,13 @@ dependencies { } android { - compileSdkVersion 34 - buildToolsVersion "34" + compileSdkVersion 35 + buildToolsVersion "35" // ndkVersion "" defaultConfig { minSdkVersion 24 - targetSdkVersion 34 + targetSdkVersion 35 // Version Information versionCode 1