chore: release main (#9168)

This commit is contained in:
release-please[bot] 2022-10-26 09:51:16 +02:00 committed by GitHub
parent 0d4607905d
commit 4ef83e0ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
741 changed files with 37 additions and 13 deletions

View File

@ -1,5 +1,5 @@
{
"packages/puppeteer": "19.1.2",
"packages/puppeteer-core": "19.1.1",
"packages/puppeteer": "19.2.0",
"packages/puppeteer-core": "19.2.0",
"packages/testserver": "0.6.0"
}

View File

@ -8,6 +8,7 @@ The following versions of Chromium are supported, mapped to Puppeteer version:
<!-- version-start -->
- Chromium 108.0.5351.0 - [Puppeteer v19.2.0](https://pptr.dev/19.2.0)
- Chromium 107.0.5296.0 - [Puppeteer v18.1.0](https://github.com/puppeteer/puppeteer/blob/v18.1.0/docs/api/index.md)
- Chromium 106.0.5249.0 - [Puppeteer v17.1.0](https://github.com/puppeteer/puppeteer/blob/v17.1.0/docs/api/index.md)
- Chromium 105.0.5173.0 - [Puppeteer v15.5.0](https://github.com/puppeteer/puppeteer/blob/v15.5.0/docs/api/index.md)

8
package-lock.json generated
View File

@ -8464,7 +8464,7 @@
}
},
"packages/puppeteer": {
"version": "19.1.2",
"version": "19.2.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
@ -8473,14 +8473,14 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.1.1"
"puppeteer-core": "19.2.0"
},
"engines": {
"node": ">=14.1.0"
}
},
"packages/puppeteer-core": {
"version": "19.1.1",
"version": "19.2.0",
"license": "Apache-2.0",
"dependencies": {
"cross-fetch": "3.1.5",
@ -13303,7 +13303,7 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.1.1"
"puppeteer-core": "19.2.0"
}
},
"puppeteer-core": {

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.2.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.1.1...puppeteer-core-v19.2.0) (2022-10-26)
### Features
* **chromium:** roll to Chromium 108.0.5351.0 (r1056772) ([#9153](https://github.com/puppeteer/puppeteer/issues/9153)) ([e78a4e8](https://github.com/puppeteer/puppeteer/commit/e78a4e89c22bb1180e72d180c16b39673ff9125e))
## [19.1.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.1.0...puppeteer-core-v19.1.1) (2022-10-24)

View File

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

View File

@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [19.2.0](https://github.com/puppeteer/puppeteer/compare/v19.1.2...v19.2.0) (2022-10-26)
### Features
* **chromium:** roll to Chromium 108.0.5351.0 (r1056772) ([#9153](https://github.com/puppeteer/puppeteer/issues/9153)) ([e78a4e8](https://github.com/puppeteer/puppeteer/commit/e78a4e89c22bb1180e72d180c16b39673ff9125e))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 19.1.1 to ^19.2.0
## [19.1.2](https://github.com/puppeteer/puppeteer/compare/v19.1.1...v19.1.2) (2022-10-25)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "19.1.2",
"version": "19.2.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -140,6 +140,6 @@
"https-proxy-agent": "5.0.1",
"progress": "2.0.3",
"proxy-from-env": "1.1.0",
"puppeteer-core": "19.1.1"
"puppeteer-core": "19.2.0"
}
}

View File

@ -17,7 +17,7 @@
const versionsPerRelease = new Map([
// This is a mapping from Chromium version => Puppeteer version.
// In Chromium roll patches, use `NEXT` for the Puppeteer version.
['108.0.5351.0', 'NEXT'],
['108.0.5351.0', 'v19.2.0'],
['107.0.5296.0', 'v18.1.0'],
['106.0.5249.0', 'v17.1.0'],
['105.0.5173.0', 'v15.5.0'],

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