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

Bump immer from 5.3.6 to 7.0.5 #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps immer from 5.3.6 to 7.0.5.

Release notes

Sourced from immer's releases.

v7.0.5

7.0.5 (2020-06-24)

Bug Fixes

  • Fixed regression in Object.frozen for IE11. Fixes #600 (6371d05)

v7.0.4

7.0.4 (2020-06-22)

Bug Fixes

  • Flow: Add tests for Map and Set and fix base type (9022672)
  • new map keys were not added if value is undefined (4a1bd65)

v7.0.3

7.0.3 (2020-06-19)

Bug Fixes

  • getOwnPropertyDescriptors is not available in Internet Explorer and Hermes. Fixes #626 (c7a47e2)

v7.0.2

7.0.2 (2020-06-19)

Bug Fixes

  • Fixed #620: Symbolic properties were not drafted or finalized correctly (91915cf)

v7.0.1

7.0.1 (2020-06-12)

Bug Fixes

  • Add missing type current for pre-TS 3.7 types (7d6b57b)

v7.0.0

7.0.0 (2020-06-10)

  • Introduced current, which takes a snapshot of the current state of a draft and finalizes it (but without freezing). Current is a great utility to print the current state during debugging (no Proxies in the way), and the output of current can also be safely leaked outside the producer. Implements #441, #591
  • [BREAKING CHANGE] getters and setters are now handled consistently: own getters and setters will always by copied into fields (like Object.assign does), inherited getters and setters will be left as-is. This should allow using Immer directly on objects that trap their fields, like done in Vue or MobX. Fixes #584, #439, #593, #558
  • [BREAKING CHANGE] produce no longer accepts non-draftable objects as first argument
  • [BREAKING CHANGE] original can only be called on drafts and will throw otherwise (fixes #605)
  • [BREAKING CHANGE] non-enumerable and symbolic fields will never be frozen
  • [BREAKING CHANGE] the patches for arrays are now computed differently to fix some scenarios in which they were incorrect. In some cases they will be more optimal now, in other cases less. Especially splicing / unshifting items into an existing array might result in a lot of patches. Fixes #468
Commits
  • 6371d05 fix: Fixed regression in Object.frozen for IE11. Fixes #600
  • d4b2def docs: dropped BLM grayscale
  • 9022672 fix: Flow: Add tests for Map and Set and fix base type
  • 4a1bd65 fix: new map keys were not added if value is undefined
  • 90978bc #627 - new map key with value=undefined
  • 4057f79 Update question.md
  • 15e221f Update base.js
  • 237196a Update base.js
  • c7a47e2 fix: getOwnPropertyDescriptors is not available in Internet Explorer and He...
  • 91915cf fix: Fixed #620: Symbolic properties were not drafted or finalized correctly
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [immer](https://github.com/immerjs/immer) from 5.3.6 to 7.0.5.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](immerjs/immer@v5.3.6...v7.0.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants