Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Bump easy-peasy from 4.0.1 to 5.0.1 #87

Merged
merged 1 commit into from
Feb 27, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps easy-peasy from 4.0.1 to 5.0.1.

Release notes

Sourced from easy-peasy's releases.

v5.0.1

Patches

  • Fixes issue with computed properties not binding correctly

v5.0.0

A new website! https://easy-peasy.dev

Finally! The next major version of Easy Peasy has landed. It's been a long time coming, and we are hopeful that the need for a new major release will be a long way off.

This last year has been a challenging one for me on a personal level, so I want to extend my thanks to the patience that the community has shown in me getting this release together. I am aware that the docs still do not reflect the full updated API reflection of v4. I humbly apologise for this and do promise that parity will be achieved. This release already includes a lot of ground work around revamping the docs. I plan to pump a lot more hours into getting the docs into a much more improved and useful structre.

I've become aware of a critical security issue with the version of Immer currently utilised within Easy Peasy <= v4. For that purpose I am issuing this release earlier than I anticipated.

Whilst this is a major release the breaking changes are very minimal. So I sincerely hope that your upgrade will be as fluid as it can be.

Breaking Changes

  • Removed the memo helper. You'll need to bring your own memoization library, for e.g. memoizerific.

Changes

  • Upgraded to Immer v8 🎉

  • Fixes to support IE11!

    You will need to use our new import at the entry of your application to patch Proxy.

    import 'easy-peasy/proxy-polyfill';
    // The rest of your app code...

    In addition to this if you use Map or Set in your state then you will need this additional import at the entry of your application.

    import 'easy-peasy/proxy-polyfill';

... (truncated)

Commits

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.


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 [easy-peasy](https://github.com/ctrlplusb/easy-peasy) from 4.0.1 to 5.0.1.
- [Release notes](https://github.com/ctrlplusb/easy-peasy/releases)
- [Changelog](https://github.com/ctrlplusb/easy-peasy/blob/master/CHANGELOG.md)
- [Commits](ctrlplusb/easy-peasy@v4.0.1...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 26, 2021
@vercel
Copy link

vercel bot commented Feb 26, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/w3bdesign/react-todo-typescript/GchETMKC5LyomkMUZv6j8iB27oQi
✅ Preview: https://react-todo-typ-git-dependabot-npmandyarneasy-peasy-501-w-4ce2e3.vercel.app

@w3bdesign w3bdesign merged commit d08be7f into master Feb 27, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/easy-peasy-5.0.1 branch February 27, 2021 00:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant