Skip to content

Bump the test group with 5 updates#1578

Merged
colinrotherham merged 2 commits into
mainfrom
dependabot/npm_and_yarn/test-a9852dda33
Sep 15, 2025
Merged

Bump the test group with 5 updates#1578
colinrotherham merged 2 commits into
mainfrom
dependabot/npm_and_yarn/test-a9852dda33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 12, 2025

Bumps the test group with 5 updates:

Package From To
babel-jest 30.1.1 30.1.2
jest 30.1.1 30.1.3
puppeteer 24.17.1 24.20.0
jest-environment-jsdom 30.1.1 30.1.2
jest-environment-node 30.1.1 30.1.2

Updates babel-jest from 30.1.1 to 30.1.2

Release notes

Sourced from babel-jest's releases.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Changelog

Sourced from babel-jest's changelog.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Commits

Updates jest from 30.1.1 to 30.1.3

Release notes

Sourced from jest's releases.

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Changelog

Sourced from jest's changelog.

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Commits

Updates puppeteer from 24.17.1 to 24.20.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.20.0

24.20.0 (2025-09-10)

Features

  • add Browser.deleteMatchingCookies() method (#14175) (925460d)
  • support offline parameter in emulateNetworkConditions (#14184) (79c47f4)

Bug Fixes

  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#14182) (7e4440d)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9

puppeteer: v24.20.0

24.20.0 (2025-09-10)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9
      • puppeteer-core bumped from 24.19.0 to 24.20.0

puppeteer-core: v24.19.0

24.19.0 (2025-09-04)

Features

Bug Fixes

  • accessibility SerializedAXNode.elementHandle returns the parent's handle for text nodes (#14159) (0cb49fd)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.20.0 (2025-09-10)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.10.8 to 2.10.9

Features

  • add Browser.deleteMatchingCookies() method (#14175) (925460d)
  • support offline parameter in emulateNetworkConditions (#14184) (79c47f4)

Bug Fixes

  • accessibility: reports snapshot with uninteresting root and focusable Document is not a leaf node (#14169) (3bad7ad)
  • roll to Chrome 140.0.7339.82 (#14182) (7e4440d)

24.19.0 (2025-09-04)

Features

Bug Fixes

  • accessibility SerializedAXNode.elementHandle returns the parent's handle for text nodes (#14159) (0cb49fd)
  • throw on history entry not found (#14160) (f660ef8)
  • webdriver: support interception after continueWithAuth (#14167) (21f1eb5)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.18.0 to 24.19.0

24.18.0 (2025-09-01)

... (truncated)

Commits

Updates jest-environment-jsdom from 30.1.1 to 30.1.2

Release notes

Sourced from jest-environment-jsdom's releases.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Changelog

Sourced from jest-environment-jsdom's changelog.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Commits

Updates jest-environment-node from 30.1.1 to 30.1.2

Release notes

Sourced from jest-environment-node's releases.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Changelog

Sourced from jest-environment-node's changelog.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)
Commits

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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 12, 2025
@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 12, 2025 15:58 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-a9852dda33 branch from 9187e61 to c86a129 Compare September 15, 2025 09:10
@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 15, 2025 09:10 Inactive
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-a9852dda33 branch from c86a129 to ebb5f8a Compare September 15, 2025 09:56
@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 15, 2025 09:57 Inactive
Bumps the test group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `30.1.1` | `30.1.2` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.1.1` | `30.1.3` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.17.1` | `24.20.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `30.1.1` | `30.1.2` |
| [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) | `30.1.1` | `30.1.2` |


Updates `babel-jest` from 30.1.1 to 30.1.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.2/packages/babel-jest)

Updates `jest` from 30.1.1 to 30.1.3
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.3/packages/jest)

Updates `puppeteer` from 24.17.1 to 24.20.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.17.1...puppeteer-v24.20.0)

Updates `jest-environment-jsdom` from 30.1.1 to 30.1.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.2/packages/jest-environment-jsdom)

Updates `jest-environment-node` from 30.1.1 to 30.1.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.1.2/packages/jest-environment-node)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-version: 30.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: jest
  dependency-version: 30.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: puppeteer
  dependency-version: 24.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: jest-environment-jsdom
  dependency-version: 30.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: jest-environment-node
  dependency-version: 30.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/test-a9852dda33 branch from ebb5f8a to 3b54910 Compare September 15, 2025 11:00
@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 15, 2025 11:00 Inactive
@colinrotherham
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@colinrotherham
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 15, 2025 18:58 Inactive
@colinrotherham colinrotherham self-requested a review September 15, 2025 19:07
@colinrotherham colinrotherham force-pushed the dependabot/npm_and_yarn/test-a9852dda33 branch from 8416749 to 8c5bca4 Compare September 15, 2025 19:23
@colinrotherham colinrotherham temporarily deployed to nhsuk-frontend-pr-1578 September 15, 2025 19:23 Inactive
@sonarqubecloud
Copy link
Copy Markdown

@colinrotherham colinrotherham merged commit b66a29b into main Sep 15, 2025
14 checks passed
@colinrotherham colinrotherham deleted the dependabot/npm_and_yarn/test-a9852dda33 branch September 15, 2025 19:36
colinrotherham added a commit that referenced this pull request Sep 16, 2025
…2dda33

Bump the test group with 5 updates
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