Skip to content

chore(deps-dev): bump puppeteer from 24.42.0 to 24.43.1#239

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/puppeteer-24.43.1
Closed

chore(deps-dev): bump puppeteer from 24.42.0 to 24.43.1#239
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/puppeteer-24.43.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps puppeteer from 24.42.0 to 24.43.1.

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.43.1

24.43.1 (2026-05-11)

🛠️ Fixes

⚡ Performance

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2

puppeteer: v24.43.1

24.43.1 (2026-05-11)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2
      • puppeteer-core bumped from 24.43.0 to 24.43.1

puppeteer-core: v24.43.0

24.43.0 (2026-05-06)

🎉 Features

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.43.1 (2026-05-11)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.1 to 2.13.2

🛠️ Fixes

⚡ Performance

24.43.0 (2026-05-06)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.13.0 to 2.13.1

🛠️ Fixes

... (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.42.0 to 24.43.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.42.0...puppeteer-v24.43.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-version: 24.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 15, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
get-based Ready Ready Preview, Comment May 15, 2026 5:57am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 15, 2026

Greptile Summary

Automated devDependency upgrade bumping puppeteer from 24.42.0 to 24.43.1 (and its transitive deps). Per CLAUDE.md, puppeteer is used only for headless browser tests and never ships to end users.

  • puppeteer / puppeteer-core 24.43.1: picks up bug fixes (reject BiDi URL restrictions, remove networkidle options from setContent, Firefox 150.0.2 roll) and performance improvements (correct sub-class disposal, optimised URL blocking).
  • Transitive bumps: @puppeteer/browsers 2.13.2, devtools-protocol 0.0.1608973, semver 7.8.0, socks 2.8.9, ws range lifted to ^8.20.0, typed-query-selector ^2.12.2.

Confidence Score: 5/5

Safe to merge — all changes are devDependencies confined to the test harness and never bundled into the production PWA.

Only the test toolchain changes; the production runtime ships with no bundler and no runtime dependencies, so even a problematic puppeteer release would not affect end users. The bump carries bug fixes and performance improvements with no breaking API changes in the 24.42→24.43 range.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps the puppeteer devDependency version specifier from ^24.42.0 to ^24.43.1; no other changes.
package-lock.json Lockfile updated to reflect puppeteer 24.43.1 and its transitive dependency bumps (@puppeteer/browsers 2.13.2, puppeteer-core 24.43.1, devtools-protocol 0.0.1608973, semver 7.8.0, socks 2.8.9, bare-events 2.8.3, bare-url 2.4.3); all are devDependencies that never reach end users.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["run-tests.sh"] --> B["node-side tests (Vitest)"]
    A --> C["Puppeteer browser tests"]
    C --> D["puppeteer 24.43.1"]
    D --> D1["puppeteer-core 24.43.1\n• BiDi URL restriction fix\n• networkidle removal from setContent\n• Firefox 150.0.2"]
    D --> D2["@puppeteer/browsers 2.13.2"]
    D --> D3["devtools-protocol 0.0.1608973"]
    D1 --> E["Headless Chromium/Firefox\n(Chrome 148.0.7778.56)"]
    E --> F["Test results ✓"]
    style A fill:#2d2d2d,color:#fff
    style F fill:#1a6e1a,color:#fff
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): bump puppeteer from 24...." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 22, 2026

Superseded by #292.

@dependabot dependabot Bot closed this May 22, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/puppeteer-24.43.1 branch May 22, 2026 05:57
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.

0 participants