-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix(deps): update wordpress monorepo #50470
Conversation
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~109064 bytes added 📈 [gzipped])
Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Sections (~95932 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~112189 bytes added 📈 [gzipped])
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. Generated by performance advisor bot at iscalypsofastyet.com. |
b1bf0f9
to
44b6824
Compare
44b6824
to
3c87018
Compare
6d1faac
to
935a8e5
Compare
This also introduces a ton of package duplicates: https://teamcity.a8c.com/buildConfiguration/calypso_RunAllUnitTests/5974969?showLog=5974969_415_386.860&logFilter=debug (@scinos, do you have a quick overview of how to fix these types of issues? I'd like to be able to help with PRs like this, but I'm unsure where to start.) |
@noahtallen The best place to start is to close this PR and open one that isn't managed by Renovate. At least that was the process we took last time. These packages take a long time to get all the various teams needed together to test and any changes we make to fix backwards compat issues will get stomped on by Renovate. Then we can address the duplicates in that branch without worrying abour Renovate reintroducing them. |
To fix the duplication: Run |
935a8e5
to
833da4a
Compare
Thanks! I did this, so am closing in favor of #50922. |
This PR contains the following updates:
^2.14.0
->^2.14.3
^3.21.1
->^3.21.5
^2.7.0
->^3.0.1
^3.3.0
->^3.3.3
^5.2.1
->^5.2.10
^2.27.1
->^2.28.7
^6.25.1
->^7.0.6
^2.7.0
->^3.0.1
^12.0.1
->^12.0.8
^3.23.1
->^3.24.5
^2.25.1
->^2.25.9
^4.26.1
->^4.26.8
^1.20.1
->^1.20.8
^3.13.0
->^3.13.1
^2.9.0
->^3.0.1
^2.11.0
->^2.11.1
^2.16.0
->^2.16.2
^2.12.0
->^2.12.1
^4.16.1
->^5.0.3
^3.26.1
->^3.26.10
^1.16.1
->^1.16.10
^9.25.1
->^9.25.10
^2.19.0
->^2.19.1
^2.1.0
->^3.0.2
^1.11.0
->^1.11.1
^7.3.0
->^8.0.2
^1.26.1
->^1.26.10
^2.11.0
->^2.11.1
^2.10.0
->^2.10.1
^3.17.0
->^3.18.0
^2.9.0
->^2.9.1
^0.11.1
->^1.0.6
^3.0.0
->^3.0.1
^6.5.0
->^7.0.1
^2.18.0
->^2.18.3
^2.12.1
->^2.12.8
^3.1.0
->^4.0.1
^3.24.1
->^3.24.8
^2.24.1
->^2.24.7
^1.11.0
->^1.11.1
^3.13.0
->^3.13.1
^3.24.1
->^3.24.8
^12.5.0
->^13.0.3
^1.20.1
->^1.20.8
^2.11.0
->^2.12.1
^2.21.0
->^2.21.2
^2.25.1
->^2.25.8
^1.3.0
->^1.3.1
Release Notes
WordPress/gutenberg
v2.14.3
Compare Source
v2.14.2
Compare Source
v2.14.1
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.