chore: release main (#12448)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2024-05-16 09:02:04 +00:00 committed by GitHub
parent 3de9fd3f4c
commit 9939c891b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
601 changed files with 131 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "22.8.2",
"packages/puppeteer-core": "22.8.2",
"packages/puppeteer": "22.9.0",
"packages/puppeteer-core": "22.9.0",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.6.0",
"packages/browsers": "2.2.3"

View File

@ -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/) 125.0.6422.60 - [Puppeteer v22.9.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.9.0/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 124.0.6367.207 - [Puppeteer v22.8.2](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.8.2/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 124.0.6367.201 - [Puppeteer v22.8.1](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.8.1/docs/api/index.md)
- [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 124.0.6367.91 - [Puppeteer v22.8.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.8.0/docs/api/index.md)

6
package-lock.json generated
View File

@ -12366,14 +12366,14 @@
}
},
"packages/puppeteer": {
"version": "22.8.2",
"version": "22.9.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "2.2.3",
"cosmiconfig": "9.0.0",
"devtools-protocol": "0.0.1286932",
"puppeteer-core": "22.8.2"
"puppeteer-core": "22.9.0"
},
"bin": {
"puppeteer": "lib/esm/puppeteer/node/cli.js"
@ -12386,7 +12386,7 @@
}
},
"packages/puppeteer-core": {
"version": "22.8.2",
"version": "22.9.0",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "2.2.3",

View File

@ -20,6 +20,13 @@ 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.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.8.2...puppeteer-core-v22.9.0) (2024-05-16)
### Features
* roll to Chrome 125.0.6422.60 (r1287751) ([#12446](https://github.com/puppeteer/puppeteer/issues/12446)) ([3de9fd3](https://github.com/puppeteer/puppeteer/commit/3de9fd3f4c88ec0bae190d385091c96badac3c1a))
## [22.8.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.8.1...puppeteer-core-v22.8.2) (2024-05-14)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "22.8.2",
"version": "22.9.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",

View File

@ -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.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.8.2...puppeteer-v22.9.0) (2024-05-16)
### Features
* roll to Chrome 125.0.6422.60 (r1287751) ([#12446](https://github.com/puppeteer/puppeteer/issues/12446)) ([3de9fd3](https://github.com/puppeteer/puppeteer/commit/3de9fd3f4c88ec0bae190d385091c96badac3c1a))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 22.8.2 to 22.9.0
## [22.8.2](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.8.1...puppeteer-v22.8.2) (2024-05-14)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "22.8.2",
"version": "22.9.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -124,7 +124,7 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "9.0.0",
"puppeteer-core": "22.8.2",
"puppeteer-core": "22.9.0",
"@puppeteer/browsers": "2.2.3",
"devtools-protocol": "0.0.1286932"
},

View File

@ -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.
['125.0.6422.60', 'NEXT'],
['125.0.6422.60', 'v22.9.0'],
['124.0.6367.207', 'v22.8.2'],
['124.0.6367.201', 'v22.8.1'],
['124.0.6367.91', 'v22.8.0'],

Some files were not shown because too many files have changed in this diff Show More