Skip to content

chore(deps): bump expo-camera from 17.0.10 to 55.0.11#104

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/expo-camera-55.0.11
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps expo-camera from 17.0.10 to 55.0.11.

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)

💡 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.

55.0.3 — 2026-01-27

... (truncated)

Commits

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

vercel Bot commented Apr 2, 2026

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/mediabubble?upgradeToPro=build-rate-limit

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 2, 2026

📦 Affected Packages

  • scanner-app (React Native)

Diff: +3625 / -9820 lines

Auto-generated by pr-labels.yml

@github-actions github-actions Bot added the size/XS Extra small change (≤10 lines) label Apr 2, 2026
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: `expo-camera` was bumped to the SDK 55 line while the app is still on Expo SDK 54. Keep the camera package on the SDK 54 bundled version (or upgrade Expo SDK first) to avoid native dependency/version mismatch issues.</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.11",
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

P1: expo-camera was bumped to the SDK 55 line while the app is still on Expo SDK 54. Keep the camera package on the SDK 54 bundled version (or upgrade Expo SDK first) to avoid native dependency/version mismatch issues.

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>`expo-camera` was bumped to the SDK 55 line while the app is still on Expo SDK 54. Keep the camera package on the SDK 54 bundled version (or upgrade Expo SDK first) to avoid native dependency/version mismatch issues.</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.11",
     "expo-crypto": "~15.0.8",
     "expo-device": "~8.0.10",
</file context>
Suggested change
"expo-camera": "~55.0.11",
"expo-camera": "~17.0.10",
Fix with Cubic

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/expo-camera-55.0.11 branch from e9fd06d to 4ea667a Compare April 2, 2026 11:15
@github-actions github-actions Bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Apr 2, 2026
Bumps [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera) from 17.0.10 to 55.0.11.
- [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.11
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/expo-camera-55.0.11 branch from 4ea667a to a6c7431 Compare April 6, 2026 04:19
@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 6, 2026 4:58am
gateflow-admin-dashboard-o9m5 Error Error Apr 6, 2026 4:58am
gateflow-client-dashboard Error Error Apr 6, 2026 4:58am
gateflow-marketing Error Error Apr 6, 2026 4:58am
gateflow-resident-portal Error Error Apr 6, 2026 4:58am

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 6, 2026

Superseded by #112.

@dependabot dependabot Bot closed this Apr 6, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/expo-camera-55.0.11 branch April 6, 2026 21:31
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