chore: release main (#10577)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
This commit is contained in:
parent
25e33717f5
commit
03adf4189e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"packages/puppeteer": "20.8.3",
|
||||
"packages/puppeteer-core": "20.8.3",
|
||||
"packages/puppeteer": "20.9.0",
|
||||
"packages/puppeteer-core": "20.9.0",
|
||||
"packages/testserver": "0.6.0",
|
||||
"packages/ng-schematics": "0.3.0",
|
||||
"packages/browsers": "1.4.5"
|
||||
"packages/browsers": "1.4.6"
|
||||
}
|
||||
|
@ -4,6 +4,7 @@ The following versions of Chromium are supported, mapped to Puppeteer version:
|
||||
|
||||
<!-- version-start -->
|
||||
|
||||
- Chromium 115.0.5790.98 - [Puppeteer v20.9.0](https://pptr.dev/20.9.0)
|
||||
- [Chrome for Testing](https://goo.gle/chrome-for-testing) 114.0.5735.133 - [Puppeteer v20.7.2](https://pptr.dev/20.7.2)
|
||||
- [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)
|
||||
|
18
package-lock.json
generated
18
package-lock.json
generated
@ -10368,7 +10368,7 @@
|
||||
},
|
||||
"packages/browsers": {
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"debug": "4.3.4",
|
||||
@ -10445,23 +10445,23 @@
|
||||
"dev": true
|
||||
},
|
||||
"packages/puppeteer": {
|
||||
"version": "20.8.3",
|
||||
"version": "20.9.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.4.5",
|
||||
"@puppeteer/browsers": "1.4.6",
|
||||
"cosmiconfig": "8.2.0",
|
||||
"puppeteer-core": "20.8.3"
|
||||
"puppeteer-core": "20.9.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.3.0"
|
||||
}
|
||||
},
|
||||
"packages/puppeteer-core": {
|
||||
"version": "20.8.3",
|
||||
"version": "20.9.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@puppeteer/browsers": "1.4.5",
|
||||
"@puppeteer/browsers": "1.4.6",
|
||||
"chromium-bidi": "0.4.16",
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
@ -16152,15 +16152,15 @@
|
||||
"puppeteer": {
|
||||
"version": "file:packages/puppeteer",
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.4.5",
|
||||
"@puppeteer/browsers": "1.4.6",
|
||||
"cosmiconfig": "8.2.0",
|
||||
"puppeteer-core": "20.8.3"
|
||||
"puppeteer-core": "20.9.0"
|
||||
}
|
||||
},
|
||||
"puppeteer-core": {
|
||||
"version": "file:packages/puppeteer-core",
|
||||
"requires": {
|
||||
"@puppeteer/browsers": "1.4.5",
|
||||
"@puppeteer/browsers": "1.4.6",
|
||||
"chromium-bidi": "0.4.16",
|
||||
"cross-fetch": "4.0.0",
|
||||
"debug": "4.3.4",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## [1.4.6](https://github.com/puppeteer/puppeteer/compare/browsers-v1.4.5...browsers-v1.4.6) (2023-07-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* restore proxy-agent ([#10569](https://github.com/puppeteer/puppeteer/issues/10569)) ([bf6304e](https://github.com/puppeteer/puppeteer/commit/bf6304e064eb52d39d7f993f1ea868da06f7f006))
|
||||
|
||||
## [1.4.5](https://github.com/puppeteer/puppeteer/compare/browsers-v1.4.4...browsers-v1.4.5) (2023-07-13)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@puppeteer/browsers",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"description": "Download and launch browsers",
|
||||
"scripts": {
|
||||
"build:docs": "wireit",
|
||||
|
@ -14,6 +14,26 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
* dependencies
|
||||
* @puppeteer/browsers bumped from 1.4.4 to 1.4.5
|
||||
|
||||
## [20.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.8.3...puppeteer-core-v20.9.0) (2023-07-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add autofill support ([#10565](https://github.com/puppeteer/puppeteer/issues/10565)) ([6c9306a](https://github.com/puppeteer/puppeteer/commit/6c9306a72e0f7195a4a6c300645f6089845c9abc))
|
||||
* roll to Chrome 115.0.5790.98 (r1148114) ([#10584](https://github.com/puppeteer/puppeteer/issues/10584)) ([830f926](https://github.com/puppeteer/puppeteer/commit/830f926d486675701720b5c147f597364f3e8f7b))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update the target to ES2022 ([#10574](https://github.com/puppeteer/puppeteer/issues/10574)) ([88439f9](https://github.com/puppeteer/puppeteer/commit/88439f913ed4159cdc8be573f2dbda0b1f615301))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @puppeteer/browsers bumped from 1.4.5 to 1.4.6
|
||||
|
||||
## [20.8.3](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v20.8.2...puppeteer-core-v20.8.3) (2023-07-18)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer-core",
|
||||
"version": "20.8.3",
|
||||
"version": "20.9.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
@ -149,7 +149,7 @@
|
||||
"debug": "4.3.4",
|
||||
"devtools-protocol": "0.0.1147663",
|
||||
"ws": "8.13.0",
|
||||
"@puppeteer/browsers": "1.4.5"
|
||||
"@puppeteer/browsers": "1.4.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": ">= 4.7.4"
|
||||
|
@ -22,6 +22,21 @@ All notable changes to this project will be documented in this file. See [standa
|
||||
* puppeteer-core bumped from 20.8.1 to 20.8.2
|
||||
* @puppeteer/browsers bumped from 1.4.4 to 1.4.5
|
||||
|
||||
## [20.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.8.3...puppeteer-v20.9.0) (2023-07-20)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **puppeteer:** Synchronize puppeteer versions
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* puppeteer-core bumped from 20.8.3 to 20.9.0
|
||||
* @puppeteer/browsers bumped from 1.4.5 to 1.4.6
|
||||
|
||||
## [20.8.3](https://github.com/puppeteer/puppeteer/compare/puppeteer-v20.8.2...puppeteer-v20.8.3) (2023-07-18)
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "20.8.3",
|
||||
"version": "20.9.0",
|
||||
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
|
||||
"keywords": [
|
||||
"puppeteer",
|
||||
@ -125,7 +125,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"cosmiconfig": "8.2.0",
|
||||
"puppeteer-core": "20.8.3",
|
||||
"@puppeteer/browsers": "1.4.5"
|
||||
"puppeteer-core": "20.9.0",
|
||||
"@puppeteer/browsers": "1.4.6"
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
const versionsPerRelease = new Map([
|
||||
// This is a mapping from Chrome version => Puppeteer version.
|
||||
// In Chrome roll patches, use `NEXT` for the Puppeteer version.
|
||||
['115.0.5790.98', 'NEXT'],
|
||||
['115.0.5790.98', 'v20.9.0'],
|
||||
['114.0.5735.133', 'v20.7.2'],
|
||||
['114.0.5735.90', 'v20.6.0'],
|
||||
['113.0.5672.63', 'v20.1.0'],
|
||||
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
sidebar_label: ActionCondition
|
||||
---
|
||||
|
||||
# ActionCondition type
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export type ActionCondition = (
|
||||
element: ElementHandle,
|
||||
signal: AbortSignal
|
||||
) => Promise<void>;
|
||||
```
|
||||
|
||||
**References:** [ElementHandle](./puppeteer.elementhandle.md)
|
@ -1,18 +0,0 @@
|
||||
---
|
||||
sidebar_label: ActionOptions
|
||||
---
|
||||
|
||||
# ActionOptions interface
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export interface ActionOptions
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description | Default |
|
||||
| ---------- | --------------------- | ----------------------------------------------------- | ----------- | ------- |
|
||||
| conditions | | [ActionCondition](./puppeteer.actioncondition.md)\[\] | | |
|
||||
| signal | <code>optional</code> | AbortSignal | | |
|
@ -1,27 +0,0 @@
|
||||
---
|
||||
sidebar_label: Locator.click
|
||||
---
|
||||
|
||||
# Locator.click() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
abstract click(
|
||||
clickOptions?: ClickOptions & {
|
||||
signal?: AbortSignal;
|
||||
}
|
||||
): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| ------------ | --------------------------------------------------------------------------- | ------------ |
|
||||
| clickOptions | [ClickOptions](./puppeteer.clickoptions.md) & { signal?: AbortSignal; } | _(Optional)_ |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
@ -1,31 +0,0 @@
|
||||
---
|
||||
sidebar_label: Locator.fill
|
||||
---
|
||||
|
||||
# Locator.fill() method
|
||||
|
||||
Fills out the input identified by the locator using the provided value. The type of the input is determined at runtime and the appropriate fill-out method is chosen based on the type. contenteditable, selector, inputs are supported.
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
abstract fill(
|
||||
value: string,
|
||||
fillOptions?: {
|
||||
signal?: AbortSignal;
|
||||
}
|
||||
): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| ----------- | ------------------------- | ------------ |
|
||||
| value | string | |
|
||||
| fillOptions | { signal?: AbortSignal; } | _(Optional)_ |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
@ -1,23 +0,0 @@
|
||||
---
|
||||
sidebar_label: Locator.hover
|
||||
---
|
||||
|
||||
# Locator.hover() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
abstract hover(hoverOptions?: {signal?: AbortSignal}): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| ------------ | ------------------------- | ------------ |
|
||||
| hoverOptions | { signal?: AbortSignal; } | _(Optional)_ |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
@ -1,25 +0,0 @@
|
||||
---
|
||||
sidebar_label: Locator.race
|
||||
---
|
||||
|
||||
# Locator.race() method
|
||||
|
||||
Creates a race between multiple locators but ensures that only a single one acts.
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
static race(locators: Locator[]): Locator;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ------------------------------------- | ----------- |
|
||||
| locators | [Locator](./puppeteer.locator.md)\[\] | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
[Locator](./puppeteer.locator.md)
|
@ -1,27 +0,0 @@
|
||||
---
|
||||
sidebar_label: Locator.scroll
|
||||
---
|
||||
|
||||
# Locator.scroll() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Locator {
|
||||
abstract scroll(scrollOptions?: {
|
||||
scrollTop?: number;
|
||||
scrollLeft?: number;
|
||||
signal?: AbortSignal;
|
||||
}): Promise<void>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| ------------- | ------------------------------------------------------------------ | ------------ |
|
||||
| scrollOptions | { scrollTop?: number; scrollLeft?: number; signal?: AbortSignal; } | _(Optional)_ |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<void>
|
@ -1,25 +0,0 @@
|
||||
---
|
||||
sidebar_label: Page.addStyleTag_2
|
||||
---
|
||||
|
||||
# Page.addStyleTag() method
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
class Page {
|
||||
addStyleTag(
|
||||
options: FrameAddStyleTagOptions
|
||||
): Promise<ElementHandle<HTMLStyleElement | HTMLLinkElement>>;
|
||||
}
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --------- | ----------------------------------------------------------------- | ----------- |
|
||||
| options | [FrameAddStyleTagOptions](./puppeteer.frameaddstyletagoptions.md) | |
|
||||
|
||||
**Returns:**
|
||||
|
||||
Promise<[ElementHandle](./puppeteer.elementhandle.md)<HTMLStyleElement \| HTMLLinkElement>>
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
sidebar_label: InstalledBrowser
|
||||
---
|
||||
|
||||
# InstalledBrowser interface
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export interface InstalledBrowser
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description | Default |
|
||||
| -------- | --------- | ------------------------------------------------ | ----------- | ------- |
|
||||
| browser | | [Browser](./browsers.browser.md) | | |
|
||||
| buildId | | string | | |
|
||||
| path | | string | | |
|
||||
| platform | | [BrowserPlatform](./browsers.browserplatform.md) | | |
|
@ -67,6 +67,7 @@ sidebar_label: API
|
||||
| Interface | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [ActionOptions](./puppeteer.actionoptions.md) | |
|
||||
| [AutofillData](./puppeteer.autofilldata.md) | |
|
||||
| [BoundingBox](./puppeteer.boundingbox.md) | |
|
||||
| [BoxModel](./puppeteer.boxmodel.md) | |
|
||||
| [BrowserConnectOptions](./puppeteer.browserconnectoptions.md) | Generic browser options that can be passed when launching any browser or when connecting to an existing browser instance. |
|
||||
@ -97,6 +98,7 @@ sidebar_label: API
|
||||
| [LaunchOptions](./puppeteer.launchoptions.md) | Generic launch options that can be passed when launching any browser. |
|
||||
| [LocatorEventObject](./puppeteer.locatoreventobject.md) | |
|
||||
| [LocatorOptions](./puppeteer.locatoroptions.md) | |
|
||||
| [LocatorScrollOptions](./puppeteer.locatorscrolloptions.md) | |
|
||||
| [MediaFeature](./puppeteer.mediafeature.md) | |
|
||||
| [Metrics](./puppeteer.metrics.md) | |
|
||||
| [MouseClickOptions](./puppeteer.mouseclickoptions.md) | |
|
||||
@ -147,7 +149,6 @@ sidebar_label: API
|
||||
|
||||
| Type Alias | Description |
|
||||
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| [ActionCondition](./puppeteer.actioncondition.md) | |
|
||||
| [ActionResult](./puppeteer.actionresult.md) | |
|
||||
| [Awaitable](./puppeteer.awaitable.md) | |
|
||||
| [AwaitableIterable](./puppeteer.awaitableiterable.md) | |
|
||||
@ -167,11 +168,13 @@ sidebar_label: API
|
||||
| [InterceptResolutionStrategy](./puppeteer.interceptresolutionstrategy.md) | |
|
||||
| [KeyInput](./puppeteer.keyinput.md) | All the valid keys that can be passed to functions that take user input, such as [keyboard.press](./puppeteer.keyboard.press.md) |
|
||||
| [KeyPressOptions](./puppeteer.keypressoptions.md) | |
|
||||
| [LocatorClickOptions](./puppeteer.locatorclickoptions.md) | |
|
||||
| [LowerCasePaperFormat](./puppeteer.lowercasepaperformat.md) | |
|
||||
| [MouseButton](./puppeteer.mousebutton.md) | |
|
||||
| [NodeFor](./puppeteer.nodefor.md) | |
|
||||
| [PaperFormat](./puppeteer.paperformat.md) | All the valid paper format types when printing a PDF. |
|
||||
| [Permission](./puppeteer.permission.md) | |
|
||||
| [Predicate](./puppeteer.predicate.md) | |
|
||||
| [Product](./puppeteer.product.md) | Supported products. |
|
||||
| [ProtocolLifeCycleEvent](./puppeteer.protocollifecycleevent.md) | |
|
||||
| [PuppeteerLifeCycleEvent](./puppeteer.puppeteerlifecycleevent.md) | |
|
@ -0,0 +1,17 @@
|
||||
---
|
||||
sidebar_label: ActionOptions
|
||||
---
|
||||
|
||||
# ActionOptions interface
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export interface ActionOptions
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description | Default |
|
||||
| -------- | --------------------- | ----------- | ----------- | ------- |
|
||||
| signal | <code>optional</code> | AbortSignal | | |
|
@ -0,0 +1,17 @@
|
||||
---
|
||||
sidebar_label: AutofillData
|
||||
---
|
||||
|
||||
# AutofillData interface
|
||||
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export interface AutofillData
|
||||
```
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Modifiers | Type | Description | Default |
|
||||
| ---------- | --------- | --------------------------------------------------------------------------------------- | ----------- | ------- |
|
||||
| creditCard | | { number: string; name: string; expiryMonth: string; expiryYear: string; cvc: string; } | | |
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user