Skip to content

chore(deps): bump expo-camera from 17.0.10 to 55.0.13#112

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/expo-camera-55.0.13
Open

chore(deps): bump expo-camera from 17.0.10 to 55.0.13#112
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/expo-camera-55.0.13

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps expo-camera from 17.0.10 to 55.0.13.

Changelog

Sourced from expo-camera's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Web] Fix isAvailableAsync returning true on devices without a camera. (#43932 by @​alanjhughes)
  • [iOS] Use runtime camera availability checks in Simulator so camera code paths can run when a runtime video device is present while preserving fallback behavior when no device is available. (by @​kmagiera) (#44159 by @​kmagiera)
  • [iOS] Fix orientation issue caused by upstream changes. (#44171 by @​alanjhughes)

💡 Others

  • [iOS] Added explicit import React for xcframework compatibility. (#44248 by @​chrfalch)

55.0.9 — 2026-02-25

🎉 New features

55.0.8 — 2026-02-25

This version does not introduce any user-facing changes.

55.0.7 — 2026-02-20

This version does not introduce any user-facing changes.

55.0.6 — 2026-02-16

This version does not introduce any user-facing changes.

55.0.5 — 2026-02-08

🐛 Bug fixes

55.0.4 — 2026-02-03

This version does not introduce any user-facing changes.

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

Summary by cubic

Upgrade expo-camera from 17.0.10 to 55.0.15 in apps/scanner-app. Fixes web camera availability, improves iOS simulator runtime checks and orientation, and expands web barcode support.

  • Migration
    • Minimum platforms: iOS/tvOS 16.4+, macOS 13.4+.
    • Requires expo SDK 55; update expo (currently ~54.0.33).

Written for commit 16d72de. Summary will update on new commits.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@dependabot dependabot Bot requested a review from iDorgham as a code owner April 6, 2026 21:31
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
gateflow-admin-dashboard Error Error Apr 11, 2026 10:48am
gateflow-admin-dashboard-o9m5 Error Error Apr 11, 2026 10:48am
gateflow-client-dashboard Ready Ready Preview, Comment Apr 11, 2026 10:48am
gateflow-design-system Ready Ready Preview, Comment Apr 11, 2026 10:48am
gateflow-marketing Error Error Apr 11, 2026 10:48am
gateflow-resident-portal Ready Ready Preview, Comment Apr 11, 2026 10:48am

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 6, 2026

Deployment failed with the following error:

The `vercel.json` schema validation failed with the following message: should NOT have additional property `ignoreBuildCommand`

Learn More: https://vercel.com/docs/concepts/projects/project-configuration

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 6, 2026

📦 Affected Packages

  • scanner-app (React Native)

Diff: +944 / -578 lines

Auto-generated by pr-labels.yml

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/scanner-app/package.json">

<violation number="1" location="apps/scanner-app/package.json:24">
P1: This upgrade introduces an iOS minimum-version mismatch: `expo-camera` now requires iOS 16.4, but the app Podfile still targets iOS 15.1.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread apps/scanner-app/package.json Outdated
"crypto-js": "^4.2.0",
"expo": "~54.0.33",
"expo-camera": "~17.0.10",
"expo-camera": "~55.0.13",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: This upgrade introduces an iOS minimum-version mismatch: expo-camera now requires iOS 16.4, but the app Podfile still targets iOS 15.1.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/scanner-app/package.json, line 24:

<comment>This upgrade introduces an iOS minimum-version mismatch: `expo-camera` now requires iOS 16.4, but the app Podfile still targets iOS 15.1.</comment>

<file context>
@@ -21,7 +21,7 @@
     "crypto-js": "^4.2.0",
     "expo": "~54.0.33",
-    "expo-camera": "~17.0.10",
+    "expo-camera": "~55.0.13",
     "expo-crypto": "~15.0.8",
     "expo-device": "~8.0.10",
</file context>
Fix with Cubic

Bumps [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera) from 17.0.10 to 55.0.13.
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-camera/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-camera)

---
updated-dependencies:
- dependency-name: expo-camera
  dependency-version: 55.0.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
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 size/XS Extra small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants