Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency brighterscript to v0.65.21 #1591

Merged
merged 2 commits into from
Feb 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
brighterscript 0.65.13 -> 0.65.21 age adoption passing confidence

Release Notes

rokucommunity/brighterscript (brighterscript)

v0.65.21

Compare Source

Fixed
  • parsing issues with multi-index IndexedSet and IndexedGet (#​1050)

v0.65.20

Compare Source

Added
  • plugin hooks for getDefinition (#​1045)

v0.65.19

Compare Source

Changed

v0.65.18

Compare Source

Changed
  • Refactor bsconfig documentation (#​1024)
  • Prevent overwriting Program._manifest if already set on startup (#​1027)
  • Improving null safety: Add FinalizedBsConfig and tweak plugin events (#​1000)

v0.65.17

Compare Source

Changed
  • add documentation on pruneEmptyCodeFiles to the README (#​1012)
  • assign .program to the builder BEFORE calling afterProgram (#​1011)
Fixed
  • properly handle libpkg:/ prefix for script imports (#​1017)

v0.65.16

Compare Source

Added
  • Add pruneEmptyCodeFiles option to prevent publishing of empty files and exclude unnecessary script imports (#​997)
Changed
  • chore: improve null safety (#​996)

v0.65.15

Compare Source

Fixed
  • Prevent errors when using enums in a file that's not included in any scopes (#​995)

v0.65.14

Compare Source

Fixed
  • multi-namespace class inheritance transpile bug (#​990)
Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 20, 2023 16:54
@renovate renovate bot added the dependencies Pull requests that update a dependency label Dec 20, 2023
@cewert
Copy link
Member

cewert commented Dec 24, 2023

build is failing because of some new validation on the xml files. these need fixed before we merge

components/ItemGrid/Alpha.xml:51:52 - error BS1067: Cannot find function with name 'focusChanged' in component scope

 51      <field id="focusedChild" type="node" onChange="focusChanged" />
                                                        ~~~~~~~~~~~~    


components/data/JFContentItem.xml:12:54 - error BS1067: Cannot find function with name 'setFields' in component scope

 12          <field id="json" type="assocarray" onChange="setFields" />

cewert
cewert previously requested changes Dec 24, 2023
Copy link
Member

@cewert cewert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to fix new xml validation errors

@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from da4b816 to f83cdf4 Compare December 26, 2023 22:51
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.14 Update dependency brighterscript to v0.65.15 Dec 26, 2023
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from f83cdf4 to 47f46f7 Compare January 8, 2024 16:21
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.15 Update dependency brighterscript to v0.65.16 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from 47f46f7 to 0812ffb Compare January 16, 2024 23:24
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.16 Update dependency brighterscript to v0.65.17 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from 0812ffb to c00b9b2 Compare January 25, 2024 18:49
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.17 Update dependency brighterscript to v0.65.18 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch 3 times, most recently from 5025a3b to 6873805 Compare January 30, 2024 16:28
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.18 Update dependency brighterscript to v0.65.19 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from 6873805 to 04cc016 Compare January 31, 2024 06:44
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.19 Update dependency brighterscript to v0.65.20 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from 04cc016 to 11a81d5 Compare January 31, 2024 14:49
@jellyfin-bot jellyfin-bot added the merge-conflict This PR has a merge conflict label Jan 31, 2024
@jellyfin-bot
Copy link
Contributor

This pull request has merge conflicts. Please resolve the conflicts so the PR can be reviewed. Thanks!

@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from 11a81d5 to ec0137e Compare January 31, 2024 14:50
@jellyfin-bot jellyfin-bot removed the merge-conflict This PR has a merge conflict label Jan 31, 2024
@renovate renovate bot force-pushed the renovate/brighterscript-0.x branch from ec0137e to c83f0f8 Compare January 31, 2024 21:57
@renovate renovate bot changed the title Update dependency brighterscript to v0.65.20 Update dependency brighterscript to v0.65.21 Jan 31, 2024
@cewert cewert requested a review from a team February 6, 2024 16:03
@cewert
Copy link
Member

cewert commented Feb 6, 2024

The xml error in alpha.xml I fixed by removing the line. I couldn't find any other code that used it and the alpha menu still worked fine after based on my tests.

The xml error in JFContentItem.xml I fixed by creating JFContentItem.bs with an empty setFields() function since the function is only used by nodes that extend the JFContentItem node.

@cewert cewert merged commit d75b497 into master Feb 6, 2024
14 checks passed
@cewert cewert deleted the renovate/brighterscript-0.x branch February 6, 2024 17:23
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
Projects
Development

Successfully merging this pull request may close these issues.

3 participants