Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up web dependencies #3552

Merged
merged 17 commits into from
Nov 28, 2023
Merged

Clean up web dependencies #3552

merged 17 commits into from
Nov 28, 2023

Conversation

ericpgreen2
Copy link
Contributor

@ericpgreen2 ericpgreen2 commented Nov 27, 2023

In advance of upgrading Svelte 3 to Svelte 4, this PR does some work to clean up our web dependencies. The PR:

  • Moves web dependencies out of the root directory
  • Eliminates transitive dependencies by moving dependencies into the exact web project in which they're used
  • Removes unused dependencies

A rough experiment shows that this PR can reduce the time of a fresh npm install from ~3 minutes to 2 minutes.

Contributes to #1916

@ericpgreen2 ericpgreen2 marked this pull request as ready for review November 27, 2023 17:11
@ericpgreen2 ericpgreen2 self-assigned this Nov 27, 2023
@ericpgreen2 ericpgreen2 added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@AdityaHegde AdityaHegde merged commit 0217688 into main Nov 28, 2023
2 checks passed
@AdityaHegde AdityaHegde deleted the clean-up-dependencies branch November 28, 2023 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants