workbench icon indicating copy to clipboard operation
workbench copied to clipboard

Bump wallaby from 0.29.1 to 0.30.1

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps wallaby from 0.29.1 to 0.30.1.

Release notes

Sourced from wallaby's releases.

v0.30.1

What's Changed

Fixed

Full Changelog: https://github.com/elixir-wallaby/wallaby/compare/v0.30.0...v0.30.1

v0.30.0

Changelog

Breaking

  • Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

Fixes

  • Handle errors related to Wallaby.Element more consistently #632
  • Fix refute_has when passed a query with an invalid selector #639
  • Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
  • Fix remote_url config option for selenium driver #582
  • Specifying at now removes the default count of 1 #641
  • Various documentation fixes/improvements
  • Start a ChromeDriver for every scheduler #692
    • This may fix a long standing issue #365

What's Changed

PRs merged since last released. Auto-generated by GitHub.

... (truncated)

Changelog

Sourced from wallaby's changelog.

v0.30.1 (2022-07-16)

Fixes

  • fix(chromedriver): Account for Chromium when doing the version matching (#698)

v0.30.0 (2022-07-14)

Breaking

  • Now only supports Elixir v1.12 and higher. Please open an issue if this is too restrictive. This was done to allow us to vendor PartitionSupervisor, which uses functions that were introduced in v1.12, so vendoring only gets us that far.

Fixes

  • Handle errors related to Wallaby.Element more consistently #632
  • Fix refute_has when passed a query with an invalid selector #639
  • Fix ambiguity between imported Browser.tap/2 and Kernel.tap/2 #686
  • Fix remote_url config option for selenium driver #582
  • Specifying at now removes the default count of 1 #641
  • Various documentation fixes/improvements
  • Start a ChromeDriver for every scheduler #692
    • This may fix a long standing issue #365
Commits
  • 3a38b02 Bump v0.30.1
  • 3e5c148 fix(chromedriver): Account for Chromium when doing the version matching (#698)
  • b036334 Bump v0.30.0
  • 7119602 Start chromedriver with PartitionSupervisor (#692)
  • 196d0d6 add check for chromedriver chrome version match (#688)
  • c34481b Add driver install notes to README (#678)
  • cc0277a Adds a note about the on_mount hook for async LiveView testing (#677)
  • e8a7b81 Adds user_agent to endpoint.ex in the README (#676)
  • 7fb9a9c Adds esbuild config info to the README (#675)
  • 330025c Fix failures related to at queries. (#647)
  • Additional commits viewable in compare view

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)

dependabot[bot] avatar Jul 18 '22 20:07 dependabot[bot]