Skip to content

Bump puppeteer from 24.43.1 to 25.0.3 in the puppeteer group#218

Merged
nev21 merged 6 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-17503db2fe
May 30, 2026
Merged

Bump puppeteer from 24.43.1 to 25.0.3 in the puppeteer group#218
nev21 merged 6 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-17503db2fe

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the puppeteer group with 1 update: puppeteer.

Updates puppeteer from 24.43.1 to 25.0.3

Additional fix: Puppeteer v25 changed executablePath() to return a Promise instead of a synchronous value. Updated core/karma.browser.conf.js and core/karma.worker.conf.js to resolve the executable path synchronously via a child subprocess, keeping Karma configs synchronous and unblocking the upgrade.


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.


Bumps the puppeteer group with 1 update: [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `puppeteer` from 24.43.1 to 25.0.3
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.43.1...puppeteer-v25.0.3)

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

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 18, 2026
@dependabot dependabot Bot requested review from a team as code owners May 18, 2026 11:45
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
@nev21

nev21 commented May 29, 2026

Copy link
Copy Markdown
Contributor

@copilot review nevware21/ts-utils#559 and apply the same changes to unblock puppeteer

Copilot AI commented May 29, 2026

Copy link
Copy Markdown
Contributor

@copilot review nevware21/ts-utils#559 and apply the same changes to unblock puppeteer

Applied the same fix from nevware21/ts-utils#559 to both core/karma.browser.conf.js and core/karma.worker.conf.js.

In puppeteer v25, executablePath() became async (returns a Promise). The fix uses childProcess.execFileSync to spawn a subprocess that resolves the path asynchronously and writes it to stdout, keeping the Karma config synchronous. Added the same graceful error handling (warn + process.exit(0)) so tests are skipped rather than failing hard if the executable can't be found.

Commit: fix: update karma configs for puppeteer v25 async executablePath

Copilot finished work on behalf of nev21 May 29, 2026 16:29
Copilot AI requested a review from nev21 May 29, 2026 16:29
@codecov

codecov Bot commented May 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.86%. Comparing base (42cd7cf) to head (4011205).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #218   +/-   ##
=======================================
  Coverage   89.86%   89.86%           
=======================================
  Files          23       23           
  Lines         513      513           
  Branches      138      138           
=======================================
  Hits          461      461           
  Misses         52       52           
🚀 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.

@nevware21-bot nevware21-bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by nevware21-bot

@nev21 nev21 merged commit 97034a2 into main May 30, 2026
10 checks passed
@nev21 nev21 deleted the dependabot/npm_and_yarn/puppeteer-17503db2fe branch May 30, 2026 19:59
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.

3 participants