From c8fe6fedc1f0b516708ed1eb6c39c5967f49e62b Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Thu, 29 Feb 2024 16:40:03 -0500 Subject: [PATCH] Update changelog for v0.65.23 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a0c4e73..28e1ed4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.65.23](https://github.com/rokucommunity/brighterscript/compare/v0.65.22...v0.65.23) - 2024-02-29 +### Changed + - upgrade to [roku-deploy@3.11.3](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3113---2024-02-29). Notable changes since 3.11.2: + - Retry the convertToSquahsfs request given the HPE_INVALID_CONSTANT error ([roku-deploy#145](https://github.com/rokucommunity/roku-deploy/pull/145)) +### Fixed + - empty interfaces break the parser ([#1082](https://github.com/rokucommunity/brighterscript/pull/1082)) + + ## [0.65.22](https://github.com/rokucommunity/brighterscript/compare/v0.65.21...0.65.22) - 2024-02-09 ### Added - support for `provideReferences` in plugins ([#1066](https://github.com/rokucommunity/brighterscript/pull/1066)) diff --git a/package-lock.json b/package-lock.json index 31e9ff7ae..b96a7daaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.11.2", + "roku-deploy": "^3.11.3", "serialize-error": "^7.0.1", "source-map": "^0.7.4", "vscode-languageserver": "7.0.0", @@ -5928,9 +5928,9 @@ } }, "node_modules/roku-deploy": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.11.2.tgz", - "integrity": "sha512-3JDlnbTxv6Xk5GVolQoA3+d34MLZXXwZWMySprHwazZoWLP3LvulYHP92YvFOJAo/aI4IZp/TFA8kR82IrmHKA==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.11.3.tgz", + "integrity": "sha512-vHb/YL45LWrD+hOAGO9GGhZW5GE6W5I/bSGLCO/JgyqhvRq/MoKdeFuEUgrztDhaKgODQIjGj7/DJaUO0Vx+IA==", "dependencies": { "chalk": "^2.4.2", "dateformat": "^3.0.3", @@ -11516,9 +11516,9 @@ } }, "roku-deploy": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.11.2.tgz", - "integrity": "sha512-3JDlnbTxv6Xk5GVolQoA3+d34MLZXXwZWMySprHwazZoWLP3LvulYHP92YvFOJAo/aI4IZp/TFA8kR82IrmHKA==", + "version": "3.11.3", + "resolved": "https://registry.npmjs.org/roku-deploy/-/roku-deploy-3.11.3.tgz", + "integrity": "sha512-vHb/YL45LWrD+hOAGO9GGhZW5GE6W5I/bSGLCO/JgyqhvRq/MoKdeFuEUgrztDhaKgODQIjGj7/DJaUO0Vx+IA==", "requires": { "chalk": "^2.4.2", "dateformat": "^3.0.3", diff --git a/package.json b/package.json index ef1497de8..f4958124f 100644 --- a/package.json +++ b/package.json @@ -145,7 +145,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.11.2", + "roku-deploy": "^3.11.3", "serialize-error": "^7.0.1", "source-map": "^0.7.4", "vscode-languageserver": "7.0.0",