Skip to content

build(deps): bump babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3#11

Merged
shubh73 merged 4 commits into
mainfrom
dependabot/bun/babel-plugin-react-compiler-19.1.0-rc.3
Apr 12, 2026
Merged

build(deps): bump babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3#11
shubh73 merged 4 commits into
mainfrom
dependabot/bun/babel-plugin-react-compiler-19.1.0-rc.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Copy link
Copy Markdown
Contributor

Bumps babel-plugin-react-compiler from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3.

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 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 [babel-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/babel-plugin-react-compiler) from 19.1.0-rc.1-rc-af1b7da-20250421 to 19.1.0-rc.3.
- [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/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: babel-plugin-react-compiler
  dependency-version: 19.1.0-rc.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Apr 12, 2026
@dependabot dependabot Bot requested a review from shubh73 as a code owner April 12, 2026 12:12
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Apr 12, 2026
@github-actions

github-actions Bot commented Apr 12, 2026

Copy link
Copy Markdown

React Compiler Report

3 files scanned · 2 compiled · 4 skipped

File Component Reason
failing.tsx:6 ConditionalHook InvalidReact Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:13 RefMutation InvalidReact Cannot access refs during render
failing.tsx:13 RefMutation InvalidReact Cannot access refs during render
failing.tsx:13 RefMutation InvalidReact Cannot access refs during render
Fix with AI
Fix the following React Compiler issues. The compiler skipped these components because they violate the Rules of React.

Rules:
- Do not add useMemo, useCallback, or React.memo. The compiler handles memoization once the code follows the rules.
- Do not change the underlying logic or behavior of any component.
- If a fix requires restructuring, extract helper functions rather than rewriting the component.

File: failing.tsx
  - ConditionalHook (line 6): Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
  - RefMutation (line 13): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)
  - RefMutation (line 13): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)
  - RefMutation (line 13): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)

1 opted out ("use no memo")
  • opted-out.tsx:2 useCustomHook

@shubh73 shubh73 merged commit 0e1ea16 into main Apr 12, 2026
3 checks passed
@shubh73 shubh73 deleted the dependabot/bun/babel-plugin-react-compiler-19.1.0-rc.3 branch April 12, 2026 12:29
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.

1 participant