chore: release main (#10375)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
release-please[bot] 2023-06-13 12:24:39 +00:00 committed by GitHub
parent 7cb6059bcc
commit 3e3911acdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
556 changed files with 61 additions and 34 deletions

View File

@ -1,6 +1,6 @@
{
"packages/puppeteer": "20.6.0",
"packages/puppeteer-core": "20.6.0",
"packages/puppeteer": "20.7.0",
"packages/puppeteer-core": "20.7.0",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.2.0",
"packages/browsers": "1.4.1"

View File

@ -4,7 +4,7 @@ The following versions of Chromium are supported, mapped to Puppeteer version:
<!-- version-start -->
- Chromium 114.0.5735.90 - [Puppeteer v20.6.0](https://pptr.dev/20.6.0)
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 114.0.5735.90 - [Puppeteer v20.6.0](https://pptr.dev/20.6.0)
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 113.0.5672.63 - [Puppeteer v20.1.0](https://pptr.dev/20.1.0)
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 112.0.5615.121 - [Puppeteer v20.0.0](https://pptr.dev/20.0.0)
- Chromium 112.0.5614.0 - [Puppeteer v19.8.0](https://github.com/puppeteer/puppeteer/blob/v19.8.0/docs/api/index.md)

8
package-lock.json generated
View File

@ -10081,20 +10081,20 @@
"dev": true
},
"packages/puppeteer": {
"version": "20.6.0",
"version": "20.7.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.4.1",
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.6.0"
"puppeteer-core": "20.7.0"
},
"engines": {
"node": ">=16.3.0"
}
},
"packages/puppeteer-core": {
"version": "20.6.0",
"version": "20.7.0",
"license": "Apache-2.0",
"dependencies": {
"@puppeteer/browsers": "1.4.1",
@ -15631,7 +15631,7 @@
"requires": {
"@puppeteer/browsers": "1.4.1",
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.6.0"
"puppeteer-core": "20.7.0"
}
},
"puppeteer-core": {

View File

@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file. See [standa
* dependencies
* @puppeteer/browsers bumped from 1.0.1 to 1.1.0
## [20.7.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.6.0...puppeteer-core-v20.7.0) (2023-06-13)
### Features
* add `reset` to mouse ([#10340](https://github.com/puppeteer/puppeteer/issues/10340)) ([35aedc0](https://github.com/puppeteer/puppeteer/commit/35aedc0dbbd80818e6f83ff9f0777dc3ea2588f0))
### Bug Fixes
* Locator.scroll in race ([#10363](https://github.com/puppeteer/puppeteer/issues/10363)) ([ba28724](https://github.com/puppeteer/puppeteer/commit/ba28724952b41ea653830a75efc4c73b234ea354))
* mark CDPSessionOnMessageObject as internal ([#10373](https://github.com/puppeteer/puppeteer/issues/10373)) ([7cb6059](https://github.com/puppeteer/puppeteer/commit/7cb6059bcc36f8dc3739a8df9119c658146ac100))
* specify the context id when adding bindings ([#10366](https://github.com/puppeteer/puppeteer/issues/10366)) ([c2d3488](https://github.com/puppeteer/puppeteer/commit/c2d3488ad8c0453312557ba28e6ade9c32464f17))
## [20.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.5.0...puppeteer-core-v20.6.0) (2023-06-09)

View File

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

View File

@ -15,6 +15,20 @@ All notable changes to this project will be documented in this file. See [standa
* puppeteer-core bumped from 20.1.1 to 20.1.2
* @puppeteer/browsers bumped from 1.0.1 to 1.1.0
## [20.7.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.6.0...puppeteer-v20.7.0) (2023-06-13)
### Miscellaneous Chores
* **puppeteer:** Synchronize puppeteer versions
### Dependencies
* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 20.6.0 to 20.7.0
## [20.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.5.0...puppeteer-v20.6.0) (2023-06-09)

View File

@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "20.6.0",
"version": "20.7.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
@ -120,7 +120,7 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "8.2.0",
"puppeteer-core": "20.6.0",
"puppeteer-core": "20.7.0",
"@puppeteer/browsers": "1.4.1"
}
}

View File

@ -1,21 +0,0 @@
---
sidebar_label: CDPSessionOnMessageObject
---
# CDPSessionOnMessageObject interface
#### Signature:
```typescript
export interface CDPSessionOnMessageObject
```
## Properties
| Property | Modifiers | Type | Description | Default |
| -------- | --------------------- | --------------------------------------------- | ----------- | ------- |
| error | | { message: string; data: any; code: number; } | | |
| id | <code>optional</code> | number | | |
| method | | string | | |
| params | | Record&lt;string, unknown&gt; | | |
| result | <code>optional</code> | any | | |

View File

@ -72,7 +72,6 @@ sidebar_label: API
| [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) | Generic browser options that can be passed when launching any browser or when connecting to an existing browser instance. |
| [BrowserContextOptions](./puppeteer.browsercontextoptions.md) | BrowserContext options. |
| [BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md) | Launcher options that only apply to Chrome. |
| [CDPSessionOnMessageObject](./puppeteer.cdpsessiononmessageobject.md) | |
| [ClickOptions](./puppeteer.clickoptions.md) | |
| [CommonEventEmitter](./puppeteer.commoneventemitter.md) | |
| [Configuration](./puppeteer.configuration.md) | <p>Defines options to configure Puppeteer's behavior during installation and runtime.</p><p>See individual properties for more information.</p> |

View File

@ -20,6 +20,6 @@ Promise&lt;string&gt;
## Remarks
For headless browser, this is similar to `HeadlessChrome/61.0.3153.0`. For non-headless, this is similar to `Chrome/61.0.3153.0`.
For headless browser, this is similar to `HeadlessChrome/61.0.3153.0`. For non-headless or new-headless, this is similar to `Chrome/61.0.3153.0`. For Firefox, it is similar to `Firefox/116.0a1`.
The format of browser.version() might change with future releases of browsers.

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