Skip to content

chore(electron): npm deprecate @wdio/electron-cdp-bridge after 10.2.0 ships #482

Description

@goosewobbler

Follow-up to #340 / #481@wdio/electron-service now consumes the shared @wdio/native-cdp-bridge, and @wdio/electron-cdp-bridge has been deleted from the monorepo.

Once @wdio/electron-service@10.2.0 is published stable (after the -next line), deprecate the retired package on npm so existing installs are pointed at the replacement:

npm deprecate @wdio/electron-cdp-bridge "Merged into @wdio/native-cdp-bridge; install @wdio/electron-service@>=10.2.0 (the CDP transport is now an internal implementation detail)."

Notes

  • Manual maintainer step — it can't run through the releasekit standing-PR flow, since the package no longer exists in the workspace.
  • Gate on the stable 10.2.0 release, not the prerelease, so -next testers aren't stranded.
  • Already-published versions (last was @wdio/electron-cdp-bridge@10.1.0) stay on npm; this only adds the deprecation notice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions