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

npm(deps): bump @axe-core/puppeteer from 4.7.3 to 4.8.4 #164

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2024

Bumps @axe-core/puppeteer from 4.7.3 to 4.8.4.

Release notes

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

Release 4.8.4

What's Changed

Full Changelog: dequelabs/axe-core-npm@v4.8.3...4.8.4

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

Release 4.8.0

Bug Fixes

  • cli: better error message for ChromeDriver version mismatch (#680) (10cf350), closes #679
  • cli: improve error message on script timeout (#681) (b407c6c)
  • cli: respect --exit regardless of other flags (#750) (bfa2328)
  • pin axe-core version to accept patch updates only (#838) (2456ed6)
  • skip unloaded iframes for all apis (#752) (0b15629)

Features

Changelog

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

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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

4.8.2 (2023-11-30)

Bug Fixes

  • allow cjs version of packages to export a default value (#943) (b5aee34)
  • webdriverio: work with @​wdio/globals (#882) (2e016b4)
  • webdriverjs: fix default commonJs export (#927) (b07d38c)

4.8.1 (2023-10-11)

Bug Fixes

  • cli: better error message for ChromeDriver version mismatch (#680) (10cf350), closes #679
  • cli: improve error message on script timeout (#681) (b407c6c)
  • cli: include required files when publishing (#851) (3f1ff4b)
  • cli: respect --exit regardless of other flags (#750) (bfa2328)
  • pin axe-core version to accept patch updates only (#838) (2456ed6)

... (truncated)

Commits
  • 0daba98 fix(webdriverjs): use new headless argument to fix [email protected] ...
  • 2220400 ci: remove deprecated release candidate action (#990)
  • 4f295d3 ci: add env var required for creating gh releases (#989)
  • 81aefd5 Merge pull request #987 from dequelabs/master
  • 7d49d53 Merge branch 'develop' into master
  • 92669c1 chore: bump follow-redirects from 1.15.2 to 1.15.5 (#988)
  • dc380aa chore: bump the npm-low-risk group with 11 updates (#982)
  • 3ceecac Merge pull request #986 from dequelabs/release
  • 6b60442 chore: bump puppeteer from 19.7.3 to 21.7.0 (#979)
  • 54b75d0 Merge pull request #983 from dequelabs/release-2024-01-09
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 28, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/axe-core/puppeteer-4.8.4 branch 5 times, most recently from 1640306 to 064515d Compare January 29, 2024 21:32
Bumps [@axe-core/puppeteer](https://github.com/dequelabs/axe-core-npm) from 4.7.3 to 4.8.4.
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core-npm@v4.7.3...4.8.4)

---
updated-dependencies:
- dependency-name: "@axe-core/puppeteer"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/axe-core/puppeteer-4.8.4 branch from 064515d to f403918 Compare January 29, 2024 22:42
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2024

Superseded by #182.

@dependabot dependabot bot closed this Feb 24, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/axe-core/puppeteer-4.8.4 branch February 24, 2024 06:00
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant