Skip to content

fix(deps): update dependency brighterscript to ^0.72.5#29

Open
renovate-ce-paramount-engineering[bot] wants to merge 1 commit into
mainfrom
renovate/brighterscript-0.x
Open

fix(deps): update dependency brighterscript to ^0.72.5#29
renovate-ce-paramount-engineering[bot] wants to merge 1 commit into
mainfrom
renovate/brighterscript-0.x

Conversation

@renovate-ce-paramount-engineering

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
brighterscript ^0.68.5^0.72.5 age confidence

Release Notes

rokucommunity/brighterscript (brighterscript)

v0.72.5

Compare Source

Changed

v0.72.4

Compare Source

Changed
  • upgrade to roku-deploy@3.17.5. Notable changes since 3.17.4:
    • Preserve ! glob-negation prefix when using normalizeFilesArray (#​277)

v0.72.3

Compare Source

Added

v0.72.2

Compare Source

Changed
Fixed

v0.72.1

Compare Source

Added
  • Add diagnosticReporter config option (#​1701)
  • Add bs:disable / bs:enable block directives and diagnostic suppression quick fixes (#​1699)
  • Recover from mismatched loop terminators with quick fixes (#​1696)
  • Add validate bsconfig flag to skip validation phase (#​1687)
Changed
  • Diagnose reserved BrightScript builtins used as values (#​1697)
  • allow line continuation in .brs files when minFirmwareVersion >= 15.3 (#​1693)
  • Reload projects when manifest file changes (#​1700)
  • upgrade to roku-deploy@3.17.2. Notable changes since 3.17.1:
    • Expanded the default files array to include the locale folder (#​237)

v0.72.0

Compare Source

Added
  • Add relativeSourceMaps option for portable sourcemaps (#​1624)
  • added source fix all code action support (#​1659)
  • added selection range provider support to lsp capabilities (#​1657)
  • Add minFirmwareVersion setting in bsconfig.json (#​1678)
  • Support line continuation (#​1667)
Changed
  • Auto-update imports when files are renamed through LSP (#​1688)
  • Limit project activation concurrency to 3 and is user configurable (#​1627)
  • Chain prebuild sourcemaps through BrighterScript transpile (#​1676)
  • Report const cycle diagnostic per node to match class convention (#​1681)
  • upgrade to roku-deploy@3.17.1. Notable changes since 3.16.5:
Fixed
  • performance: share per-file namespace data via lazy ScopeNamespaceLookup view (#​1684)
  • performance: share BscSymbol references in SymbolTable.mergeSymbolTable (#​1682)
  • performance: lazy-allocate NamespaceContainer's optional fields (#​1683)
  • Fix cross-file const inlining and flag const cycles (#​1680)

v0.71.1

Compare Source

Changed
  • upgrade to roku-deploy@3.16.5. Notable changes since 3.16.3:
    • Resolve files array staging option (#​249)
    • Fix zipFolder bug that wasn't properly handling absolute stagingDir path (#​245)

v0.71.0

Compare Source

Added
  • Add computed property names (compile-time support only) (#​1658)
Changed
  • More quick fixes and fix all quick fixes (#​1662)

  • Bump picomatch from 2.3.1 to 2.3.2 (#​1661)

  • Bump picomatch from 2.3.1 to 2.3.2 in /benchmarks (#​1660)

Fixed
  • bugfix/small perf improvements (#​1663)

v0.70.4

Compare Source

Added
  • Add definition provider for import statement (#​1595)
Changed
  • cache PathCollection per project in flushDocumentChanges (#​1628)
  • debounce onDidChangeWatchedFiles events (#​1626)
  • spelling fix (#​1621)
  • Backport for each type syntax from V1 -> V0 (#​1617)
  • Backport V1 Typed function type syntax to v0 (#​1623)
  • Backport intersection type and grouped type expressions (#​1608)
  • Backport TypeStatement syntax from v1 to v0 (#​1600)
  • Backport v1 inline interface syntax (#​1592)
  • chore: Add AI agent instructions (#​1654)
  • chore: Set up comprehensive Copilot coding agent instructions (#​1650)
  • chore: Ensure we have consistent line endings (#​1642)
  • upgrade to roku-deploy@3.16.3. Notable changes since 3.14.4:
    • Bump flatted from 3.2.2 to 3.4.2 (#​236)
    • Bump minimatch from 3.1.2 to 3.1.5 (#​234)
    • Bump ajv from 6.12.6 to 6.14.0 (#​232)
    • Bump lodash from 4.17.21 to 4.17.23 (#​227)
    • Add ecpSettingMode to device-info interface (#​225)
    • Add support for detecting ecpNetworkAccessMode (#​223)
    • Support installing and deleting component libraries (#​220)
Fixed
  • chore: fix issue with running tests on newer node versions (#​1644)
  • Fix confusing diagnostic when dottedGet follows function call in ExpressionStatement (#​1598)
  • Typedef namespace param (#​1641)

v0.70.3

Compare Source

Changed
  • upgrade to roku-deploy@3.14.4. Notable changes since 3.13.0:
    • Add specific error classes for reboot and check for updates functions (#​216)
    • Add 'rebootDevice' and 'checkForUpdate' functionality for supported OS versions (#​208)
Fixed
  • Fix crash when bsc plugin in worker loads another version of bsc (#​1579)
  • Fix recursive const and enum resolution during transpilation (#​1578)

v0.70.2

Compare Source

Changed
  • Add info for brightscript components roUtils and roRenderThreadQueue (#​1574)
  • Roku sdk updates (#​1573)

v0.70.1

Compare Source

Changed
  • Flag param names that are reserved words (#​1556)
Fixed
  • Fix for adding files on beforeProgramValidate (#​1568)
  • Fix typdef generation of default param func (#​1551)

v0.70.0

Compare Source

Added
  • Transpile class methods as named functions (#​1548)
Changed

v0.69.13

Compare Source

Added
  • Add projectDiscoveryExclude setting and files.watcherExclude support (#​1535)
  • Add max depth configuration for Roku project discovery (#​1533)
Fixed
  • Fix signature help crash on malformed function declarations (#​1536)

v0.69.12

Compare Source

Fixed
  • Fix discovery when projects is empty (#​1529)

v0.69.11

Compare Source

Added
Changed
  • chore: add some docs about ObserveField namespace caveats (#​1513)
  • Support projects array in settings (#​1521)
  • Improve manifest discovery (#​1518)
  • Improve bsconfig.json auto-discovery (#​1512)

v0.69.10

Compare Source

Changed
  • upgrade to roku-deploy@3.12.6. Notable changes since 3.12.5:
    • chore: Upgrade to the undent package instead of dedent (#​196)
    • chore: Shared CI remove merged check on publish releases (#​194)

v0.69.9

Compare Source

Added

v0.69.8

Compare Source

Changed

v0.69.7

Compare Source

Added
  • flag incorrect return statements in functions and subs (#​1463)
Fixed
  • prevent runtime crash for non-referencable funcs in ternary and null coalescing (#​1474)
  • fix removeParameterTypes compile errors for return types (#​1414)

v0.69.6

Compare Source

Changed
  • Updated the type definition of the InStr global callable (#​1456)

v0.69.5

Compare Source

Fixed
  • more safely wrap expressions for template string transpile (#​1445)

v0.69.4

Compare Source

Changed
  • Support plugin factory detecting brighterscript version (#​1438)
  • (chore) Migration to the new shared CI (#​1440)
  • upgrade to @​rokucommunity/logger@0.3.10. Notable changes since 0.3.9:
    • Added the ability to turn off timestamps in the output and fixed a potental crash if the format string was empty (logger#11)

v0.69.3

Compare Source

Changed
  • Adds Alias statement syntax from v1 to v0 (#​1430)
  • Remove temporary code that was accidentally committed (#​1432)
Fixed
  • Fixed getClosestExpression bug to return undefined when position not found (#​1433)

v0.69.2

Compare Source

Changed
  • Significantly improve the performance of standardizePath (#​1425)
  • Backport v1 typecast syntax to v0 (#​1421)

v0.69.1

Compare Source

Added
  • Add projectDiscoveryExclude setting and files.watcherExclude support (#​1535)
  • Add max depth configuration for Roku project discovery (#​1533)
Fixed
  • Fix signature help crash on malformed function declarations (#​1536)

v0.69.0

Compare Source

Changed
  • Language Server Rewrite (#​993)

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "before 6am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate CE.

@renovate-ce-paramount-engineering renovate-ce-paramount-engineering Bot added the dependencies Pull requests that update a dependency file label Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Development

Successfully merging this pull request may close these issues.

0 participants