Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the test group across 1 directory with 5 updates #5738

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps the test group with 5 updates in the / directory:

Package From To
jest-puppeteer 10.1.4 11.0.0
puppeteer 23.6.0 24.2.1
@axe-core/puppeteer 4.10.0 4.10.1
jest-dev-server 10.1.4 11.0.0
jest-environment-puppeteer 10.1.4 11.0.0

Updates jest-puppeteer from 10.1.4 to 11.0.0

Release notes

Sourced from jest-puppeteer's releases.

v11.0.0

Features

BREAKING CHANGES

  • Node.js v16 is not supported
Changelog

Sourced from jest-puppeteer's changelog.

11.0.0 (2024-12-21)

Features

  • add support for Node.js v22-23 (d67228e)

BREAKING CHANGES

  • Node.js v16 is not supported
Commits

Updates puppeteer from 23.6.0 to 24.2.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.2.1

24.2.1 (2025-02-13)

Bug Fixes

puppeteer: v24.2.1

24.2.1 (2025-02-13)

Bug Fixes

  • don't wait for activation if the connection is disconnected (#13591) (6b20ac1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.0 to 24.2.1

puppeteer-core: v24.2.0

24.2.0 (2025-02-05)

Features

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.7.0 to 2.7.1

puppeteer: v24.2.0

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.2.1 (2025-02-13)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.2.0 to 24.2.1

24.2.0 (2025-02-05)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.7.0 to 2.7.1

Bug Fixes

24.1.1 (2025-01-23)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

... (truncated)

Commits
  • 91d0925 chore: release main (#13594)
  • ea11a46 fix: roll to Chrome 133.0.6943.98 (#13611)
  • 436e95a chore(deps): Bump serialize-javascript from 6.0.1 to 6.0.2 in /website (#13610)
  • fad9744 chore: fix release please issue (#13608)
  • 2f470cd fix(network): propagate CDP error in interception (#13607)
  • 54481ed chore(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group...
  • cb449d3 chore(deps-dev): Bump the dev-dependencies group across 1 directory with 10 u...
  • 4e42d53 chore(deps): Bump semver from 7.7.0 to 7.7.1 in the dependencies group (#13601)
  • 996eae8 chore(deps): Bump node from ae2f3d4 to 5145c88 in /docker in the all grou...
  • 6e8014d test: add a test for multiple dblclicks (#13597)
  • Additional commits viewable in compare view

Updates @axe-core/puppeteer from 4.10.0 to 4.10.1

Release notes

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

Release 4.10.1

What's Changed

New Contributors

Full Changelog: dequelabs/axe-core-npm@v4.10.0...v4.10.1

Changelog

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

4.10.1 (2024-10-29)

Bug Fixes

Commits

Updates jest-dev-server from 10.1.4 to 11.0.0

Release notes

Sourced from jest-dev-server's releases.

v11.0.0

Features

BREAKING CHANGES

  • Node.js v16 is not supported
Changelog

Sourced from jest-dev-server's changelog.

11.0.0 (2024-12-21)

Features

  • add support for Node.js v22-23 (d67228e)

BREAKING CHANGES

  • Node.js v16 is not supported
Commits

Updates jest-environment-puppeteer from 10.1.4 to 11.0.0

Release notes

Sourced from jest-environment-puppeteer's releases.

v11.0.0

Features

BREAKING CHANGES

  • Node.js v16 is not supported
Changelog

Sourced from jest-environment-puppeteer's changelog.

11.0.0 (2024-12-21)

Features

BREAKING CHANGES

  • Node.js v16 is not supported
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 labels Feb 20, 2025
@dependabot dependabot bot requested a review from a team February 20, 2025 15:25
Copy link

github-actions bot commented Feb 20, 2025

📋 Stats

File sizes

File Size
dist/govuk-frontend-development.min.css 118.42 KiB
dist/govuk-frontend-development.min.js 42.59 KiB
packages/govuk-frontend/dist/govuk/all.bundle.js 92.42 KiB
packages/govuk-frontend/dist/govuk/all.bundle.mjs 86.71 KiB
packages/govuk-frontend/dist/govuk/all.mjs 1.21 KiB
packages/govuk-frontend/dist/govuk/component.mjs 1.67 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend.min.css 118.41 KiB
packages/govuk-frontend/dist/govuk/govuk-frontend.min.js 42.58 KiB
packages/govuk-frontend/dist/govuk/i18n.mjs 5.55 KiB
packages/govuk-frontend/dist/govuk/init.mjs 6.64 KiB

Modules

File Size (bundled) Size (minified)
all.mjs 82.32 KiB 40.4 KiB
accordion.mjs 26.58 KiB 13.41 KiB
button.mjs 9.09 KiB 3.79 KiB
character-count.mjs 25.37 KiB 10.91 KiB
checkboxes.mjs 7.76 KiB 3.42 KiB
error-summary.mjs 10.99 KiB 4.55 KiB
exit-this-page.mjs 20.2 KiB 10.34 KiB
header.mjs 6.41 KiB 3.22 KiB
notification-banner.mjs 9.35 KiB 3.71 KiB
password-input.mjs 18.16 KiB 8.34 KiB
radios.mjs 6.76 KiB 2.98 KiB
service-navigation.mjs 6.39 KiB 3.26 KiB
skip-link.mjs 6.34 KiB 2.76 KiB
tabs.mjs 11.99 KiB 6.67 KiB

View stats and visualisations on the review app


Action run for 30a7ad7

@romaricpascal
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/test-dacf51cd24 branch from d4a1123 to 2bcb140 Compare February 20, 2025 16:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/test-dacf51cd24 branch from 2bcb140 to 760905d Compare February 20, 2025 16:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/test-dacf51cd24 branch from 760905d to aa7bc0f Compare February 20, 2025 16:40
Bumps the test group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) | `10.1.4` | `11.0.0` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `23.6.0` | `24.2.1` |
| [@axe-core/puppeteer](https://github.com/dequelabs/axe-core-npm) | `4.10.0` | `4.10.1` |
| [jest-dev-server](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-dev-server) | `10.1.4` | `11.0.0` |
| [jest-environment-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-environment-puppeteer) | `10.1.4` | `11.0.0` |



Updates `jest-puppeteer` from 10.1.4 to 11.0.0
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v11.0.0/packages/jest-puppeteer)

Updates `puppeteer` from 23.6.0 to 24.2.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v23.6.0...puppeteer-v24.2.1)

Updates `@axe-core/puppeteer` from 4.10.0 to 4.10.1
- [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.10.0...v4.10.1)

Updates `jest-dev-server` from 10.1.4 to 11.0.0
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-dev-server/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v11.0.0/packages/jest-dev-server)

Updates `jest-environment-puppeteer` from 10.1.4 to 11.0.0
- [Release notes](https://github.com/argos-ci/jest-puppeteer/releases)
- [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-environment-puppeteer/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v11.0.0/packages/jest-environment-puppeteer)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test
- dependency-name: "@axe-core/puppeteer"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: test
- dependency-name: jest-dev-server
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
- dependency-name: jest-environment-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: test
...

Signed-off-by: dependabot[bot] <support@github.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants