Skip to content

Commit f523617

Browse files
chore: Add react-beautiful-dnd to deprecated packages list (#27856)
<!-- 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)
1 parent 59dc0cd commit f523617

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.yarnrc.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,9 @@ npmAuditIgnoreAdvisories:
114114
# upon old versions of ethereumjs-utils.
115115
- 'ethereum-cryptography (deprecation)'
116116

117-
# Currently only dependent on deprecated @metamask/types as it is brought in
118-
# by @metamask/keyring-api. Updating the dependency in keyring-api will
119-
# remove this.
120-
- '@metamask/types (deprecation)'
121-
122-
# @metamask/keyring-api also depends on @metamask/snaps-ui which is
123-
# deprecated. Replacing that dependency with @metamask/snaps-sdk will remove
124-
# this.
125-
- '@metamask/snaps-ui (deprecation)'
117+
# Currently in use for the network list drag and drop functionality.
118+
# Maintenance has stopped and the project will be archived in 2025.
119+
- 'react-beautiful-dnd (deprecation)'
126120

127121
npmRegistries:
128122
'https://npm.pkg.github.com':

0 commit comments

Comments
 (0)