From 04adf70ca81eb7161036a0a7298ca953c6781e93 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Mon, 6 Nov 2023 14:36:13 -0500 Subject: [PATCH] Update changelog for v2.45.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 18 +++++++++--------- package.json | 2 +- 3 files changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3df5b25..59a8f2f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.45.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.44.1...v2.45.0) - 2023-11-06 +### Changed + - Auto-enable debug protocol on 12.5 devices ([#517](https://github.com/rokucommunity/vscode-brightscript-language/pull/517)) + - Telemetry tracking for roku OS version ([#516](https://github.com/rokucommunity/vscode-brightscript-language/pull/516)) + - upgrade to [roku-deploy@3.10.4](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md#3104---2023-11-03). Notable changes since 3.10.3: + - Enhance getDeviceInfo() method ([roku-deploy#120](https://github.com/rokucommunity/roku-deploy/pull/120)) + - upgrade to [roku-debug@0.20.9](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0209---2023-11-05). Notable changes since 0.20.8: + - Upgrade to new deviceInfo api from roku-deploy ([roku-debug#167](https://github.com/rokucommunity/roku-debug/pull/167)) + - upgrade to [brighterscript@0.65.9](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0659---2023-11-06). Notable changes since 0.65.8: + - Fix issue with unary expression parsing ([brighterscript#938](https://github.com/rokucommunity/brighterscript/pull/938)) + + + ## [2.44.1](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.44.0...v2.44.1) - 2023-10-31 ### Changed - Enhance host picker during launch ([#512](https://github.com/rokucommunity/vscode-brightscript-language/pull/512)) diff --git a/package-lock.json b/package-lock.json index 397dc5e1..7a95ef0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@vscode/extension-telemetry": "^0.4.7", "array-sort": "^1.0.0", "backoff": "^2.5.0", - "brighterscript": "^0.65.8", + "brighterscript": "^0.65.9", "brighterscript-formatter": "^1.6.34", "clone-deep": "^4.0.1", "debounce": "^1.2.0", @@ -2474,9 +2474,9 @@ } }, "node_modules/brighterscript": { - "version": "0.65.8", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.65.8.tgz", - "integrity": "sha512-mqarSnGCl/VSTRj1oY9wRMZJV9s8dH+rZZ2P1yE7d1nZQucVpAIGICW83G9AJHQYUDjrGsKHn5UfAfaZaE1KCA==", + "version": "0.65.9", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.65.9.tgz", + "integrity": "sha512-cjJmftkY+2A5HrGIbmRz2fylywEwj3+Y/EXeSx4TJsEvOW0/M61G5gHRdGyqPF/TMEGlPHGlTBAmPdOMi85+xw==", "dependencies": { "@rokucommunity/bslib": "^0.1.1", "@xml-tools/parser": "^1.0.7", @@ -2501,7 +2501,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.10.3", + "roku-deploy": "^3.10.4", "serialize-error": "^7.0.1", "source-map": "^0.7.4", "vscode-languageserver": "7.0.0", @@ -13175,9 +13175,9 @@ } }, "brighterscript": { - "version": "0.65.8", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.65.8.tgz", - "integrity": "sha512-mqarSnGCl/VSTRj1oY9wRMZJV9s8dH+rZZ2P1yE7d1nZQucVpAIGICW83G9AJHQYUDjrGsKHn5UfAfaZaE1KCA==", + "version": "0.65.9", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.65.9.tgz", + "integrity": "sha512-cjJmftkY+2A5HrGIbmRz2fylywEwj3+Y/EXeSx4TJsEvOW0/M61G5gHRdGyqPF/TMEGlPHGlTBAmPdOMi85+xw==", "requires": { "@rokucommunity/bslib": "^0.1.1", "@xml-tools/parser": "^1.0.7", @@ -13202,7 +13202,7 @@ "parse-ms": "^2.1.0", "readline": "^1.3.0", "require-relative": "^0.8.7", - "roku-deploy": "^3.10.3", + "roku-deploy": "^3.10.4", "serialize-error": "^7.0.1", "source-map": "^0.7.4", "vscode-languageserver": "7.0.0", diff --git a/package.json b/package.json index 85c305de..afe50c58 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@vscode/extension-telemetry": "^0.4.7", "array-sort": "^1.0.0", "backoff": "^2.5.0", - "brighterscript": "^0.65.8", + "brighterscript": "^0.65.9", "brighterscript-formatter": "^1.6.34", "clone-deep": "^4.0.1", "debounce": "^1.2.0",