Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 10 updates - #22

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-1b3e2e1eba
Closed

chore(deps): bump the minor-and-patch group across 1 directory with 10 updates#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-1b3e2e1eba

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

Package From To
@roxyapi/sdk 1.2.51 1.2.60
expo 57.0.8 57.0.11
expo-image 57.0.1 57.0.2
expo-linking 57.0.4 57.0.5
expo-router 57.0.8 57.0.11
lucide-react-native 1.27.0 1.31.0
jest-expo 57.0.2 57.0.3
npm-check-updates 23.0.0 23.0.2

Updates @roxyapi/sdk from 1.2.51 to 1.2.60

Release notes

Sourced from @​roxyapi/sdk's releases.

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
  • 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
  • b0fd43b release: v1.2.54
  • Additional commits viewable in compare view

Updates expo from 57.0.8 to 57.0.11

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

  • [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)

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

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

  • [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)

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

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 babel-preset-expo from 57.0.4 to 57.0.6

Changelog

Sourced from babel-preset-expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • Add ios, android, macos, tvos per-platform override support (#46508 by @​kitten)

🐛 Bug fixes

  • Escape backslashes when serializing 'widget' functions so escape sequences like \n in a widget layout survive the template-literal round-trip instead of corrupting the stored function and crashing the widget with SyntaxError: Unexpected EOF. (#47626 by @​alecmolloy)
  • Fix legacy decorators on class properties when corresponding class transforms are disabled, which the decorators plugin relies on (#47724 by @​Gitarcitano, @​kitten)

💡 Others

57.0.5 - 2026-07-29

This version does not introduce any user-facing changes.

Commits

Updates jest-expo from 57.0.2 to 57.0.3

Changelog

Sourced from jest-expo's changelog.

57.0.3 - 2026-07-29

This version does not introduce any user-facing changes.

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 11, 2026 22:55
…0 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.60` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.8` | `57.0.11` |
| [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.11` |
| [lucide-react-native](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react-native) | `1.27.0` | `1.31.0` |
| [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) | `57.0.2` | `57.0.3` |
| [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.60
- [Release notes](https://github.com/RoxyAPI/sdk-typescript/releases)
- [Commits](RoxyAPI/sdk-typescript@v1.2.51...v1.2.60)

Updates `expo` from 57.0.8 to 57.0.11
- [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.10
- [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.11
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

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 `babel-preset-expo` from 57.0.4 to 57.0.6
- [Changelog](https://github.com/expo/expo/blob/main/packages/babel-preset-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/babel-preset-expo)

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

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.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: babel-preset-expo
  dependency-version: 57.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: expo-constants
  dependency-version: 57.0.10
  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.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jest-expo
  dependency-version: 57.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react-native
  dependency-version: 1.30.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 force-pushed the dependabot/npm_and_yarn/minor-and-patch-1b3e2e1eba branch from 6453037 to 7dc3e49 Compare August 12, 2026 23:42
@dependabot @github

dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 14, 2026
auto-merge was automatically disabled August 14, 2026 17:29

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-1b3e2e1eba branch August 14, 2026 17:29
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