Skip to content

chore(deps-dev): bump @callstack/react-native-visionos from 0.73.11 to 0.77.0 #1027

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps @callstack/react-native-visionos from 0.73.11 to 0.77.0.

Release notes

Sourced from @​callstack/react-native-visionos's releases.

Release 0.77.0

Hey!

Today we are releasing React Native visionOS 0.77! 🎉

This release contains all the changes from React Native 0.77.

visionos-77

You can create a new application using the command below:

npx @react-native-community/cli@latest init NewVisionApp --template @callstack/[email protected]

Important for upgrading

While upgrading to this version make sure to add RCTAppDependencyProvider in your AppDelegate.swift:

class AppDelegate: RCTAppDelegate {
+  override func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool {
+    self.dependencyProvider = RCTAppDependencyProvider()
+    
+    return super.application(application, didFinishLaunchingWithOptions: launchOptions)
+  }
override func sourceURL(for bridge: RCTBridge) -> URL? {
self.bundleURL()
}
override func bundleURL() -> URL? {
#if DEBUG
RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index")
#else
Bundle.main.url(forResource: "main", withExtension: "jsbundle")
#endif
}
}

Release 0.77.0-rc.1

For all the updates that went into this release please check out React Native Release.

Try it out:

npx @react-native-community/cli@latest init NewVisionApp --template @callstack/[email protected]

... (truncated)

Changelog

Sourced from @​callstack/react-native-visionos's changelog.

Changelog

v0.77.0-rc.5

Fixed

iOS specific

v0.77.0-rc.4

Fixed

Android specific

  • Restore layout/invalidate during ReactViewClippingManager.removeViewAt() (e3970a4bb3 by @​tdn20)

v0.77.0-rc.3

Changed

Android specific

Fixed

Android specific

iOS specific

v0.77.0-rc.2

Changed

  • Reverts #47503. (Callbacks passed to animation.start(<callback>) will be scheduled for execution in a microtask. Previously, there were certain scenarios in which the callback could be synchronously executed by start.) (8793b7d89b by @​yungsters)

Fixed

Android specific

... (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 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 a review from Naturalclar as a code owner January 27, 2025 05:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/callstack/react-native-visionos-0.77.0 branch from 16124b5 to 18fa213 Compare January 27, 2025 10:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/callstack/react-native-visionos-0.77.0 branch from 18fa213 to d7380be Compare February 14, 2025 08:46
Bumps [@callstack/react-native-visionos](https://github.com/callstack/react-native-visionos/tree/HEAD/packages/react-native) from 0.73.11 to 0.77.0.
- [Release notes](https://github.com/callstack/react-native-visionos/releases)
- [Changelog](https://github.com/callstack/react-native-visionos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/callstack/react-native-visionos/commits/HEAD/packages/react-native)

---
updated-dependencies:
- dependency-name: "@callstack/react-native-visionos"
  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/callstack/react-native-visionos-0.77.0 branch from d7380be to afc2fe0 Compare February 15, 2025 08:24
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

Superseded by #1045.

@dependabot dependabot bot closed this Mar 4, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/callstack/react-native-visionos-0.77.0 branch March 4, 2025 05:41
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