mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: release main (#9863)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
parent
022c909326
commit
dcfec6dbbd
@ -1,7 +1,7 @@
|
||||
{
|
||||
"packages/puppeteer": "19.7.5",
|
||||
"packages/puppeteer-core": "19.7.5",
|
||||
"packages/puppeteer": "19.8.0",
|
||||
"packages/puppeteer-core": "19.8.0",
|
||||
"packages/testserver": "0.6.0",
|
||||
"packages/ng-schematics": "0.1.0",
|
||||
"packages/browsers": "0.1.1"
|
||||
"packages/browsers": "0.2.0"
|
||||
}
|
||||
|
@ -4,6 +4,7 @@ The following versions of Chromium are supported, mapped to Puppeteer version:
|
||||
|
||||
<!-- version-start -->
|
||||
|
||||
- Chromium 112.0.5614.0 - [Puppeteer v19.8.0](https://pptr.dev/19.8.0)
|
||||
- Chromium 111.0.5556.0 - [Puppeteer v19.7.0](https://github.com/puppeteer/puppeteer/blob/v19.7.0/docs/api/index.md)
|
||||
- Chromium 110.0.5479.0 - [Puppeteer v19.6.0](https://github.com/puppeteer/puppeteer/blob/v19.6.0/docs/api/index.md)
|
||||
- Chromium 109.0.5412.0 - [Puppeteer v19.4.0](https://github.com/puppeteer/puppeteer/blob/v19.4.0/docs/api/index.md)
|
||||
|
10
package-lock.json
generated
10
package-lock.json
generated
@ -9317,7 +9317,7 @@
|
||||
},
|
||||
"packages/browsers": {
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"debug": "4.3.4",
|
||||
@ -9466,7 +9466,7 @@
|
||||
}
|
||||
},
|
||||
"packages/puppeteer": {
|
||||
"version": "19.7.5",
|
||||
"version": "19.8.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
@ -9474,11 +9474,11 @@
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-from-env": "1.1.0",
|
||||
"puppeteer-core": "19.7.5"
|
||||
"puppeteer-core": "19.8.0"
|
||||
}
|
||||
},
|
||||
"packages/puppeteer-core": {
|
||||
"version": "19.7.5",
|
||||
"version": "19.8.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"chromium-bidi": "0.4.5",
|
||||
@ -14456,7 +14456,7 @@
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-from-env": "1.1.0",
|
||||
"puppeteer-core": "19.7.5"
|
||||
"puppeteer-core": "19.8.0"
|
||||
}
|
||||
},
|
||||
"puppeteer-core": {
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [0.2.0](https://github.com/puppeteer/puppeteer/compare/browsers-v0.1.1...browsers-v0.2.0) (2023-03-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* implement a command to clear the cache ([#9868](https://github.com/puppeteer/puppeteer/issues/9868)) ([b8d38cb](https://github.com/puppeteer/puppeteer/commit/b8d38cb05f7eedf554ed46f2f7428b621197d1cc))
|
||||
|
||||
## [0.1.1](https://github.com/puppeteer/puppeteer/compare/browsers-v0.1.0...browsers-v0.1.1) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "Download and launch browsers",
|
||||
"scripts": {
|
||||
"build": "wireit",
|
||||
|
@ -2,6 +2,22 @@
|
||||
|
||||
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.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.7.5...puppeteer-core-v19.8.0) (2023-03-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add Page.waitForDevicePrompt ([#9299](https://github.com/puppeteer/puppeteer/issues/9299)) ([a5149d5](https://github.com/puppeteer/puppeteer/commit/a5149d52f54036a27a411bc070902b1eb3a7a629))
|
||||
* **chromium:** roll to Chromium 112.0.5614.0 (r1108766) ([#9841](https://github.com/puppeteer/puppeteer/issues/9841)) ([eddb1f6](https://github.com/puppeteer/puppeteer/commit/eddb1f6ec3958b79fea297123f7621eb7beaff04))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fallback to CSS ([#9876](https://github.com/puppeteer/puppeteer/issues/9876)) ([e6ec9c2](https://github.com/puppeteer/puppeteer/commit/e6ec9c295847fa0f1ec240952f0f2523bb13b7c8))
|
||||
* implement protocol-level timeouts ([#9877](https://github.com/puppeteer/puppeteer/issues/9877)) ([510b36c](https://github.com/puppeteer/puppeteer/commit/510b36c50001c95783b00dc8af42b5801ec57358))
|
||||
* viewport.deviceScaleFactor can be set to system default ([#9911](https://github.com/puppeteer/puppeteer/issues/9911)) ([022c909](https://github.com/puppeteer/puppeteer/commit/022c90932658d13ff4ae4aa51d26716f5dbe54ac))
|
||||
* waitForNavigation issue with aborted events ([#9883](https://github.com/puppeteer/puppeteer/issues/9883)) ([36c029b](https://github.com/puppeteer/puppeteer/commit/36c029b38d64a10590bfc74ecea255a58914b0d2))
|
||||
|
||||
## [19.7.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v19.7.4...puppeteer-core-v19.7.5) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer-core",
|
||||
"version": "19.7.5",
|
||||
"version": "19.8.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
|
@ -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.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.5...puppeteer-v19.8.0) (2023-03-24)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **puppeteer:** Synchronize puppeteer versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* puppeteer-core bumped from 19.7.5 to 19.8.0
|
||||
|
||||
## [19.7.5](https://github.com/puppeteer/puppeteer/compare/puppeteer-v19.7.4...puppeteer-v19.7.5) (2023-03-14)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "19.7.5",
|
||||
"version": "19.8.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
@ -119,6 +119,6 @@
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-from-env": "1.1.0",
|
||||
"puppeteer-core": "19.7.5"
|
||||
"puppeteer-core": "19.8.0"
|
||||
}
|
||||
}
|
||||
|
@ -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.
|
||||
['112.0.5614.0', 'NEXT'],
|
||||
['112.0.5614.0', 'v19.8.0'],
|
||||
['111.0.5556.0', 'v19.7.0'],
|
||||
['110.0.5479.0', 'v19.6.0'],
|
||||
['109.0.5412.0', 'v19.4.0'],
|
||||
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
sidebar_label: ConnectionCallback.error
|
||||
---
|
||||
|
||||
# ConnectionCallback.error property
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
interface ConnectionCallback {
|
||||
error: ProtocolError;
|
||||
}
|
||||
```
|
@ -1,25 +0,0 @@
|
||||
---
|
||||
sidebar_label: ConnectionCallback
|
||||
---
|
||||
|
||||
# ConnectionCallback interface
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export interface ConnectionCallback
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description | Default |
|
||||
| -------------------------------------------------- | --------- | --------------------------------------------- | ----------- | ------- |
|
||||
| [error](./puppeteer.connectioncallback.error.md) | | [ProtocolError](./puppeteer.protocolerror.md) | | |
|
||||
| [method](./puppeteer.connectioncallback.method.md) | | string | | |
|
||||
|
||||
## Methods
|
||||
|
||||
| Method | Description |
|
||||
| ---------------------------------------------------------- | ----------- |
|
||||
| [reject(args)](./puppeteer.connectioncallback.reject.md) | |
|
||||
| [resolve(args)](./puppeteer.connectioncallback.resolve.md) | |
|
@ -1,13 +0,0 @@
|
||||
---
|
||||
sidebar_label: ConnectionCallback.method
|
||||
---
|
||||
|
||||
# ConnectionCallback.method property
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
interface ConnectionCallback {
|
||||
method: string;
|
||||
}
|
||||
```
|
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: ConnectionCallback.reject
|
||||
---
|
||||
|
||||
# ConnectionCallback.reject() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
interface ConnectionCallback {
|
||||
reject(args: unknown): void;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------- | ----------- |
|
||||
| args | unknown | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
void
|
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: ConnectionCallback.resolve
|
||||
---
|
||||
|
||||
# ConnectionCallback.resolve() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
interface ConnectionCallback {
|
||||
resolve(args: unknown): void;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------- | ----------- |
|
||||
| args | unknown | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
void
|
@ -74,7 +74,6 @@ sidebar_label: API
|
||||
| [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> |
|
||||
| [ConnectionCallback](./puppeteer.connectioncallback.md) | |
|
||||
| [ConnectionTransport](./puppeteer.connectiontransport.md) | |
|
||||
| [ConnectOptions](./puppeteer.connectoptions.md) | |
|
||||
| [ConsoleMessageLocation](./puppeteer.consolemessagelocation.md) | |
|
@ -18,5 +18,6 @@ export interface BrowserConnectOptions
|
||||
| ---------------------------------------------------------------------------- | --------- | ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ------- |
|
||||
| [defaultViewport?](./puppeteer.browserconnectoptions.defaultviewport.md) | | [Viewport](./puppeteer.viewport.md) \| null | _(Optional)_ Sets the viewport for each page. | |
|
||||
| [ignoreHTTPSErrors?](./puppeteer.browserconnectoptions.ignorehttpserrors.md) | | boolean | _(Optional)_ Whether to ignore HTTPS errors during navigation. | false |
|
||||
| [protocolTimeout?](./puppeteer.browserconnectoptions.protocoltimeout.md) | | number | _(Optional)_ Timeout setting for individual protocol (CDP) calls. | 30000 |
|
||||
| [slowMo?](./puppeteer.browserconnectoptions.slowmo.md) | | number | _(Optional)_ Slows down Puppeteer operations by the specified amount of milliseconds to aid debugging. | |
|
||||
| [targetFilter?](./puppeteer.browserconnectoptions.targetfilter.md) | | [TargetFilterCallback](./puppeteer.targetfiltercallback.md) | _(Optional)_ Callback to decide if Puppeteer should connect to a given target or not. | |
|
@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_label: BrowserConnectOptions.protocolTimeout
|
||||
---
|
||||
|
||||
# BrowserConnectOptions.protocolTimeout property
|
||||
|
||||
Timeout setting for individual protocol (CDP) calls.
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
interface BrowserConnectOptions {
|
||||
protocolTimeout?: number;
|
||||
}
|
||||
```
|
||||
|
||||
#### Default value:
|
||||
|
||||
30000
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user