Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot-preview
Copy link

Bumps mobx-react from 6.1.4 to 6.3.1.

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

  • Updated mobx-react-lite to 2.2.0 which removes the need to manually configure batching. Fixes #859

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
Commits
  • 3a1f441 Published version 6.3.1
  • 0f780c5 Published version 6.3.0
  • 1a175c3 Fixed some test failures caused by TS upgrade
  • c30d1af bumped all deps to fix build issue
  • 264c9f1 Use automatic batching from mobx-react-lite 2.2.0
  • fddedee Published version 6.2.5
  • 73ac3f2 v6.2.4
  • 9b8a9e8 Issue #887: already defined observer class component warning message … (#888)
  • 29c1c46 Published version 6.2.3
  • a492988 fix disposeOnUnmount when using react-hot-loader (#886)
  • Additional commits viewable in compare view

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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants