Skip to content

Commit

Permalink
chore: release main (#13314)
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 Nov 21, 2024
1 parent e837140 commit ba33db8
Show file tree
Hide file tree
Showing 602 changed files with 188 additions and 11 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": "23.8.0",
"packages/puppeteer-core": "23.8.0",
"packages/puppeteer": "23.9.0",
"packages/puppeteer-core": "23.9.0",
"packages/testserver": "0.6.1",
"packages/ng-schematics": "0.7.0",
"packages/browsers": "2.4.1"
Expand Down
1 change: 1 addition & 0 deletions docs/supported-browsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If an exact matching version of Puppeteer isn't listed, the supported version of

| Puppeteer | Chrome | Firefox |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | --------------------------------------------------------- |
| [Puppeteer v23.9.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.9.0/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 131.0.6778.85 | [Firefox](https://www.mozilla.org/en-US/firefox/) 132.0.2 |
| [Puppeteer v23.8.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.8.0/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 131.0.6778.69 | [Firefox](https://www.mozilla.org/en-US/firefox/) 132.0.2 |
| [Puppeteer v23.7.1](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.7.1/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 130.0.6723.116 | [Firefox](https://www.mozilla.org/en-US/firefox/) 132.0.1 |
| [Puppeteer v23.7.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.7.0/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 130.0.6723.91 | [Firefox](https://www.mozilla.org/en-US/firefox/) 132.0 |
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.

13 changes: 13 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ 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

## [23.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v23.8.0...puppeteer-core-v23.9.0) (2024-11-21)


### Features

* config download behavior ([#13309](https://github.com/puppeteer/puppeteer/issues/13309)) ([c3ca96c](https://github.com/puppeteer/puppeteer/commit/c3ca96c9d354ea727bfe0954c1ee763ca1ae2a6b))


### Bug Fixes

* correctly resolve OOPIF response bodies ([#13311](https://github.com/puppeteer/puppeteer/issues/13311)) ([e837140](https://github.com/puppeteer/puppeteer/commit/e83714023e1c80e8ab32e0a100f57d7cf5f5e151))
* roll to Chrome 131.0.6778.85 ([#13312](https://github.com/puppeteer/puppeteer/issues/13312)) ([374cead](https://github.com/puppeteer/puppeteer/commit/374cead4b5537cf041dc5a1e38206e1a86333842))

## [23.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v23.7.1...puppeteer-core-v23.8.0) (2024-11-13)


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": "23.8.0",
"version": "23.9.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

## [23.9.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.8.0...puppeteer-v23.9.0) (2024-11-21)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 23.8.0 to 23.9.0

## [23.8.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.7.1...puppeteer-v23.8.0) (2024-11-13)


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": "23.8.0",
"version": "23.9.0",
"description": "A high-level API to control headless Chrome over the DevTools Protocol",
"keywords": [
"puppeteer",
Expand Down Expand Up @@ -127,7 +127,7 @@
"chromium-bidi": "0.8.0",
"cosmiconfig": "^9.0.0",
"devtools-protocol": "0.0.1367902",
"puppeteer-core": "23.8.0",
"puppeteer-core": "23.9.0",
"typed-query-selector": "^2.12.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"lastMaintainedChromeVersion": "124.0.6367.207",
"versions": [
[
"NEXT",
"v23.9.0",
{
"chrome": "131.0.6778.85",
"firefox": "stable_132.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,13 @@ Set of configurable options for CSS coverage.
</td></tr>
<tr><td>

<span id="downloadbehavior">[DownloadBehavior](./puppeteer.downloadbehavior.md)</span>

</td><td>

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

<span id="elementscreenshotoptions">[ElementScreenshotOptions](./puppeteer.elementscreenshotoptions.md)</span>

</td><td>
Expand Down Expand Up @@ -1472,6 +1479,13 @@ Represents the source scheme of the origin that originally set the cookie. A val
</td></tr>
<tr><td>

<span id="downloadpolicy">[DownloadPolicy](./puppeteer.downloadpolicy.md)</span>

</td><td>

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

<span id="elementfor">[ElementFor](./puppeteer.elementfor.md)</span>

</td><td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,25 @@ Sets the viewport for each page.
</td></tr>
<tr><td>

<span id="downloadbehavior">downloadBehavior</span>

</td><td>

`optional`

</td><td>

[DownloadBehavior](./puppeteer.downloadbehavior.md)

</td><td>

Sets the download behavior for the context.

</td><td>

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

<span id="protocol">protocol</span>

</td><td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ Default
</th></tr></thead>
<tbody><tr><td>

<span id="downloadbehavior">downloadBehavior</span>

</td><td>

`optional`

</td><td>

[DownloadBehavior](./puppeteer.downloadbehavior.md)

</td><td>

Behavior definition for when downloading a file.

**Remarks:**

If not set, the default behavior will be used.

</td><td>

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

<span id="proxybypasslist">proxyBypassList</span>

</td><td>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
sidebar_label: DownloadBehavior
---

# DownloadBehavior interface

### Signature

```typescript
export interface DownloadBehavior
```

## Properties

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

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

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

<span id="downloadpath">downloadPath</span>

</td><td>

`optional`

</td><td>

string

</td><td>

The default path to save downloaded files to.

**Remarks:**

Setting this is required if behavior is set to `allow` or `allowAndName`.

</td><td>

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

<span id="policy">policy</span>

</td><td>

</td><td>

[DownloadPolicy](./puppeteer.downloadpolicy.md)

</td><td>

Whether to allow all or deny all download requests, or use default behavior if available.

**Remarks:**

Setting this to `allowAndName` will name all files according to their download guids.

</td><td>

</td></tr>
</tbody></table>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
sidebar_label: DownloadPolicy
---

# DownloadPolicy type

### Signature

```typescript
export type DownloadPolicy = 'deny' | 'allow' | 'allowAndName' | 'default';
```
Loading

0 comments on commit ba33db8

Please sign in to comment.