SeleniumHQ / seleniumhq.github.io

Official Selenium website and documentation
https://selenium.dev
Apache License 2.0
1.1k stars 1.29k forks source link

chore(deps): update dependency selenium.support to v4.22.0 #1763

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Selenium.Support (source) 4.21.0 -> 4.22.0 age adoption passing confidence

Release Notes

SeleniumHQ/selenium (Selenium.Support) ### [`v4.22.0`](https://togithub.com/SeleniumHQ/selenium/compare/79ed462ef4f0af15fa7cb6c163898721c87d97a3...c5f314670396b04e92b32500bd6e0dfac31e841f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 3 months ago

Deploy Preview for selenium-dev ready!

Name Link
Latest commit 387b6097ce59e097d0a3f183d89e29eee2c9eebc
Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/6686794a70b8ba000979411a
Deploy Preview https://deploy-preview-1763--selenium-dev.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

codiumai-pr-agent-pro[bot] commented 3 months ago

CI Failure Feedback 🧐

(Checks updated until commit https://github.com/SeleniumHQ/seleniumhq.github.io/commit/387b6097ce59e097d0a3f183d89e29eee2c9eebc)

**Action:** tests (macos, stable)
**Failed stage:** [Run tests](https://github.com/SeleniumHQ/seleniumhq.github.io/actions/runs/9792753731/job/27039232267) [❌]
**Failure summary:** The action failed because the dotnet test command could not restore the project dependencies due to
a package downgrade error:
  • The project SeleniumDocs detected a downgrade of the Selenium.WebDriver package from version 4.22.0
    to 4.21.0.
  • The error NU1605 indicates that the downgrade was treated as an error because warnings are treated
    as errors.
  • The project SeleniumDocs depends on Selenium.Support version 4.22.0, which requires
    Selenium.WebDriver version >= 4.22.0.
  • The project directly references Selenium.WebDriver version >= 4.21.0, causing the conflict.
  • Relevant error logs: ```yaml 1: ##[group]Operating System 2: macOS ... 173: timeout_minutes: 20 174: max_attempts: 3 175: command: cd examples/dotnet/SeleniumDocs 176: dotnet test 177: 178: retry_wait_seconds: 10 179: polling_interval_seconds: 1 180: warning_on_retry: true 181: continue_on_error: false ... 201: ---------------- 202: Write your first app: https://aka.ms/dotnet-hello-world 203: Find out what's new: https://aka.ms/dotnet-whats-new 204: Explore documentation: https://aka.ms/dotnet-docs 205: Report issues and find source on GitHub: https://github.com/dotnet/core 206: Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli 207: -------------------------------------------------------------------------------------- 208: Determining projects to restore... 209: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: Warning As Error: Detected package downgrade: Selenium.WebDriver from 4.22.0 to 4.21.0. Reference the package directly from the project to select a different version. [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 210: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.Support 4.22.0 -> Selenium.WebDriver (>= 4.22.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 211: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.WebDriver (>= 4.21.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 212: Failed to restore /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj (in 1.86 sec). 213: ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1 214: Determining projects to restore... 215: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: Warning As Error: Detected package downgrade: Selenium.WebDriver from 4.22.0 to 4.21.0. Reference the package directly from the project to select a different version. [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 216: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.Support 4.22.0 -> Selenium.WebDriver (>= 4.22.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 217: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.WebDriver (>= 4.21.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 218: Failed to restore /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj (in 145 ms). 219: ##[warning]Attempt 2 failed. Reason: Child_process exited with error code 1 220: Determining projects to restore... 221: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: Warning As Error: Detected package downgrade: Selenium.WebDriver from 4.22.0 to 4.21.0. Reference the package directly from the project to select a different version. [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 222: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.Support 4.22.0 -> Selenium.WebDriver (>= 4.22.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 223: /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj : error NU1605: SeleniumDocs -> Selenium.WebDriver (>= 4.21.0) [/Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.sln] 224: Failed to restore /Users/runner/work/seleniumhq.github.io/seleniumhq.github.io/examples/dotnet/SeleniumDocs/SeleniumDocs.csproj (in 126 ms). 225: ##[error]Final attempt failed. Child_process exited with error code 1 ```

    ✨ CI feedback usage guide:
    The CI feedback tool (`/checks)` automatically triggers when a PR has a failed check. The tool analyzes the failed checks and provides several feedbacks: - Failed stage - Failed test name - Failure summary - Relevant error logs In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: ``` /checks "https://github.com/{repo_name}/actions/runs/{run_number}/job/{job_number}" ``` where `{repo_name}` is the name of the repository, `{run_number}` is the run number of the failed check, and `{job_number}` is the job number of the failed check. #### Configuration options - `enable_auto_checks_feedback` - if set to true, the tool will automatically provide feedback when a check is failed. Default is true. - `excluded_checks_list` - a list of checks to exclude from the feedback, for example: ["check1", "check2"]. Default is an empty list. - `enable_help_text` - if set to true, the tool will provide a help message with the feedback. Default is true. - `persistent_comment` - if set to true, the tool will overwrite a previous checks comment with the new feedback. Default is true. - `final_update_message` - if `persistent_comment` is true and updating a previous checks message, the tool will also create a new message: "Persistent checks updated to latest commit". Default is true. See more information about the `checks` tool in the [docs](https://pr-agent-docs.codium.ai/tools/ci_feedback/).
    harsha509 commented 2 months ago

    Closing as the PR has conflicts! !

    renovate[bot] commented 2 months ago

    Renovate Ignore Notification

    Because you closed this PR without merging, Renovate will ignore this update (4.22.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

    If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.