mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
chore(deps): update dependency immer to v9.0.19 (#3426)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [immer](https://togithub.com/immerjs/immer) | [`9.0.16` -> `9.0.19`](https://renovatebot.com/diffs/npm/immer/9.0.16/9.0.19) | [![age](https://badges.renovateapi.com/packages/npm/immer/9.0.19/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/immer/9.0.19/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/immer/9.0.19/compatibility-slim/9.0.16)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/immer/9.0.19/confidence-slim/9.0.16)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>immerjs/immer</summary> ### [`v9.0.19`](https://togithub.com/immerjs/immer/releases/tag/v9.0.19) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.18...v9.0.19) ##### Bug Fixes - don't freeze drafts returned from produce if they were passed in as draft ([#​917](https://togithub.com/immerjs/immer/issues/917)) ([46867f8](46867f8aa9
)) - produce results should never be frozen when returned from nested produces, to prevent 'hiding' drafts. Fixes [#​935](https://togithub.com/immerjs/immer/issues/935) ([a810960](a81096024c
)) - release and publish from 'main' rather than 'master' branch ([82acc40](82acc409b2
)) - revert earlier fix ([#​990](https://togithub.com/immerjs/immer/issues/990)) for recursive types ([#​1014](https://togithub.com/immerjs/immer/issues/1014)) ([3eeb331](3eeb331905
)) - Upgrade Github actions to Node 16 attempt 1 ([9d4ea93](9d4ea93f8e
)) - Upgrade Github actions to Node 16 attempt 2 ([082eecd](082eecd610
)) ### [`v9.0.18`](https://togithub.com/immerjs/immer/releases/tag/v9.0.18) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.17...v9.0.18) ##### Bug Fixes - Preserve insertion order of Sets, fixes [#​819](https://togithub.com/immerjs/immer/issues/819) ([#​976](https://togithub.com/immerjs/immer/issues/976)) ([b3eeb69](b3eeb69f29
)) - unnecessarily recursive Draft type ([#​990](https://togithub.com/immerjs/immer/issues/990)) ([b9eae1d](b9eae1d180
)) ### [`v9.0.17`](https://togithub.com/immerjs/immer/releases/tag/v9.0.17) [Compare Source](https://togithub.com/immerjs/immer/compare/v9.0.16...v9.0.17) ##### Bug Fixes - special case NaN in setter ([#​912](https://togithub.com/immerjs/immer/issues/912)) ([5721bb7](5721bb7cfa
)) </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yMy4zIiwidXBkYXRlZEluVmVyIjoiMzUuMjMuMyJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
10b9be0679
commit
9db40f50cf
@ -8760,9 +8760,9 @@ image-size@^1.0.1:
|
||||
queue "6.0.2"
|
||||
|
||||
immer@^9.0.16, immer@^9.0.6, immer@^9.0.7:
|
||||
version "9.0.16"
|
||||
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.16.tgz#8e7caab80118c2b54b37ad43e05758cdefad0198"
|
||||
integrity sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==
|
||||
version "9.0.21"
|
||||
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176"
|
||||
integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==
|
||||
|
||||
immutable@^4.0.0:
|
||||
version "4.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user