From 50c71b1edb3dd6fe740c3d1901132b2560bf922a Mon Sep 17 00:00:00 2001 From: rokucommunity-bot <93661887+rokucommunity-bot@users.noreply.github.com> Date: Sat, 30 May 2026 02:00:42 +0000 Subject: [PATCH 1/2] Increment version to 0.72.4 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 18 +++++++++--------- package.json | 4 ++-- 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31215f4a..58c40ad75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.72.4](https://github.com/rokucommunity/brighterscript/compare/0.72.3...v0.72.4) - 2026-05-30 +### Changed + - upgrade to [roku-deploy@3.17.5](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3175---2026-05-30). Notable changes since 3.17.4: + - Preserve `!` glob-negation prefix in standardizePath ([#277](https://github.com/rokucommunity/roku-deploy/pull/277)) + - Update minimum audit threshold ([#273](https://github.com/rokucommunity/roku-deploy/pull/273)) + - Accept GHSA-w5hq-g745-h8pq (uuid <11.1.1) advisory ([#272](https://github.com/rokucommunity/roku-deploy/pull/272)) + - Add `security-audit-required` gate job to security audit workflow ([#269](https://github.com/rokucommunity/roku-deploy/pull/269)) + - Use explicit label on Security Audit badge ([#266](https://github.com/rokucommunity/roku-deploy/pull/266)) + - Security Audit workflow ([#265](https://github.com/rokucommunity/roku-deploy/pull/265)) + + + ## [0.72.3](https://github.com/rokucommunity/brighterscript/compare/0.72.2...v0.72.3) - 2026-05-27 ### Added - parameter name inlay hints ([#1703](https://github.com/rokucommunity/brighterscript/pull/1703)) diff --git a/package-lock.json b/package-lock.json index dc1bcf49c..78c42b2a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brighterscript", - "version": "0.72.3", + "version": "0.72.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "brighterscript", - "version": "0.72.3", + "version": "0.72.4", "license": "MIT", "dependencies": { "@rokucommunity/bslib": "^0.1.1", @@ -35,7 +35,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.17.4", + "roku-deploy": "^3.17.5", "safe-json-stringify": "^1.2.0", "semver": "^7.7.3", "serialize-error": "^7.0.1", @@ -7922,9 +7922,9 @@ } }, "node_modules/roku-deploy": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.17.4.tgz", - "integrity": "sha512-tsy2TtibcFck/tnTgu2fMci/TAGYN1x6SJ0ACF+tWEB6jOIfkDQ2KGSZkXEHknmHhUQr1tQyVzhGlsCIK0WbuQ==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.17.5.tgz", + "integrity": "sha512-cJo2Mf09My00aSUkYxaYCWajeWowcKfv49Rp1HBjdXJY1Xq385+Q3Txcr1H9bF2a9GnzSQI042JjmFdlRuiuQA==", "dependencies": { "@types/request": "^2.48.13", "chalk": "^2.4.2", @@ -15280,9 +15280,9 @@ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" }, "roku-deploy": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.17.4.tgz", - "integrity": "sha512-tsy2TtibcFck/tnTgu2fMci/TAGYN1x6SJ0ACF+tWEB6jOIfkDQ2KGSZkXEHknmHhUQr1tQyVzhGlsCIK0WbuQ==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.17.5.tgz", + "integrity": "sha512-cJo2Mf09My00aSUkYxaYCWajeWowcKfv49Rp1HBjdXJY1Xq385+Q3Txcr1H9bF2a9GnzSQI042JjmFdlRuiuQA==", "requires": { "@types/request": "^2.48.13", "chalk": "^2.4.2", diff --git a/package.json b/package.json index 785bc3fc5..0cff96aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brighterscript", - "version": "0.72.3", + "version": "0.72.4", "description": "A superset of Roku's BrightScript language.", "scripts": { "preversion": "npm run build && npm run lint && npm run test", @@ -160,7 +160,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.17.4", + "roku-deploy": "^3.17.5", "safe-json-stringify": "^1.2.0", "semver": "^7.7.3", "serialize-error": "^7.0.1", From 2a8660eef4a93b7841afc8e8beee12b55a412341 Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Fri, 29 May 2026 23:01:35 -0300 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c40ad75..ec3a1ed87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.72.4](https://github.com/rokucommunity/brighterscript/compare/0.72.3...v0.72.4) - 2026-05-30 ### Changed - upgrade to [roku-deploy@3.17.5](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3175---2026-05-30). Notable changes since 3.17.4: - - Preserve `!` glob-negation prefix in standardizePath ([#277](https://github.com/rokucommunity/roku-deploy/pull/277)) - - Update minimum audit threshold ([#273](https://github.com/rokucommunity/roku-deploy/pull/273)) - - Accept GHSA-w5hq-g745-h8pq (uuid <11.1.1) advisory ([#272](https://github.com/rokucommunity/roku-deploy/pull/272)) - - Add `security-audit-required` gate job to security audit workflow ([#269](https://github.com/rokucommunity/roku-deploy/pull/269)) - - Use explicit label on Security Audit badge ([#266](https://github.com/rokucommunity/roku-deploy/pull/266)) - - Security Audit workflow ([#265](https://github.com/rokucommunity/roku-deploy/pull/265)) + - Preserve `!` glob-negation prefix when using normalizeFilesArray ([#277](https://github.com/rokucommunity/roku-deploy/pull/277))