Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Bump mobx-react from 5.1.2 to 5.4.4 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps mobx-react from 5.1.2 to 5.4.4.

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

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
Commits
  • 20ed293 Published version 5.4.4
  • 1e8d6b5 Merge pull request #632 from WearyMonkey/WearyMonkey-patch-1
  • 55eeb96 Fix disposeOnUmount typo in README.md
  • 75274c8 Merge pull request #631 from henning-kvinnesland/patch-1
  • e54e10e Fix typo!
  • 02040b0 Merge pull request #618 from fi3ework/master
  • 34b34db Merge pull request #622 from normano64/cache-symbols
  • 312070a Merge pull request #623 from jamonholmgren/patch-1
  • 7266e1a Adds Ignite Bowser boilerplate
  • 68f92ac fix: build after new version is set in publish flow
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 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 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 Sep 25, 2020
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.

0 participants