Skip to content

fix(deps): update expo monorepo to v57#554

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-expo-monorepo
Open

fix(deps): update expo monorepo to v57#554
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-expo-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
expo (source) 55.0.2757.0.4 age confidence
expo (source) ~55.0.5~57.0.0 age confidence
expo-dev-client (source) ~55.0.11~57.0.0 age confidence
expo-status-bar (source) ~55.0.4~57.0.0 age confidence

Release Notes

expo/expo (expo)

v57.0.4

Compare Source

v57.0.3

Compare Source

v57.0.2

Compare Source

v57.0.1

Compare Source

v57.0.0

Compare Source

v56.0.15

Compare Source

v56.0.14

Compare Source

v56.0.13

Compare Source

v56.0.12

Compare Source

v56.0.11

Compare Source

v56.0.10

Compare Source

v56.0.9

Compare Source

v56.0.8

Compare Source

v56.0.7

Compare Source

v56.0.6

Compare Source

v56.0.5

Compare Source

💡 Others

v56.0.4

Compare Source

This version does not introduce any user-facing changes.

v56.0.3

Compare Source

This version does not introduce any user-facing changes.

v56.0.2

Compare Source

This version does not introduce any user-facing changes.

v56.0.1

Compare Source

This version does not introduce any user-facing changes.

v56.0.0

Compare Source

🎉 New features
  • [fetch][Android] Added brotli, gzip, and zstd decompression support. (#​45458 by @​kudo)
  • Added AbortSignal.timeout, AbortSignal.any, and DOMException to the native runtime. (#​45441 by @​kudo)
🐛 Bug fixes
  • Fix expo/fetch not threading through Request#body for whatwg-fetch request inputs (#​46027 by @​kitten)
expo/expo (expo-dev-client)

v57.0.5

Compare Source

v57.0.4

Compare Source

v57.0.3

Compare Source

v57.0.2

Compare Source

v57.0.1

Compare Source

v57.0.0

Compare Source

v56.0.22

Compare Source

v56.0.21

Compare Source

v56.0.20

Compare Source

v56.0.19

Compare Source

v56.0.18

Compare Source

v56.0.17

Compare Source

v56.0.16

Compare Source

This version does not introduce any user-facing changes.

v56.0.15

Compare Source

This version does not introduce any user-facing changes.

v56.0.14

Compare Source

🐛 Bug fixes

v56.0.13

Compare Source

This version does not introduce any user-facing changes.

v56.0.12

Compare Source

This version does not introduce any user-facing changes.

v56.0.11

Compare Source

This version does not introduce any user-facing changes.

v56.0.10

Compare Source

This version does not introduce any user-facing changes.

v56.0.9

Compare Source

This version does not introduce any user-facing changes.

v56.0.8

Compare Source

This version does not introduce any user-facing changes.

v56.0.7

Compare Source

This version does not introduce any user-facing changes.

v56.0.6

Compare Source

This version does not introduce any user-facing changes.

v56.0.5

Compare Source

💡 Others

v56.0.4

Compare Source

This version does not introduce any user-facing changes.

v56.0.3

Compare Source

This version does not introduce any user-facing changes.

v56.0.2

Compare Source

This version does not introduce any user-facing changes.

v56.0.1

Compare Source

This version does not introduce any user-facing changes.

v56.0.0

Compare Source

🛠 Breaking changes
🎉 New features
expo/expo (expo-status-bar)

v57.0.0

Compare Source

v56.0.4

Compare Source

This version does not introduce any user-facing changes.

v56.0.3

Compare Source

This version does not introduce any user-facing changes.

v56.0.2

Compare Source

This version does not introduce any user-facing changes.

v56.0.1

Compare Source

This version does not introduce any user-facing changes.

v56.0.0

Compare Source

🛠 Breaking changes
  • Removed setStatusBarBackgroundColor, setStatusBarNetworkActivityIndicatorVisible, setStatusBarTranslucent functions and backgroundColor, networkActivityIndicatorVisible, translucent props from StatusBarProps. (#​44196 by @​zoontek)
🎉 New features
💡 Others
  • Removed androidStatusBar config overwrite (for Expo Go sync). (#​44469 by @​zoontek)
  • Moved setStatusBarStyle and setStatusBarHidden to StatusBar.setStyle and StatusBar.setHidden static methods. The old named exports are still available but deprecated. (#​44172 by @​zoontek)
  • Removed react-native-is-edge-to-edge dependency. (#​44196 by @​zoontek)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from huextrat as a code owner May 22, 2026 02:01
@github-actions

github-actions Bot commented May 22, 2026

Copy link
Copy Markdown

Coverage report

Caution

Coverage does not meet threshold
Statements coverage not met for global: expected >=100%, but got 59.09090909090909%

St.
Category Percentage Covered / Total
🔴 Statements 59.09% 13/22
🟢 Branches 100% 4/4
🔴 Functions 44.44% 4/9
🟡 Lines 61.9% 13/21

Test suite run failed

Failed tests: 0/4. Failed suites: 1/2.
  ● Test suite failed to run

    Incorrect version of "react-test-renderer" detected. Expected "19.2.4", but found "19.2.7".

    Fix it by running:
    npm install -D react-test-renderer@19.2.4

    > 1 | import { renderHook } from '@testing-library/react-native';
        | ^
      2 | import { NativeEventEmitter } from 'react-native';
      3 | import NativeScreenshotAware from '../NativeScreenshotAware';
      4 | import ScreenshotAware, { useScreenshotAware } from '../index';

      at Object.ensurePeerDeps (node_modules/@testing-library/react-native/src/helpers/ensure-peer-deps.ts:36:3)
      at Object.require (node_modules/@testing-library/react-native/src/index.ts:1:1)
      at Object.require (src/__tests__/index.test.tsx:1:1)

Report generated by 🧪jest coverage report action from 62cef43

@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch 4 times, most recently from dff3523 to ffce6d0 Compare May 30, 2026 18:06
@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch from ffce6d0 to 6930f00 Compare June 5, 2026 21:43
@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch 3 times, most recently from 6cfbda0 to 0bc9f95 Compare June 13, 2026 14:42
@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch 4 times, most recently from 2bba01f to 52c6902 Compare June 27, 2026 21:37
@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch from 52c6902 to 77a7955 Compare June 30, 2026 21:13
@renovate renovate Bot changed the title fix(deps): update expo monorepo to v56 fix(deps): update expo monorepo to v57 Jun 30, 2026
@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch 3 times, most recently from 62cef43 to 0e3faff Compare July 3, 2026 09:09
@renovate

renovate Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.17.0/packages/yarnpkg-cli/bin/yarn.js

@renovate renovate Bot force-pushed the renovate/major-expo-monorepo branch from 0e3faff to d69f54d Compare July 7, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants