From 74b5fc0c124563a20c62db9bf4f4cee038a5f173 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 5 Jul 2023 14:35:21 -0400 Subject: [PATCH] Update changelog for v2.41.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99bd102f..0c90515d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [2.41.0](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.4...v2.41.0) - 2023-07-05 +### Added + - ECP Rendezvous tracking (`rendezvousTracking` launch.json option) ([#490](https://github.com/rokucommunity/vscode-brightscript-language/pull/490)) + - `fileLogging` launch.json option ([#487](https://github.com/rokucommunity/vscode-brightscript-language/pull/487)) +### Changed +### Fixed + - Fix iface syntax highlighting for comments & funcs ([#489](https://github.com/rokucommunity/vscode-brightscript-language/pull/489)) + - npm audit issues ([4121aee](https://github.com/rokucommunity/vscode-brightscript-language/commit/4121aee)) + - upgrade to [roku-debug@0.20.0](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#0200---2023-07-05). Notable changes since 0.18.12: + - Support sgrendezvous through ecp ([roku-debug#150](https://github.com/rokucommunity/roku-debug/pull/150)) + - Move `@types/request` to deps to fix `d.bs` files ([#roku-debug691a7be](https://github.com/rokucommunity/roku-debug/commit/691a7be)) + - File logging ([roku-debug#155](https://github.com/rokucommunity/roku-debug/pull/155)) + - upgrade to [brighterscript@0.65.1](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0651---2023-06-09). Notable changes since 0.65.0: + - Fix injection of duplicate super calls into classes ([brighterscript#823](https://github.com/rokucommunity/brighterscript/pull/823)) + - upgrade to [brighterscript-formatter@1.6.30](https://github.com/rokucommunity/brighterscript-formatter/blob/master/CHANGELOG.md#1630---2023-07-05) + + + ## [2.40.4](https://github.com/rokucommunity/vscode-brightscript-language/compare/v2.40.3...v2.40.4) - 2023-05-18 ### Changed - upgrade to [roku-debug@0.18.12](https://github.com/rokucommunity/roku-debug/blob/master/CHANGELOG.md#01812---2023-05-18). Notable changes since 0.18.11: diff --git a/package-lock.json b/package-lock.json index 385ace05..90792509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@vscode/extension-telemetry": "^0.4.7", "array-sort": "^1.0.0", "backoff": "^2.5.0", - "brighterscript": "^0.65.0", - "brighterscript-formatter": "^1.6.29", + "brighterscript": "^0.65.1", + "brighterscript-formatter": "^1.6.30", "debounce": "^1.2.0", "dotenv": "^6.2.0", "fast-xml-parser": "^3.12.16", @@ -2503,11 +2503,11 @@ } }, "node_modules/brighterscript-formatter": { - "version": "1.6.29", - "resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.29.tgz", - "integrity": "sha512-NfFscJM+9lEyaWrY5J9pliLOhNxiBkfsBKD8XmbigrbWpY4Ff6sqojw0Op2SFhySWy7N2e4J4inshx9FgKTI1A==", + "version": "1.6.30", + "resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.30.tgz", + "integrity": "sha512-J9Lo0MIxpulLRo2imyBGzOd5VmKNEI+W2OI+6i9RvxQ1LiJgrsqWbKgrxeYGPDkDAhD1ybSD26Sd1pa/6qYUsQ==", "dependencies": { - "brighterscript": "^0.65.0", + "brighterscript": "^0.65.1", "glob-all": "^3.3.0", "jsonc-parser": "^3.0.0", "source-map": "^0.7.3", @@ -13611,11 +13611,11 @@ } }, "brighterscript-formatter": { - "version": "1.6.29", - "resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.29.tgz", - "integrity": "sha512-NfFscJM+9lEyaWrY5J9pliLOhNxiBkfsBKD8XmbigrbWpY4Ff6sqojw0Op2SFhySWy7N2e4J4inshx9FgKTI1A==", + "version": "1.6.30", + "resolved": "https://registry.npmjs.org/brighterscript-formatter/-/brighterscript-formatter-1.6.30.tgz", + "integrity": "sha512-J9Lo0MIxpulLRo2imyBGzOd5VmKNEI+W2OI+6i9RvxQ1LiJgrsqWbKgrxeYGPDkDAhD1ybSD26Sd1pa/6qYUsQ==", "requires": { - "brighterscript": "^0.65.0", + "brighterscript": "^0.65.1", "glob-all": "^3.3.0", "jsonc-parser": "^3.0.0", "source-map": "^0.7.3", diff --git a/package.json b/package.json index 0e2ae3f2..d5e3df47 100644 --- a/package.json +++ b/package.json @@ -55,8 +55,8 @@ "@vscode/extension-telemetry": "^0.4.7", "array-sort": "^1.0.0", "backoff": "^2.5.0", - "brighterscript": "^0.65.0", - "brighterscript-formatter": "^1.6.29", + "brighterscript": "^0.65.1", + "brighterscript-formatter": "^1.6.30", "debounce": "^1.2.0", "dotenv": "^6.2.0", "fast-xml-parser": "^3.12.16",