You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: drop self-symlink workaround now that companion betas read globalThis
@codeceptjs/configure@4.0.0-beta.4 and @codeceptjs/expect-helper@4.0.0-beta.5
no longer do top-level `import 'codeceptjs'` — they read from the
globalThis.codeceptjs registry the runner sets up in lib/host.js. The
self-symlink that fed them a resolvable codeceptjs package in CI is no
longer needed.
- Bump @codeceptjs/configure to ^4.0.0-beta.4
- Bump @codeceptjs/expect-helper to ^4.0.0-beta.5
- Remove the `ln -sfn .. node_modules/codeceptjs` step from dtslint,
playwright, plugin, puppeteer, webdriver, and test workflows
- Delete scripts/upstream-patches/ — the patches it documented are now
released in the companion packages
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments