Skip to content

build(deps-dev): bump @axe-core/playwright from 4.11.3 to 4.13.0 - #415

Merged
qnbs merged 2 commits into
mainfrom
dependabot/npm_and_yarn/axe-core/playwright-4.13.0
Aug 20, 2026
Merged

build(deps-dev): bump @axe-core/playwright from 4.11.3 to 4.13.0#415
qnbs merged 2 commits into
mainfrom
dependabot/npm_and_yarn/axe-core/playwright-4.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @axe-core/playwright from 4.11.3 to 4.13.0.

Release notes

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

Release 4.13.0

What's Changed

Full Changelog: dequelabs/axe-core-npm@v4.11.3...v4.13.0

Changelog

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

4.13.0 (2026-08-10)

Features

4.12.1 (2026-06-22)

Features

Commits

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 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)

Bumps [@axe-core/playwright](https://github.com/dequelabs/axe-core-npm) from 4.11.3 to 4.13.0.
- [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.11.3...v4.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2026
@dependabot
dependabot Bot requested a review from qnbs as a code owner August 20, 2026 07:55
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 20, 2026
@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
worldscript-studio Ready Ready Preview Aug 20, 2026 9:01am

@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Aug 20, 2026
@codeant-ai

codeant-ai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@socket-security

socket-security Bot commented Aug 20, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​axe-core/​playwright@​4.13.01001001009970

View full report

@codeant-ai

codeant-ai Bot commented Aug 20, 2026

Copy link
Copy Markdown

🏁 CodeAnt Quality Gate Results

Commit: 21cced9b
Scan Time: 2026-08-20 09:00:28 UTC

✅ Overall Status: PASSED

Quality Gate Details

Quality Gate Status Details
Secrets ✅ PASSED 0 secrets found
Duplicate Code ✅ PASSED 0.0% duplicated
SAST ✅ PASSED No security issues
Bugs ✅ PASSED Rating S: No bugs
IAC ✅ PASSED Rating S: No issues

View Full Results

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

qnbs added a commit that referenced this pull request Aug 20, 2026
…gs (#425)

The "Suggested"/"All commands" section-heading rows in CommandPalette
used bg-[var(--sc-surface-raised)]/95 backdrop-blur-sm. The raw
--sc-text-muted / --sc-surface-raised token pair passes WCAG AA
(~5.28:1) on every theme, but the 95%-opacity blend against whatever
scrolls underneath drags the actually-rendered contrast down to
4.17:1 on the sepia theme - below the 4.5:1 AA threshold for 12px
normal-weight text. Caught by @axe-core/playwright 4.13.0's stricter
color-contrast check (dependabot/npm_and_yarn/axe-core/playwright-4.13.0,
PR #415) failing tests/e2e/a11y.spec.ts's command-palette-open check;
the older 4.11.3 didn't catch it.

These heading rows aren't actually sticky (they're regular rows inside
the react-virtual virtualized list, absolutely positioned and
translated like every other row) - the translucency/blur served no
functional "header floats over scrolling content" purpose, so making
the background solid removes the failure mode entirely instead of
re-tuning colors per theme.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
@qnbs
qnbs merged commit 4e68337 into main Aug 20, 2026
31 checks passed
@qnbs
qnbs deleted the dependabot/npm_and_yarn/axe-core/playwright-4.13.0 branch August 20, 2026 09:24
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