Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/callstack/react-native-visionos-0.79.6
Closed

chore(deps-dev): bump @callstack/react-native-visionos from 0.73.11 to 0.79.6#1146
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/callstack/react-native-visionos-0.79.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2025

Copy link
Copy Markdown
Contributor

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

Release notes

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

Release 0.78.0

Hey!

Today, we are releasing React Native visionOS 0.78! 🎉

This release contains all the changes from React Native 0.78.

CleanShot 2025-03-03 at 10 33 34@2x

You can create a new application using the command below:

npx @react-native-community/cli@latest init NewVisionApp --template @callstack/visionos-template@latest

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/visionos-template@0.77.0

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")
</tr></table>

... (truncated)

Changelog

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

Changelog

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

iOS specific

Added

Android specific

iOS specific

  • Codegen: Add the source parameter to generate-codegen-artifacts to avoid generating files not needed by libraries. (98b8f17811 by @​cipolleschi)
  • Initialization: Implement ReactNativeFactory (081be01a5d by @​okwasniewski)
  • Text: Support system font families (system-ui, ui-sans-serif, ui-serif, ui-monospace, and ui-rounded) on iOS (1763321c89 by @​cxa)
  • TextInput: Integrate a new property - disableKeyboardShortcuts. It can disable the keyboard shortcuts on iPads. (0154372b93 by @​rezkiy37)

Changed

... (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)

Bumps [@callstack/react-native-visionos](https://github.com/callstack/react-native-visionos/tree/HEAD/packages/react-native) from 0.73.11 to 0.79.6.
- [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-version: 0.79.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Aug 25, 2025
@dependabot
dependabot Bot requested a review from Naturalclar as a code owner August 25, 2025 09:22
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 25, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2025

Copy link
Copy Markdown
Contributor Author

Looks like @callstack/react-native-visionos is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 10, 2025
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/callstack/react-native-visionos-0.79.6 branch September 10, 2025 00:01
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