Skip to content

Bump the test group across 1 directory with 3 updates#7201

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-9b338f9c66
Open

Bump the test group across 1 directory with 3 updates#7201
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/test-9b338f9c66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the test group with 2 updates in the / directory: puppeteer and @axe-core/puppeteer.

Updates puppeteer from 24.42.0 to 25.2.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v25.2.1

25.2.1 (2026-06-24)

🛠️ Fixes

puppeteer: v25.2.1

25.2.1 (2026-06-24)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.2.0 to 25.2.1

puppeteer-core: v25.2.0

25.2.0 (2026-06-22)

🎉 Features

🛠️ Fixes

📄 Documentation

... (truncated)

Changelog

Sourced from puppeteer's changelog.

25.2.1 (2026-06-24)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 25.2.0 to 25.2.1

🛠️ Fixes

25.2.0 (2026-06-22)

🎉 Features

🛠️ Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 3.0.4 to 3.0.5

... (truncated)

Commits

Updates @axe-core/puppeteer from 4.11.2 to 4.12.1

Release notes

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

v4.11.3

What's Changed

New Contributors

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

Changelog

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

4.12.1 (2026-06-22)

Features

4.11.3 (2026-04-29)

Bug Fixes

Commits

Updates axe-core from 4.11.4 to 4.12.1

Release notes

Sourced from axe-core's releases.

Release 4.12.1

Bug FixesThis release does not impact axe results.

  • axe.d.ts: make enabled property of RuleMetadata optional (#5129) (7eb3d2d)

Release 4.12.0

In this release you'll find:

  1. A new aria-tab-name rule that tests role="tab" elements have an accessible name
  2. The landmark-complementary-is-top-level rule is deprecated, as ARIA no longer requires this
  3. Preparations for Element Internal support (behind a feature flag)
  4. Various other bug fixes for target-size, scrollable-region-focusable, and more

This release can see reveal new issues, as well as close out a few existing ones that might have come from false positives or the now deprecated rule.

Features

  • add gather-internals.js external script (#5099) (c61d58b), closes #5080
  • aria-allowed/prohibited-attr, aria-required-parent/children: partially support element internals role (#5080) (417b48a), closes #5039 #4259
  • axe.externalAPIs: add public api for setting elementInternal data (#5105) (63bab8f)
  • core: expose normalizeRunOptions (#4998) (b8e6a59)
  • expose axe.resetLocale() to restore the default locale (#5108) (c2b5292), closes #5107
  • getRules: include rule enabled state in returned objects (#5118) (75bf772), closes #5116
  • list,listitem: support element internals role (#5119) (7d9d696)
  • new-rule: check that aria-tab have an accessible name (#5001) (0d4e4e7), closes #4842
  • rules: deprecate landmark-complementary-is-top-level rules (#4992) (9e09139), closes #4950
  • utils: add getElementInternals function (#5077) (1c15f82)

Bug Fixes

  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#4974) (c6245e7)
  • aria-conditional-attr: add support for radio (#5100) (8223c98)
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#4973) (0489e30)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#4987) (48ca955), closes #4840
  • commons/text: exclude natively hidden elements from aria-labelledby accessible name (#5076) (ea7202c), closes #4704
  • DqElement: avoid calling constructors with cloneNode (#5013) (0281fa1)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#5017) (2067b87)
  • helpUrl: ensure axe.configure always updates the help URLs (#5114) (c4f60ff)
  • label-content-name-mismatch: match visible text with aria-label and exclude invisible text (#5096) (3a012a1)
  • locale: ensure all subtags are correctly set (#5112) (13005ed)
  • scrollable-region-focusable: clarify the issue is in safari (#4995) (4ec5211), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#4993) (838707a)
  • target-size: determine offset using clientRects if target is display:inline (#5012) (a4b8091)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#5066) (1229a6e), closes #5065
  • target-size: ignore widgets that are inline with other inline elements (#5000) (a8dd81b)
  • utils/getAncestry: escape node name (#5079) (d1fabaa), closes #5078
  • utils: Add null check to parseCrossOriginStylesheet, closes #5074 (#5075) (f12ef32)
  • utils: update isShadowRoot to use spec-compliant custom element regex (#5059) (edc6ce2), closes #5030
Changelog

Sourced from axe-core's changelog.

4.12.1 (2026-06-09)

Bug Fixes

  • axe.d.ts: make enabled property of RuleMetadata optional (#5129) (7eb3d2d)

4.12.0 (2026-06-01)

Features

  • add gather-internals.js external script (#5099) (c61d58b), closes #5080
  • aria-allowed/prohibited-attr, aria-required-parent/children: partially support element internals role (#5080) (417b48a), closes #5039 #4259
  • axe.externalAPIs: add public api for setting elementInternal data (#5105) (63bab8f)
  • core: expose normalizeRunOptions (#4998) (b8e6a59)
  • expose axe.resetLocale() to restore the default locale (#5108) (c2b5292), closes #5107
  • getRules: include rule enabled state in returned objects (#5118) (75bf772), closes #5116
  • list,listitem: support element internals role (#5119) (7d9d696)
  • new-rule: check that aria-tab have an accessible name (#5001) (0d4e4e7), closes #4842
  • rules: deprecate landmark-complementary-is-top-level rules (#4992) (9e09139), closes #4950
  • utils: add getElementInternals function (#5077) (1c15f82)

Bug Fixes

  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#4974) (c6245e7)
  • aria-conditional-attr: add support for radio (#5100) (8223c98)
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#4973) (0489e30)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#4987) (48ca955), closes #4840
  • commons/text: exclude natively hidden elements from aria-labelledby accessible name (#5076) (ea7202c), closes #4704
  • DqElement: avoid calling constructors with cloneNode (#5013) (0281fa1)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#5017) (2067b87)
  • helpUrl: ensure axe.configure always updates the help URLs (#5114) (c4f60ff)
  • label-content-name-mismatch: match visible text with aria-label and exclude invisible text (#5096) (3a012a1)
  • locale: ensure all subtags are correctly set (#5112) (13005ed)
  • scrollable-region-focusable: clarify the issue is in safari (#4995) (4ec5211), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#4993) (838707a)
  • target-size: determine offset using clientRects if target is display:inline (#5012) (a4b8091)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#5066) (1229a6e), closes #5065
  • target-size: ignore widgets that are inline with other inline elements (#5000) (a8dd81b)
  • utils/getAncestry: escape node name (#5079) (d1fabaa), closes #5078
  • utils: Add null check to parseCrossOriginStylesheet, closes #5074 (#5075) (f12ef32)
  • utils: update isShadowRoot to use spec-compliant custom element regex (#5059) (edc6ce2), closes #5030
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Jun 25, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 25, 2026 11:33
@dependabot dependabot Bot added javascript dependencies Pull requests that update a dependency file labels Jun 25, 2026
@github-project-automation github-project-automation Bot moved this to Backlog 🏃🏼‍♀️ in GOV.UK Design System cycle board Jun 25, 2026
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7201 June 25, 2026 11:55 Inactive
@36degrees 36degrees moved this from Backlog 🏃🏼‍♀️ to Needs review 🔍 in GOV.UK Design System cycle board Jun 25, 2026
@NickColley

Copy link
Copy Markdown
Contributor

These are caught up in the same situation as #6902 (comment)

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-9b338f9c66 branch from d4eb080 to bb4847d Compare June 26, 2026 11:05
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7201 June 26, 2026 11:05 Inactive
@Lou-KnowlesDM Lou-KnowlesDM moved this from Needs review 🔍 to Blocked ⛔ in GOV.UK Design System cycle board Jun 29, 2026
@Lou-KnowlesDM Lou-KnowlesDM moved this from Blocked ⛔ to Needs review 🔍 in GOV.UK Design System cycle board Jun 29, 2026
@Lou-KnowlesDM Lou-KnowlesDM moved this from Needs review 🔍 to Blocked ⛔ in GOV.UK Design System cycle board Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-9b338f9c66 branch from bb4847d to 8e1e457 Compare July 6, 2026 11:04
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7201 July 6, 2026 11:04 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-9b338f9c66 branch from 8e1e457 to 15fcdd8 Compare July 6, 2026 11:17
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7201 July 6, 2026 11:18 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-9b338f9c66 branch from 15fcdd8 to 1c024f7 Compare July 6, 2026 13:33
@govuk-design-system-ci govuk-design-system-ci temporarily deployed to govuk-frontend-pr-7201 July 6, 2026 13:37 Inactive
Bumps the test group with 2 updates in the / directory: [puppeteer](https://github.com/puppeteer/puppeteer) and [@axe-core/puppeteer](https://github.com/dequelabs/axe-core-npm).


Updates `puppeteer` from 24.42.0 to 25.2.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.42.0...puppeteer-v25.2.1)

Updates `@axe-core/puppeteer` from 4.11.2 to 4.12.1
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits)

Updates `axe-core` from 4.11.4 to 4.12.1
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.11.4...v4.12.1)

---
updated-dependencies:
- dependency-name: "@axe-core/puppeteer"
  dependency-version: 4.11.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: axe-core
  dependency-version: 4.12.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: puppeteer
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-9b338f9c66 branch from 1c024f7 to 133d195 Compare July 6, 2026 14:44
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

Projects

Status: Blocked ⛔

Development

Successfully merging this pull request may close these issues.

4 participants