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

chore(deps): update redux-related packages #97829

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

matticbot
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/redux-mock-store (source) 1.0.6 -> 1.5.0 age adoption passing confidence
react-redux ^9.1.2 -> ^9.2.0 age adoption passing confidence

Release Notes

reduxjs/react-redux (react-redux)

v9.2.0

Compare Source

This feature release updates the React peer dependency to work with React 19, and improves treeshakeability of our build artifacts.

Changelog
React 19 Compat

React 19 was just released! We've updated our peer dep to accept React 19, and updated our runtime and type tests to check against both React 18 and 19.

Also see Redux Toolkit v2.5.0 for the same peer dep update.

Treeshaking

We've done some nitty-gritty optimization work to ensure bundlers correctly treeshake unused parts of the bundle.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.2...v9.2.0


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@matticbot matticbot added [Type] Task dependencies Pull requests that update a dependency file Framework labels Dec 28, 2024
@matticbot
Copy link
Contributor Author

This PR modifies the release build for the following Calypso Apps:

For info about this notification, see here: PCYsg-OT6-p2

  • blaze-dashboard
  • command-palette-wp-admin
  • help-center
  • notifications
  • odyssey-stats
  • wpcom-block-editor

To test WordPress.com changes, run install-plugin.sh $pluginSlug renovate/redux-related-packages on your sandbox.

@matticbot
Copy link
Contributor Author

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

App Entrypoints (~114 bytes removed 📉 [gzipped])

name                 parsed_size           gzip_size
entry-subscriptions       -329 B  (-0.0%)     -114 B  (-0.0%)
entry-main                -329 B  (-0.0%)     -114 B  (-0.0%)
entry-login               -329 B  (-0.0%)     -114 B  (-0.0%)
entry-stepper             -319 B  (-0.0%)     -110 B  (-0.0%)

Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used.

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.

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 Framework [Type] Task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants