Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 9 updates - #25

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3e36526c80
Aug 14, 2026
Merged

build(deps): bump the minor-and-patch group across 1 directory with 9 updates#25
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-3e36526c80

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 8 updates in the / directory:

Package From To
@roxyapi/sdk 1.2.51 1.2.61
expo 57.0.8 57.0.12
expo-image 57.0.1 57.0.2
expo-linking 57.0.4 57.0.5
expo-router 57.0.8 57.0.12
expo-splash-screen 57.0.5 57.0.6
lucide-react-native 1.27.0 1.31.0
npm-check-updates 23.0.0 23.0.2

Updates @roxyapi/sdk from 1.2.51 to 1.2.61

Release notes

Sourced from @​roxyapi/sdk's releases.

v1.2.61

Full Changelog: RoxyAPI/sdk-typescript@v1.2.60...v1.2.61

v1.2.60

Full Changelog: RoxyAPI/sdk-typescript@v1.2.59...v1.2.60

v1.2.59

Full Changelog: RoxyAPI/sdk-typescript@v1.2.58...v1.2.59

v1.2.58

Full Changelog: RoxyAPI/sdk-typescript@v1.2.57...v1.2.58

v1.2.57

Full Changelog: RoxyAPI/sdk-typescript@v1.2.56...v1.2.57

v1.2.56

Full Changelog: RoxyAPI/sdk-typescript@v1.2.55...v1.2.56

v1.2.55

Full Changelog: RoxyAPI/sdk-typescript@v1.2.54...v1.2.55

v1.2.54

Full Changelog: RoxyAPI/sdk-typescript@v1.2.53...v1.2.54

v1.2.53

Full Changelog: RoxyAPI/sdk-typescript@v1.2.52...v1.2.53

v1.2.52

Full Changelog: RoxyAPI/sdk-typescript@v1.2.51...v1.2.52

Commits
  • c0a598b release: v1.2.61
  • 8220717 release: v1.2.60
  • e064d32 release: v1.2.59
  • 3f47af7 release: v1.2.58
  • 63028d1 release: v1.2.57
  • a61fbb6 chore(deps): resync to 175 endpoints with nullable response types, bump hey-a...
  • 2ad7d3b release: v1.2.56
  • 7cdc1d7 ci: fold the docs drift assertion into the codegen check
  • 98675ce release: v1.2.55
  • 6f70aaf ci: regenerate from the committed spec so the drift check is hermetic
  • Additional commits viewable in compare view

Updates expo from 57.0.8 to 57.0.12

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [iOS] Fix expo/fetch streaming race between URLSession delegate callbacks and startStreaming() that could deliver an empty body on a 200 response, drop chunks, or leave the body stream open. (#47796 by @​idoyana)
  • Fix expo/fetch body-stream teardown races: aborting via an AbortSignal now rejects the in-flight read with an AbortError instead of hanging forever, and late native events no longer throw The stream is not in a state that permits enqueue/close from outside any consumer try/catch. (#47573 by @​idoyana)
  • [iOS] Fix expo/fetch Response.text() and .arrayBuffer() never settling when the request fails (network drop, abort()) after the response was already delivered. (#48230 by @​zoontek)
  • Fix iOS build against React Native 0.87+ by dropping the legacy architecture (bridge) RCTRootViewFactoryConfiguration setup. (#46641 by @​zoontek)
  • Adopted the UIKit scene-based life cycle on iOS so apps built with the iOS 27 SDK launch correctly. (#46733 by @​alanjhughes)
  • [iOS] Mark ExpoAppSceneDelegate as unavailable in extensions. (#46799 by @​jakex7)
  • [iOS] Fix Linking.getInitialURL() returning null and deep links being dropped when a URL cold-starts an app on the UIKit scene life cycle. (#47628 by @​tsapeta)
  • [iOS] Mark ExpoAppSceneDelegate as unavailable in iOSApplicationExtension for widgets. (#47894 by @​jakex7)
  • [iOS] Add ExpoBundleConfiguration to derive RCTBundleConfiguration from the normalized bundle URL instead of default shared settings singleton (#48010 by @​kitten)
  • [iOS] Resolve the dev server port from the RCTMetroPort Info.plist key at runtime so bare projects without expo-dev-client connect to their own Metro instance instead of defaulting to 8081. (#48098 by @​alanjhughes)
  • Fix async imports (import(...)) via asyncRequireModule not a thenable instead of a full promise shape (#48550 by @​kitten)

💡 Others

  • Re-export useReleasingSharedObjectWithLifecycle from expo-modules-core. (#48819 by @​intergalacticspacehighway)
  • [Android] ExpoReactHostFactory now passes host handlers' DevSupportManagerFactory to ReactHostImpl. (#47637 by @​alanjhughes)
  • [macOS] Fix build by guarding the bundleConfiguration override, which requires react-native 0.84+. (#48494 by @​intergalacticspacehighway)
  • Restore RCTHostRuntimeDelegate conformance for react-native-macos (#46420 by @​gabrieldonadel)
  • Add explicit react-native/Libraries/Core/InitializeCore import to native runtime entrypoint (#46344 by @​kitten)
  • [Internal] Update logbox imports (#46640 by @​kitten)
  • Re-export more expo-modules-core APIs (#45987 by @​Wenszel)
  • Update URL and URLSearchParams implementation to support IDNA/TR-46 and improve performance. Spec-adherence has increased and few gaps should now be noticeable compared to browsers (#47813 by @​kitten)
  • [Internal] Add getBundleOrigin, exposed as expo/internal/bundle-origin (#48275 by @​kitten)
  • [Internal] Derive getDevServer from the bundle URL internally and expose getBundleUrl helper (#48278 by @​kitten)
  • Rewrite the TextDecoder implementation to increase decoding performance (#48877 by @​kitten)

57.0.9 - 2026-07-29

This version does not introduce any user-facing changes.

Commits

Updates expo-constants from 57.0.7 to 57.0.11

Changelog

Sourced from expo-constants's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

57.0.8 - 2026-07-29

This version does not introduce any user-facing changes.

Commits

Updates expo-image from 57.0.1 to 57.0.2

Changelog

Sourced from expo-image's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • Added an imageLoaded module event emitted with the decoded pixel size from every load path. (#47337 by @​Ubax)
  • add expo-observe integration (#47145 by @​Ubax)
  • [iOS][Android] Added a skipOnCacheHit field to transition that skips the fade the first time a cached image appears ('memory' for memory-cache hits, 'all' for any cache hit), so already-loaded images don't re-animate on mount, tab change, or when scrolling back into view. A transition from a source change still plays. (#48181 by @​janicduplessis)

🐛 Bug fixes

  • [web] Fixed Expo Image's internal dataSet marker being overwritten by a user-provided dataSet. (#48821 by @​Brentlok)
  • [iOS] Fixed generateThumbhashAsync crashing on images with extreme aspect ratios. (#47189 by @​gabrieldonadel)
  • [Android] Replaced the deprecated RenderScript-based blurRadius blur with a software stack blur to fix a use-after-free crash under concurrent image loads (aborts under GrapheneOS hardened_malloc). (#PR by @​DimitrisTzimikas)
  • [Web] Use textContent instead of innerHTML when injecting image styles, so the style tag is not a Trusted Types sink. (#48649 by @​VoulgarisLeoni)
  • [iOS] Fixed generateBlurhashAsync and generateThumbhashAsync never settling when the image could not be downloaded. (#PR (#48894 by @​vonovak)

💡 Others

Commits

Updates expo-linking from 57.0.4 to 57.0.5

Changelog

Sourced from expo-linking's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Create development deep links from the bundle URL's authority instead of the manifest's hostUri (#48275 by @​kitten)

💡 Others

  • [Internal] Read the development server URL from expo/internal/bundle-origin instead of duplicating its accessor (#48278 by @​kitten)
Commits

Updates expo-router from 57.0.8 to 57.0.12

Commits

Updates expo-splash-screen from 57.0.5 to 57.0.6

Changelog

Sourced from expo-splash-screen's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates lucide-react-native from 1.27.0 to 1.31.0

Release notes

Sourced from lucide-react-native's releases.

Version 1.31.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.30.0...1.31.0

Version 1.30.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.29.0...1.30.0

Version 1.29.0

What's Changed

Full Changelog: lucide-icons/lucide@1.28.0...1.29.0

Version 1.28.0

... (truncated)

Commits

Updates npm-check-updates from 23.0.0 to 23.0.2

Release notes

Sourced from npm-check-updates's releases.

v23.0.2

What's Changed

Full Changelog: raineorshine/npm-check-updates@v23.0.1...v23.0.2

v23.0.1

What's Changed

Full Changelog: raineorshine/npm-check-updates@v23.0.0...v23.0.1

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the minor-and-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@roxyapi/sdk](https://github.com/RoxyAPI/sdk-typescript) | `1.2.51` | `1.2.61` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.8` | `57.0.12` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `57.0.1` | `57.0.2` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `57.0.4` | `57.0.5` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.8` | `57.0.12` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.5` | `57.0.6` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `1.27.0` | `1.31.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `23.0.0` | `23.0.2` |



Updates `@roxyapi/sdk` from 1.2.51 to 1.2.61
- [Release notes](https://github.com/RoxyAPI/sdk-typescript/releases)
- [Commits](RoxyAPI/sdk-typescript@v1.2.51...v1.2.61)

Updates `expo` from 57.0.8 to 57.0.12
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-constants` from 57.0.7 to 57.0.11
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-constants/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

Updates `expo-image` from 57.0.1 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-image/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-image)

Updates `expo-linking` from 57.0.4 to 57.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-linking/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linking)

Updates `expo-router` from 57.0.8 to 57.0.12
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-splash-screen` from 57.0.5 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `lucide-react-native` from 1.27.0 to 1.31.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.31.0/packages/lucide-react-native)

Updates `npm-check-updates` from 23.0.0 to 23.0.2
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v23.0.0...v23.0.2)

---
updated-dependencies:
- dependency-name: "@roxyapi/sdk"
  dependency-version: 1.2.61
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo
  dependency-version: 57.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-constants
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-image
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-linking
  dependency-version: 57.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-router
  dependency-version: 57.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-splash-screen
  dependency-version: 57.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react-native
  dependency-version: 1.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: npm-check-updates
  dependency-version: 23.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 14, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 14, 2026 17:31
@github-actions
github-actions Bot merged commit 890d4ed into main Aug 14, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-3e36526c80 branch August 14, 2026 17: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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants