feat: port upstream service changes (9.28.0 → 9.29.1+) into the extract#40
Merged
kamal-kaur04 merged 1 commit intoJul 10, 2026
Conversation
….28.0 → 9.29.1+)
The extract was copied from webdriverio/webdriverio at ~9.28.0; the monorepo has since
shipped several @wdio/browserstack-service changes not present here. Porting the net
service-src delta (v9.28.0 → official main) so the first publish from this repo doesn't
regress users. Captured PRs:
- feat #15335 one-to-many Test-Case-ID tagging (setCustomTestCaseId) — new customTags.ts,
custom-tags-handler.ts, cli/modules/customTagsModule.ts + service/insights wiring
- feat #15259 Load Testing Service (LTS) support (isLoadTestingSession, LTS session id, gRPC)
- fix #15310 finish the correct test/hook on mocha timeout (service.ts, types.ts)
- fix #15331 isolate per-batch failures in the request queue
- fix #15379 ship a11y Browser type augmentations
- fix #15358 upgrade yauzl -> ^3.4.0 (node hang on zip); lockfile updated minimally
Method: per-file 3-way merge (base = upstream v9.28.0, theirs = upstream main, ours = this
repo), so upstream changes AND this repo's changes both survive. Verified: the earlier
Semgrep fix (regex -> endsWith/slice in util.ts / insights-handler.ts) is preserved, 0 merge
conflicts, and `npm run build` (buf generate + esbuild + tsc) passes.
NOTE: #15316 was not a merged monorepo commit (open PR / different id) — capture on merge.
Dependency-package changes (@wdio/utils #15305 etc.) are separate published packages, not
ported here.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kamal-kaur04
approved these changes
Jul 10, 2026
a56cd70
into
migration/monorepo-add-wdio-browserstack-service
0 of 3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The extract was copied from
webdriverio/webdriverioat ~9.28.0. The monorepo has since shipped several@wdio/browserstack-servicechanges (npmlatestis now9.29.1) that are not in this repo. Publishing from here without them would ship an older codebase under a newer version — a regression for users. (PR #39 only synced this repo's ownmain, which is the old-flat gRPC core — a different source.)What's ported (net service-
srcdelta, v9.28.0 → upstreammain— 20 files, +823/−46)setCustomTestCaseId) — newcustomTags.ts,custom-tags-handler.ts,cli/modules/customTagsModule.ts+ service/insights wiringisLoadTestingSession, LTS session id, gRPC/testHub)service.ts,types.ts)yauzl→^3.4.0(node hang on zip) — lockfile updated minimally (yauzl-only)Method & validation
base= upstreamv9.28.0,theirs= upstreammain,ours= this repo) so upstream changes and this repo's own changes both survive.new RegExp(...)→endsWith/sliceinutil.ts/insights-handler.ts) is preserved.npm run build(buf generate + esbuild + tsc) passes (build/index.js2.6mb).^3.0.0→^3.4.0, resolved 3.4.0) via--legacy-peer-deps=falseto stay CI-consistent.Notes
main.@wdio/utils#15305 etc. are separate published packages the service consumes as deps — not ported here.🤖 Generated with Claude Code