liqd / a4-product

A modern online participation platform for everyone developed by Liquid Democracy
http://beteiligung.in
GNU Affero General Public License v3.0
16 stars 3 forks source link

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

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

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`](https://togithub.com/kolodny/immutability-helper/releases/v2.9.1) [Compare Source](https://togithub.com/kolodny/immutability-helper/compare/v2.9.0...v2.9.1) Revert release to match 2.8.x since upgrading this release is not backwards compatible with typescript v2.x ### [`v2.9.0`](https://togithub.com/kolodny/immutability-helper/releases/v2.9.0) [Compare Source](https://togithub.com/kolodny/immutability-helper/compare/v2.8.1...v2.9.0) #### 2.9.0 ##### Huge thanks to [@​jedmao](https://togithub.com/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

:date: Schedule: "on tuesday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

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

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



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