Skip to content

Commit e7f6699

Browse files
authored
fix(deps): update dependency reselect to v5.1.1 (#644)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reselect](https://togithub.com/reduxjs/reselect) | dependencies | patch | [`5.1.0` -> `5.1.1`](https://renovatebot.com/diffs/npm/reselect/5.1.0/5.1.1) | --- ### Release Notes <details> <summary>reduxjs/reselect (reselect)</summary> ### [`v5.1.1`](https://togithub.com/reduxjs/reselect/releases/tag/v5.1.1) [Compare Source](https://togithub.com/reduxjs/reselect/compare/v5.1.0...v5.1.1) 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 - Ensure `lruMemoize` correctly memoizes when `maxSize` is set to a number less than 1 by [@&#8203;aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/reselect/pull/698](https://togithub.com/reduxjs/reselect/pull/698) - Fix `resultEqualityCheck` behavior in `weakMapMemoize` by [@&#8203;aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/reselect/pull/699](https://togithub.com/reduxjs/reselect/pull/699) - Update TypeScript to 5.4 by [@&#8203;aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/reselect/pull/708](https://togithub.com/reduxjs/reselect/pull/708) - Upgrade to Yarn 4 by [@&#8203;aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/reselect/pull/705](https://togithub.com/reduxjs/reselect/pull/705) - Fix: use unique value for NOT_FOUND by [@&#8203;romgrk](https://togithub.com/romgrk) in [https://github.com/reduxjs/reselect/pull/709](https://togithub.com/reduxjs/reselect/pull/709) **Full Changelog**: reduxjs/reselect@v5.1.0...v5.1.1 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
1 parent 22aa188 commit e7f6699

File tree

6 files changed

+52
-34
lines changed

6 files changed

+52
-34
lines changed

packages/access-key-management-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"immer": "^10.0.3",
8989
"redux": "5.0.1",
9090
"redux-thunk": "3.1.0",
91-
"reselect": "5.1.0",
91+
"reselect": "5.1.1",
9292
"tslib": "2.6.2"
9393
},
9494
"overrides": {

packages/audit-management-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@descope/sdk-mixins": "workspace:*",
8686
"@descope/sdk-component-drivers": "workspace:*",
8787
"tslib": "2.6.2",
88-
"reselect": "5.1.0",
88+
"reselect": "5.1.1",
8989
"@reduxjs/toolkit": "^2.0.1",
9090
"redux": "5.0.1",
9191
"redux-thunk": "3.1.0",

packages/role-management-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@descope/sdk-mixins": "workspace:*",
8686
"@descope/sdk-component-drivers": "workspace:*",
8787
"tslib": "2.6.2",
88-
"reselect": "5.1.0",
88+
"reselect": "5.1.1",
8989
"@reduxjs/toolkit": "^2.0.1",
9090
"redux": "5.0.1",
9191
"redux-thunk": "3.1.0",

packages/user-management-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@descope/sdk-component-drivers": "workspace:*",
8787
"tslib": "2.6.2",
8888
"libphonenumber-js": "1.10.59",
89-
"reselect": "5.1.0",
89+
"reselect": "5.1.1",
9090
"@reduxjs/toolkit": "^2.0.1",
9191
"redux": "5.0.1",
9292
"redux-thunk": "3.1.0",

packages/user-profile-widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@descope/sdk-mixins": "workspace:*",
8787
"@descope/sdk-component-drivers": "workspace:*",
8888
"tslib": "2.6.2",
89-
"reselect": "5.1.0",
89+
"reselect": "5.1.1",
9090
"@reduxjs/toolkit": "^2.0.1",
9191
"redux": "5.0.1",
9292
"redux-thunk": "3.1.0",

pnpm-lock.yaml

Lines changed: 47 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)