Skip to content

chore(deps): bump appium-ios-remotexpc from 2.4.0 to 5.0.0#501

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.0
Closed

chore(deps): bump appium-ios-remotexpc from 2.4.0 to 5.0.0#501
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps appium-ios-remotexpc from 2.4.0 to 5.0.0.

Release notes

Sourced from appium-ios-remotexpc's releases.

v5.0.0

5.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • TunnelManager.getTunnel now requires (tcpSocket, { cert, key }). Pass plain TCP from startCoreDeviceProxyTcp; do not upgrade to Node TLSSocket first.
  • startCoreDeviceProxy removed. Use startCoreDeviceProxyTcp + TunnelManager.getTunnel(socket, { cert, key }).
  • AppleTVTunnelService.startTunnel() returns { tcpSocket, psk, device } instead of { socket: TLSSocket, device }. Use TunnelManager.getTunnelPsk(tcpSocket, { psk }).

Features

v4.0.0

4.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • SyslogService.start() no longer accepts a packetSource argument. Call syslogService.start(descriptor, options) instead; binary syslog reads from the RSD service socket after StartActivity.
  • Tunnel registry entries and TunnelEndpoint no longer expose packetStreamPort.
  • PacketStreamServer and PacketStreamClient are removed from the public API.

Features

v3.0.0

3.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • RSD service discovery is owned by tunnel-creation; clients must not open long-lived RSD sessions. Use the tunnel registry catalog and resolveTunnelService(udid, serviceName) (or start*Service(udid)) instead of withRemoteXpcConnection, which has been removed.
  • rsdSessionLockKey and rsd-session-lock are removed. Per-UDID RSD discovery is serialized inside tunnel-creation via discoverServices singleflight.
  • TunnelRegistryEntry now requires a services catalog (Record<serviceName, { port }>). Tunnels created with older tunnel-creation scripts without services are incompatible; recreate the tunnel after upgrading.
  • AfcService no longer accepts [host, port] address tuples. Use new AfcService(udid, silent?, rsdServiceName?) for RSD tunnel AFC, or AfcService.fromSocket(socket) for pre-connected sockets (e.g. house-arrest vend).
  • iOS service factories and BaseService subclasses are UDID-only; tunnel host/port tuples are no longer passed into service constructors. Address resolution happens at connect time through the registry.

Features

Changelog

Sourced from appium-ios-remotexpc's changelog.

5.0.0 (2026-06-15)

⚠ BREAKING CHANGES

  • TunnelManager.getTunnel now requires (tcpSocket, { cert, key }). Pass plain TCP from startCoreDeviceProxyTcp; do not upgrade to Node TLSSocket first.
  • startCoreDeviceProxy removed. Use startCoreDeviceProxyTcp + TunnelManager.getTunnel(socket, { cert, key }).
  • AppleTVTunnelService.startTunnel() returns { tcpSocket, psk, device } instead of { socket: TLSSocket, device }. Use TunnelManager.getTunnelPsk(tcpSocket, { psk }).

Features

4.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • SyslogService.start() no longer accepts a packetSource argument. Call syslogService.start(descriptor, options) instead; binary syslog reads from the RSD service socket after StartActivity.
  • Tunnel registry entries and TunnelEndpoint no longer expose packetStreamPort.
  • PacketStreamServer and PacketStreamClient are removed from the public API.

Features

3.0.0 (2026-06-14)

⚠ BREAKING CHANGES

  • RSD service discovery is owned by tunnel-creation; clients must not open long-lived RSD sessions. Use the tunnel registry catalog and resolveTunnelService(udid, serviceName) (or start*Service(udid)) instead of withRemoteXpcConnection, which has been removed.
  • rsdSessionLockKey and rsd-session-lock are removed. Per-UDID RSD discovery is serialized inside tunnel-creation via discoverServices singleflight.
  • TunnelRegistryEntry now requires a services catalog (Record<serviceName, { port }>). Tunnels created with older tunnel-creation scripts without services are incompatible; recreate the tunnel after upgrading.
  • AfcService no longer accepts [host, port] address tuples. Use new AfcService(udid, silent?, rsdServiceName?) for RSD tunnel AFC, or AfcService.fromSocket(socket) for pre-connected sockets (e.g. house-arrest vend).
  • iOS service factories and BaseService subclasses are UDID-only; tunnel host/port tuples are no longer passed into service constructors. Address resolution happens at connect time through the registry.

Features

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)

Bumps [appium-ios-remotexpc](https://github.com/appium/appium-ios-remotexpc) from 2.4.0 to 5.0.0.
- [Release notes](https://github.com/appium/appium-ios-remotexpc/releases)
- [Changelog](https://github.com/appium/appium-ios-remotexpc/blob/main/CHANGELOG.md)
- [Commits](appium/appium-ios-remotexpc@v2.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: appium-ios-remotexpc
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 16, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #502.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/appium-ios-remotexpc-5.0.0 branch June 17, 2026 11:04
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