From a0c36d1fe32166c711cc7e34d78561dc5d5c1c9b Mon Sep 17 00:00:00 2001 From: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Date: Fri, 23 Jan 2026 20:26:25 +0000 Subject: [PATCH 1/3] Increment version to 0.11.3 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d790aaa..5e30025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.11.3](https://github.com/rokucommunity/ropm/compare/0.11.2...v0.11.3) - 2026-01-23 +### Added + - Add support for workspace projects ([#67](https://github.com/rokucommunity/ropm/pull/67)) +### Changed + - upgrade to [roku-deploy@3.16.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3161---2025-12-05). Notable changes since 3.14.4: + - Add ecpSettingMode to device-info interface ([#225](https://github.com/rokucommunity/roku-deploy/pull/225)) + - Add support for detecting ecpNetworkAccessMode ([#223](https://github.com/rokucommunity/roku-deploy/pull/223)) + - Support installing and deleting component libraries ([#220](https://github.com/rokucommunity/roku-deploy/pull/220)) + + + ## [0.11.2](https://github.com/rokucommunity/ropm/compare/0.11.1...v0.11.2) - 2025-10-31 ### Changed - chore: support OIDC for publishing ([#123](https://github.com/rokucommunity/brighterscript/pull/123)) diff --git a/package-lock.json b/package-lock.json index 04649e0..38b0d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "license": "MIT", "dependencies": { "@rokucommunity/logger": "^0.3.11", @@ -18,7 +18,7 @@ "glob-all": "3.2.1", "latinize": "0.5.0", "npm-packlist": "2.1.4", - "roku-deploy": "^3.14.4", + "roku-deploy": "^3.16.1", "semver": "^7.6.3", "yargs": "16.2.0" }, @@ -6990,9 +6990,9 @@ } }, "node_modules/roku-deploy": { - "version": "3.14.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.14.4.tgz", - "integrity": "sha512-JWx+VetKadMPnGrc80cQCSaJSuTtR1tAA/3JiygFBJiK7gPYBCx8/2c9fq1wajuJ+t/0dqP7XYD/6v33nliFwA==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.16.1.tgz", + "integrity": "sha512-snCMjmJkFodBYu8K6mreYshPekQKvs8HtUYfj74mwREAjF9rtMoXdJb8XgD2NkvYaYwGe5i0vbRGCt7o6jWypg==", "dependencies": { "@types/request": "^2.47.0", "chalk": "^2.4.2", @@ -13593,9 +13593,9 @@ } }, "roku-deploy": { - "version": "3.14.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.14.4.tgz", - "integrity": "sha512-JWx+VetKadMPnGrc80cQCSaJSuTtR1tAA/3JiygFBJiK7gPYBCx8/2c9fq1wajuJ+t/0dqP7XYD/6v33nliFwA==", + "version": "3.16.1", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.16.1.tgz", + "integrity": "sha512-snCMjmJkFodBYu8K6mreYshPekQKvs8HtUYfj74mwREAjF9rtMoXdJb8XgD2NkvYaYwGe5i0vbRGCt7o6jWypg==", "requires": { "@types/request": "^2.47.0", "chalk": "^2.4.2", diff --git a/package.json b/package.json index 1209bfb..e4625a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ropm", - "version": "0.11.2", + "version": "0.11.3", "description": "", "scripts": { "preversion": "npm run build && npm run lint && npm run test", @@ -46,7 +46,7 @@ "glob-all": "3.2.1", "latinize": "0.5.0", "npm-packlist": "2.1.4", - "roku-deploy": "^3.14.4", + "roku-deploy": "^3.16.1", "semver": "^7.6.3", "yargs": "16.2.0" }, From 3e8b90431ac70ea83fd3bfc9b01c9e0a454a2d7c Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 23 Jan 2026 15:28:21 -0500 Subject: [PATCH 2/3] update changelog for release --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e30025..f34d44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add support for workspace projects ([#67](https://github.com/rokucommunity/ropm/pull/67)) ### Changed - upgrade to [roku-deploy@3.16.1](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3161---2025-12-05). Notable changes since 3.14.4: - - Add ecpSettingMode to device-info interface ([#225](https://github.com/rokucommunity/roku-deploy/pull/225)) - - Add support for detecting ecpNetworkAccessMode ([#223](https://github.com/rokucommunity/roku-deploy/pull/223)) - - Support installing and deleting component libraries ([#220](https://github.com/rokucommunity/roku-deploy/pull/220)) @@ -709,3 +706,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + From c0f945d2bbfb040346c0e6943af7a96bc316a04b Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Fri, 23 Jan 2026 15:32:44 -0500 Subject: [PATCH 3/3] Remove node 10 requirement for vscode launch --- .vscode/launch.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index af3258b..1830484 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,6 @@ { "name": "Debug Tests", "type": "node", - "runtimeVersion": "10", "request": "launch", "smartStep": false, "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",