Skip to content

Commit

Permalink
chore: release main (#12610)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 21, 2024
1 parent 20ed8fc commit 6937a76
Show file tree
Hide file tree
Showing 610 changed files with 588 additions and 610 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/puppeteer": "22.11.2",
"packages/puppeteer-core": "22.11.2",
"packages/puppeteer": "22.12.0",
"packages/puppeteer-core": "22.12.0",
"packages/testserver": "0.6.1",
"packages/ng-schematics": "0.6.1",
"packages/browsers": "2.2.3"
Expand Down
1 change: 1 addition & 0 deletions docs/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The following versions of the browsers are supported, mapped to Puppeteer versio

<!-- version-start -->

- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.63 - [Puppeteer v22.12.0](/~https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.12.0/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.61 - [Puppeteer v22.11.1](/~https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.11.1/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 126.0.6478.55 - [Puppeteer v22.11.0](/~https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.11.0/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 125.0.6422.141 - [Puppeteer v22.10.1](/~https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.10.1/docs/api/index.md)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ All notable changes to this project will be documented in this file. See [standa
* dependencies
* @puppeteer/browsers bumped from 1.5.1 to 1.6.0

## [22.12.0](/~https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.11.2...puppeteer-core-v22.12.0) (2024-06-21)


### Features

* support AbortSignal in page.waitForRequest/Response/NetworkIdle/Frame ([#12621](/~https://github.com/puppeteer/puppeteer/issues/12621)) ([54ecea7](/~https://github.com/puppeteer/puppeteer/commit/54ecea7db5180ec024d81a7ac14c73387550d1d6))
* **webdriver:** support for `PageEvent.Popup` ([#12612](/~https://github.com/puppeteer/puppeteer/issues/12612)) ([293926b](/~https://github.com/puppeteer/puppeteer/commit/293926b61a3552f9ec7e9a62383688e775f12df0))


### Bug Fixes

* **performance:** clear targets on browser context close ([#12609](/~https://github.com/puppeteer/puppeteer/issues/12609)) ([6609758](/~https://github.com/puppeteer/puppeteer/commit/660975824ac94b85a260e99b95db0a11bb5a2e07))
* roll to Chrome 126.0.6478.62 (r1300313) ([#12615](/~https://github.com/puppeteer/puppeteer/issues/12615)) ([80dd131](/~https://github.com/puppeteer/puppeteer/commit/80dd1316a09e87dda65f68e5cbe299d335147599))
* roll to Chrome 126.0.6478.63 (r1300313) ([#12632](/~https://github.com/puppeteer/puppeteer/issues/12632)) ([20ed8fc](/~https://github.com/puppeteer/puppeteer/commit/20ed8fcb1415501525368305a9bc509af03d63ff))

## [22.11.2](/~https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.11.1...puppeteer-core-v22.11.2) (2024-06-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "22.11.2",
"version": "22.12.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down
14 changes: 14 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ All notable changes to this project will be documented in this file. See [standa
* puppeteer-core bumped from 21.0.2 to 21.0.3
* @puppeteer/browsers bumped from 1.5.1 to 1.6.0

## [22.12.0](/~https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.2...puppeteer-v22.12.0) (2024-06-21)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 22.11.2 to 22.12.0

## [22.11.2](/~https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.1...puppeteer-v22.11.2) (2024-06-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "22.11.2",
"version": "22.12.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down Expand Up @@ -124,7 +124,7 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "9.0.0",
"puppeteer-core": "22.11.2",
"puppeteer-core": "22.12.0",
"@puppeteer/browsers": "2.2.3",
"devtools-protocol": "0.0.1299070"
},
Expand Down
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chrome version => Puppeteer version.
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
['126.0.6478.63', 'NEXT'],
['126.0.6478.63', 'v22.12.0'],
['126.0.6478.61', 'v22.11.1'],
['126.0.6478.55', 'v22.11.0'],
['125.0.6422.141', 'v22.10.1'],
Expand Down

This file was deleted.

Loading

0 comments on commit 6937a76

Please sign in to comment.