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.23.0 #166

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react-devtools from 4.13.2 to 4.23.0.

Changelog

Sourced from react-devtools's changelog.

4.23.0 (January 24, 2022)

Feature

  • DevTools: Only show StrictMode badge on root elements (bvaughn in #23012)

Bugfix

  • Don't crawl unmounted subtrees when profiling starts (bvaughn in #23162)
  • Filter deleted components from the updaters list to avoid runtime errors later (lunaruan in #23156)

Misc

  • DevTools (not React) logs Timeline performance data to the User Timing API (bvaughn in #23102)

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)

... (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 #172.