fix(browser): sync lockfile for Playwright Bun patch (PR #307)

This commit is contained in:
Peter Steinberger
2026-01-06 19:19:47 +00:00
parent 16ce78233f
commit fab37be7a0
2 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
### Fixes ### Fixes
- Docs: add missing `ui:install` setup step in the README. Thanks @hugobarauna for PR #300. - Docs: add missing `ui:install` setup step in the README. Thanks @hugobarauna for PR #300.
- Build: import tool-display JSON as a module instead of runtime file reads. Thanks @mukhtharcm for PR #312. - Build: import tool-display JSON as a module instead of runtime file reads. Thanks @mukhtharcm for PR #312.
- Browser: fix `browser snapshot`/`browser act` timeouts under Bun by patching Playwrights CDP WebSocket selection. Thanks @azade-c for PR #307.
- Telegram: stop typing after tool results. Thanks @AbhisekBasu1 for PR #322. - Telegram: stop typing after tool results. Thanks @AbhisekBasu1 for PR #322.
- Messages: stop defaulting ack reactions to 👀 when identity emoji is missing. - Messages: stop defaulting ack reactions to 👀 when identity emoji is missing.
- Auto-reply: require slash for control commands to avoid false triggers in normal text. - Auto-reply: require slash for control commands to avoid false triggers in normal text.

9
pnpm-lock.yaml generated
View File

@@ -11,6 +11,9 @@ patchedDependencies:
'@mariozechner/pi-ai': '@mariozechner/pi-ai':
hash: b49275c3e2023970d8248ababef6df60e093e58a3ba3127c2ba4de1df387d06a hash: b49275c3e2023970d8248ababef6df60e093e58a3ba3127c2ba4de1df387d06a
path: patches/@mariozechner__pi-ai.patch path: patches/@mariozechner__pi-ai.patch
playwright-core@1.57.0:
hash: 66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02
path: patches/playwright-core@1.57.0.patch
qrcode-terminal: qrcode-terminal:
hash: ed82029850dbdf551f5df1de320945af52b8ea8500cc7bd4f39258e7a3d92e12 hash: ed82029850dbdf551f5df1de320945af52b8ea8500cc7bd4f39258e7a3d92e12
path: patches/qrcode-terminal.patch path: patches/qrcode-terminal.patch
@@ -102,7 +105,7 @@ importers:
version: 5.3.2 version: 5.3.2
playwright-core: playwright-core:
specifier: 1.57.0 specifier: 1.57.0
version: 1.57.0 version: 1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02)
proper-lockfile: proper-lockfile:
specifier: ^4.1.2 specifier: ^4.1.2
version: 4.1.2 version: 4.1.2
@@ -5394,11 +5397,11 @@ snapshots:
dependencies: dependencies:
pngjs: 7.0.0 pngjs: 7.0.0
playwright-core@1.57.0: {} playwright-core@1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02): {}
playwright@1.57.0: playwright@1.57.0:
dependencies: dependencies:
playwright-core: 1.57.0 playwright-core: 1.57.0(patch_hash=66f1f266424dbe354068aaa5bba87bfb0e1d7d834a938c25dd70d43cdf1c1b02)
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2