Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit331f85e

Browse files
chore: bump github.com/chromedp/chromedp from 0.13.3 to 0.14.1 (#19292)
Bumps[github.com/chromedp/chromedp](https://github.com/chromedp/chromedp)from 0.13.3 to 0.14.1.<details><summary>Commits</summary><ul><li><ahref="https://github.com/chromedp/chromedp/commit/422fa06290cda228e5712bdda55fbf7a0f6c8466"><code>422fa06</code></a>fix(allocator): Set --enable-unsafe-swiftshader with --disable-gpu</li><li><ahref="https://github.com/chromedp/chromedp/commit/c34c35fb81d21803824f9f298d9eac740bcfde9e"><code>c34c35f</code></a>Fixing issue with page.Navigate calls</li><li><ahref="https://github.com/chromedp/chromedp/commit/c3337896f2239c5b7715a424c13f14d95d3dc4a3"><code>c333789</code></a>allocator: fix race that causes workgroup panic</li><li><ahref="https://github.com/chromedp/chromedp/commit/2f3596f46c773ec5af6eb10e5fdfee9a4b2f6688"><code>2f3596f</code></a>Run modernize -fix -test ./...</li><li><ahref="https://github.com/chromedp/chromedp/commit/743c1e442dd5e0536d46c64bb2d6360bec0ac082"><code>743c1e4</code></a>Fix CreateTarget call</li><li><ahref="https://github.com/chromedp/chromedp/commit/a2c672facedf743ba9f9cea01151358ca30f3be2"><code>a2c672f</code></a>fix: <ahref="https://redirect.github.com/chromedp/chromedp/issues/1448">#1448</a></li><li><ahref="https://github.com/chromedp/chromedp/commit/5a4d7c0955a049d70f219b181d78302525f9ef63"><code>5a4d7c0</code></a>Updating cdproto</li><li>See full diff in <ahref="https://github.com/chromedp/chromedp/compare/v0.13.3...v0.14.1">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/chromedp/chromedp&package-manager=go_modules&previous-version=0.13.3&new-version=0.14.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent39bcd81 commit331f85e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎go.mod‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ require (
9292
github.com/charmbracelet/bubbleteav1.3.4
9393
github.com/charmbracelet/glamourv0.10.0
9494
github.com/charmbracelet/lipglossv1.1.1-0.20250404203927-76690c660834
95-
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8
96-
github.com/chromedp/chromedpv0.13.3
95+
github.com/chromedp/cdprotov0.0.0-20250724212937-08a3db8b4327
96+
github.com/chromedp/chromedpv0.14.1
9797
github.com/cli/safeexecv1.0.1
9898
github.com/coder/flogv1.1.0
9999
github.com/coder/gutsv1.5.0
@@ -471,7 +471,7 @@ require github.com/SherClockHolmes/webpush-go v1.4.0
471471
require (
472472
github.com/charmbracelet/colorprofilev0.2.3-0.20250311203215-f60798e515dc// indirect
473473
github.com/charmbracelet/x/cellbufv0.0.13// indirect
474-
github.com/go-json-experiment/jsonv0.0.0-20250223041408-d3c622f1b874// indirect
474+
github.com/go-json-experiment/jsonv0.0.0-20250725192818-e39067aee2d2// indirect
475475
github.com/golang-jwt/jwt/v5v5.2.2// indirect
476476
github.com/xo/terminfov0.0.0-20220910002029-abceb7e1c41e// indirect
477477
)

‎go.sum‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -867,10 +867,10 @@ github.com/charmbracelet/x/exp/slice v0.0.0-20250327172914-2fdc97757edf/go.mod h
867867
github.com/charmbracelet/x/termv0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
868868
github.com/charmbracelet/x/termv0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
869869
github.com/cheggaaa/pbv1.0.27/go.mod h1:pQciLPpbU0oxA0h+VJYYLxO+XeDQb5pZijXscXHm81s=
870-
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8 h1:AqW2bDQf67Zbq6Tpop/+yJSIknxhiQecO2B8jNYTAPs=
871-
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8/go.mod h1:NItd7aLkcfOA/dcMXvl8p1u+lQqioRMq/SqDp71Pb/k=
872-
github.com/chromedp/chromedpv0.13.3 h1:c6nTn97XQBykzcXiGYL5LLebw3h3CEyrCihm4HquYh0=
873-
github.com/chromedp/chromedpv0.13.3/go.mod h1:khsDP9OP20GrowpJfZ7N05iGCwcAYxk7qf9AZBzR3Qw=
870+
github.com/chromedp/cdprotov0.0.0-20250724212937-08a3db8b4327 h1:UQ4AU+BGti3Sy/aLU8KVseYKNALcX9UXY6DfpwQ6J8E=
871+
github.com/chromedp/cdprotov0.0.0-20250724212937-08a3db8b4327/go.mod h1:NItd7aLkcfOA/dcMXvl8p1u+lQqioRMq/SqDp71Pb/k=
872+
github.com/chromedp/chromedpv0.14.1 h1:0uAbnxewy/Q+Bg7oafVePE/6EXEho9hnaC38f+TTENg=
873+
github.com/chromedp/chromedpv0.14.1/go.mod h1:rHzAv60xDE7VNy/MYtTUrYreSc0ujt2O1/C3bzctYBo=
874874
github.com/chromedp/sysutilv1.1.0 h1:PUFNv5EcprjqXZD9nJb9b/c9ibAbxiYo4exNWZyipwM=
875875
github.com/chromedp/sysutilv1.1.0/go.mod h1:WiThHUdltqCNKGc4gaU50XgYjwjYIhKWoHGPTUfWTJ8=
876876
github.com/chzyer/logexv1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
@@ -1115,8 +1115,8 @@ github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
11151115
github.com/go-ini/iniv1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
11161116
github.com/go-jose/go-jose/v4v4.1.0 h1:cYSYxd3pw5zd2FSXk2vGdn9igQU2PS8MuxrCOCl0FdY=
11171117
github.com/go-jose/go-jose/v4v4.1.0/go.mod h1:GG/vqmYm3Von2nYiB2vGTXzdoNKE5tix5tuc6iAd+sw=
1118-
github.com/go-json-experiment/jsonv0.0.0-20250223041408-d3c622f1b874 h1:F8d1AJ6M9UQCavhwmO6ZsrYLfG8zVFWfEfMS2MXPkSY=
1119-
github.com/go-json-experiment/jsonv0.0.0-20250223041408-d3c622f1b874/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
1118+
github.com/go-json-experiment/jsonv0.0.0-20250725192818-e39067aee2d2 h1:iizUGZ9pEquQS5jTGkh4AqeeHCMbfbjeb0zMt0aEFzs=
1119+
github.com/go-json-experiment/jsonv0.0.0-20250725192818-e39067aee2d2/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
11201120
github.com/go-latex/latexv0.0.0-20210118124228-b3d85cf34e07/go.mod h1:CO1AlKB2CSIqUrmQPqA0gdRIlnLEY0gK5JGjh37zN5U=
11211121
github.com/go-latex/latexv0.0.0-20210823091927-c0d11ff05a81/go.mod h1:SX0U8uGpxhq9o2S/CELCSUxEWWAuoCUcVCQWv7G2OCk=
11221122
github.com/go-logr/logrv1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp