fix(browser): update browser context creation for current Puppeteer API and refresh build configuration

This commit is contained in:
2026-05-01 16:26:59 +00:00
parent 5b8eb43181
commit 24aa17f6bc
11 changed files with 3530 additions and 5764 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-01 - 2.0.6 - fix(browser)
update browser context creation for current Puppeteer API and refresh build configuration
- Replace deprecated incognito context creation with createBrowserContext() for compatibility with newer Puppeteer versions
- Refresh build and test tooling configuration, including updated scripts and Node typings
- Rename the test entrypoint to test.node.ts and migrate assertions to @git.zone/tstest/tapbundle
## 2025-02-25 - 2.0.5 - fix(dependencies)
Update dependencies including Puppeteer and node types.