Update balena-sdk to 21.4.7
Resolves: #
Change-type: major|minor|patch
Depends-on:
See:
Please check the CONTRIBUTING.md file for relevant information and some guidance. Keep in mind that the CLI is a cross-platform application that runs on Windows, macOS and Linux. Tests will be automatically run by balena CI on all three operating systems, but this will only help if you have added test code that exercises the modified or added feature code.
Note that each commit message (currently only the first line) will be automatically copied to the CHANGELOG.md file, so try writing it in a way that describes the feature or fix for CLI users.
If there isn't a linked issue or if the linked issue doesn't quite match the PR, please add a PR description to explain its purpose or the features that it implements. Adding PR comments to blocks of code that aren't self explanatory usually helps with the review process.
If the PR introduces security considerations or affects the development, build or release process, please be sure to highlight this in the PR description.
Thank you very much for your contribution!
It seems that we will need to bump nock to v15 (atm in beta 2) since it adds support for native fetch https://github.com/nock/nock/issues/2183
Closing as we are on SDK v22 now
@myarmolinsky the only reason that we were able to bump to sdk v22 w/o this PR is that we now have a hardcoded override in the package-lock for an older version of balena-request. This PR was intending to just fix the balena-request bump (and unblock bumping to sdk v22 w/o overrides).
replaced by https://github.com/balena-io/balena-cli/pull/2972