Skip to content
Open

v1 #7

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0c49afb
Upgrade to bsc@1.0.0-alpha.41
TwitchBronBron Jan 7, 2025
7469c5d
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Jan 10, 2025
a6fd93f
Update changelog for v1.0.0-alpha.41
TwitchBronBron Jan 13, 2025
68a827d
1.0.0-alpha.41
TwitchBronBron Jan 13, 2025
ff63fe7
Upgrade to bsc@1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
6f585dc
Upgrade CI to node v16.20.2
TwitchBronBron Apr 4, 2025
0326ffe
Upgrade to bsc@1.0.0-alpha.45 (#12)
TwitchBronBron Apr 4, 2025
cdad969
Update changelog for v1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
0b2cf9c
1.0.0-alpha.45
TwitchBronBron Apr 4, 2025
ecfc68b
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Apr 7, 2025
801b86a
Add bsc v1 as prod dep
TwitchBronBron Apr 7, 2025
cba8760
Temporarily use a prebuild of bsc with the performance bug fixed
TwitchBronBron Apr 17, 2025
1ffb7b0
Use bsc v1 alpha 45 instead of temp build
TwitchBronBron Apr 28, 2025
e16c8e9
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Apr 28, 2025
ed4c5bc
Merge branch 'v1' into brighterscript-v1-dependency
TwitchBronBron Apr 28, 2025
930560a
Add bsc v1 as prod dep (#15)
TwitchBronBron Apr 28, 2025
1493ade
Back-off the bsc version so we can test something in the release flow
TwitchBronBron Apr 28, 2025
2fa25b4
Increment version to 1.0.0-alpha.46
rokucommunity-bot[bot] Apr 29, 2025
049b2b9
Update CHANGELOG.md
TwitchBronBron Jun 2, 2025
d487934
1.0.0-alpha.46 (#17)
TwitchBronBron Jun 2, 2025
0dc3982
Increment version to 1.0.0-alpha.47
rokucommunity-bot[bot] Jun 2, 2025
4873290
Update CHANGELOG.md
TwitchBronBron Jun 2, 2025
d775ae9
1.0.0-alpha.47 (#20)
TwitchBronBron Jun 2, 2025
39e2d7a
Increment version to 1.0.0-alpha.48
rokucommunity-bot[bot] Jul 16, 2025
85ebd5b
Update CHANGELOG.md
TwitchBronBron Jul 16, 2025
77daebd
1.0.0-alpha.48 (#24)
TwitchBronBron Jul 16, 2025
8c91fa1
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Jan 20, 2026
ae5af40
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Jan 20, 2026
3bc5df9
Upgrade to bsc-v1.0.0-alpha.49
TwitchBronBron Jan 20, 2026
399541f
bsc v1.0.0-alpha.49 (#27)
TwitchBronBron Jan 20, 2026
1078b5f
Increment version to 1.0.0-alpha.49
rokucommunity-bot[bot] Jan 20, 2026
2127381
Update CHANGELOG for brighterscript@1.0.0-alpha.49
TwitchBronBron Jan 20, 2026
94cceec
1.0.0-alpha.49 (#28)
TwitchBronBron Jan 20, 2026
0f44354
Increment version to 1.0.0-alpha.50
rokucommunity-bot[bot] Jan 28, 2026
91c5b44
Fix bsc compat
TwitchBronBron Jan 28, 2026
4f52cdc
1.0.0-alpha.50 (#29)
TwitchBronBron Jan 28, 2026
5069c6b
Merge master into v1 (#35)
TwitchBronBron May 28, 2026
4db14a4
Upgrade to brighterscript v1.0.0-alpha.51 (#36)
TwitchBronBron May 29, 2026
92cb4cb
1.0.0-alpha.51 (#37)
rokucommunity-bot[bot] May 29, 2026
c8e5d8b
Merge branch 'master' of https://github.com/rokucommunity/bsc-plugin-…
TwitchBronBron Jun 2, 2026
d41d14f
1.0.0-alpha.52 (#38)
rokucommunity-bot[bot] Jun 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"brighterscript",
"findnode",
"findnodes"
]
],
"js/ts.tsdk.path": "node_modules/typescript/lib"
}
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,90 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



## [1.0.0-alpha.52](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.51...v1.0.0-alpha.52) - 2026-06-02
### Changed
- upgrade to [brighterscript@1.0.0-alpha.52](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha52---2026-06-01). Notable changes since 1.0.0-alpha.51:
- Guard transpileComments against undefined trivia tokens ([#1725](https://github.com/rokucommunity/brighterscript/pull/1725))
- Merge master into v1 ([#1726](https://github.com/rokucommunity/brighterscript/pull/1726))



## [1.0.0-alpha.51](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.50...v1.0.0-alpha.51) - 2026-05-29
### Changed
- Upgrade to brighterscript v1.0.0-alpha.51 ([#36](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/36))
- Merge master into v1 ([#35](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/35))
- upgrade to [brighterscript@1.0.0-alpha.51](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha51---2026-05-20). Notable changes since 1.0.0-alpha.50:
- Token leadingTrivia handling and reduce memory retention in long-lived compiler/LSP caches ([#1705](https://github.com/rokucommunity/brighterscript/pull/1705))
- Fix for each validation error ([#1646](https://github.com/rokucommunity/brighterscript/pull/1646))
- Allow typed functions in type expressions ([#1620](https://github.com/rokucommunity/brighterscript/pull/1620))
- Fixes issue with forEach iterating over a union of iterables ([#1629](https://github.com/rokucommunity/brighterscript/pull/1629))
- Allow typecast statement on all variables ([#1622](https://github.com/rokucommunity/brighterscript/pull/1622))



## [1.0.0-alpha.50](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.49...v1.0.0-alpha.50) - 2026-01-28
### Changed
- upgrade to [brighterscript@1.0.0-alpha.50](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha50---2026-01-28). Notable changes since 1.0.0-alpha.49:
- Adds ability to declare type on "For Each" loop item ([#1614](https://github.com/rokucommunity/brighterscript/pull/1614))
- Intersection Type ([#1603](https://github.com/rokucommunity/brighterscript/pull/1603))
- Re-ran Doc scraper ([#1609](https://github.com/rokucommunity/brighterscript/pull/1609))
- #1397 Align event names ([#1557](https://github.com/rokucommunity/brighterscript/pull/1557))
- Fix bug with stagingDir fallback not working ([#1606](https://github.com/rokucommunity/brighterscript/pull/1606))
- Fix bug with normalizing `virtual:/` path scheme ([#1607](https://github.com/rokucommunity/brighterscript/pull/1607))
- Fixes getting types from pocket tables in Try/Catch ([#1602](https://github.com/rokucommunity/brighterscript/pull/1602))



## [1.0.0-alpha.49](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.48...v1.0.0-alpha.49) - 2026-01-20
### Changed
- bsc v1.0.0-alpha.49 ([#27](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/27))
- upgrade to [brighterscript@1.0.0-alpha.49](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha49---2025-12-10). Notable changes since 1.0.0-alpha.48:
- Adds TypeStatement for declaring new types ([#1597](https://github.com/rokucommunity/brighterscript/pull/1597))
- Adds Inline interfaces ([#1591](https://github.com/rokucommunity/brighterscript/pull/1591))
- Make Invalid compatible with typed arrays ([#1596](https://github.com/rokucommunity/brighterscript/pull/1596))
- Limit scope Validation ([#1586](https://github.com/rokucommunity/brighterscript/pull/1586))
- Interface extending node includes callfuncs ([#1585](https://github.com/rokucommunity/brighterscript/pull/1585))
- Fix validation exception when calling roFunction ([#1588](https://github.com/rokucommunity/brighterscript/pull/1588))
- Remove unused util functions ([#1565](https://github.com/rokucommunity/brighterscript/pull/1565))
- Remove zip and sideload ([#1562](https://github.com/rokucommunity/brighterscript/pull/1562))
- Fix `MaskGroup.maskUri` type ([#1559](https://github.com/rokucommunity/brighterscript/pull/1559))



## [1.0.0-alpha.48](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.47...v1.0.0-alpha.48) - 2025-07-16
### Changed
- upgrade to [brighterscript@1.0.0-alpha.48](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha48---2025-07-16). Notable changes since 1.0.0-alpha.47:
- Union Return type consistency ([#1508](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1508))
- Fix issues with undefined/null trivia items ([#1531](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1531))
- Fix ForEach variable typing issues ([#1498](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1498))
- `Dynamic` and `Function` do not need semantic tokens in Type expressions ([#1500](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1500))



## [1.0.0-alpha.47](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.46...v1.0.0-alpha.47) - 2025-06-02
### Changed
- upgrade to [brighterscript@1.0.0-alpha.47](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha47---2025-05-22). Notable changes since 1.0.0-alpha.46:
- Better diagnostic null location handling ([#1491](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/1491))



## [1.0.0-alpha.46](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/1.0.0-alpha.45...v1.0.0-alpha.46) - 2025-06-02
### Changed
- Add bsc v1 as prod dep ([#15](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/15))
- upgrade to [brighterscript@1.0.0-alpha.46](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md#100-alpha46---2025-04-24). Notable changes since 1.0.0-alpha.45:
- Import `performance` from `perf_hooks` to work on node <16 ([brighterscript#1462](https://github.com/rokucommunity/brighterscript/pull/1462))



## [1.0.0-alpha.45](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/v1.0.0-alpha.41...v1.0.0-alpha.45) - 2025-04-04
### Changed
- upgrade to [brighterscript@1.0.0-alpha.45](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha45---2025-04-04)



## [1.0.0-alpha.41](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/v0.1.1...v1.0.0-alpha.41) - 2025-01-13
### Changed
- upgrade to [brighterscript@1.0.0-alpha.41](https://github.com/rokucommunity/brighterscript/blob/release-1.0.0/CHANGELOG.md#100-alpha41---2024-10-20)
## [0.1.5](https://github.com/rokucommunity/bsc-plugin-auto-findnode/compare/0.1.4...v0.1.5) - 2026-03-24
### Changed
- Support OIDC ([#25](https://github.com/rokucommunity/bsc-plugin-auto-findnode/pull/25))
Expand Down
7 changes: 7 additions & 0 deletions audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"active": true,
"notes": "`uuid` <11.1.1 (via `postman-request` and dev-only `nyc>istanbul-lib-processinfo`): vulnerable code path is `v3()`/`v5()`/`v6()` when a caller-provided buffer is passed. All consumers in this dep graph call only `v4()` (no buffer arg), so the vulnerable path is unreachable."
}
},
{
"GHSA-fjxv-7rqg-78g4": {
// Added: 2026-05-28
"active": true,
"notes": "`form-data` <2.5.4 (via `postman-request` -> `roku-deploy`, dev-only): uses `Math.random()` to choose the multipart boundary. Exploit requires an attacker who can both observe the outgoing request and inject attacker-controlled content into the body to break out of the boundary. `roku-deploy` only sends sideload requests to a Roku device on the local network during development, so this path is not reachable in any deployed code."
}
}
]
}
Loading
Loading