Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(chrome)!: update the pinned browser version to 131.0.6724.0 #2622

Conversation

browser-automation-bot
Copy link
Contributor

@browser-automation-bot browser-automation-bot force-pushed the browser-automation-bot/update-browser-version branch from e4183c4 to 340711d Compare September 18, 2024 09:56
@sadym-chromium sadym-chromium changed the base branch from sadym/update-browser-version.yml to main September 18, 2024 09:58
@sadym-chromium sadym-chromium added puppeteer Run Puppeteer test when added to PR update-expectations Update WPT expectations labels Sep 18, 2024
@sadym-chromium sadym-chromium force-pushed the browser-automation-bot/update-browser-version branch from 340711d to 6f8a2c8 Compare September 18, 2024 10:42
@sadym-chromium sadym-chromium enabled auto-merge (squash) September 18, 2024 10:43
@sadym-chromium sadym-chromium merged commit ff9658a into GoogleChromeLabs:main Sep 18, 2024
45 of 46 checks passed
OrKoN pushed a commit that referenced this pull request Sep 30, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.8.0](chromium-bidi-v0.7.1...chromium-bidi-v0.8.0)
(2024-09-30)


### ⚠ BREAKING CHANGES

* **chrome:** update the pinned browser version to 131.0.6724.0
([#2622](#2622))

### Features

* `browsingContext.traverseHistory` only for top-level navigables
([#2627](#2627))
([dd0dec5](dd0dec5))
* **chrome:** update the pinned browser version to 131.0.6724.0
([#2622](#2622))
([ff9658a](ff9658a))


### Bug Fixes

* show correct log method
([#2644](#2644))
([4c66419](4c66419))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@@ -118,6 +118,14 @@ export abstract class Realm {
delete deepSerializedValue['weakLocalObjectReference'];
}

if (
(deepSerializedValue as any).type === 'node' &&
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This causes a bug in the hasOwn check, we should not cast as any in such case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
puppeteer Run Puppeteer test when added to PR update-expectations Update WPT expectations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants