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

chore: fix post-install validation warnings #58

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

danroc
Copy link
Contributor

@danroc danroc commented Sep 25, 2024

This PR solves the warnings about peer dependencies not being correctly met:

  ➤ YN0060: │ eslint-plugin-import is listed by your project with version 2.27.5 (p45f26), which doesn't satisfy what @metamask/eslint-config requests (~2.26.0).
  ➤ YN0002: │ @metamask/eth-ledger-bridge-keyring@workspace:packages/keyring-eth-ledger-bridge doesn't provide @lavamoat/preinstall-always-fail (p531bc), requested by @lavamoat/allow-scripts.
  ➤ YN0002: │ @metamask/eth-simple-keyring@workspace:packages/keyring-eth-simple doesn't provide @lavamoat/preinstall-always-fail (p62368), requested by @lavamoat/allow-scripts.
  ➤ YN0002: │ @metamask/eth-snap-keyring@workspace:packages/keyring-snap-bridge doesn't provide @lavamoat/preinstall-always-fail (pb95fd), requested by @lavamoat/allow-scripts.
  ➤ YN0002: │ @metamask/eth-trezor-keyring@workspace:packages/keyring-eth-trezor doesn't provide @lavamoat/preinstall-always-fail (pacf18), requested by @lavamoat/allow-scripts.
  ➤ YN0002: │ @metamask/eth-trezor-keyring@workspace:packages/keyring-eth-trezor doesn't provide tslib (p1956b), requested by @trezor/connect-plugin-ethereum and other dependencies.
  ➤ YN0002: │ @metamask/keyring-api@workspace:packages/keyring-api doesn't provide webextension-polyfill (pdeddd), requested by @metamask/providers.

@danroc danroc requested a review from a team as a code owner September 25, 2024 08:19
Copy link

socket-security bot commented Sep 25, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/[email protected] None 0 490 kB types
npm/[email protected] None 0 13.5 kB ljharb
npm/[email protected] None 0 26.3 kB ljharb
npm/[email protected] None 0 18.7 kB ljharb
npm/[email protected] None 0 20.2 kB ljharb
npm/[email protected] None 0 12.3 kB ljharb
npm/[email protected] None 0 9.99 kB ljharb
npm/[email protected] None 0 12.2 kB ljharb
npm/[email protected] None 0 2.38 MB ljharb
npm/[email protected] None 0 9.17 kB ljharb
npm/[email protected] None 0 13.9 kB ljharb
npm/[email protected] None 0 11 kB ljharb
npm/[email protected] None 0 5.29 kB ljharb
npm/[email protected] None 0 54.4 kB ljharb
npm/[email protected] filesystem, unsafe 0 1.06 MB ljharb
npm/[email protected] None 0 25.5 kB ljharb
npm/[email protected] None 0 14.3 kB ljharb
npm/[email protected] None 0 12 kB ljharb
npm/[email protected] None 0 3.02 kB tarruda
npm/[email protected] None 0 20.5 kB ljharb
npm/[email protected] None 0 17.6 kB ljharb
npm/[email protected] None 0 15.6 kB ljharb
npm/[email protected] None 0 27.1 kB ljharb
npm/[email protected] None 0 18.7 kB ljharb
npm/[email protected] None 0 3.43 kB juliangruber
npm/[email protected] None 0 99.1 kB ljharb
npm/[email protected] None 0 72.7 kB ljharb
npm/[email protected] None 0 31.5 kB ljharb
npm/[email protected] None 0 40.4 kB ljharb
npm/[email protected] None 0 16.4 kB ljharb
npm/[email protected] None 0 10.2 kB ljharb
npm/[email protected] None 0 16.7 kB ljharb
npm/[email protected] None 0 33.5 kB ljharb
npm/[email protected] None 0 22.1 kB ljharb
npm/[email protected] None 0 22.9 kB ljharb
npm/[email protected] environment, filesystem, unsafe 0 216 kB jonaskello
npm/[email protected] None 0 13.1 kB ljharb
npm/[email protected] None 0 20 kB ljharb
npm/[email protected] None 0 20.3 kB ljharb
npm/[email protected] None 0 23.3 kB ljharb

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@danroc danroc self-assigned this Sep 25, 2024
@danroc danroc added this pull request to the merge queue Sep 25, 2024
Merged via the queue into main with commit f5a84a3 Sep 25, 2024
23 checks passed
@danroc danroc deleted the fix-yarn-install-warnings branch September 25, 2024 08:47
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.

2 participants