Skip to content

Commit

Permalink
chore: release main (#12456)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 24, 2024
1 parent f30977f commit d963fcd
Show file tree
Hide file tree
Showing 606 changed files with 355 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages/puppeteer": "22.9.0",
"packages/puppeteer-core": "22.9.0",
"packages/puppeteer": "22.10.0",
"packages/puppeteer-core": "22.10.0",
"packages/testserver": "0.6.0",
"packages/ng-schematics": "0.6.0",
"packages/browsers": "2.2.3"
Expand Down
1 change: 1 addition & 0 deletions docs/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.78 - [Puppeteer v22.10.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v22.10.0/docs/api/index.md)
- [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)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ 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.10.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.9.0...puppeteer-core-v22.10.0) (2024-05-24)


### Features

* support running Puppeteer in extensions ([#12459](https://github.com/puppeteer/puppeteer/issues/12459)) ([3c6f01a](https://github.com/puppeteer/puppeteer/commit/3c6f01a31dbaef0fdd7f477302b7daa95e0c0929))


### Bug Fixes

* providing null to page.authenticate should disable authentication ([#12203](https://github.com/puppeteer/puppeteer/issues/12203)) ([f375267](https://github.com/puppeteer/puppeteer/commit/f375267e790f61ee2a93d1f2811bef7539fc58d4))
* roll to Chrome 125.0.6422.76 (r1287751) ([#12477](https://github.com/puppeteer/puppeteer/issues/12477)) ([d83d9a6](https://github.com/puppeteer/puppeteer/commit/d83d9a6ae2b66b165a4aef5ae59ef3885bfbcff9))
* roll to Chrome 125.0.6422.78 (r1287751) ([#12484](https://github.com/puppeteer/puppeteer/issues/12484)) ([f30977f](https://github.com/puppeteer/puppeteer/commit/f30977f8172e3cca605514295fff2086bcd154be))
* **webdriver:** emit single HTTPRequest for Auth requests ([#12455](https://github.com/puppeteer/puppeteer/issues/12455)) ([637e827](https://github.com/puppeteer/puppeteer/commit/637e82796b492bcbc82d26753a019972b31a26fd))

## [22.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v22.8.2...puppeteer-core-v22.9.0) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer-core",
"version": "22.9.0",
"version": "22.10.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down
14 changes: 14 additions & 0 deletions packages/puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.9.0...puppeteer-v22.10.0) (2024-05-24)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 22.9.0 to 22.10.0

## [22.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.8.2...puppeteer-v22.9.0) (2024-05-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppeteer",
"version": "22.9.0",
"version": "22.10.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down Expand Up @@ -124,7 +124,7 @@
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "9.0.0",
"puppeteer-core": "22.9.0",
"puppeteer-core": "22.10.0",
"@puppeteer/browsers": "2.2.3",
"devtools-protocol": "0.0.1286932"
},
Expand Down
2 changes: 1 addition & 1 deletion versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.78', 'NEXT'],
['125.0.6422.78', 'v22.10.0'],
['125.0.6422.60', 'v22.9.0'],
['124.0.6367.207', 'v22.8.2'],
['124.0.6367.201', 'v22.8.1'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,19 @@ The constructor for this class is marked as internal. Third-party code should no
</td></tr>
<tr><td>

<span id="extensiontransport">[ExtensionTransport](./puppeteer.extensiontransport.md)</span>

</td><td>

**_(Experimental)_** Experimental ExtensionTransport allows establishing a connection via chrome.debugger API if Puppeteer runs in an extension. Since Chrome DevTools Protocol is restricted for extensions, the transport implements missing commands and events.

**Remarks:**

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `ExtensionTransport` class.

</td></tr>
<tr><td>

<span id="filechooser">[FileChooser](./puppeteer.filechooser.md)</span>

</td><td>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
sidebar_label: ExtensionTransport.close
---

# ExtensionTransport.close() method

#### Signature:

```typescript
class ExtensionTransport {
close(): void;
}
```

**Returns:**

void
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
sidebar_label: ExtensionTransport.connectTab
---

# ExtensionTransport.connectTab() method

#### Signature:

```typescript
class ExtensionTransport {
static connectTab(tabId: number): Promise<ExtensionTransport>;
}
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

tabId

</td><td>

number

</td><td>

</td></tr>
</tbody></table>
**Returns:**

Promise&lt;[ExtensionTransport](./puppeteer.extensiontransport.md)&gt;
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
---
sidebar_label: ExtensionTransport
---

# ExtensionTransport class

Experimental ExtensionTransport allows establishing a connection via chrome.debugger API if Puppeteer runs in an extension. Since Chrome DevTools Protocol is restricted for extensions, the transport implements missing commands and events.

#### Signature:

```typescript
export declare class ExtensionTransport implements ConnectionTransport
```
**Implements:** [ConnectionTransport](./puppeteer.connectiontransport.md)
## Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `ExtensionTransport` class.
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
<span id="onclose">onclose</span>
</td><td>
`optional`
</td><td>
() =&gt; void
</td><td>
</td></tr>
<tr><td>
<span id="onmessage">onmessage</span>
</td><td>
`optional`
</td><td>
(message: string) =&gt; void
</td><td>
</td></tr>
</tbody></table>
## Methods
<table><thead><tr><th>
Method
</th><th>
Modifiers
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
<span id="close">[close()](./puppeteer.extensiontransport.close.md)</span>
</td><td>
</td><td>
</td></tr>
<tr><td>
<span id="connecttab">[connectTab(tabId)](./puppeteer.extensiontransport.connecttab.md)</span>
</td><td>
`static`
</td><td>
</td></tr>
<tr><td>
<span id="send">[send(message)](./puppeteer.extensiontransport.send.md)</span>
</td><td>
</td><td>
</td></tr>
</tbody></table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
sidebar_label: ExtensionTransport.send
---

# ExtensionTransport.send() method

#### Signature:

```typescript
class ExtensionTransport {
send(message: string): void;
}
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

message

</td><td>

string

</td><td>

</td></tr>
</tbody></table>
**Returns:**

void
Loading

0 comments on commit d963fcd

Please sign in to comment.