From f523617a9faaa70bbf96537067f06e6f1ec6d4b2 Mon Sep 17 00:00:00 2001 From: Frederik Bolding Date: Tue, 15 Oct 2024 12:50:29 +0200 Subject: [PATCH] chore: Add react-beautiful-dnd to deprecated packages list (#27856) ## **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) --- .yarnrc.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 252333917781..f4d8fc7fa471 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -114,15 +114,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':