nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Bump immutability-helper from 2.6.6 to 3.0.0 #197

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps immutability-helper from 2.6.6 to 3.0.0.

Release notes *Sourced from [immutability-helper's releases](https://github.com/kolodny/immutability-helper/releases).* > ## 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://github.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()`. > > ## 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 > ## 2.9.0 > > ### Huge thanks to [@​jedmao](https://github.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()`. > > ## v2.8.1 > Fixed a bad ts definition for push and unshift. Thanks [@​dogan](https://github.com/dogan)-acuris and [@​pawsong](https://github.com/pawsong)! > > ## v2.8.0 > - Use conditional types to make types significantly safer and more robust > Huge thanks to [@​seansfkelley](https://github.com/seansfkelley) and [@​andreiglingeanu](https://github.com/andreiglingeanu)! > > ## v2.7.2 > Preserve reference equality for values in Maps - Thanks [@​rogernorling](https://github.com/rogernorling) > > ## v2.7.1 > - Support shallow direct apply isEquals and better object prototypes > > ## v2.7.0 > - Add support for ES Map (Thanks [@​adelgado](https://github.com/adelgado)!)
Commits - [`2e93b2b`](https://github.com/kolodny/immutability-helper/commit/2e93b2b906c6e52bcfc9f694e7f7b8f7cc24047f) Prepare for v3.0.0 release - [`3cab817`](https://github.com/kolodny/immutability-helper/commit/3cab81746e4c1c5b95fab1725c617c5cfd67ae23) Merge pull request [#129](https://github-redirect.dependabot.com/kolodny/immutability-helper/issues/129) from jedmao/audit-fix - [`e5654d4`](https://github.com/kolodny/immutability-helper/commit/e5654d4df91c295177045ca2105f30ed61e1ef6c) Update dependencies, fix vulnerabilities - [`bfd0501`](https://github.com/kolodny/immutability-helper/commit/bfd05017cca374c43f8066642947a3a1bb7765d0) prepare for 2.9.0 release - [`abc6495`](https://github.com/kolodny/immutability-helper/commit/abc6495cbdd0e546c8d23d8c80377cfd752c9728) Convert project into TypeScript ([#123](https://github-redirect.dependabot.com/kolodny/immutability-helper/issues/123)) - [`26157dd`](https://github.com/kolodny/immutability-helper/commit/26157dd9a8466067cb48c825c88bfc3f73dc298b) Add example about removing element from array ([#116](https://github-redirect.dependabot.com/kolodny/immutability-helper/issues/116)) - [`11e0264`](https://github.com/kolodny/immutability-helper/commit/11e0264d97519838fc4ba52d1fb49bdfce62e82d) prepare for 2.8.1 release - [`8d1710f`](https://github.com/kolodny/immutability-helper/commit/8d1710ffaf88474888f17cd96953b873c5e788e7) fix typings about $push and $unshift command ([#113](https://github-redirect.dependabot.com/kolodny/immutability-helper/issues/113)) - [`53bdb4c`](https://github.com/kolodny/immutability-helper/commit/53bdb4c1dea1b4adac5a2aa2c039eaf0098eb61c) prepare for 2.8.0 release - [`744cb88`](https://github.com/kolodny/immutability-helper/commit/744cb88633548e0aeee8972532536892dc5e5c6d) Use conditional types to make types significantly safer and more robust. ([#108](https://github-redirect.dependabot.com/kolodny/immutability-helper/issues/108)) - Additional commits viewable in [compare view](https://github.com/kolodny/immutability-helper/compare/v2.6.6...v3.0.0)


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 3 PRs for your first few update runs. Once an update run creates fewer than 3 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
thomaseizinger commented 5 years ago

Obsoleted by #198.

dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.