Skip to content

Commit

Permalink
chore: release main (#13224)
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 Oct 28, 2024
1 parent 1fee9ff commit 2b06f0a
Show file tree
Hide file tree
Showing 597 changed files with 275 additions and 253 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.6.0",
"packages/puppeteer-core": "23.6.0",
"packages/puppeteer": "23.6.1",
"packages/puppeteer-core": "23.6.1",
"packages/testserver": "0.6.1",
"packages/ng-schematics": "0.7.0",
"packages/browsers": "2.4.0"
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.6.1](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.6.1/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 130.0.6723.69 | [Firefox](https://www.mozilla.org/en-US/firefox/) 131.0.3 |
| [Puppeteer v23.6.0](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.6.0/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 130.0.6723.58 | [Firefox](https://www.mozilla.org/en-US/firefox/) 131.0.3 |
| [Puppeteer v23.5.3](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.5.3/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 129.0.6668.100 | [Firefox](https://www.mozilla.org/en-US/firefox/) 131.0.2 |
| [Puppeteer v23.5.2](https://github.com/puppeteer/puppeteer/blob/puppeteer-v23.5.2/docs/api/index.md) | [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) 129.0.6668.91 | [Firefox](https://www.mozilla.org/en-US/firefox/) 131.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.

10 changes: 10 additions & 0 deletions packages/puppeteer-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ 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.6.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v23.6.0...puppeteer-core-v23.6.1) (2024-10-28)


### Bug Fixes

* correctly handle errors in the ExtensionTransport ([#13244](https://github.com/puppeteer/puppeteer/issues/13244)) ([1fee9ff](https://github.com/puppeteer/puppeteer/commit/1fee9ff269d59e9750b264fe46c9b8be7d36bff1))
* roll to Chrome 130.0.6723.69 ([#13227](https://github.com/puppeteer/puppeteer/issues/13227)) ([76390bf](https://github.com/puppeteer/puppeteer/commit/76390bf5ac1cb6d70962f3a99cbfd43675ed8e4f))
* **webdriver:** consider subdomain in cookie filtering ([#13232](https://github.com/puppeteer/puppeteer/issues/13232)) ([98102ec](https://github.com/puppeteer/puppeteer/commit/98102ececf253ef6f0305d4dfb96e23981ea02f2))
* **webdriver:** partially handle client-side redirects in page.goto ([#13222](https://github.com/puppeteer/puppeteer/issues/13222)) ([442ed05](https://github.com/puppeteer/puppeteer/commit/442ed05b67c806339edf5fffee37fe27e7f410a3))

## [23.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-core-v23.5.3...puppeteer-core-v23.6.0) (2024-10-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": "23.6.0",
"version": "23.6.1",
"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.6.1](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.6.0...puppeteer-v23.6.1) (2024-10-28)


### Miscellaneous Chores

* **puppeteer:** Synchronize puppeteer versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* puppeteer-core bumped from 23.6.0 to 23.6.1

## [23.6.0](https://github.com/puppeteer/puppeteer/compare/puppeteer-v23.5.3...puppeteer-v23.6.0) (2024-10-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": "23.6.0",
"version": "23.6.1",
"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.1354347",
"puppeteer-core": "23.6.0",
"puppeteer-core": "23.6.1",
"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.6.1",
{
"chrome": "130.0.6723.69",
"firefox": "stable_131.0.3"
Expand Down
44 changes: 0 additions & 44 deletions website/versioned_docs/version-23.6.0/api/puppeteer.connect.md

This file was deleted.

46 changes: 0 additions & 46 deletions website/versioned_docs/version-23.6.0/api/puppeteer.launch.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This won't share cookies/cache with other [browser contexts](./puppeteer.browser
```typescript
class Browser {
abstract createBrowserContext(
options?: BrowserContextOptions
options?: BrowserContextOptions,
): Promise<BrowserContext>;
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will look all open [browser contexts](./puppeteer.browsercontext.md).
class Browser {
waitForTarget(
predicate: (x: Target) => boolean | Promise<boolean>,
options?: WaitForTargetOptions
options?: WaitForTargetOptions,
): Promise<Target>;
}
```
Expand Down Expand Up @@ -70,6 +70,6 @@ Finding a target for a page opened via `window.open`:
```ts
await page.evaluate(() => window.open('https://www.example.com/'));
const newWindowTarget = await browser.waitForTarget(
target => target.url() === 'https://www.example.com/'
target => target.url() === 'https://www.example.com/',
);
```
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Grants this [browser context](./puppeteer.browsercontext.md) the given `permissi
class BrowserContext {
abstract overridePermissions(
origin: string,
permissions: Permission[]
permissions: Permission[],
): Promise<void>;
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This will look all open [browser contexts](./puppeteer.browsercontext.md).
class BrowserContext {
waitForTarget(
predicate: (x: Target) => boolean | Promise<boolean>,
options?: WaitForTargetOptions
options?: WaitForTargetOptions,
): Promise<Target>;
}
```
Expand Down Expand Up @@ -70,6 +70,6 @@ Finding a target for a page opened via `window.open`:
```ts
await page.evaluate(() => window.open('https://www.example.com/'));
const newWindowTarget = await browserContext.waitForTarget(
target => target.url() === 'https://www.example.com/'
target => target.url() === 'https://www.example.com/',
);
```
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The constructor for this class is marked as internal. Third-party code should no
const client = await page.createCDPSession();
await client.send('Animation.enable');
client.on('Animation.animationCreated', () =>
console.log('Animation created!')
console.log('Animation created!'),
);
const response = await client.send('Animation.getPlaybackRate');
console.log('playback rate is ' + response.playbackRate);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CDPSession {
abstract send<T extends keyof ProtocolMapping.Commands>(
method: T,
params?: ProtocolMapping.Commands[T]['paramsType'][0],
options?: CommandOptions
options?: CommandOptions,
): Promise<ProtocolMapping.Commands[T]['returnType']>;
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_label: CommonEventEmitter.off
interface CommonEventEmitter {
off<Key extends keyof Events>(
type: Key,
handler?: Handler<Events[Key]>
handler?: Handler<Events[Key]>,
): this;
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_label: CommonEventEmitter.once
interface CommonEventEmitter {
once<Key extends keyof Events>(
type: Key,
handler: Handler<Events[Key]>
handler: Handler<Events[Key]>,
): this;
}
```
Expand Down
43 changes: 43 additions & 0 deletions website/versioned_docs/version-23.6.1/api/puppeteer.connect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
sidebar_label: connect
---

# connect() function

### Signature

```typescript
connect: (options: PuppeteerCore.ConnectOptions) =>
Promise<PuppeteerCore.Browser>;
```

## Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

options

</td><td>

[PuppeteerCore.ConnectOptions](./puppeteer.connectoptions.md)

</td><td>

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

Promise&lt;[PuppeteerCore.Browser](./puppeteer.browser.md)&gt;
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Connection {
url: string,
transport: ConnectionTransport,
delay?: number,
timeout?: number
timeout?: number,
);
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Connection {
send<T extends keyof ProtocolMapping.Commands>(
method: T,
params?: ProtocolMapping.Commands[T]['paramsType'][0],
options?: CommandOptions
options?: CommandOptions,
): Promise<ProtocolMapping.Commands[T]['returnType']>;
}
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: defaultArgs
### Signature

```typescript
defaultArgs: (options?: import("puppeteer-core/internal/puppeteer-core.js").BrowserLaunchArgumentOptions) => string[]
defaultArgs: (options?: PuppeteerCore.BrowserLaunchArgumentOptions) => string[]
```

## Parameters
Expand All @@ -31,7 +31,7 @@ options

</td><td>

import("puppeteer-core/internal/puppeteer-core.js").[BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md)
[PuppeteerCore.BrowserLaunchArgumentOptions](./puppeteer.browserlaunchargumentoptions.md)

</td><td>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const [devicePrompt] = Promise.all([
page.click('#connect-bluetooth'),
]);
await devicePrompt.select(
await devicePrompt.waitForDevice(({name}) => name.includes('My Device'))
await devicePrompt.waitForDevice(({name}) => name.includes('My Device')),
);
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Resolve to the first device in the prompt matching a filter.
class DeviceRequestPrompt {
waitForDevice(
filter: (device: DeviceRequestPromptDevice) => boolean,
options?: WaitTimeoutOptions
options?: WaitTimeoutOptions,
): Promise<DeviceRequestPromptDevice>;
}
```
Expand Down
Loading

0 comments on commit 2b06f0a

Please sign in to comment.