react-nonav
react-nonav copied to clipboard
Bump mobx-react from 5.4.4 to 6.2.5 in /example
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.
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, usedist/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
#8216.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: #7976.1.4
- Update dependency [email protected] which includes fix for RN Fast Refresh
6.1.2 / 6.1.3
- Add reexport of
useObserver
frommobx-react-lite
#734- Add the ability to pass multiple children to Provider
- Fixed #717. Now
inject
works correctly with components that useReact.forwardRef
- Observer checks for use of React.memo #720
- Get rid of the redundant Injector wrapper #716
6.1.1
Commits
fddedee
Published version 6.2.573ac3f2
v6.2.49b8a9e8
Issue #887: already defined observer class component warning message … (#888)29c1c46
Published version 6.2.3a492988
fix disposeOnUnmount when using react-hot-loader (#886)376bff7
Issue #839: Re-add isMobXReactObserver property and perform check on class co...37e1b67
Fix markdown formatting issue (#858)0d90bca
Remove bug/question from stale exempts46d44e7
Create stale.yml175d60b
Fix example code in README (#854)- Additional commits viewable in compare view
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)