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

Dependency clean up #48946

Merged
merged 7 commits into from
Jan 15, 2021
Merged

Dependency clean up #48946

merged 7 commits into from
Jan 15, 2021

Conversation

scinos
Copy link
Contributor

@scinos scinos commented Jan 15, 2021

Changes proposed in this Pull Request

Aggregation of several PR's:

Deduplicate dependencies:

Add missing dependencies:

Update dependencies with security issues:

@scinos scinos requested a review from a team as a code owner January 15, 2021 05:01
@matticbot matticbot added the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Jan 15, 2021
@matticbot
Copy link
Contributor

@matticbot
Copy link
Contributor

Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:

Async-loaded Components (~990 bytes added 📈 [gzipped])

name                                            parsed_size           gzip_size
async-load-design-wordpress-components-gallery      +5251 B  (+0.8%)     +990 B  (+0.6%)

React components that are loaded lazily, when a certain part of UI is displayed for the first time.

Legend

What is parsed and gzip size?

Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory.
Gzip Size: Compressed size of the JS and CSS files. This much data needs to be downloaded over network.

Generated by performance advisor bot at iscalypsofastyet.com.

@scinos scinos merged commit 29c596b into trunk Jan 15, 2021
@scinos scinos deleted the fix/mass-deduplication-5 branch January 15, 2021 07:16
@matticbot matticbot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants