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

Update dependency immutability-helper to v3 #591

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 major 2.9.1 -> 3.0.0 source

Release Notes

kolodny/immutability-helper ### [`v3.0.0`](https://togithub.com/kolodny/immutability-helper/releases/v3.0.0) [Compare Source](https://togithub.com/kolodny/immutability-helper/compare/v2.9.1...v3.0.0) Rerelease of v2.9.0 since this release is not backwards compatible with typescript v2.x These were the release notes for v2.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: Disabled by config. Please merge this manually once you are satisfied.

: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.