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

fix(deps): update fluence js #466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update fluence js #466

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fluencelabs/aqua-ipfs (source) ^0.5.5 -> ^0.6.0 age adoption passing confidence
@fluencelabs/aqua-lib 0.6.0 -> 0.7.7 age adoption passing confidence
@fluencelabs/fluence-network-environment 1.1.2 -> 1.2.3 age adoption passing confidence
@fluencelabs/js-client ^0.5.4 -> ^0.9.0 age adoption passing confidence
@fluencelabs/js-client 0.5.4 -> 0.9.0 age adoption passing confidence

Release Notes

fluencelabs/aqua-ipfs (@​fluencelabs/aqua-ipfs)

v0.6.0

Compare Source

⚠ BREAKING CHANGES
  • Support CallParameters and Particle Vault File Format (#​165)
Features
  • Support CallParameters and Particle Vault File Format (#​165) (e3e89cf)

v0.5.31

Compare Source

Bug Fixes

v0.5.30

Compare Source

Bug Fixes

v0.5.29

Compare Source

Features

v0.5.28

Compare Source

Bug Fixes

v0.5.27

Compare Source

Bug Fixes

v0.5.26

Compare Source

Features
Bug Fixes

v0.5.24

Compare Source

Features
fluencelabs/aqua-lib (@​fluencelabs/aqua-lib)

v0.7.7

Compare Source

Bug Fixes

v0.7.6

Compare Source

Bug Fixes

v0.7.5

Compare Source

Bug Fixes
  • add subnet.aqua to "files" (3c78d86)

v0.7.4

Compare Source

Features

v0.7.3

Compare Source

Features

v0.7.2

Compare Source

Bug Fixes

v0.7.1

Compare Source

Features

v0.7.0

Compare Source

fluencelabs/fluence-network-environment (@​fluencelabs/fluence-network-environment)

v1.2.3

Compare Source

Bug Fixes

v1.2.2

Compare Source

Bug Fixes
  • stage: keep only a single stage seed peer (1924f49)

v1.2.1

Compare Source

Bug Fixes

v1.2.0

Compare Source

Features
fluencelabs/fluence-js (@​fluencelabs/js-client)

v0.9.0: Fluence Network 0.9.0

0.9.0 @​ NPM registry

v0.8.0: Fluence Network 0.8.0

0.8.0 @​ NPM registry


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency @fluencelabs/aqua-lib to v0.7.7 chore(deps): update fluence js Nov 15, 2023
@renovate renovate bot force-pushed the renovate/fluence-js branch from 8e9e97f to e400d9b Compare November 15, 2023 13:09
Copy link

linear bot commented Nov 15, 2023

DXJ-521 when using custom env, cli always prompts you even if it is already set in fluence.yaml

DXJ-501 Improve service selection

Allow selecting from the list and one of the options - to enter path or url manually
https://fluencelabs.slack.com/archives/C03B529E2KY/p1697136229321629

DXJ-526 Restructure templates

Init js and ts template with vite, put everything back into src dir

DXJ-473 Replace `relays` property with `customEnv` and store env per-project locally

DXJ-483 Add command for retrieving aqua imports to cli

Add hidden command that would return aqua import paths for project to call it in aqua vs-code extension

DXJ-523 Restructure project init

move stuff outside src dir

DXJ-514 Use `Spell.store_log` in `fluence spell new` template

rn fluence spell new produces a spell.aqua that uses legacy log api:

Spell.list_push_string("logs", str)

This should be changed to

Spell.store_log(str)

DXJ-507 simplify config by migrating it so it does not include separate worker definitions

https://fluencelabs.slack.com/archives/C03B529E2KY/p1697229107652219

DXJ-524 Support env variables to override cli dependencies

Important for CI

Example of cli variables
```
FCLI_V_NOX="fluencelabs/nox:0.4.0"
FCLI_V_CHAIN="docker.fluence.dev/aurora:0.2.11"
FCLI_V_RUST_TOOLCHAIN="nightly-2023-08-27-x86_64"
FCLI_V_NPM_FLUENCELABS_AQUA_LIB="0.7.7"
FCLI_V_NPM_FLUENCELABS_SPELL="0.5.26"
FCLI_V_NPM_FLUENCELABS_REGISTRY="0.8.7"
FCLI_V_CARGO_MARINE="0.17.0"
FCLI_V_CARGO_MREPL="0.24.0"
FCLI_V_CARGO_MARINE_RS_SDK="0.10.1"
FCLI_V_CARGO_MARINE_RS_SDK_TEST="0.11.0"
```

DXJ-513 add docker-compose logs

at least for ci

DXJ-470 Add provider config

https://www.notion.so/fluencenetwork/Provider-config-43d7e3385c6645e5b1cdea91a08fb8ba#3b3cd67ec36b426787b1447ecf3ea79d

DXJ-489 Use aqua-to-js package from js-client repo to compile aqua in cli

DXJ-511 Do not demand for `env` in `run` with `relay`

Do not demand env setting while executing fluence run if --relay parameter is supplied:

$ fluence run -i src/aqua/main.aqua -f "showSubnet()" --relay /ip4
/127.0.0.1/tcp/9991/ws/p2p/12D3KooWBM3SdXWqGaawQDGQ6JprtwswEg3FWGvGhmgmMez1vRbR --no-input
Error: Can't prompt when in non-interactive mode or when --no-input is set.
Prompt message is: Select Fluence Environment to use by default with this project. Default: kras

DXJ-492 Show fluence dev dependencies with `fluence v`

@renovate renovate bot force-pushed the renovate/fluence-js branch from e400d9b to 77dfab6 Compare November 15, 2023 22:31
@renovate renovate bot changed the title chore(deps): update fluence js fix(deps): update fluence js Nov 15, 2023
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from 8997e62 to fdb975e Compare November 24, 2023 16:29
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from 0bb56bb to 0df91d2 Compare December 3, 2023 09:30
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from af4bb52 to 6b75778 Compare December 15, 2023 19:01
@renovate renovate bot force-pushed the renovate/fluence-js branch 3 times, most recently from a51f4f0 to 76e1bef Compare December 27, 2023 15:50
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from bab5bb1 to c37ed3f Compare January 11, 2024 12:11
@renovate renovate bot force-pushed the renovate/fluence-js branch from c37ed3f to c8720d7 Compare January 19, 2024 12:05
@renovate renovate bot force-pushed the renovate/fluence-js branch 3 times, most recently from b288382 to e8a84b6 Compare February 1, 2024 10:33
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from 0a633be to c898c2a Compare February 9, 2024 13:27
@renovate renovate bot force-pushed the renovate/fluence-js branch 4 times, most recently from b50f79e to bf7b594 Compare February 23, 2024 23:30
@renovate renovate bot force-pushed the renovate/fluence-js branch from bf7b594 to f3cf705 Compare March 12, 2024 10:53
@renovate renovate bot force-pushed the renovate/fluence-js branch from f3cf705 to 88583d3 Compare March 20, 2024 14:38
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from 33eaf65 to 5d69d90 Compare April 4, 2024 10:59
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from e9a11e5 to 5887b88 Compare April 21, 2024 07:25
@renovate renovate bot force-pushed the renovate/fluence-js branch from 5887b88 to 75b91da Compare April 25, 2024 10:01
@renovate renovate bot force-pushed the renovate/fluence-js branch from 75b91da to b46207a Compare June 4, 2024 10:54
@renovate renovate bot force-pushed the renovate/fluence-js branch from b46207a to ad707ed Compare July 21, 2024 11:09
@renovate renovate bot force-pushed the renovate/fluence-js branch 2 times, most recently from 1509031 to c578a64 Compare August 6, 2024 06:55
@renovate renovate bot force-pushed the renovate/fluence-js branch from c578a64 to 047329b Compare August 28, 2024 07:32
@renovate renovate bot force-pushed the renovate/fluence-js branch from 047329b to 57ac9cf Compare September 17, 2024 22:45
@renovate renovate bot force-pushed the renovate/fluence-js branch from 57ac9cf to 014a8d1 Compare October 9, 2024 11:23
@renovate renovate bot force-pushed the renovate/fluence-js branch from 014a8d1 to 00b31d6 Compare December 2, 2024 11:25
@renovate renovate bot force-pushed the renovate/fluence-js branch from 00b31d6 to 9418b5e Compare January 23, 2025 17:37
@renovate renovate bot force-pushed the renovate/fluence-js branch from 9418b5e to 81d72ba Compare January 30, 2025 19:32
@renovate renovate bot force-pushed the renovate/fluence-js branch from 81d72ba to 972a596 Compare February 9, 2025 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants