Skip to content

Build(deps): bump puppeteer from 24.43.0 to 25.1.0 (roll to Chrome 149.0.7827.2)#1494

Merged
macbre merged 5 commits into
develfrom
dependabot/npm_and_yarn/puppeteer-25.1.0
May 28, 2026
Merged

Build(deps): bump puppeteer from 24.43.0 to 25.1.0 (roll to Chrome 149.0.7827.2)#1494
macbre merged 5 commits into
develfrom
dependabot/npm_and_yarn/puppeteer-25.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor

Bumps puppeteer from 24.43.0 to 25.1.0.

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v25.1.0

25.1.0 (2026-05-26)

🎉 Features

🛠️ Fixes

📄 Documentation

🏗️ Refactor

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.3 to 3.0.4

puppeteer: v25.1.0

25.1.0 (2026-05-26)

🎉 Features

  • roll to Chrome 149.0.7827.2 (af1b9be)

🛠️ Fixes

🏗️ Refactor

... (truncated)

Changelog

Sourced from puppeteer's changelog.

25.1.0 (2026-05-26)

🎉 Features

🛠️ Fixes

🏗️ Refactor

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.3 to 3.0.4

📄 Documentation

25.0.4 (2026-05-18)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.0.3 to 25.0.4

🛠️ Fixes

  • Throw TargetCloseError when session ID not found (#15002) (611abef)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 24.43.0 to 25.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.43.0...puppeteer-v25.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 26, 2026
@socket-security

socket-security Bot commented May 26, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​jest/​globals@​28.1.2 ⏵ 29.7.010010063 +595100
Updatedjest@​28.1.2 ⏵ 29.7.01001006896100
Updatedpuppeteer@​24.43.0 ⏵ 25.1.0921009097100

View full report

@macbre

macbre commented May 27, 2026

Copy link
Copy Markdown
Owner
 #13 8.030 npm error Error: ERROR: Failed to set up chrome-headless-shell v149.0.7827.22! Set "PUPPETEER_SKIP_DOWNLOAD" env variable to skip download.
#13 8.030 npm error     at downloadBrowser (file:///opt/phantomas/node_modules/puppeteer/lib/puppeteer/node/install.js:26:15)
#13 8.030 npm error     at async Promise.allSettled (index 1)
#13 8.030 npm error     at async downloadBrowsers (file:///opt/phantomas/node_modules/puppeteer/lib/puppeteer/node/install.js:83:21) {
#13 8.030 npm error   [cause]: Error: All providers failed for chrome-headless-shell 149.0.7827.22:
#13 8.030 npm error     - DefaultProvider: Extraction failed: Required native binary ('tar.exe', 'powershell.exe', 'pwsh.exe' or 'unzip') was not found in the system PATH.

DefaultProvider: Extraction failed: Required native binary ('tar.exe', 'powershell.exe', 'pwsh.exe' or 'unzip') was not found in the system PATH.
@macbre macbre self-assigned this May 27, 2026
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 31)
@macbre macbre changed the title Build(deps): bump puppeteer from 24.43.0 to 25.1.0 Build(deps): bump puppeteer from 24.43.0 to 25.1.0 (roll to Chrome 149.0.7827.2) May 27, 2026
@macbre
macbre enabled auto-merge (squash) May 27, 2026 10:28
@macbre

macbre commented May 27, 2026

Copy link
Copy Markdown
Owner
2026-05-27T08:43:17.679Z phantomas:browser An exception was raised while closing the browser: TypeError: this.browser.isConnected is not a function
2026-05-27T08:43:17.679Z phantomas:browser TypeError: this.browser.isConnected is not a function
    at Browser.close (/home/runner/work/phantomas/phantomas/lib/browser.js:349:38)
    at async /home/runner/work/phantomas/phantomas/lib/index.js:198:7

macbre and others added 2 commits May 28, 2026 09:37
Replace the removed `isConnected()` method with the `connected` getter
property introduced in Puppeteer 25.

See https://pptr.dev/api/puppeteer.browser#connected

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@macbre
macbre merged commit 83e22ac into devel May 28, 2026
11 checks passed
@macbre
macbre deleted the dependabot/npm_and_yarn/puppeteer-25.1.0 branch May 28, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant