Skip to content

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

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reduxjs-toolkit-1.x
Open

bump(deps): update dependency @reduxjs/toolkit to ^1.9.7#1873
renovate[bot] wants to merge 1 commit intomainfrom
renovate/reduxjs-toolkit-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 27, 2023

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 was generated by Mend Renovate. View the repository job log.

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

netlify Bot commented Sep 27, 2023

Deploy Preview for defi-scan ready!

Name Link
🔨 Latest commit 6808fdb
🔍 Latest deploy log https://app.netlify.com/sites/defi-scan/deploys/6707cd51a6af1a000991210f
😎 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 (no change from production)
Accessibility: 75 (no change from production)
Best Practices: 100 (no change from production)
SEO: 85 (no change from production)
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
@renovate renovate Bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 30fef66 to 68d1fd0 Compare August 27, 2024 05:58
@renovate renovate Bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 68d1fd0 to 012af3a Compare September 11, 2024 04:25
@renovate renovate Bot force-pushed the renovate/reduxjs-toolkit-1.x branch from 012af3a to 6808fdb Compare October 10, 2024 12:49
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.

0 participants