Thodoris Greasidis
Thodoris Greasidis
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
@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...
replaced by https://github.com/balena-io/balena-cli/pull/2972
If you confirm that * this works for both npm & standalon installations * that the product team doesn't want to keep the `update` command available from something else in...
I don't think that's a good idea, since postinstall runs on consumer's side as well See: https://docs.npmjs.com/cli/v9/using-npm/scripts
@aethernet for first it will slow down `npm i -g balena-cli` considerably, and it will also potentially update the local dependencies thus having them diverge from the ones that the...
When trying to run `balena os configure` with an OS image that is of a different device type than the one that's default for the fleet, users are expected to...
I'm closing this for now since for mixed fleets it's expected to also be passing the `--device-type` parameter`.
@bbugh could you please also squash all commits and rebase your branch on top of master before merging so that the changelog only includes just one entry?
Hi, Can you provide your import statement as well please? Our balena dashboard is also using webpack 5 and we are not facing any such issue. Moreover since the package.json...