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.5 #5

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.9.5

Compare Source

This bugfix release includes notable improvements to TS type inference when using the enhancers option in configureStore, and updates the listener middleware to only check predicates if the dispatched value is truly an action object.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.4...v1.9.5

v1.9.4

Compare Source

This bugfix release includes tweaks to RTKQ options handling, tweaks for perf updates, dependency updates, and updates to our CI tooling.

Also, please check out our ongoing RTK 2.0 alpha releases! They have significant improvements to bundle size, ESM/CJS compatibility, TS typings, and reducer update performance. We're looking for real-world feedback on behavior, performance, and any issues you might run into.

Changelog

RTK Query Options Updates

Passing transformResponse as part of enhanceEndpoints can now override the TS type of the original data.

fetchBaseQuery now properly checks for a global responseHandler option.

Performance and Internals

RTK Query now uses Immer's original() to do comparisons inside of copyWithStructuralSharing, which should significantly speed up performance when applying changes from re-fetched data.

RTKQ's internal subscriptionUpdated action is now marked as batchable.

We've updated dependencies to Immer 9.0.21, Reselect 4.1.8, and Redux 4.2.1.

CI Updates

We've added a suite of example apps built with different frameworks such as CRA 4, CRA 5, Next, and Vite, as well as examples that check for compatibility in Node with CJS and ESM modes and with various TS module resolution modes.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.3...v1.9.4


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 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.

@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x-lockfile branch from ee85d0e to 1a45bc0 Compare July 2, 2023 01:48
@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x-lockfile branch from 1a45bc0 to 98f1db6 Compare July 29, 2023 21:39
@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2023

Coverage Report for ./client/

Status Category Percentage Covered / Total
🟢 Lines 89% / 70% 1182 / 1328
🟢 Statements 89% / 70% 1182 / 1328
🟢 Functions 79.09% / 70% 87 / 110
🟢 Branches 86.82% / 70% 178 / 205
File CoverageNo changed files found.
Generated in workflow #27

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2023

Coverage Report for ./server/

Status Category Percentage Covered / Total
🟢 Lines 82.42% / 60% 286 / 347
🟢 Statements 82.42% / 60% 286 / 347
🟢 Functions 100% / 60% 15 / 15
🟢 Branches 71.62% / 60% 53 / 74
File CoverageNo changed files found.
Generated in workflow #27

@renovate renovate bot force-pushed the renovate/reduxjs-toolkit-1.x-lockfile branch from 98f1db6 to d589880 Compare July 30, 2023 21:50
@sonarcloud
Copy link

sonarcloud bot commented Jul 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@LeleDallas LeleDallas merged commit ae5cd4d into master Jul 30, 2023
4 checks passed
@renovate renovate bot deleted the renovate/reduxjs-toolkit-1.x-lockfile branch July 31, 2023 01:21
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