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

Release v4.9.0 #1040

Merged
merged 17 commits into from
Apr 3, 2024
Merged

Release v4.9.0 #1040

merged 17 commits into from
Apr 3, 2024

Conversation

dequejenn
Copy link
Contributor

No QA needed

ballendq and others added 17 commits February 6, 2024 10:39
Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
docs(react): Update React support information
chore: merge master into develop
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v8.0.3...v9.0.10)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This should allow CI to run so it does not get stuck

no qa required
This is the workaround fix that supports Selenium 3 and 4. We would
likely switch to #1027 should we drop Selenium 3 support.
Rather than always using the last handle after opening a new window, we
filter for the unique new handle and use it. This is analogous to the
[axe-core-maven-html
approach](https://github.com/dequelabs/axe-core-maven-html/blob/ad58b26a8d0e2f1afed33b2c5cbca22b54644b99/selenium/src/main/java/com/deque/html/axecore/extensions/WebDriverExtensions.java#L126).

Closes: #936

---------

Co-authored-by: Zidious <Zidious@users.noreply.github.com>
Co-authored-by: michael-siek <me@michaelsiek.com>
#
[4.9.0](v4.8.5...v4.9.0)
(2024-04-01)


### Bug Fixes

* get correct new window handle with Selenium 3 workaround
([#1031](#1031))
([b72c735](b72c735))

### Features

* Update axe-core to v4.9.0
([#1028](#1028))
([7e152b6](7e152b6))

no qa required
@dequejenn dequejenn requested a review from a team as a code owner April 3, 2024 17:49
@dequejenn dequejenn merged commit 97a01bd into master Apr 3, 2024
33 checks passed
@dequejenn dequejenn deleted the release branch April 3, 2024 18:12
@dequejenn dequejenn mentioned this pull request Apr 3, 2024
20 tasks
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
github-merge-queue bot pushed a commit to camunda/camunda that referenced this pull request Apr 8, 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://github.com/dequelabs/axe-core-npm) |
[`4.8.5` ->
`4.9.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.8.5/4.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@axe-core%2fplaywright/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@axe-core%2fplaywright/4.8.5/4.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dequelabs/axe-core-npm (@&#8203;axe-core/playwright)</summary>

###
[`v4.9.0`](https://github.com/dequelabs/axe-core-npm/releases/tag/v4.9.0):
Release 4.9.0

[Compare
Source](https://github.com/dequelabs/axe-core-npm/compare/v4.8.5...v4.9.0)

#### What's Changed

- docs(react): Update React support information by
[@&#8203;ballendq](https://github.com/ballendq) in
[dequelabs/axe-core-npm#1004
- chore: merge master into develop by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1016
- chore: bump husky from 8.0.3 to 9.0.10 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1006
- chore: remove circleci badge by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1020
- chore: update `@wdio` dep and chromedriver by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1029
- chore: bump express from 4.18.2 to 4.19.2 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1033
- chore: bump undici from 5.24.0 to 5.28.3 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1022
- chore: bump follow-redirects from 1.15.5 to 1.15.6 by
[@&#8203;dependabot](https://github.com/dependabot) in
[dequelabs/axe-core-npm#1026
- ci: use `PAT` instead of GitHub Token when updating axe-core by
[@&#8203;michael-siek](https://github.com/michael-siek) in
[dequelabs/axe-core-npm#1030
- feat: Update axe-core to v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1028
- fix: get correct new window handle with Selenium 3 workaround by
[@&#8203;scottmries](https://github.com/scottmries) in
[dequelabs/axe-core-npm#1031
- chore: RC v4.9.0 by
[@&#8203;github-actions](https://github.com/github-actions) in
[dequelabs/axe-core-npm#1036
- Release v4.9.0 by [@&#8203;dequejenn](https://github.com/dequejenn)
in
[dequelabs/axe-core-npm#1040

#### New Contributors

- [@&#8203;ballendq](https://github.com/ballendq) made their first
contribution in
[dequelabs/axe-core-npm#1004
- [@&#8203;scottmries](https://github.com/scottmries) made their first
contribution in
[dequelabs/axe-core-npm#1031

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am
every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
@dylanb
Copy link
Contributor

dylanb commented Apr 8, 2024

reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants