Skip to content

Commit c9a5e08

Browse files
chore(deps): update dependency puppeteer to v24.24.1 (#2223)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme) ([source](https://redirect.github.com/puppeteer/puppeteer)) | [`24.24.0` -> `24.24.1`](https://renovatebot.com/diffs/npm/puppeteer/24.24.0/24.24.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/24.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/24.24.0/24.24.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>puppeteer/puppeteer (puppeteer)</summary> ### [`v24.24.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24241-2025-10-13) [Compare Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.0...puppeteer-v24.24.1) ##### Miscellaneous Chores - **puppeteer:** Synchronize puppeteer versions ##### Dependencies - The following workspace dependencies were updated - dependencies - [@&#8203;puppeteer/browsers](https://redirect.github.com/puppeteer/browsers) bumped from 2.10.11 to 2.10.12 ##### Bug Fixes - detect missing X11 server and report errors ([#&#8203;14306](https://redirect.github.com/puppeteer/puppeteer/issues/14306)) ([74c551b](https://redirect.github.com/puppeteer/puppeteer/commit/74c551be1fc0473a2c7a0db61dd340bd405ea1d4)) - Revert "fix(webdriver): response should be created on responseStarted" ([#&#8203;14312](https://redirect.github.com/puppeteer/puppeteer/issues/14312)) ([abb8ee0](https://redirect.github.com/puppeteer/puppeteer/commit/abb8ee0d976f39491693b74e10d119b85715699a)) - revert Accessibility heuristic focus changes ([#&#8203;14313](https://redirect.github.com/puppeteer/puppeteer/issues/14313)) ([8b1706a](https://redirect.github.com/puppeteer/puppeteer/commit/8b1706ade203de8d3e8c6408fb818853ae3e67de)) - **webdriver:** response should be created on responseStarted ([#&#8203;14302](https://redirect.github.com/puppeteer/puppeteer/issues/14302)) ([c86e367](https://redirect.github.com/puppeteer/puppeteer/commit/c86e36744d09fde517692269ac28a7ab49648cd4)) - **windows:** use lockfile to detect concurrent chrome instances ([#&#8203;14307](https://redirect.github.com/puppeteer/puppeteer/issues/14307)) ([8d3a60b](https://redirect.github.com/puppeteer/puppeteer/commit/8d3a60b99629ec345b34dae9687057d3a9261dc5)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a57c87 commit c9a5e08

File tree

6 files changed

+108
-108
lines changed

6 files changed

+108
-108
lines changed

packages/examples/_/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/_/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"express": "5.1.0",
1010
"picocolors": "1.1.1",
1111
"portfinder": "1.0.38",
12-
"puppeteer": "24.24.0"
12+
"puppeteer": "24.24.1"
1313
}
1414
}

packages/examples/docker-compose-starter-example/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/docker-compose-starter-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cross-env": "7.0.3",
1616
"html-webpack-plugin": "5.6.4",
1717
"picocolors": "1.1.1",
18-
"puppeteer": "24.24.0",
18+
"puppeteer": "24.24.1",
1919
"rimraf": "6.0.1",
2020
"webpack": "5.102.1",
2121
"webpack-cli": "6.0.1"

0 commit comments

Comments
 (0)