Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 10, 2025

Upgrades chromedp from v0.8.4 to v0.13.2 to get latest bug fixes, performance improvements, and security updates.

Changes

  • chromedp: v0.8.4 → v0.13.2
  • chromedp/cdproto: updated to v0.0.0-20250319231242-a755498943c8
  • chromedp/sysutil: v1.0.0 → v1.1.0
  • gobwas/ws: v1.1.0 → v1.4.0
  • golang.org/x/sys: updated to v0.29.0
  • go-json-experiment/json: added as new transitive dependency
  • Go version: 1.21 → 1.23.0

No code changes required - existing usage of chromedp.Run(), chromedp.Navigate(), chromedp.OuterHTML(), chromedp.Cancel(), and chromedp.NewContext() in routers/ssr_pool.go remains compatible.

Original prompt

This section details on the original issue you should resolve

<issue_title>[feature] upgrade chromedp dependency</issue_title>
<issue_description>need to upgrade chromedp dependency to latest: https://github.com/chromedp/chromedp/releases/tag/v0.13.2</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Copilot AI changed the title [WIP] Upgrade chromedp dependency to latest version Upgrade chromedp to v0.13.2 Dec 10, 2025
Copilot AI requested a review from hsluoyz December 10, 2025 06:11
@hsluoyz hsluoyz marked this pull request as ready for review December 10, 2025 06:20
@hsluoyz
Copy link
Member

hsluoyz commented Dec 10, 2025

@copilot go.mod compatibility should change to: "go 1.23.0", don't use go1.24

Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 10, 2025

@copilot go.mod compatibility should change to: "go 1.23.0", don't use go1.24

Updated go.mod to use go 1.23.0 and removed the toolchain go1.24.10 directive. (7e4e88a)

@hsluoyz hsluoyz changed the title Upgrade chromedp to v0.13.2 feat: upgrade chromedp to v0.13.2 Dec 10, 2025
@hsluoyz hsluoyz merged commit 9a44da6 into master Dec 10, 2025
12 of 14 checks passed
hsluoyz added a commit that referenced this pull request Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature] upgrade chromedp dependency

3 participants