Skip to content

chore(deps-dev): bump react-devtools from 4.23.0 to 6.1.2 in /rn#26

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rn/react-devtools-6.1.2
Closed

chore(deps-dev): bump react-devtools from 4.23.0 to 6.1.2 in /rn#26
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/rn/react-devtools-6.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2025

Copy link
Copy Markdown
Contributor

Bumps react-devtools from 4.23.0 to 6.1.2.

Release notes

Sourced from react-devtools's releases.

eslint-plugin-react-hooks@5.0.0 (Oct 11, 2024)

This release only contains eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.

eslint-plugin-react-hooks

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162 For example, in
    function _Component() {
      useState()
      ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function.
    }
    _Component should be renamed to Component.
Changelog

Sourced from react-devtools's changelog.

6.1.2

May 7, 2025

  • Restore "double-click to view owners tree" functionality (eps1lon in #33039)

6.1.1

February 7, 2025

  • DevTools: refactor NativeStyleEditor, don't use custom cache implementation (hoxyq in #32298)
  • DevTools: fix host component filter option title (hoxyq in #32296)
  • chore[DevTools]: make clipboardWrite optional for chromium (hoxyq in #32262)

6.1.0

January 16, 2025

  • fix[DevTools]: fix HostComponent naming in filters for Native (hoxyq in #32086)
  • Fix copy functionality in Firefox (V3RON in #32077)
  • Prevent crash when starting consecutive profiling sessions (V3RON in #32066)
  • fix[DevTools/Tree]: only scroll to item when panel is visible (hoxyq in #32018)
  • feat[Tree]: set initial scroll offset when inspected element index is set (hoxyq in #31968)
  • DevTools: fix initial host instance selection (hoxyq in #31892)
  • chore[DevTools/Tree]: don't pre-select root element (hoxyq in #32015)
  • Show component names while highlighting renders (piotrski in #31577)
  • allow non-coercible objects in formatConsoleArgumentsToSingleString (henryqdineen in #31444)

6.0.1

October 15, 2024

  • Fix React Compiler badging (poteto in #31196)
  • fix[react-devtools]: record timeline data only when supported (hoxyq in #31154)
  • fix[react-devtools]: remove all listeners when Agent is shutdown (hoxyq in #31151)
  • fix[react-devtools]: wrap key string in preformatted text html element (hoxyq in #31153)
  • fix[react-devtools]: request hook initialization inside http server response (hoxyq in #31102)
  • refactor: allow custom impl of backend reload-to-profile support check (EdmondChuiHW in #31048)

6.0.0

September 25, 2024

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hoxyq, a new releaser for react-devtools since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-devtools](https://github.com/facebook/react/tree/HEAD/packages/react-devtools) from 4.23.0 to 6.1.2.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/react-devtools/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools)

---
updated-dependencies:
- dependency-name: react-devtools
  dependency-version: 6.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 8, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #37.

@dependabot dependabot Bot closed this Jun 27, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/rn/react-devtools-6.1.2 branch June 27, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants