Bump playwright from 1.52.0 to 1.55.1 by dependabot[bot] · Pull Request #538 · swiftwasm/JavaScriptKit

@dependabot bot added dependencies

Pull requests that update a dependency file

javascript

Pull requests that update javascript code

labels

Jan 28, 2026

kateinoigakukun

@dependabot @kateinoigakukun

kateinoigakukun added a commit that referenced this pull request

Jan 30, 2026
* Reapply "Bump playwright from 1.52.0 to 1.55.1 (#538)"

This reverts commit dac11cd.

* PackageToJS: Fix missing await for `page.exposeFunction`

It caused concurrent calls to `exposeFunction` and resulted losing
the function bindings after the playwright upgrade.