uwinkler / restate

An easy to use app-state management lib for react using hooks
MIT License
11 stars 0 forks source link

An in-range update of immer is breaking the build 🚨 #36

Closed greenkeeper[bot] closed 2 years ago

greenkeeper[bot] commented 4 years ago

The devDependency immer was updated from 5.2.1 to 5.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

Features

  • general typing improvements for TS 3.7 and up (f930ce1)
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 #486
  • 4204af5 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:

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.3.3

5.3.3 (2020-02-04)

Bug Fixes

  • Set inside patches were not correctly cloned. Fixes #521 (9d8d995)
  • Fixed issue where drafts from nested producers were frozen. Fixes #522, #524 (acc5e54)
  • incorrect patches generated for array if property was deleted inside (1e451a3)
  • patches when delete object property in array (fb5c316)
Commits

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.3.4

5.3.4 (2020-02-05)

Bug Fixes

  • attempt to fix locally not reproducible build issue (f91bcbb)
Commits

The new version differs by 2 commits.

  • 10f6af9 chore: attempt to fix the build
  • f91bcbb fix: attempt to fix locally not reproducible build issue

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.3.5

5.3.5 (2020-02-10)

Bug Fixes

Commits

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

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v5.3.6

5.3.6 (2020-02-12)

Bug Fixes

  • mark immer as sideEffect free module (although effects will be limited for now) (21c1597)
Commits

The new version differs by 1 commits.

  • 21c1597 fix: mark immer as sideEffect free module (although effects will be limited for now)

See the full diff