Skip to content

build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 and update Karma config compatibility#321

Merged
nev21 merged 7 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-25.1.0
May 31, 2026
Merged

build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 and update Karma config compatibility#321
nev21 merged 7 commits into
mainfrom
dependabot/npm_and_yarn/puppeteer-25.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps puppeteer from 24.43.1 to 25.1.0.

Also updates Karma browser/worker configs (core + shim/chai) to handle Puppeteer executable path resolution compatibility, including:

  • resolving executable path in a synchronous-safe way for Karma config loading
  • handling both sync and async executablePath() behaviors
  • validating resolved browser binaries before use
  • gracefully skipping Chrome-based runs when no local Puppeteer browser binary is available

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 [puppeteer](https://github.com/puppeteer/puppeteer) from 24.43.1 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.1...puppeteer-v25.1.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 25.1.0
  dependency-type: direct:development
  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 28, 2026
@dependabot dependabot Bot requested review from a team as code owners May 28, 2026 22:03
@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 Puppeteer-unblock pattern from ts-utils PR #559 to this repo’s Karma browser/worker configs (core + shim/chai), with sync/async executablePath compatibility and missing-binary handling so tests no longer fail when Chrome isn’t available. Addressed in commit c630351.

Copilot AI changed the title build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 build(deps-dev): bump puppeteer from 24.43.1 to 25.1.0 and update Karma config compatibility May 29, 2026
Copilot finished work on behalf of nev21 May 29, 2026 16:42
Copilot AI requested a review from nev21 May 29, 2026 16:42
@codecov

codecov Bot commented May 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.30%. Comparing base (e9df56f) to head (9e693d5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #321   +/-   ##
=======================================
  Coverage   95.30%   95.30%           
=======================================
  Files         137      137           
  Lines        6388     6388           
  Branches     1640     1640           
=======================================
  Hits         6088     6088           
  Misses        300      300           
🚀 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.

@nev21 nev21 enabled auto-merge (squash) May 31, 2026 00:37

@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 d7eff11 into main May 31, 2026
10 checks passed
@nev21 nev21 deleted the dependabot/npm_and_yarn/puppeteer-25.1.0 branch May 31, 2026 01:30
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