chore(deps-dev): bump puppeteer from 22.15.0 to 25.11.0 - #2409
Conversation
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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>
0f888ad to
a0479eb
Compare
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 Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Bumps puppeteer from 22.15.0 to 25.11.0.
Release notes
Sourced from puppeteer's releases.
... (truncated)
Changelog
Sourced from puppeteer's changelog.
... (truncated)
Commits
043cd46chore: release main (#15433)079789achore(deps): bump the all group in /website with 2 updates (#15448)499c713docs: clarify JavaScript coverage across navigations (#15445)e1a15e7chore(deps): bump js-yaml from 4.3.1 to 4.3.2 in /website (#15444)947d527feat: roll to Chrome 153.0.8010.36 (#15443)23fd45fbuild: use portable npm output in browser revision update (#15442)966916bchore: avoid Unix-only tail in protocol check (#15438)84a8f0ebuild: run docs versioning on Windows (#15439)a2086c7test: cover Browser.connected state after disconnect (#15355)f0dc34cfix: roll to Chrome 152.0.7977.82 (#15434)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
postinstallscript that runs during installation. Review the package contents before updating.