Skip to content

chore(deps-dev): bump puppeteer from 22.15.0 to 25.11.0 - #2409

Merged
alexander-akait merged 2 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-25.10.0
Sep 20, 2026
Merged

alexander-akait merged 2 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-25.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026 •

Copy link
Copy Markdown
Contributor

Bumps puppeteer from 22.15.0 to 25.11.0.

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v25.11.0

25.11.0 (2026-09-13)

🎉 Features

🛠️ Fixes

📄 Documentation

  • clarify JavaScript coverage across navigations (#15445) (499c713)

puppeteer: v25.11.0

25.11.0 (2026-09-13)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.10.0 to 25.11.0

puppeteer-core: v25.10.0

25.10.0 (2026-09-03)

🎉 Features

🛠️ Fixes

  • detect a websocket connection that died without a close (#15406) (8c3576b)
  • distinguish an unwritable userDataDir from a running browser (#15405) (b464f6d)
  • do not miss the first screencast frame while startScreencast is in flight (#15389) (1969426)
  • roll to Chrome 152.0.7977.64 (#15395) (974e536)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

Changelog

Puppeteer's canonical changelogs are maintained with the packages:

The combined changelog is generated when the documentation website is built.

Historical combined entries are retained below.

25.8.0 (2026-08-17)

🎉 Features

🛠️ Fixes

  • computeSystemExecutablePath support validatePath (#15340) (73da9a4)
  • launch browsers in detached mode on Windows to fix flakiness (#15339) (8e1022b)
  • remove redundant overwrite and file access from ScreenRecorder (#15352) (61a1675)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.2.0 to 3.2.1

25.7.0 (2026-08-13)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.6.0 to 25.7.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for puppeteer since your current version.

Install script changes

This version adds postinstall script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 9, 2026
@changeset-bot

changeset-bot Bot commented Sep 9, 2026 •

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5c59d22

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@socket-security

socket-security Bot commented Sep 9, 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
Updatedpuppeteer@​22.15.0 ⏵ 25.11.092 -110093 +596 +46100

View full report

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.15.0 to 25.11.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v22.15.0...puppeteer-v25.11.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 25.10.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump puppeteer from 22.15.0 to 25.10.0 chore(deps-dev): bump puppeteer from 22.15.0 to 25.11.0 Sep 20, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/puppeteer-25.10.0 branch from 0f888ad to a0479eb Compare September 20, 2026 18:19
puppeteer is ESM-only since v25 and jest can only `require` such a module
on node.js 24.9+, so the suite would have run on the newest node alone.
Import it dynamically instead, which every version `engines` allows can
load, and turn the helper into the ES module its callers already import.

puppeteer 25 renders an Error logged as a console argument as the first
line of its stack rather than as an opaque handle, so the snapshot pins
the message the fixture threw and the placeholder for it is gone.
@codecov

codecov Bot commented Sep 20, 2026 •

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.17%. Comparing base (6113936) to head (5c59d22).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2409      +/-   ##
==========================================
- Coverage   97.29%   97.17%   -0.13%     
==========================================
  Files          13       13              
  Lines        1664     1664              
==========================================
- Hits         1619     1617       -2     
- Misses         45       47       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexander-akait
alexander-akait merged commit 7185cb2 into main Sep 20, 2026
21 of 22 checks passed
@alexander-akait
alexander-akait deleted the dependabot/npm_and_yarn/puppeteer-25.10.0 branch September 20, 2026 19:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant