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

bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 #1873

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@reduxjs/toolkit (source) ^1.9.5 -> ^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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@github-actions github-actions bot added the kind/dependencies Pull requests that update a dependency file label Sep 27, 2023
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for defi-scan ready!

Name Link
🔨 Latest commit 30fef66
🔍 Latest deploy log https://app.netlify.com/sites/defi-scan/deploys/6687c002602ebb00082fb6b0
😎 Deploy Preview https://deploy-preview-1873--defi-scan.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 44
Accessibility: 75
Best Practices: 100
SEO: 85
PWA: -
View the detailed breakdown and full score reports

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

@renovate renovate bot changed the title bump(deps): update dependency @reduxjs/toolkit to ^1.9.6 bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 Oct 5, 2023
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 4148632 to 9e3e096 Compare October 5, 2023 00:34
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 2 times, most recently from dd6ae99 to 6f8ccda Compare October 23, 2023 08:08
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 6f8ccda to af2d3fc Compare November 1, 2023 03:24
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from af2d3fc to 431be60 Compare November 2, 2023 01:54
@renovate renovate bot changed the title bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 - autoclosed Nov 14, 2023
@renovate renovate bot closed this Nov 14, 2023
@renovate renovate bot deleted the renovate/reduxjs-toolkit-1.x branch November 14, 2023 05:09
@renovate renovate bot changed the title bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 - autoclosed bump(deps): update dependency @reduxjs/toolkit to ^1.9.7 Nov 14, 2023
@renovate renovate bot reopened this Nov 14, 2023
@renovate renovate bot restored the renovate/reduxjs-toolkit-1.x branch November 14, 2023 06:34
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 431be60 to bfa2fea Compare November 14, 2023 06:42
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 3 times, most recently from b4c13f5 to 92cdd3f Compare November 29, 2023 02:40
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 6 times, most recently from a51a682 to af36821 Compare November 30, 2023 07:42
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 3 times, most recently from 2e34128 to c0cb7dd Compare December 6, 2023 07:05
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from c0cb7dd to 1986947 Compare January 3, 2024 05:03
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 2 times, most recently from b2567c1 to d10195e Compare February 2, 2024 04:56
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from d10195e to a730bb6 Compare March 4, 2024 09:28
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch 2 times, most recently from f8b0442 to c16df15 Compare April 1, 2024 05:25
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from c16df15 to 6920f27 Compare April 30, 2024 02:29
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 6920f27 to 30fef66 Compare July 5, 2024 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants