Skip to content

Commit

Permalink
Merge branch 'main' into feat/profile-sync-controller-init
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuartu authored Mar 7, 2025
2 parents 4067f09 + bb391c2 commit 0ef7c81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ npmAuditIgnoreAdvisories:
# New package name format for new versions: @ethereumjs/wallet.
- 'ethereumjs-wallet (deprecation)'

# The new trezor version breaks the webpack build due to issues with ESM and CommonJS
# Leading to this error on start: `Uncaught ReferenceError: exports is not defined`
# We temporarily ignore the audit failure until we can safely upgrade to the new version without breaking the webpack build
# Check Trezor 9.5.X Changelog for more info: https://github.com/trezor/trezor-suite/blob/develop/packages/connect/CHANGELOG.md
- '@trezor/connect-web (deprecation)'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
Expand Down

0 comments on commit 0ef7c81

Please sign in to comment.