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.22.1 #164

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react-devtools from 4.13.2 to 4.22.1.

Changelog

Sourced from react-devtools's changelog.

4.22.1 (December 14, 2021)

  • Fix invalid require() statements in react-devtools-inline (bvaughn in #22961)
  • Fix invalid files array in react-devtools package.json (bvaughn in #22960)

4.22.0 (December 13, 2021)

A note for React Native users

React DevTools has two main pieces:

  • The frontend users interact with (the Components tree, the Profiler, etc.).
  • The backend which runs in the same context as React itself. (In the web page with React DOM or shipped on the device with the React Native runtime.)

This release updates the protocol that DevTools uses to communicate between the "frontend" and "backend" components.

Because React Native embeds a copy of the React DevTools "backend" (react-devtools-core/backend), the "frontend" (UI) needs to match. This means you may be prompted to upgrade (or downgrade) your React DevTools based on which version of React Native your app uses.

Features

Bugfix

Misc

4.21.0 (October 31, 2021)

Features

  • Scheduling Profiler: Add marks for component effects (mount and unmount) (@​bvaughn in #22578)
  • Scheduling Profiler: De-emphasize React internal frames (bvaughn in #22588)

Bugfix

  • Revert logic for checking for duplicate installations of DevTools potentially causing issues loading Components tab (@​jstejada in #22638)
  • Scheduling Profiler does not warn about long transitions (@​bvaughn in #22614)
  • Re-enable 'Reload and Start Profiling' for Microsoft Edge (@​eoandersson in #22631)

Misc

... (truncated)

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 2 years ago

Superseded by #166.