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 reselect to v5.1.1 #644

Merged
merged 1 commit into from
Jun 23, 2024
Merged

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Jun 23, 2024

This PR contains the following updates:

Package Type Update Change
reselect dependencies patch 5.1.0 -> 5.1.1

Release Notes

reduxjs/reselect (reselect)

v5.1.1

Compare Source

This patch release fixes behavior of resultEqualityCheck in weakMapMemoize, fixes the case of lruMemoize being given a maxSize less than 1, and tweaks the internal implementation of lruMemoize. (We've also updated our general build tooling.)

Changelog
Bug fixes

Previously, providing the resultEqualityCheck option to weakMapMemoize resulted in it being called with empty objects as part of the initialization / dev check process. That could be an issue if your comparison function expected different values. We've updated the logic to avoid that, as well as improving a couple other perf aspects.

Previously, passing a maxSize < 1 to lruMemoize would result in it creating a larger cache. That's now fixed.

lruMemoize now uses a symbol for its NOT_FOUND value instead of a string.

What's Changed

Full Changelog: reduxjs/reselect@v5.1.0...v5.1.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

@descope descope bot added the renovate label Jun 23, 2024
@descope descope bot enabled auto-merge (squash) June 23, 2024 01:16
@descope descope bot merged commit e7f6699 into main Jun 23, 2024
7 checks passed
Copy link

vercel bot commented Jun 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
access-key-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 1:16am
audit-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 1:16am
role-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 1:16am
user-management-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 1:16am
user-profile-widget ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 23, 2024 1:16am

@descope descope bot deleted the renovate/reselect-5.x branch June 23, 2024 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants