Skip to content

chore(deps-dev): bump @react-native/babel-preset from 0.76.6 to 0.78.2 #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps @react-native/babel-preset from 0.76.6 to 0.78.2.

Release notes

Sourced from @​react-native/babel-preset's releases.

0.78.2

Changed

Fixed

Android specific

iOS specific


Hermes dSYMS:


You can file issues or 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.78.1

⚠️ We are aware of an incompatibility using resolver.unstable_enablePackageExports and the defaults from @react-native/metro-config. It will error with a redbox "interopRequireDefault is not a function". Set resolver.unstable_conditionNames = ['react-native'] to mitigate. It will be fixed in 0.78.2 ⚠️

Fixed

  • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by @​robhogan)
  • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by @​vzaidman)

Android specific

iOS specific

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.78.2

Changed

Fixed

Android specific

iOS specific

v0.78.1

Fixed

  • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by @​robhogan)
  • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by @​vzaidman)

Android specific

iOS specific

v0.78.0

Breaking

  • Codegen: Separate component array types and command array types (825492b199 by @​elicwhite)
  • DevTools: The FuseboxClient.setClientMetadata CDP method is removed. Instead, use ReactNativeApplication.enable. (1a9780f0e3 by @​huntie)

Android specific

... (truncated)

Commits
  • f3d1ad1 Release 0.78.2
  • ae1841a Convert to JSException only NSException from sync methods (#50193)
  • aa75e94 Avoid errors when dispatching mount operations within mount hooks (#50091)
  • eb8c1c3 Correctly batch reportMount calls (#50090)
  • 5861f7e fix: iOS app crash caused by the request operation canceling (#48350)
  • 994ea3b Add missing loadFromSource method in the DefaultRNFactoryDelegate (#49931)
  • 31e09bc Fix issue with zIndex child removal (#49900)
  • 301532b fix: set text position should not reset component text (#49450)
  • 23c9dbc Metro minimum to 0.81.3, fix "_interopRequireDefault is not a function" (#50129)
  • 1e54c5d Remove the v prefix from the version passed by GHA to the script (#50130)
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from a team, mattmikolay and connorlindsey and removed request for a team April 7, 2025 02:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
Copy link

vercel bot commented Apr 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
javascript-ms-teams-connect-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 2:57pm
javascript-nextjs-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 2:57pm
javascript-slack-connect-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 2:57pm
javascript-slack-kit-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 2:57pm

Copy link

changeset-bot bot commented Apr 7, 2025

⚠️ No Changeset found

Latest commit: c92f0c7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch from e64a790 to 5a8cc3d Compare April 7, 2025 13:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch from 5a8cc3d to b9f6f48 Compare April 7, 2025 19:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch from b9f6f48 to 1fea1a6 Compare April 8, 2025 19:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch from 1fea1a6 to 6d81f4f Compare April 10, 2025 14:30
Bumps [@react-native/babel-preset](https://github.com/facebook/react-native) from 0.76.6 to 0.78.2.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.76.6...v0.78.2)

---
updated-dependencies:
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.78.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch from eaacee4 to c92f0c7 Compare April 11, 2025 14:55
@connorlindsey connorlindsey merged commit 82f72dd into main Apr 11, 2025
6 checks passed
@connorlindsey connorlindsey deleted the dependabot/npm_and_yarn/react-native/babel-preset-0.78.2 branch April 11, 2025 15: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