publiclab / mapknitter

Upload your own aerial images, position (rubbersheet) them in a web interface over existing map data, and share via web or composite and export for print.
http://mapknitter.org
GNU General Public License v3.0
266 stars 211 forks source link

Bump selenium-webdriver from 3.142.7 to 4.6.1 #1856

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps selenium-webdriver from 3.142.7 to 4.6.1.

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.6.0

Changelog

For each component's detailed changelog, please check:

Commits in this release

  • dbf63cff9dd - [dotnet] forgot to delete CDP v103 directory :: titusfortner
  • e219c447714 - Update list of java modules to upload to maven :: Simon Mavi Stewart
  • 316f9738a8e - isPromise() thenable fix (#11048) :: Chris Stringer
  • 3167e93110f - [py]: new tox recipe for isort in non diff only mode (#11005) :: Simon K
  • c686e6875c3 - [py]: Recipe for black; configure flake8 to work in tandem :: symonk
  • b5b495da3ce - [py]: format python tests with black :: symonk
  • fe9444df1b2 - [py]: consolidate and document linting changes; enable linting in gh actions :: symonk
  • eaa7ecceb6b - [py]: tidy exceptions.py code :: symonk
  • 9e0316636f0 - [py]: Run flake8 last as other linters fix most of its issues automatically :: symonk
  • f4a891523b3 - [py]: use f-strings in some tests :: symonk
  • 1c2f1cbd69b - [py]: Lint webdriver/safari/ in preparation for consolidating the driver API :: symonk
  • 4d8fc6ba596 - [py]: Document firefox service= arg. closes #11067 :: symonk
  • 31144ffdc4c - [py]: Additional types and tidying safari service :: symonk
  • 084ffc83001 - [py]: Revert removal of default executable global for safari :: symonk
  • 58c3c5c887a - [py]: Adding a start/stop interface for typing :: symonk
  • c09027bc5c6 - [py]: convert service_url to fstrings :: symonk
  • ca217d29ec9 - [py]: Exit 1 in ci when linter is failing :: symonk
  • ba04acdf9ea - [py]: Base Service tidy up :: symonk
  • 6b4281bd4bc - [py]: More internal refactoring of the base Service class :: symonk
  • e2add163783 - [py]: Apply black on the rest of the code base :: symonk
  • c59a267a0c4 - [py]: bugfix iterating stdout twice instead of stderr :: symonk
  • 49efb1c3873 - [py]: remove no_focus_so_name unused argument :: symonk
  • a8026c18431 - [py]: bugfix _get_firefox_start_cmd referencing invalid os._name :: symonk
  • e1a2b532da2 - [py]: Tidy some webelement.py and simplify branched logic :: symonk
  • c22de96c687 - [java] Avoid throwing errors once NetworkInterceptor is closed :: Puja Jagani
  • a5423d92d58 - [py]: Remove invalid argument calls to _extract_and_check until removed :: symonk
  • fcb83491a87 - [py]: Remove invalid argument calls to _extract_and_check until removed :: symonk
  • 7ead8b87577 - [py]: Fix typing.Union t ypes for log_path :: symonk
  • 1d2ea0488e3 - [py]: Additional types; remove unused permissions.py :: symonk
  • 5fba3a2b2d2 - [py]: Remove RemoteDriverServerException :: symonk
  • 4199d70eb19 - [java] Avoiding hiding "internal" package so that selenium-api exports it :: Puja Jagani
  • 1fa4ca61d7e - [py]: Remove comments from tox.ini :: symonk
  • 3a788a383b4 - [py]: docs and type hints for chrome.service :: symonk
  • 7c7e2ecba28 - [py]: docs, type hints and clean up for ChromiumService :: symonk

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.6.1 (2022-11-04)

Ruby:

  • fix bug preventing selenium-manager from being executable by default

4.6.0 (2022-11-04)

BiDi:

  • Released selenium-devtools 0.107.0 (supports CDP v85, v105, v106, v107)

Ruby:

  • firefox scroll by amount is only failing on mac
  • add initial support for selenium manager
  • Revert "[rb] do not allow Select class to work with disabled selects"
  • Make sure selenium-manager is packed into gem
  • Fix platform list in #scroll_by guard

4.5.0 (2022-09-28)

BiDi:

  • Released selenium-devtools 0.105.0 (supports CDP v85, v103, v104, v105)
  • Released selenium-devtools 0.106.0 (supports CDP v85, v104, v105, v106)
  • Add HasBiDi support to Chrome

Ruby:

  • Fix bug in Platform code
  • Update Select class to error when elements are disabled (#10812)

Firefox:

  • Add support for installing unsigned add-ons (#10265, thanks TamsilAmani!)
  • Change accept_insecure_certificates to true by default (to match other bindings)
  • Set debugger_address option to true by default

Server:

  • Add support for initializing server class with arguments and log level

4.4.0 (2022-08-09)

BiDi:

  • Released selenium-devtools 0.103.1 to fix websocket dependency requirement
  • Released selenium-devtools 0.104.0 (supports CDP v85, v102, v103, v104)
  • Have network interceptor ignore cancelled requests (#10856)
  • Improve websocket message handling

Chromium:

  • Prevent users from setting w3c: false and warn for true (thanks Tamsil Amani!)

... (truncated)

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 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)
gitpod-io[bot] commented 1 year ago

github-actions[bot] commented 1 year ago

This is an automated pull request by @dependabot, a service we use to keep libraries up to date in our projects. Read this post to learn how to help us understand if it's ready to be merged (there are lots of considerations to balance!): https://bit.ly/3GphOhV

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 05d6108c and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 1 year ago

Codecov Report

Merging #1856 (05d6108) into main (3a1e332) will decrease coverage by 1.00%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/publiclab/mapknitter/pull/1856/graphs/tree.svg?width=650&height=150&src=pr&token=zM6xiNbe94&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=publiclab)](https://codecov.io/gh/publiclab/mapknitter/pull/1856?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=publiclab) ```diff @@ Coverage Diff @@ ## main #1856 +/- ## ========================================== - Coverage 67.44% 66.44% -1.01% ========================================== Files 40 40 Lines 1321 1326 +5 ========================================== - Hits 891 881 -10 - Misses 430 445 +15 ``` | [Impacted Files](https://codecov.io/gh/publiclab/mapknitter/pull/1856?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=publiclab) | Coverage Δ | | |---|---|---| | [app/channels/application\_cable/connection.rb](https://codecov.io/gh/publiclab/mapknitter/pull/1856/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=publiclab#diff-YXBwL2NoYW5uZWxzL2FwcGxpY2F0aW9uX2NhYmxlL2Nvbm5lY3Rpb24ucmI=) | `0.00% <0.00%> (-90.00%)` | :arrow_down: | | [app/models/map.rb](https://codecov.io/gh/publiclab/mapknitter/pull/1856/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=publiclab#diff-YXBwL21vZGVscy9tYXAucmI=) | `91.25% <0.00%> (-0.63%)` | :arrow_down: |
dependabot[bot] commented 1 year ago

Superseded by #1862.