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

incorrect peer dependency warnings on yarn install #1662

Open
mgarbs opened this issue Feb 27, 2023 · 1 comment
Open

incorrect peer dependency warnings on yarn install #1662

mgarbs opened this issue Feb 27, 2023 · 1 comment

Comments

@mgarbs
Copy link

mgarbs commented Feb 27, 2023

Description

Executing yarn install produces warnings.

Version

Please provide your Node.js, Yarn and relevant Airnode versions. Are you building from a branch, which commit?
Node.js: 18.14.2
Yarn: 1.22.19
Branch: master
Using an M1 chipset

Present Behaviour

➜  airnode-protocol git:(master) ✗ yarn install
yarn install v1.22.19
[1/5] 🔍  Validating package.json...
[2/5] 🔍  Resolving packages...
[3/5] 🚚  Fetching packages...
[4/5] 🔗  Linking dependencies...
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > @nomiclabs/hardhat-waffle@2.0.3" has incorrect peer dependency "ethereum-waffle@^3.2.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-protocol > @typechain/ethers-v5@10.1.0" has unmet peer dependency "@ethersproject/abi@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-protocol > @typechain/ethers-v5@10.1.0" has unmet peer dependency "@ethersproject/bytes@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-protocol > @typechain/ethers-v5@10.1.0" has unmet peer dependency "@ethersproject/providers@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-protocol > solidity-coverage@0.8.2" has incorrect peer dependency "hardhat@^2.11.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > ethereum-waffle > @ethereum-waffle/compiler > @typechain/ethers-v5@10.2.0" has unmet peer dependency "@ethersproject/abi@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > ethereum-waffle > @ethereum-waffle/compiler > @typechain/ethers-v5@10.2.0" has unmet peer dependency "@ethersproject/bytes@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > ethereum-waffle > @ethereum-waffle/compiler > @typechain/ethers-v5@10.2.0" has unmet peer dependency "@ethersproject/providers@^5.0.0".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > ethereum-waffle > @ethereum-waffle/provider > @ethereum-waffle/ens@4.0.3" has unmet peer dependency "@ensdomains/ens@^0.4.4".
warning "workspace-aggregator-b2f2cae4-dc21-4c18-b89b-85ec12468204 > @api3/airnode-adapter > ethereum-waffle > @ethereum-waffle/provider > @ethereum-waffle/ens@4.0.3" has unmet peer dependency "@ensdomains/resolver@^0.2.4".

Expected Behaviour

Expected no warnings

Steps to reproduce

yarn install

@dcroote
Copy link
Contributor

dcroote commented Mar 8, 2023

Thanks for reporting- we're aware and are in the process of upgrading a number of dependencies. I'm not aware of these warnings causing any issues, but if you encounter any please let us know.

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

No branches or pull requests

2 participants