fluencelabs / examples

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

fix(deps): update fluence js #447

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/aqua-ipfs 0.5.12 -> 0.5.13 age adoption passing confidence
@fluencelabs/cli 0.4.8 -> 0.4.10 age adoption passing confidence

Release Notes

fluencelabs/aqua-ipfs ### [`v0.5.13`](https://togithub.com/fluencelabs/aqua-ipfs/blob/HEAD/CHANGELOG.md#​0513-httpsgithubcomfluencelabsaqua-ipfscompareaqua-ipfs-v0512aqua-ipfs-v0513-2023-05-08) [Compare Source](https://togithub.com/fluencelabs/aqua-ipfs/compare/b183ca1582cef2e9027cbadf8eac91a9c7a51f4a...5d2b2ece697f49eadad13aa739ceda557678db1f) ##### Features - **builtin-package:** use new blueprint ([#​81](https://togithub.com/fluencelabs/aqua-ipfs/issues/81)) ([4ce8e8b](https://togithub.com/fluencelabs/aqua-ipfs/commit/4ce8e8bce7f9d0b4ea046b73391f3b5199ab02a6))
fluencelabs/fluence-cli ### [`v0.4.10`](https://togithub.com/fluencelabs/fluence-cli/blob/HEAD/CHANGELOG.md#​0410-httpsgithubcomfluencelabsfluence-clicomparefluence-cli-v049fluence-cli-v0410-2023-05-08) ##### Bug Fixes - fix deal-aurora import ([#​255](https://togithub.com/fluencelabs/fluence-cli/issues/255)) ([4b85a52](https://togithub.com/fluencelabs/fluence-cli/commit/4b85a52945db7b4ca3a6373b5c0e3c020cd20614)) ### [`v0.4.9`](https://togithub.com/fluencelabs/fluence-cli/blob/HEAD/CHANGELOG.md#​049-httpsgithubcomfluencelabsfluence-clicomparefluence-cli-v048fluence-cli-v049-2023-05-08) ##### Features - add cliVersion property and check for updates \[fixes DXJ-358 DXJ-363] ([#​242](https://togithub.com/fluencelabs/fluence-cli/issues/242)) ([add7abd](https://togithub.com/fluencelabs/fluence-cli/commit/add7abdadb2c2045e0464b2b9c80ff1675d7f977)) - allow aliasing of peers, so you can use kras-00 instead of actual peerId or relay address. Init js-client only after validation is done ([#​253](https://togithub.com/fluencelabs/fluence-cli/issues/253)) ([49585f6](https://togithub.com/fluencelabs/fluence-cli/commit/49585f6779c4d82e7d16f513b86012e34d0c7d2f)) - easier debugging with arrow-body-style lint rule ([#​245](https://togithub.com/fluencelabs/fluence-cli/issues/245)) ([9279f04](https://togithub.com/fluencelabs/fluence-cli/commit/9279f04a1c71698e608e757dc3b0a3b7ae5e0265)) - no-build flag \[fixes DXJ-368] ([#​244](https://togithub.com/fluencelabs/fluence-cli/issues/244)) ([f6bcc1b](https://togithub.com/fluencelabs/fluence-cli/commit/f6bcc1b04568317b5ce22480e79d7438bcbf6922)) - support .yml extension for configs \[fixes DXJ-350] ([#​248](https://togithub.com/fluencelabs/fluence-cli/issues/248)) ([fefd5fc](https://togithub.com/fluencelabs/fluence-cli/commit/fefd5fcfab7af616f955fc676cfed12b7271a469)) - **tests:** add workers deploy test, turn off ipfs logs visible by default \[fixes DXJ-369] ([#​247](https://togithub.com/fluencelabs/fluence-cli/issues/247)) ([ed63112](https://togithub.com/fluencelabs/fluence-cli/commit/ed631124fd5e258d289f4f9dec9333bdd6b0b28c)) ##### Bug Fixes - check dependencies in fluence.yaml first when warning about dependency overrides ([#​251](https://togithub.com/fluencelabs/fluence-cli/issues/251)) ([e4c9f9d](https://togithub.com/fluencelabs/fluence-cli/commit/e4c9f9d470b0be986355993baad63683ff59eadb)) - **deps:** update dependency filenamify to v6 ([#​250](https://togithub.com/fluencelabs/fluence-cli/issues/250)) ([b46a472](https://togithub.com/fluencelabs/fluence-cli/commit/b46a4723a2f0cfcc0a351123c46ed74350c5394d)) - **spell:** update installation-spell to 0.5.11 ([4749c48](https://togithub.com/fluencelabs/fluence-cli/commit/4749c480ff6041f275cb236ae32741e90b8241ce)) - **spell:** update installation-spell to 0.5.11 ([#​254](https://togithub.com/fluencelabs/fluence-cli/issues/254)) ([b1ef46e](https://togithub.com/fluencelabs/fluence-cli/commit/b1ef46e2bc68a80e886d78af2ef3cd0b08cc0e1b))

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

linear[bot] commented 1 year ago
DXJ-358 Check for latest version and suggest to update to it

If version is set in fluence.yaml - don't warn about available new version

DXJ-363 Add an optional `fluenceVersion` property to fluence.yaml

This will include all the versions from the versions.json file (including rust peer version) so we can be sure our examples are working with local peers and we know which version of local peer to use in order to run the example

DXJ-350 Support .yml extension for configs

currently Fluence CLI supports only .yaml extension

DXJ-368 Deploy without building

It should be possible to deploy with forced rebuilding of everything

DXJ-369 workers deploy e2e tests