Closed greenkeeper[bot] closed 2 years ago
devDependency
immer was updated from 5.3.2
to 5.3.3
.Your tests are still failing with this version. Compare changes
The new version differs by 24 commits.
b10dfa4
chore: fixed Immer version number
05976f3
docs: Add ngrx-wieder to built-with page
fbae585
docs: fix video player scrolling on chrome, fixes #520
1e451a3
fix: incorrect patches generated for array if property was deleted inside
726ed81
re-enabled tests
c69eeca
Merge branch 'fix-array-patch' of https://github.com/ryuever/immer into ryuever-fix-array-patch
acc5e54
fix: Fixed issue where drafts from nested producers were frozen. Fixes #522, #524
9d8d995
fix: Set
inside patches were not correctly cloned. Fixes #521
fb5c316
fix: patches when delete object property in array
fb0f3a0
Merge pull request #511 from lrypto/patch-1
6397409
docs: fix video player scrolling on chrome
3b0fdcb
Merge pull request #518 from kdelmonte/master
91ba7cc
Include note about exotic objects not being supported #504
7633ff6
chore: fixed version number
3f15d49
fix: createDraft should return Draft
instead of Drafted
. Fixes #512
There are 24 commits in total.
See the full diff
devDependency
immer was updated from 5.3.3
to 5.3.4
.Your tests are still failing with this version. Compare changes
devDependency
immer was updated from 5.3.4
to 5.3.5
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
c7e9de8
Merge pull request #531 from denis-sokolov/as-draft-naming
70b44a7
fix: consistent naming for castDraft, fixup 2d27f33f6
ab3b8d0
Merge pull request #530 from cuongdevjs/improve-docs
22b8508
UPDATE: improve docs
4218668
Merge pull request #529 from reubn/patch-1
40e0271
Remove erroneous brackets surrounding URL
See the full diff
devDependency
immer was updated from 5.3.5
to 5.3.6
.Your tests are still failing with this version. Compare changes
The devDependency immer was updated from
5.2.1
to5.3.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
immer is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/uwinkler/restate/167?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **default/MyPipeline:** Build passed ([Details](https://g.codefresh.io/build/5e1faf900bf70f6922f94c1e)).Release Notes for v5.3.0
5.3.0 (2020-01-14)
Bug Fixes
Drafted
(3711dec)Features
Commits
The new version differs by 11 commits.
f930ce1
feat: general typing improvements for TS 3.7 and up
69cbf56
Fixed another build issue
9081634
Fixed some test issues
fdf4be6
Added test to verify #461
b658851
Add test to verify solution for #381
3711dec
fix: #506 original should not rely on
Drafted
2d27f33
Introduced
castDraft
/castImmutable
, implements #4864204af5
Merge branch 'readonly_types' of https://github.com/Mossop/immer into improved-types
71f67e5
splitted types
cdc50a9
Fix produce test for TypeScript 3.7 and add a test for ReadonlyMap and ReadonlySet.
2fba3f8
Make explicit use of TypeScript's ReadonlySet and ReadonlyMap types. Fixes #494.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: