Skip to content

Bump react-devtools-core and react-native#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-063963db9a
Open

Bump react-devtools-core and react-native#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-063963db9a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 7, 2025

Bumps react-devtools-core to 6.1.1 and updates ancestor dependency react-native. These dependencies need to be updated together.

Updates react-devtools-core from 4.24.0 to 6.1.1

Release notes

Sourced from react-devtools-core'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-core's changelog.

16.1.1 (November 13, 2017)

React

React DOM

React DOM Server

React Reconciler

16.1.0 (November 9, 2017)

Discontinuing Bower Releases

Starting with 16.1.0, we will no longer be publishing new releases on Bower. You can continue using Bower for old releases, or point your Bower configs to the React UMD builds hosted on unpkg that mirror npm releases and will continue to be updated.

All Packages

React

  • Add support for portals in React.Children utilities. (@​MatteoVH in #11378)
  • Warn when a class has a render method but doesn't extend a known base class. (@​sw-yx in #11168)
  • Improve the warning when accidentally returning an object from constructor. (@​deanbrophy in #11395)

React DOM

... (truncated)

Commits
Maintainer changes

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


Updates react-native from 0.69.6 to 0.77.0

Release notes

Sourced from react-native's releases.

0.77.0

0.77 stable is out!

This release also includes over 1061 commits from 161 contributors! Thanks to everyone who contributed to our first release of 2025!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:


You can file pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file

0.77.0-rc.7

This is intended to be the 🥇 Golden RC 🥇. The 0.77.0 stable release is scheduled for next week.


Fixed

iOS specific


Hermes dSYMS:


... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog (pre 0.70)

This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other CHANGELOG-*.md files for newer and older versions.

v0.69.12

Changed

iOS specific

Fixed

Android specific

v0.69.11

Fixed

iOS specific

v0.69.10

Fixed

Android specific

v0.69.9

Changed

iOS specific

Fixed

... (truncated)

Commits
  • 4eef167 Release 0.77.0
  • 06c8a74 Release 0.77.0-rc.7
  • 0ed16b4 [Local] Update feature flags generated signature
  • 2561db8 [Local] Fix Flow error with unsupported feature flag metadata
  • 2013bad Back out "RN: Enable useInsertionEffectsForAnimations" (#48669)
  • 4b3ef3b Paper: TextInput maxLength is not working in old arch (#48126)
  • e7db7a7 Fix TextMeasureCacheKey Throwing Out Some LayoutConstraints (#48525)
  • 407c4fb Release 0.77.0-rc.6
  • 5a64bde fix: Prioritise local cpp (use default as fallback) (#48340)
  • 17a5d2b [0.77] Fix RN-Tester JSC instacrashing (#48417)
  • Additional commits viewable in compare view
Maintainer changes

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


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [react-devtools-core](https://github.com/facebook/react/tree/HEAD/packages/react-devtools-core) to 6.1.1 and updates ancestor dependency [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native). These dependencies need to be updated together.


Updates `react-devtools-core` from 4.24.0 to 6.1.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-devtools-core)

Updates `react-native` from 0.69.6 to 0.77.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-070.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.77.0/packages/react-native)

---
updated-dependencies:
- dependency-name: react-devtools-core
  dependency-type: indirect
- dependency-name: react-native
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 7, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants