Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

fix(deps): update dependency immutability-helper to v2.9.1 #587

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 26, 2019

This PR contains the following updates:

Package Type Update Change References
immutability-helper dependencies minor 2.8.1 -> 2.9.1 source

Release Notes

kolodny/immutability-helper

v2.9.1

Compare Source

Revert release to match 2.8.x since upgrading this release is not backwards compatible with typescript v2.x

v2.9.0

Compare Source

2.9.0

Huge thanks to @​jedmao for converting the library to typescript!
  • New: TypeScript definitions are now generated from TypeScript source. meaning they will always be 100% in sync w/ the source code.
  • New: exported Context class.
    • Deprecated: stop using const myUpdate = newContext().update and start using const myContext = new Context(); myContext.update(...).
  • Deprecated: stop using update.extend and start using import { extend } from 'immutability-helper' or const { extend } = new Context().

Renovate configuration

📅 Schedule: "on tuesday" (UTC).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot added the renovate label Feb 26, 2019
@renovate renovate bot merged commit 6413d03 into master Feb 26, 2019
@renovate renovate bot deleted the renovate/immutability-helper-2.x branch February 26, 2019 13:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant