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 18.3.0 to 19.3.5 #2882

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps balena-sdk from 18.3.0 to 19.3.5.

Release notes

Sourced from balena-sdk's releases.

v19.3.5

f027a467 (Update date-fns to v3, 2023-12-21)

v19.3.4

0a9d79b7 (types/Device: Deprecate the non-existent vpn_address property, 2023-12-15)

v19.3.3

fb21a323 (Re-prettify the sources, 2023-12-15) 7013d153 (types/Device: Deprecate the non-existent state & status_sort_index properties, 2023-12-15)

v19.3.2

59811c2f (test:fast: Run the tests ignoring any linting errors, 2023-12-08) cb7c1a2d (tests: Re-enable the explicit error checks for non-tarball DWB requests, 2023-12-08)

v19.3.1

d66ee5c2 (Update TypeScript to 5.3.2, 2023-11-29)

v19.3.0

0ca96b74 (tests: Remove the explicit error checks for non-tarball DWB requests, 2023-11-30) 431acbfa (tests: Properly cleanup the test orgs, 2023-11-30) b9f0df0b (Re-prettify the sources, 2023-11-30) d3397cb6 (tests: Reduce the request batching chunk size to speed up tests, 2023-08-23) 94e5d781 (Add option for configuring the request batching chunk size, 2023-11-30)

Changelog

Sourced from balena-sdk's changelog.

19.3.5 - 2023-12-21

  • Update date-fns to v3 [Thodoris Greasidis]

19.3.4 - 2023-12-15

  • types/Device: Deprecate the non-existent vpn_address property [Otávio Jacobi]

19.3.3 - 2023-12-15

  • types/Device: Deprecate the non-existent state & status_sort_index properties [Thodoris Greasidis]

19.3.2 - 2023-12-08

  • test:fast: Run the tests ignoring any linting errors [Thodoris Greasidis]
  • tests: Re-enable the explicit error checks for non-tarball DWB requests [Thodoris Greasidis]

19.3.1 - 2023-11-30

  • Update TypeScript to 5.3.2 [Thodoris Greasidis]

19.3.0 - 2023-11-30

  • tests: Remove the explicit error checks for non-tarball DWB requests [Thodoris Greasidis]
  • tests: Properly cleanup the test orgs [Thodoris Greasidis]
  • tests: Reduce the request batching chunk size to speed up tests [Thodoris Greasidis]
  • Add option for configuring the request batching chunk size [Thodoris Greasidis]

19.2.0 - 2023-11-13

  • Add organization logo to organization [Otávio Jacobi]

19.1.0 - 2023-11-06

  • Add the retryRateLimitedRequests sdk option for retrying after HTTP 429s [Thodoris Greasidis]

19.0.1 - 2023-10-19

  • Fix test workflow to run on node 18 [Otávio Jacobi]

19.0.0 - 2023-10-16

balena-register-device-9.0.1 - 2023-10-11

  • Fix balena-request peer dependency [Otávio Jacobi]

... (truncated)

Commits
  • 7c9d78e v19.3.5
  • fe81ac9 Merge pull request #1397 from balena-io/bump-date-fns
  • f027a46 Update date-fns to v3
  • 767e5c5 v19.3.4
  • d61f4c6 Merge pull request #1396 from balena-io/deprecate-device-vpn-address
  • 0a9d79b types/Device: Deprecate the non-existent vpn_address property
  • 45ff692 v19.3.3
  • 871c31c Merge pull request #1395 from balena-io/deprecate-status_sort_index
  • fb21a32 Re-prettify the sources
  • 7013d15 types/Device: Deprecate the non-existent state & status_sort_index properties
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 25, 2023
Bumps [balena-sdk](https://github.com/balena-io/balena-sdk) from 18.3.0 to 19.3.5.
- [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@v18.3.0...v19.3.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/balena-sdk-19.3.5 branch from 3df0577 to 185fbc9 Compare January 1, 2024 18:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/balena-sdk-19.3.5 branch February 16, 2024 13:07
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.

1 participant