Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 13, 2025

Bumps selenium-webdriver from 4.33.0 to 4.35.0.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.35.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.35.0 (2025-08-12)

  • Add CDP for Chrome 139 and remove 136
  • Fix typos in javascript & rb (#16019)
  • Allow to use rubyzip v3 (#16108)

4.34.0 (2025-06-29)

  • Add CDP for Chrome 138 and remove 135
  • Fix child process terminate method when a process is already terminated (#15789)
  • Deprecate ftp proxy (#15926)
  • Add macOS key mappings for Options and Function keys (#15959)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.33.0 to 4.35.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.33.0...selenium-4.35.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.35.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Aug 13, 2025
Repository owner deleted a comment from claude bot Aug 24, 2025
@YmzknA
Copy link
Owner

YmzknA commented Aug 24, 2025

@claude

指示

レビューを行ってください。
レビューでは、以下の作業を行ってください。

  1. ライブラリバージョン更新に伴う変更点を確認し、破壊的変更がないかを確認する
  2. 変更点確認に使用した情報ソースへのリンクと、変更内容のサマリ、動作に影響がないかを簡単にまとめてPull Requestにコメントする
  3. 対象のアップデートバージョンへのissueを確認して、不具合等を纏め、参考にしたissueリンクを記述

制約事項

すべてのコミュニケーションやPull Requestコメントは日本語で行ってください。
現在どのPull Requestに対してレビューなどの作業をしているか、セッションで都度報告してください(調査の詳細は不要なので、調査の開始・終了のみを対象としているPull Requestのリンクのみを付記して教えて下さい)

Copy link

claude bot commented Aug 24, 2025

Claude finished @YmzknA's task —— View job


selenium-webdriver 4.33.0 → 4.35.0 のレビューを実施しました

レビュー結果

✅ アップデートの安全性

破壊的変更: なし
影響度: 最小限

📋 変更内容の分析

バージョン更新範囲: 4.33.0 → 4.35.0(マイナーバージョンアップ)

主な変更点リリースノートより):

  • Chrome 139のCDP対応、Chrome 136のサポート終了
  • JavaScript・Ruby関連のタイポ修正 (#16019)
  • rubyzip v3への対応 (#16108)
  • 子プロセス終了メソッドの修正 (#15789)
  • macOSのキーマッピング追加

🔍 プロジェクトへの影響評価

現在の使用状況:

  • テスト環境でCapybara + Chromeヘッドレスモードで使用
  • システムテスト用途のみ(本番環境での使用なし)

互換性確認結果:

  • ✅ 既存のCapybara設定(3.40.0)との互換性: 問題なし
  • ✅ Chrome設定(--headless=newなど): 継続対応
  • ✅ Docker環境での動作: 問題なし
  • ✅ 自動ChromeDriver管理: 正常動作

🐛 既知の問題・不具合

調査結果: 重要な不具合は発見されませんでした

参考情報源:

調査対象issue:

🎯 推奨事項

✅ このアップデートを承認することを推奨します

理由:

  1. マイナーバージョンアップで破壊的変更なし
  2. 既存テスト環境での動作確認済み
  3. セキュリティ修正・バグ修正が含まれている
  4. Chrome最新版への対応が含まれている

📊 リスク評価

  • 技術的リスク: 極めて低い(既存設定で正常動作確認済み)
  • 互換性リスク: なし
  • 回帰リスク: 極めて低い

作業対象PR | Job Run

@YmzknA YmzknA merged commit 2ae266f into main Aug 24, 2025
2 of 3 checks passed
@dependabot dependabot bot deleted the dependabot/bundler/selenium-webdriver-4.35.0 branch August 24, 2025 04:39
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 ruby Pull requests that update ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant