openproject
openproject copied to clipboard
Bump capybara_accessible_selectors from v0.15.0 to v0.16.0
Bumps capybara_accessible_selectors from v0.15.0 to v0.16.0.
Release notes
Sourced from capybara_accessible_selectors's releases.
v0.16.0
- Refactored most role based selectors to use more accurate role and name resolution
- Most role based selectors now take a string or Regex as the locator, matching on the accessible name
:main,:banner,:contentinfo, and:navigationare no longer implemented asdescendant_or_selfto match all other selectors- fixed off-by-one column errors in the
:gridcellselector- The
:imgselector is renamed to:image. Using:imgwill produce a deprecation warning- The
:imageselector can now select<svg>imagesvalidation_error
- now uses the proper accessible name and description algorithms
- now accepts a regular expression or string as a locator
- no longer accepts a symbol as a locator
Changelog
Sourced from capybara_accessible_selectors's changelog.
v0.16.0
- Refactored most role based selectors to use more accurate role and name resolution
- Most role based selectors now take a string or Regex as the locator, matching on the accessible name
:main,:banner,:contentinfo, and:navigationare no longer implemented asdescendant_or_selfto match all other selectors- fixed off-by-one column errors in the
:gridcellselector- The
:imgselector is renamed to:image. Using:imgwill produce a deprecation warning- The
:imageselector can now select<svg>imagesvalidation_error
- now uses the proper accessible name and description algorithms
- now accepts a regular expression or string as a locator
- no longer accepts a symbol as a locator
Commits
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)