Skip to content

build(deps): bump expo-camera from 17.0.10 to 55.0.10 in /apps/scanner-app#59

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/apps/scanner-app/expo-camera-55.0.10
Open

build(deps): bump expo-camera from 17.0.10 to 55.0.10 in /apps/scanner-app#59
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/apps/scanner-app/expo-camera-55.0.10

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps expo-camera from 17.0.10 to 55.0.10.

Changelog

Sourced from expo-camera's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

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

This version does not introduce any user-facing changes.

55.0.2 — 2026-01-26

... (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 in apps/scanner-app from 17.0.10 to 55.0.10 to get the web camera availability fix and expanded barcode support. This major bump requires Expo SDK 55 and raises the minimum iOS version to 16.4.

  • Migration
    • Update expo to SDK 55 first (current is ~54.0.33).
    • iOS: set deployment target to 16.4 and run pod install.
    • Re-test camera availability and barcode scanning on web and iOS.

Written for commit 63774fe. Summary will update on new commits.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 23, 2026
@vercel
Copy link

vercel bot commented Mar 23, 2026

Deployment failed with the following error:

Too many requests - try again in 5 minutes (more than 60, code: "api-deployments-flood").

Learn More: https://vercel.com/docs/limits#rate-limits

@github-actions github-actions bot added the size/XS Extra small change (≤10 lines) label Mar 23, 2026
Copy link

@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 1 file

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:23">
P1: `expo-camera` 55.x is incompatible with the app’s current Expo SDK 54 pin. Keep `expo-camera` on the SDK 54-compatible range (or upgrade Expo SDK first).</violation>
</file>

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

"crypto-js": "^4.2.0",
"expo": "~54.0.33",
"expo-camera": "~17.0.10",
"expo-camera": "~55.0.10",
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 23, 2026

Choose a reason for hiding this comment

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

P1: expo-camera 55.x is incompatible with the app’s current Expo SDK 54 pin. Keep expo-camera on the SDK 54-compatible range (or upgrade Expo SDK first).

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 23:

<comment>`expo-camera` 55.x is incompatible with the app’s current Expo SDK 54 pin. Keep `expo-camera` on the SDK 54-compatible range (or upgrade Expo SDK first).</comment>

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

@iDorgham
Copy link
Owner

@dependabot recreate

Bumps [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera) from 17.0.10 to 55.0.10.
- [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.10
  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/apps/scanner-app/expo-camera-55.0.10 branch from 439a788 to 63774fe Compare March 23, 2026 19:23
@vercel
Copy link

vercel bot commented Mar 23, 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 github-actions bot added size/XS Extra small change (≤10 lines) and removed size/XS Extra small change (≤10 lines) labels Mar 23, 2026
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 size/XS Extra small change (≤10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant