react-nonav icon indicating copy to clipboard operation
react-nonav copied to clipboard

Bump mobx-react from 5.4.4 to 6.2.5 in /example

Open dependabot-preview[bot] opened this issue 4 years ago • 0 comments

Bumps mobx-react from 5.4.4 to 6.2.5.

Release notes

Sourced from mobx-react's releases.

Check NPM for releases

We don't use GitHub releases in this repo. Check NPM for the latest.

NPM

Changelog

Sourced from mobx-react's changelog.

MobX-React Changelog

6.2.4

  • Fix error thrown in the already defined observer class component warning message when attempting to get the components display name. #887

6.2.3

  • Log warning if class component is already an observer to prevent memory leaks. #839
  • Fix disposeOnUnmount when using react-hot-loader. #725

6.2.2

  • Observer batching imports are kept in production builds as side effects (see issue)

6.2.1

  • Remove auto configured observer batching using react-dom. Fixes: #852.

6.2.0

  • Updated to latest mobx-react-lite V2 for compatibility with React.StrictMode.
  • Observer batching (see more in the docs).
  • Possibly breaking change, the dist/mobxreact.rn.module.js is no longer available, use dist/mobxreact.esm.js instead.

6.1.6 / 6.1.7

  • Fix an issue with class components & observableRequiresReaction. #806 through #829
  • Use TSDX for building to mitigate issues with accessing process.env #821

6.1.5

  • Added check if process.env is available, fixes #801 through #812 by @ynejati
  • Added warning if component's render method is accidentally overwritten. #799 by @Venryx. Helps prevent memory leaks as in: #797

6.1.4

6.1.2 / 6.1.3

  • Add reexport of useObserver from mobx-react-lite #734
  • Add the ability to pass multiple children to Provider
  • Fixed #717. Now inject works correctly with components that use React.forwardRef
  • Observer checks for use of React.memo #720
  • Get rid of the redundant Injector wrapper #716

6.1.1

  • Fixed issue where combining @disposeOnUnmount with disposeOnUnmount didn't clean up everything. Fixes #666 trough #671 by @JabX
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 will not automatically merge this PR because it includes a major update to a production dependency.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Aug 06 '20 09:08 dependabot-preview[bot]