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

fix(deps): update dependency @reduxjs/toolkit to v1.9.7 #542

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reduxjs/toolkit (source) 1.9.6 -> 1.9.7 age adoption passing confidence

Release Notes

reduxjs/redux-toolkit (@​reduxjs/toolkit)

v1.9.7

Compare Source

This bugfix release rewrites the RTKQ hook TS types to significantly improve TS perf.

Changelog

RTKQ TS Perf

A number of users had reported that Intellisense for RTKQ API objects was extremely slow (multiple seconds) - see discussion in #​3214 . We did some perf investigation on user-provided examples, and concluded that the biggest factor to slow RTKQ TS perf was the calculation of hook names like useGetPokemonQuery, which was generating a large TS union of types.

We've rewritten that hook names type calculation to use mapped types and a couple of intersections. In a specific user-provided stress test repo, it dropped TS calculation time by 60% (2600ms to 1000ms).

There's more potential work we can do to improve things, but this seems like a major perf improvement worth shipping now.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.6...v1.9.7


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Oct 7, 2023

Deploy Preview for plugnmeet ready!

Name Link
🔨 Latest commit 747a918
🔍 Latest deploy log https://app.netlify.com/sites/plugnmeet/deploys/6520d234860a7500086ab86b
😎 Deploy Preview https://deploy-preview-542--plugnmeet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 7, 2023

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
JS files 1.22 MB (0%) 25.1 s (0%) 6 s (-18.46% 🔽) 31.1 s
CSS files 29.8 KB (0%) 597 ms (0%) 0 ms (+100% 🔺) 597 ms
Locales files 92.29 KB (0%) 1.9 s (0%) 0 ms (+100% 🔺) 1.9 s
Image files 1.65 MB (0%) 33.8 s (0%) 0 ms (+100% 🔺) 33.8 s
Font files 267.24 KB (0%) 5.4 s (0%) 0 ms (+100% 🔺) 5.4 s
Webassembly files 1.8 MB (0%) 36.8 s (0%) 0 ms (+100% 🔺) 36.8 s
All assets 5.06 MB (0%) 103.6 s (0%) 6.3 s (+5.51% 🔺) 109.9 s

@jibon57 jibon57 merged commit 7eb9d8c into main Oct 10, 2023
5 checks passed
@renovate renovate bot deleted the renovate/reduxjs-toolkit-1.x branch October 10, 2023 09:02
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.

1 participant