labordynamicsinstitute / metajelo-ui

UI for metajelo
https://labordynamicsinstitute.github.io/metajelo-ui
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Bump react-devtools from 4.13.2 to 4.13.4 #131

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps react-devtools from 4.13.2 to 4.13.4.

Changelog

Sourced from react-devtools's changelog.

4.13.4 (May 20, 2021)

Bugfix

  • Fix edge-case Fast Refresh bug that caused Fibers with warnings/errors to be untracked prematurely (which broke componentinspection in DevTools) (bvaughn in #21536)
  • Revert force deep re-mount when Fast Refresh detected (was no longer necessary) (bvaughn in #21539)

4.13.3 (May 19, 2021)

Misc

  • Updated react and react-dom API imports in preparation for upcoming stable release (bvaughn in #21488)

Bugfix

  • Reload all roots after Fast Refresh force-remount (to avoid corrupted Store state) (bvaughn in #21516 and #21523)
  • Errors thrown by Store can be dismissed so DevTools remain usable in many cases (bvaughn in #21520)
  • Bugfix for useState() object with hasOwnProperty key (bvaughn in #21524)
  • Fixed string concatenation problem when a Symbol was logged to console.error or console.warn (bvaughn in #21521)
  • DevTools: Fixed version range NPM syntax (bvaughn in 9cf1069)
  • Tweaked DevTools error template title to match issue form template (bvaughn in 1a2d792)
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[bot] commented 3 years ago

Superseded by #133.