[Port dspace-7_x] Remove unused dependencies#5448
Merged
tdonohue merged 3 commits intoDSpace:dspace-7_xfrom Apr 8, 2026
Merged
[Port dspace-7_x] Remove unused dependencies#5448tdonohue merged 3 commits intoDSpace:dspace-7_xfrom
tdonohue merged 3 commits intoDSpace:dspace-7_xfrom
Conversation
Member
Author
|
👍 Verified no change in behavior on the |
Member
Author
|
I've tested this backport locally & found no issues with starting the 7.x UI in either dev or production mode. Merging immediately. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
dspace-7_xDescription
This PR is a backport of #4738 by @alanorth to the
dspace-7_xbranch. I decided to backport this original PR to avoiddependabotPRs related to these unused dependencies.It only removes three of the unused dependencies which were verified as unused on the
dspace-7_xbranch using Knip (similar to the original PR)@babel/runtimefrom package.jsonwebpack-dev-serverfrom package.json@angular/language-servicefrom package.jsonAfter removing all dependencies, I reran
yarn run cleanandyarn installto verify the lock file was updated properly.Instructions for Reviewers