diff --git a/CHANGELOG.md b/CHANGELOG.md index be1042a..52e4e65 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.8.47-0](https://github.com/rokucommunity/bslint/compare/0.8.46...v0.8.47-0) - 2026-09-11 +### Changed + - Security enhancements ([#206](https://github.com/rokucommunity/bslint/pull/206)) + - upgrade to [brighterscript@0.73.4](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#0734---2026-09-11). Notable changes since 0.73.3: + - Tolerate older BrsTranspileState in continue back-transpile ([#1812](https://github.com/rokucommunity/brighterscript/pull/1812)) + - chore: Remove duplicate thenby devDependency ([#1808](https://github.com/rokucommunity/brighterscript/pull/1808)) + - Security enhancements ([#1804](https://github.com/rokucommunity/brighterscript/pull/1804), [#1805](https://github.com/rokucommunity/brighterscript/pull/1805)) + - Locate the super() call when injecting field initializers ([#1803](https://github.com/rokucommunity/brighterscript/pull/1803)) + + + ## [0.8.46](https://github.com/rokucommunity/bslint/compare/0.8.45...v0.8.46) - 2026-09-09 ### Added - Add sorted-imports rule ([#202](https://github.com/rokucommunity/bslint/pull/202)) diff --git a/package-lock.json b/package-lock.json index d2b4ca2..73b87a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rokucommunity/bslint", - "version": "0.8.46", + "version": "0.8.47-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rokucommunity/bslint", - "version": "0.8.46", + "version": "0.8.47-0", "license": "MIT", "dependencies": { "fs-extra": "^10.0.0", @@ -26,7 +26,7 @@ "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "audit-ci": "^7.1.0", - "brighterscript": "^0.73.3", + "brighterscript": "^0.73.4", "chai": "^4.3.6", "eslint": "^7.7.0", "mocha": "^10.8.2", @@ -1254,9 +1254,9 @@ } }, "node_modules/brighterscript": { - "version": "0.73.3", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.73.3.tgz", - "integrity": "sha512-CjnPk9iZSntbgwM2uNwoqMGWY5CK1FpWGnBpR1NLK3TMsGHGKp5cV7whEZA7lp1D34vXSqxoOC1Jy1ozeOu79A==", + "version": "0.73.4", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.73.4.tgz", + "integrity": "sha512-NNRyEXh0vCZO8D8x4FQ4fumIFXDscTnaBaDKK3r3p3EwkxZ3xknCHEpKCIarD6kRcrm0nZwJnWORQSFqtcNGcA==", "dev": true, "dependencies": { "@rokucommunity/bslib": "^0.1.1", @@ -5894,9 +5894,9 @@ } }, "brighterscript": { - "version": "0.73.3", - "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.73.3.tgz", - "integrity": "sha512-CjnPk9iZSntbgwM2uNwoqMGWY5CK1FpWGnBpR1NLK3TMsGHGKp5cV7whEZA7lp1D34vXSqxoOC1Jy1ozeOu79A==", + "version": "0.73.4", + "resolved": "https://registry.npmjs.org/brighterscript/-/brighterscript-0.73.4.tgz", + "integrity": "sha512-NNRyEXh0vCZO8D8x4FQ4fumIFXDscTnaBaDKK3r3p3EwkxZ3xknCHEpKCIarD6kRcrm0nZwJnWORQSFqtcNGcA==", "dev": true, "requires": { "@rokucommunity/bslib": "^0.1.1", diff --git a/package.json b/package.json index 318b1f9..7cd9838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rokucommunity/bslint", - "version": "0.8.46", + "version": "0.8.47-0", "description": "BrighterScript linter plugin", "main": "dist/index.js", "bin": { @@ -49,7 +49,7 @@ "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "audit-ci": "^7.1.0", - "brighterscript": "^0.73.3", + "brighterscript": "^0.73.4", "chai": "^4.3.6", "eslint": "^7.7.0", "mocha": "^10.8.2",