Skip to content

Commit

Permalink
chore: Add react-beautiful-dnd to deprecated packages list (#27856)
Browse files Browse the repository at this point in the history
<!--
Please submit this PR as a draft initially.
Do not mark it as "Ready for review" until the template has been
completely filled out, and PR status checks have passed at least once.
-->

## **Description**

Adds `react-beautiful-dnd` to list of deprecated packages that are
ignored when using `yarn audit`. This unblocks `develop`. The package is
currently in use for the network selection drag and drop functionality
and cannot be removed.

This PR also removes some packages from the list that were previously
ignored, but are no longer in the dependency tree.

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/27856?quickstart=1)
  • Loading branch information
FrederikBolding authored and danjm committed Oct 16, 2024
1 parent e4672a8 commit 203319d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,9 @@ npmAuditIgnoreAdvisories:
# upon old versions of ethereumjs-utils.
- 'ethereum-cryptography (deprecation)'

# Currently only dependent on deprecated @metamask/types as it is brought in
# by @metamask/keyring-api. Updating the dependency in keyring-api will
# remove this.
- '@metamask/types (deprecation)'

# @metamask/keyring-api also depends on @metamask/snaps-ui which is
# deprecated. Replacing that dependency with @metamask/snaps-sdk will remove
# this.
- '@metamask/snaps-ui (deprecation)'
# Currently in use for the network list drag and drop functionality.
# Maintenance has stopped and the project will be archived in 2025.
- 'react-beautiful-dnd (deprecation)'

npmRegistries:
'https://npm.pkg.github.com':
Expand Down

0 comments on commit 203319d

Please sign in to comment.