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

Commitc35fe22

Browse files
chore: bump github.com/chromedp/chromedp from 0.11.0 to 0.13.3 (#17072)
Bumps[github.com/chromedp/chromedp](https://github.com/chromedp/chromedp)from 0.11.0 to 0.13.3.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/chromedp/chromedp/releases">github.com/chromedp/chromedp'sreleases</a>.</em></p><blockquote><h2>chromedp v0.13.2</h2><p><strong>Full Changelog</strong>: <ahref="https://github.com/chromedp/chromedp/compare/v0.13.1...v0.13.2">https://github.com/chromedp/chromedp/compare/v0.13.1...v0.13.2</a></p><h2>chromedp v0.13.0</h2><p><strong>Full Changelog</strong>: <ahref="https://github.com/chromedp/chromedp/compare/v0.12.1...v0.13.0">https://github.com/chromedp/chromedp/compare/v0.12.1...v0.13.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/chromedp/chromedp/commit/f6fdfdd2948cd29f81304e9b8aebe3a5fbbd62d8"><code>f6fdfdd</code></a>add tests for unmarshalling and marshalling json</li><li><ahref="https://github.com/chromedp/chromedp/commit/6c2d3efb05830e6fe89ab8b570b25fb0fd302c4a"><code>6c2d3ef</code></a>pass unmarshal and marshal options</li><li><ahref="https://github.com/chromedp/chromedp/commit/eae0058f610a4cdadf1f4741c667e3b85f4ab635"><code>eae0058</code></a>log syntactic errors when reading messages</li><li><ahref="https://github.com/chromedp/chromedp/commit/9335dc30c27ce7e6cef9b024262074cf7a615ed2"><code>9335dc3</code></a>Allow setting jsonv2 Marshal/Unmarshal options</li><li><ahref="https://github.com/chromedp/chromedp/commit/71458e148d8c224238b015190347d02be51cb7b7"><code>71458e1</code></a>fix: add page.EventFrameStartedNavigating to ignored events (GoogleChrome 13...</li><li><ahref="https://github.com/chromedp/chromedp/commit/79abe0af356a869d2a4cbdb8a80f6a6d2017f522"><code>79abe0a</code></a>Switching to jsonv2</li><li><ahref="https://github.com/chromedp/chromedp/commit/229c63ebdce29abda43bc46a041b9aa14ba28baf"><code>229c63e</code></a>Updating test workflow</li><li><ahref="https://github.com/chromedp/chromedp/commit/a19bb90680a9a57df5dfc4f7e81af78568bef2e7"><code>a19bb90</code></a>Updating LICENSE</li><li><ahref="https://github.com/chromedp/chromedp/commit/6be1bcb299efa5c71570b6258076b896c3fc6690"><code>6be1bcb</code></a>Updating device emulation</li><li><ahref="https://github.com/chromedp/chromedp/commit/f623c2d9f563c8f6512a25dd083d915938179d24"><code>f623c2d</code></a>Updating dependencies</li><li>Additional commits viewable in <ahref="https://github.com/chromedp/chromedp/compare/v0.11.0...v0.13.3">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.11.0&new-version=0.13.3)](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 parent91b7664 commitc35fe22

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

‎go.mod‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ require (
8585
github.com/charmbracelet/bubbleteav1.1.0
8686
github.com/charmbracelet/glamourv0.9.1
8787
github.com/charmbracelet/lipglossv1.1.0
88-
github.com/chromedp/cdprotov0.0.0-20241003230502-a4a8f7c660df
89-
github.com/chromedp/chromedpv0.11.0
88+
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8
89+
github.com/chromedp/chromedpv0.13.3
9090
github.com/cli/safeexecv1.0.1
9191
github.com/coder/flogv1.1.0
9292
github.com/coder/gutsv1.1.0
@@ -272,7 +272,7 @@ require (
272272
github.com/bmatcuk/doublestar/v4v4.6.1// indirect
273273
github.com/charmbracelet/x/ansiv0.8.0// indirect
274274
github.com/charmbracelet/x/termv0.2.1// indirect
275-
github.com/chromedp/sysutilv1.0.0// indirect
275+
github.com/chromedp/sysutilv1.1.0// indirect
276276
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575// indirect
277277
github.com/clbanning/mxj/v2v2.7.0// indirect
278278
github.com/cloudflare/circlv1.3.7// indirect
@@ -472,5 +472,6 @@ require (
472472
require (
473473
github.com/charmbracelet/colorprofilev0.2.3-0.20250311203215-f60798e515dc// indirect
474474
github.com/charmbracelet/x/cellbufv0.0.13-0.20250311204145-2c3ea96c31dd// indirect
475+
github.com/go-json-experiment/jsonv0.0.0-20250211171154-1ae217ad3535// indirect
475476
github.com/xo/terminfov0.0.0-20220910002029-abceb7e1c41e// indirect
476477
)

‎go.sum‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,12 @@ github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b h1:MnAM
202202
github.com/charmbracelet/x/exp/goldenv0.0.0-20240815200342-61de596daa2b/go.mod h1:wDlXFlCrmJ8J+swcL/MnGUuYnqgQdW9rhSD61oNMb6U=
203203
github.com/charmbracelet/x/termv0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
204204
github.com/charmbracelet/x/termv0.2.1/go.mod h1:oQ4enTYFV7QN4m0i9mzHrViD7TQKvNEEkHUMCmsxdUg=
205-
github.com/chromedp/cdprotov0.0.0-20241003230502-a4a8f7c660df h1:cbtSn19AtqQha1cxmP2Qvgd3fFMz51AeAEKLJMyEUhc=
206-
github.com/chromedp/cdprotov0.0.0-20241003230502-a4a8f7c660df/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs=
207-
github.com/chromedp/chromedpv0.11.0 h1:1PT6O4g39sBAFjlljIHTpxmCSk8meeYL6+R+oXH4bWA=
208-
github.com/chromedp/chromedpv0.11.0/go.mod h1:jsD7OHrX0Qmskqb5Y4fn4jHnqquqW22rkMFgKbECsqg=
209-
github.com/chromedp/sysutilv1.0.0 h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic=
210-
github.com/chromedp/sysutilv1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww=
205+
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8 h1:AqW2bDQf67Zbq6Tpop/+yJSIknxhiQecO2B8jNYTAPs=
206+
github.com/chromedp/cdprotov0.0.0-20250319231242-a755498943c8/go.mod h1:NItd7aLkcfOA/dcMXvl8p1u+lQqioRMq/SqDp71Pb/k=
207+
github.com/chromedp/chromedpv0.13.3 h1:c6nTn97XQBykzcXiGYL5LLebw3h3CEyrCihm4HquYh0=
208+
github.com/chromedp/chromedpv0.13.3/go.mod h1:khsDP9OP20GrowpJfZ7N05iGCwcAYxk7qf9AZBzR3Qw=
209+
github.com/chromedp/sysutilv1.1.0 h1:PUFNv5EcprjqXZD9nJb9b/c9ibAbxiYo4exNWZyipwM=
210+
github.com/chromedp/sysutilv1.1.0/go.mod h1:WiThHUdltqCNKGc4gaU50XgYjwjYIhKWoHGPTUfWTJ8=
211211
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575 h1:kHaBemcxl8o/pQ5VM1c8PVE1PubbNx3mjUr09OqWGCs=
212212
github.com/cihub/seelogv0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/fd/NrVaLscBKmPigpZpn5YawRPw+e3Yo=
213213
github.com/cilium/ebpfv0.12.3 h1:8ht6F9MquybnY97at+VDZb3eQQr8ev79RueWeVaEcG4=
@@ -371,6 +371,8 @@ github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
371371
github.com/go-ini/iniv1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
372372
github.com/go-jose/go-jose/v4v4.0.5 h1:M6T8+mKZl/+fNNuFHvGIzDz7BTLQPIounk/b9dw3AaE=
373373
github.com/go-jose/go-jose/v4v4.0.5/go.mod h1:s3P1lRrkT8igV8D9OjyL4WRyHvjB6a4JSllnOrmmBOA=
374+
github.com/go-json-experiment/jsonv0.0.0-20250211171154-1ae217ad3535 h1:yE7argOs92u+sSCRgqqe6eF+cDaVhSPlioy1UkA0p/w=
375+
github.com/go-json-experiment/jsonv0.0.0-20250211171154-1ae217ad3535/go.mod h1:BWmvoE1Xia34f3l/ibJweyhrT+aROb/FQ6d+37F0e2s=
374376
github.com/go-logr/logrv1.2.0/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
375377
github.com/go-logr/logrv1.2.1/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
376378
github.com/go-logr/logrv1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
@@ -1134,7 +1136,6 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
11341136
golang.org/x/sysv0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
11351137
golang.org/x/sysv0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
11361138
golang.org/x/sysv0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
1137-
golang.org/x/sysv0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
11381139
golang.org/x/sysv0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
11391140
golang.org/x/sysv0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
11401141
golang.org/x/termv0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp