Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @axe-core/playwright from 4.8.2 to 4.8.5 #7496

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps @axe-core/playwright from 4.8.2 to 4.8.5.

Release notes

Sourced from @​axe-core/playwright's releases.

Release 4.8.5

What's Changed

Full Changelog: dequelabs/axe-core-npm@v4.8.4...v4.8.5

Release 4.8.4

4.8.4 (2024-01-23)

Bug Fixes

  • webdriverjs: use new headless argument to fix selenium-webdriver@4.17.0 breaking release (#992) (0daba98)

Release 4.8.3

4.8.3 (2024-01-09)

Bug Fixes

  • allow cjs version of packages to export a default value (#943) (b5aee34)
  • Update axe-core to v4.8.3 (#968) (be9002c)
  • Update axe-core to v4.8.3 (#978) (1c83740)
  • webdriverio: fix types between v8 and <v8 (#962) (0511338)
  • webdriverio: work with @​wdio/globals (#882) (2e016b4)
  • webdriverjs: fix default commonJs export (#927) (b07d38c)

Reverts

Changelog

Sourced from @​axe-core/playwright's changelog.

4.8.5 (2024-02-08)

Bug Fixes

4.8.4 (2024-01-23)

Bug Fixes

  • webdriverjs: use new headless argument to fix selenium-webdriver@4.17.0 breaking release (#992) (0daba98)

4.8.3 (2024-01-09)

Bug Fixes

  • allow cjs version of packages to export a default value (#943) (b5aee34)
  • Update axe-core to v4.8.3 (#968) (be9002c)
  • Update axe-core to v4.8.3 (#978) (1c83740)
  • webdriverio: fix types between v8 and <v8 (#962) (0511338)
  • webdriverio: work with @​wdio/globals (#882) (2e016b4)
  • webdriverjs: fix default commonJs export (#927) (b07d38c)

Reverts

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance labels Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.23%. Comparing base (0d2b36a) to head (fa183b3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7496      +/-   ##
==========================================
+ Coverage   55.19%   55.23%   +0.04%     
==========================================
  Files         672      672              
  Lines       26962    26962              
  Branches     2620     2620              
==========================================
+ Hits        14882    14893      +11     
+ Misses      11359    11349      -10     
+ Partials      721      720       -1     
Flag Coverage Δ
e2e-full 23.32% <ø> (ø)
e2e-stable 59.61% <ø> (+0.02%) ⬆️
unit 48.45% <ø> (+0.01%) ⬆️

see 7 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0d2b36a...fa183b3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axe-core/playwright-4.8.5 branch from b5a7b2e to 68521c3 Compare February 19, 2024 20:16
Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.8.2 to 4.8.5.
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits/v4.8.5)

---
updated-dependencies:
- dependency-name: "@axe-core/playwright"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axe-core/playwright-4.8.5 branch from 68521c3 to 3952d65 Compare February 26, 2024 20:52
@unlikelyzero unlikelyzero added this to the Target:4.0.0 milestone Mar 3, 2024
@unlikelyzero unlikelyzero merged commit 86e636c into master Mar 3, 2024
12 of 14 checks passed
@unlikelyzero unlikelyzero deleted the dependabot/npm_and_yarn/axe-core/playwright-4.8.5 branch March 3, 2024 17:06
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 pr:daveit Disables PR Cop pr:e2e Automatically triggers e2e tests to run pr:platform Runs tests against all supported platforms type:maintenance tests, chores, or project maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant