Agoric / dapp-agoric-basics

This is a simple app for the Agoric smart contract platform.
0 stars 3 forks source link

Lots of warnings for a `yarn` in a clean fresh local clone #28

Open erights opened 3 months ago

erights commented 3 months ago

Lots of warnings for a yarn in a clean fresh local clone.

See attached file

lots-of-warnings.txt

dckc commented 3 months ago

warnings about resolutions: avoiding bundle bloat

These are due to the current work-around for...

warning Resolution field "@agoric/governance@0.10.4-u14.0" is incompatible with requested version "@agoric/governance@^0.10.4-u14.1"
warning Resolution field "@agoric/governance@0.10.4-u14.0" is incompatible with requested version "@agoric/governance@^0.10.4-u14.1"
warning Resolution field "ses@1.3.0" is incompatible with requested version "ses@^0.18.4"
...
dckc commented 3 months ago

unmet peer dependencies: ???

I don't know what these are about. They looked familiar from agoric-sdk, so I left them alone.

warning "@agoric/ertp > @agoric/swingset-vat@0.32.3-u14.0" has unmet peer dependency "ava@^5.2.0".
warning "@endo/pass-style > @fast-check/ava@1.2.1" has unmet peer dependency "ava@^4 || ^5 || ^6".
warning "workspace-aggregator-80985aff-d078-43c9-9f3a-817671f7d8aa > agoric-basics-ui > @agoric/notifier > @agoric/swingset-vat@0.32.2" has unmet peer dependency "ava@^5.2.0".
warning "workspace-aggregator-80985aff-d078-43c9-9f3a-817671f7d8aa > agoric-basics-ui > @agoric/notifier > @agoric/swingset-vat > @agoric/swingset-liveslots@0.10.2" has unmet peer dependency "ava@^5.2.0".
warning "workspace-aggregator-80985aff-d078-43c9-9f3a-817671f7d8aa > agoric-basics-contract > @agoric/eslint-config@0.4.1-dev-6793c14.0" has incorrect peer dependency "@endo/eslint-plugin@^2.1.0".
dckc commented 3 months ago

patch package version warning

Warning: patch-package detected a patch file version mismatch

This patch is a work-around for...

I tried taking it out, since I think the issue is fixed in upgrade-14, but it didn't work. I don't recall exactly why not.