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

chore(deps): bump xml2js, @rokucommunity/bslint, brighterscript and roku-deploy #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps xml2js to 0.5.0 and updates ancestor dependencies xml2js, @rokucommunity/bslint, brighterscript and roku-deploy. These dependencies need to be updated together.

Updates xml2js from 0.4.23 to 0.5.0

Commits

Updates @rokucommunity/bslint from 0.5.0 to 0.8.24

Changelog

Sourced from @​rokucommunity/bslint's changelog.

0.8.24 - 2024-08-23

Fixed

  • bug where LINT3024 and LINT3025 were doing a case-sensitive check when they should be checking case-insensitive. (#129)

0.8.23 - 2024-08-22

Added

  • add rule for roRegex duplicates (#119)

Changed

0.8.22 - 2024-07-24

Changed

0.8.21 - 2024-05-17

Changed

0.8.20 - 2024-03-27

Changed

Fixed

  • Fix npm audit issues (#98)
  • Fix safe colors (#101)

... (truncated)

Commits

Updates brighterscript from 0.61.3 to 0.67.6

Changelog

Sourced from brighterscript's changelog.

0.67.6 - 2024-09-05

Added

  • support for roIntrinsicDouble (#1291)
  • support for resolving sourceRoot at time of config load (#1290)

Changed

  • document plugin naming convention (#1284)

0.67.5 - 2024-07-31

Fixed

  • templatestring support for annotation.getArguments() (#1264)

0.67.4 - 2024-07-24

Changed

0.67.3 - 2024-06-14

Changed

  • Flag using devDependency in production code (#1222)

Fixed

  • Fix crash with missing scope (#1234)
  • fix: conform bsconfig.schema.json to strict types (#1205)

0.67.2 - 2024-06-03

Changed

  • Fix crash with optional chaining in signature help (#1207)

0.67.1 - 2024-05-16

Fixed

  • remove ascii color chars in language server logs (#1189)
  • crash when diagnostic is missing range (#1174)

0.67.0 - 2024-05-10

Changed

  • Fix formatting with logger output (#1171)
  • Move function calls to separate diagnostic (#1169)
  • resolve the stagingDir option relative to the bsconfig.json file (#1148)
  • Upgrade to @​rokucommunity/logger (#1137)

... (truncated)

Commits

Updates roku-deploy from 3.10.0 to 3.12.1

Changelog

Sourced from roku-deploy's changelog.

3.12.1 - 2024-07-19

Changed

  • fix-node14 CI/CD issues (#165)

Fixed

  • bug with absolute paths and getDestPath (#171)

3.12.0 - 2024-03-01

Changed

  • Support overriding various package upload form data (#136)

3.11.3 - 2024-02-29

Fixed

  • Retry the convertToSquahsfs request to mitigate the HPE_INVALID_CONSTANT error (#145)

3.11.2 - 2023-12-20

Changed

  • Update wrong host password error message (#134)

3.11.1 - 2023-11-30

Fixed

  • Wait for file stream to close before resolving promise (#133)

3.11.0 - 2023-11-28

Changed

  • Add public function normalizeDeviceInfoFieldValue to normalize device-info field values (#129)

3.10.5 - 2023-11-14

Changed

  • better device-info docs (#128)
  • Better deploy error detection (#127)

3.10.4 - 2023-11-03

Changed

  • Enhance getDeviceInfo() method to support camelCase and convert bool|number strings to their primitive types (#120)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
…oku-deploy

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependencies [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js), [@rokucommunity/bslint](https://github.com/rokucommunity/bslint), [brighterscript](https://github.com/rokucommunity/brighterscript) and [roku-deploy](https://github.com/RokuCommunity/roku-deploy). These dependencies need to be updated together.


Updates `xml2js` from 0.4.23 to 0.5.0
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0)

Updates `@rokucommunity/bslint` from 0.5.0 to 0.8.24
- [Release notes](https://github.com/rokucommunity/bslint/releases)
- [Changelog](https://github.com/rokucommunity/bslint/blob/master/CHANGELOG.md)
- [Commits](rokucommunity/bslint@v0.5.0...v0.8.24)

Updates `brighterscript` from 0.61.3 to 0.67.6
- [Release notes](https://github.com/rokucommunity/brighterscript/releases)
- [Changelog](https://github.com/rokucommunity/brighterscript/blob/master/CHANGELOG.md)
- [Commits](rokucommunity/brighterscript@v0.61.3...v0.67.6)

Updates `roku-deploy` from 3.10.0 to 3.12.1
- [Release notes](https://github.com/RokuCommunity/roku-deploy/releases)
- [Changelog](https://github.com/rokucommunity/roku-deploy/blob/master/CHANGELOG.md)
- [Commits](rokucommunity/roku-deploy@v3.10.0...v3.12.1)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: "@rokucommunity/bslint"
  dependency-type: direct:development
- dependency-name: brighterscript
  dependency-type: direct:development
- dependency-name: roku-deploy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-36ddc46f5e branch from 988fc8b to a7d6011 Compare September 12, 2024 14:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants