build(deps-dev): bump @axe-core/playwright from 4.11.3 to 4.13.0 - #415
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
There was a problem hiding this comment.
Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
🏁 CodeAnt Quality Gate ResultsCommit: ✅ Overall Status: PASSEDQuality Gate Details
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
3 tasks
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>
This file contains hidden or 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
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.
Bumps @axe-core/playwright from 4.11.3 to 4.13.0.
Release notes
Sourced from @axe-core/playwright's releases.
Changelog
Sourced from @axe-core/playwright's changelog.
Commits
70dca94chore: release v4.13.0 (#1416)20a98d8chore: RC v4.13.0 (#1414)3fb980achore: RC v4.13.0399c5d7feat: update axe-core to v4.13.0 (#1413)32aa6ccci: remove scheduled trigger from update-axe-core workflow (#1411)d2e741fchore: bump ip-address from 10.2.0 to 10.4.0 (#1408)c1d50f2chore: bump undici from 6.26.0 to 6.28.0 (#1409)afce5b2chore: bump rollup from 4.46.2 to 4.62.2 (#1402)3de37fbchore: bump axios from 1.17.0 to 1.18.1 (#1400)2d3cb18chore: bump@sigstore/corefrom 3.1.0 to 3.2.1 (#1395)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)