-
Notifications
You must be signed in to change notification settings - Fork 68
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: RC v4.9.1 #1057
Merged
Merged
chore: RC v4.9.1 #1057
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indutny/node-ip/commit/1ecbf2fd8c0cc85e44c3b587d2de641f50dc0217"><code>1ecbf2f</code></a> 1.1.9</li> <li><a href="https://github.com/indutny/node-ip/commit/6a3ada9b471b09d5f0f5be264911ab564bf67894"><code>6a3ada9</code></a> lib: fixed CVE-2023-42282 and added unit test</li> <li>See full diff in <a href="https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dequelabs/axe-core-npm/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add a test to cover the event that users are using selenium-webdriver <4.17.0 and chrome options use the "old" way of supporting headless runs. Also did some cleanup and removed code that wasn't required in cli no qa required --------- Co-authored-by: Gabe <[email protected]>
no qa required
Fixes the broken lazy load iframe tests. Ref: #1052 No QA needed.
#1047) Add axe Developer Hub as the preferred option for React 18+ users. Refs: #500 QA notes: No QA needed. --------- Co-authored-by: Steven Lambert <[email protected]>
No QA needed
github-actions
bot
added
the
release
Ticket is for a release candidate to be QA'd (triggers being sent into Monday.com)
label
May 10, 2024
scottmries
approved these changes
May 10, 2024
github-merge-queue bot
referenced
this pull request
in camunda/camunda
May 20, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@axe-core/playwright](https://togithub.com/dequelabs/axe-core-npm) | [`4.9.0` -> `4.9.1`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.9.0/4.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dequelabs/axe-core-npm (@​axe-core/playwright)</summary> ### [`v4.9.1`](https://togithub.com/dequelabs/axe-core-npm/releases/tag/v4.9.1): Release 4.9.1 [Compare Source](https://togithub.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) #### What's Changed - chore: bump ip from 1.1.8 to 1.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1023](https://togithub.com/dequelabs/axe-core-npm/pull/1023) - test(cli): add test to cover selenium-webdriver <4.17.0 by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1038](https://togithub.com/dequelabs/axe-core-npm/pull/1038) - chore: merge master into develop by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1041](https://togithub.com/dequelabs/axe-core-npm/pull/1041) - chore: bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1042](https://togithub.com/dequelabs/axe-core-npm/pull/1042) - chore: update test-fixtures to fix lazy load iframe by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1053](https://togithub.com/dequelabs/axe-core-npm/pull/1053) - docs(react): Update React support information. Offer axe Developer Hub by [@​ballendq](https://togithub.com/ballendq) in [https://github.com/dequelabs/axe-core-npm/pull/1047](https://togithub.com/dequelabs/axe-core-npm/pull/1047) - fix: Update axe-core to v4.9.1 by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1055](https://togithub.com/dequelabs/axe-core-npm/pull/1055) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1057](https://togithub.com/dequelabs/axe-core-npm/pull/1057) - chore: Update axe-core to v4.9.1 by [@​attest-team-ci](https://togithub.com/attest-team-ci) in [https://github.com/dequelabs/axe-core-npm/pull/1056](https://togithub.com/dequelabs/axe-core-npm/pull/1056) - fix(playwright): skip unloaded iframes by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1060](https://togithub.com/dequelabs/axe-core-npm/pull/1060) - chore: bump the npm-low-risk group across 1 directory with 28 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1061](https://togithub.com/dequelabs/axe-core-npm/pull/1061) - chore: bump ejs from 3.1.9 to 3.1.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1049](https://togithub.com/dequelabs/axe-core-npm/pull/1049) - ci: update sync to master to include team-reviewers by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1062](https://togithub.com/dequelabs/axe-core-npm/pull/1062) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1065](https://togithub.com/dequelabs/axe-core-npm/pull/1065) - Release v4.9.1 by [@​dequejenn](https://togithub.com/dequejenn) in [https://github.com/dequelabs/axe-core-npm/pull/1068](https://togithub.com/dequelabs/axe-core-npm/pull/1068) **Full Changelog**: dequelabs/axe-core-npm@v4.9.0...v4.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot
referenced
this pull request
in camunda/camunda
May 20, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@axe-core/playwright](https://togithub.com/dequelabs/axe-core-npm) | [`4.9.0` -> `4.9.1`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.9.0/4.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dequelabs/axe-core-npm (@​axe-core/playwright)</summary> ### [`v4.9.1`](https://togithub.com/dequelabs/axe-core-npm/releases/tag/v4.9.1): Release 4.9.1 [Compare Source](https://togithub.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) #### What's Changed - chore: bump ip from 1.1.8 to 1.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1023](https://togithub.com/dequelabs/axe-core-npm/pull/1023) - test(cli): add test to cover selenium-webdriver <4.17.0 by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1038](https://togithub.com/dequelabs/axe-core-npm/pull/1038) - chore: merge master into develop by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1041](https://togithub.com/dequelabs/axe-core-npm/pull/1041) - chore: bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1042](https://togithub.com/dequelabs/axe-core-npm/pull/1042) - chore: update test-fixtures to fix lazy load iframe by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1053](https://togithub.com/dequelabs/axe-core-npm/pull/1053) - docs(react): Update React support information. Offer axe Developer Hub by [@​ballendq](https://togithub.com/ballendq) in [https://github.com/dequelabs/axe-core-npm/pull/1047](https://togithub.com/dequelabs/axe-core-npm/pull/1047) - fix: Update axe-core to v4.9.1 by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1055](https://togithub.com/dequelabs/axe-core-npm/pull/1055) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1057](https://togithub.com/dequelabs/axe-core-npm/pull/1057) - chore: Update axe-core to v4.9.1 by [@​attest-team-ci](https://togithub.com/attest-team-ci) in [https://github.com/dequelabs/axe-core-npm/pull/1056](https://togithub.com/dequelabs/axe-core-npm/pull/1056) - fix(playwright): skip unloaded iframes by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1060](https://togithub.com/dequelabs/axe-core-npm/pull/1060) - chore: bump the npm-low-risk group across 1 directory with 28 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1061](https://togithub.com/dequelabs/axe-core-npm/pull/1061) - chore: bump ejs from 3.1.9 to 3.1.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1049](https://togithub.com/dequelabs/axe-core-npm/pull/1049) - ci: update sync to master to include team-reviewers by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1062](https://togithub.com/dequelabs/axe-core-npm/pull/1062) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1065](https://togithub.com/dequelabs/axe-core-npm/pull/1065) - Release v4.9.1 by [@​dequejenn](https://togithub.com/dequejenn) in [https://github.com/dequelabs/axe-core-npm/pull/1068](https://togithub.com/dequelabs/axe-core-npm/pull/1068) **Full Changelog**: dequelabs/axe-core-npm@v4.9.0...v4.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
github-merge-queue bot
referenced
this pull request
in camunda/camunda
May 21, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@axe-core/playwright](https://togithub.com/dequelabs/axe-core-npm) | [`4.9.0` -> `4.9.1`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.9.0/4.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.9.0/4.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dequelabs/axe-core-npm (@​axe-core/playwright)</summary> ### [`v4.9.1`](https://togithub.com/dequelabs/axe-core-npm/releases/tag/v4.9.1): Release 4.9.1 [Compare Source](https://togithub.com/dequelabs/axe-core-npm/compare/v4.9.0...v4.9.1) #### What's Changed - chore: bump ip from 1.1.8 to 1.1.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1023](https://togithub.com/dequelabs/axe-core-npm/pull/1023) - test(cli): add test to cover selenium-webdriver <4.17.0 by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1038](https://togithub.com/dequelabs/axe-core-npm/pull/1038) - chore: merge master into develop by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1041](https://togithub.com/dequelabs/axe-core-npm/pull/1041) - chore: bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1042](https://togithub.com/dequelabs/axe-core-npm/pull/1042) - chore: update test-fixtures to fix lazy load iframe by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1053](https://togithub.com/dequelabs/axe-core-npm/pull/1053) - docs(react): Update React support information. Offer axe Developer Hub by [@​ballendq](https://togithub.com/ballendq) in [https://github.com/dequelabs/axe-core-npm/pull/1047](https://togithub.com/dequelabs/axe-core-npm/pull/1047) - fix: Update axe-core to v4.9.1 by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1055](https://togithub.com/dequelabs/axe-core-npm/pull/1055) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1057](https://togithub.com/dequelabs/axe-core-npm/pull/1057) - chore: Update axe-core to v4.9.1 by [@​attest-team-ci](https://togithub.com/attest-team-ci) in [https://github.com/dequelabs/axe-core-npm/pull/1056](https://togithub.com/dequelabs/axe-core-npm/pull/1056) - fix(playwright): skip unloaded iframes by [@​straker](https://togithub.com/straker) in [https://github.com/dequelabs/axe-core-npm/pull/1060](https://togithub.com/dequelabs/axe-core-npm/pull/1060) - chore: bump the npm-low-risk group across 1 directory with 28 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1061](https://togithub.com/dequelabs/axe-core-npm/pull/1061) - chore: bump ejs from 3.1.9 to 3.1.10 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dequelabs/axe-core-npm/pull/1049](https://togithub.com/dequelabs/axe-core-npm/pull/1049) - ci: update sync to master to include team-reviewers by [@​michael-siek](https://togithub.com/michael-siek) in [https://github.com/dequelabs/axe-core-npm/pull/1062](https://togithub.com/dequelabs/axe-core-npm/pull/1062) - chore: RC v4.9.1 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/dequelabs/axe-core-npm/pull/1065](https://togithub.com/dequelabs/axe-core-npm/pull/1065) - Release v4.9.1 by [@​dequejenn](https://togithub.com/dequejenn) in [https://github.com/dequelabs/axe-core-npm/pull/1068](https://togithub.com/dequelabs/axe-core-npm/pull/1068) **Full Changelog**: dequelabs/axe-core-npm@v4.9.0...v4.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/camunda/zeebe). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
This was referenced Sep 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
4.9.1 (2024-05-10)
Bug Fixes