fluencelabs / examples

Quickstart with Fluence, Aqua, and Marine
https://fluence.dev
85 stars 23 forks source link

chore(deps): update dependency @fluencelabs/cli to v0.4.12 #450

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fluencelabs/cli 0.4.10 -> 0.4.12 age adoption passing confidence

Release Notes

fluencelabs/fluence-cli ### [`v0.4.12`](https://togithub.com/fluencelabs/fluence-cli/blob/HEAD/CHANGELOG.md#​0412-httpsgithubcomfluencelabsfluence-clicomparefluence-cli-v0411fluence-cli-v0412-2023-05-22) ##### Features - **installation-spell:** bump to 0.5.12 ([#​262](https://togithub.com/fluencelabs/fluence-cli/issues/262)) ([621f9de](https://togithub.com/fluencelabs/fluence-cli/commit/621f9de7ccd222c50e0413292632d23f26392678)) ### [`v0.4.11`](https://togithub.com/fluencelabs/fluence-cli/blob/HEAD/CHANGELOG.md#​0411-httpsgithubcomfluencelabsfluence-clicomparefluence-cli-v0410fluence-cli-v0411-2023-05-17) ##### Bug Fixes - don't auto-pin global dependencies \[fixes DXJ-380] ([#​257](https://togithub.com/fluencelabs/fluence-cli/issues/257)) ([237e1bb](https://togithub.com/fluencelabs/fluence-cli/commit/237e1bbb8781bf6b25d4d22f956c86224b51f02d)) - don't print undefined for `run` \[fixes DXJ-377] ([#​258](https://togithub.com/fluencelabs/fluence-cli/issues/258)) ([7afe968](https://togithub.com/fluencelabs/fluence-cli/commit/7afe9681c03cdf41191576abdd9fcdf73455ba87)) - pin [@​fluencelabs/deal-aurora](https://togithub.com/fluencelabs/deal-aurora) version ([#​260](https://togithub.com/fluencelabs/fluence-cli/issues/260)) ([68710e6](https://togithub.com/fluencelabs/fluence-cli/commit/68710e6c46899483676312879ac5bd57d874f416))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

linear[bot] commented 1 year ago

DXJ-380 default dependencies should not be automatically set in config.yaml explicitly

DXJ-377 `fluence run` should always return valid json

right now, If function returns nothing, cli returns 'undefined'. instead, it should return nothing. Nothing is a valid json. if there are other cases where flox returns invalid json, they should be fixed as well