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

patch: bump balena-sdk from 19.5.4 to 19.5.10 #2949

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 Apr 1, 2024

Bumps balena-sdk from 19.5.4 to 19.5.10.

Release notes

Sourced from balena-sdk's releases.

v19.5.10

4463a5c1 (Drop the toWritable helper in favor of TypeScript's satisfies, 2024-03-29)

v19.5.9

31cf598f (os: Update the comments on why we still need to be using the release_tags, 2024-03-29)

v19.5.8

166ffa8a (Fix application.create method being wrongly marked as deprecated, 2024-03-18)

v19.5.7

4aa0829c (Fix missing underscore to describes__device property, 2024-03-08)

v19.5.6

8fdad04e (Update TypeScript to 5.4.2, 2024-03-07) 7707a992 (Merge pull request #1405 from balena-io/vipulgupta2048/new-etcher, 2024-02-29) 6a07d911 (device-type.getInstructions: Convert etcher link to HTTPS, 2024-02-29)

v19.5.5

ab5c3baf (Update balena-auth to 6.0.1, 2024-02-23)

Changelog

Sourced from balena-sdk's changelog.

19.5.10 - 2024-03-29

  • Drop the toWritable helper in favor of TypeScript's satisfies [Thodoris Greasidis]

19.5.9 - 2024-03-29

  • os: Update the comments on why we still need to be using the release_tags [Thodoris Greasidis]

19.5.8 - 2024-03-18

  • Fix application.create method being wrongly marked as deprecated [myarmolinsky]

19.5.7 - 2024-03-08

  • Fix missing underscore to describes__device property [Andrea Rosci]

19.5.6 - 2024-03-07

  • Update TypeScript to 5.4.2 [Thodoris Greasidis]
  • device-type.getInstructions: Convert etcher link to HTTPS [Vipul Gupta (@​vipulgupta2048)]

19.5.5 - 2024-02-26

balena-auth-6.0.1 - 2024-02-23

  • Update jwt-decode to v3 [Thodoris Greasidis]

balena-auth-6.0.0 - 2024-02-23

  • Update typescript to 5.3.3 [Thodoris Greasidis]
  • Move the sources from lib to src [Thodoris Greasidis]
  • Update @​balena/lint to v7 [Thodoris Greasidis]
  • Stop publishing the lib folder [Thodoris Greasidis]
  • Drop support for nodejs < 18 [Thodoris Greasidis]
  • Drop no longer used appveyor.yml [Thodoris Greasidis]

balena-register-device-9.0.2 - 2024-02-23

  • Update @​balena/lint to v7 [Thodoris Greasidis]
  • Update balena-request to 13.3.0 [Thodoris Greasidis]

balena-request-13.3.1 - 2024-02-23

  • Update balena-auth to 6.0.1 [Thodoris Greasidis]

... (truncated)

Commits
  • e62c741 v19.5.10
  • 153b4a3 Merge pull request #1410 from balena-io/refactor-to-use-satisfies
  • 4463a5c Drop the toWritable helper in favor of TypeScript's satisfies
  • c5a5af2 v19.5.9
  • 371aa33 Merge pull request #1409 from balena-io/release-tags-comment
  • 31cf598 os: Update the comments on why we still need to be using the release_tags
  • 0e57a99 v19.5.8
  • c05cfec Merge pull request #1408 from balena-io/fix-application-create-method-being-m...
  • 166ffa8 Fix application.create method being wrongly marked as deprecated
  • 34986e7 v19.5.7
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/balena-sdk-19.5.10 branch from 63ecff1 to df6bba6 Compare April 8, 2024 18:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/balena-sdk-19.5.10 branch from df6bba6 to f109a63 Compare April 15, 2024 18:49
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 19.5.4 to 19.5.10.
- [Release notes](https://github.com/balena-io/balena-sdk/releases)
- [Changelog](https://github.com/balena-io/balena-sdk/blob/master/CHANGELOG.md)
- [Commits](balena-io/balena-sdk@v19.5.4...v19.5.10)

---
updated-dependencies:
- dependency-name: balena-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/balena-sdk-19.5.10 branch from f109a63 to 210e431 Compare April 29, 2024 18: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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants