Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore(deps-dev): Bump the dev-dependencies group with 2 updates #942

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2025

Bumps the dev-dependencies group with 2 updates: puppeteer and puppeteer-core.

Updates puppeteer from 23.11.1 to 24.0.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.0.0

24.0.0 (2025-01-09)

⚠ BREAKING CHANGES

  • remove support for Firefox over CDP (#13427)
  • remove deprecated Launch and Connect options (#13426)
  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425)

Features

Bug Fixes

  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425) (8ff26ad)
  • remove erroneous changelog entry (#13479) (6de3238)
  • roll to Chrome 131.0.6778.264 (#13468) (aac759b)
  • webdriver: handle DiscardedBrowsingContextError error (#13472) (b903856)

Code Refactoring

Dependencies

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

puppeteer: v24.0.0

24.0.0 (2025-01-09)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.6.1 to 2.7.0
      • puppeteer-core bumped from 23.11.1 to 24.0.0
Changelog

Sourced from puppeteer's changelog.

24.0.0 (2025-01-09)

Bug Fixes

  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425) (8ff26ad)
  • remove erroneous changelog entry (#13479) (6de3238)
  • roll to Chrome 131.0.6778.264 (#13468) (aac759b)
  • webdriver: handle DiscardedBrowsingContextError error (#13472) (b903856)

Dependencies

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

⚠ BREAKING CHANGES

  • remove support for Firefox over CDP (#13427)
  • remove deprecated Launch and Connect options (#13426)
  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425)

Features

Code Refactoring

Commits

Updates puppeteer-core from 23.11.1 to 24.0.0

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v24.0.0

24.0.0 (2025-01-09)

⚠ BREAKING CHANGES

  • remove support for Firefox over CDP (#13427)
  • remove deprecated Launch and Connect options (#13426)
  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425)

Features

Bug Fixes

  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425) (8ff26ad)
  • remove erroneous changelog entry (#13479) (6de3238)
  • roll to Chrome 131.0.6778.264 (#13468) (aac759b)
  • webdriver: handle DiscardedBrowsingContextError error (#13472) (b903856)

Code Refactoring

Dependencies

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

Sourced from puppeteer-core's changelog.

24.0.0 (2025-01-09)

Bug Fixes

  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425) (8ff26ad)
  • remove erroneous changelog entry (#13479) (6de3238)
  • roll to Chrome 131.0.6778.264 (#13468) (aac759b)
  • webdriver: handle DiscardedBrowsingContextError error (#13472) (b903856)

Dependencies

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

⚠ BREAKING CHANGES

  • remove support for Firefox over CDP (#13427)
  • remove deprecated Launch and Connect options (#13426)
  • include URL fragment into URL returned by HTTPRequest/Response instances (#13425)

Features

Code Refactoring

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 Jan 10, 2025
@OrKoN OrKoN force-pushed the dependabot/npm_and_yarn/dev-dependencies-50bdce232a branch from 9554095 to bebb2d7 Compare January 10, 2025 08:22
Bumps the dev-dependencies group with 2 updates: [puppeteer](https://github.com/puppeteer/puppeteer) and [puppeteer-core](https://github.com/puppeteer/puppeteer).


Updates `puppeteer` from 23.11.1 to 24.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v23.11.1...puppeteer-v24.0.0)

Updates `puppeteer-core` from 23.11.1 to 24.0.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-core-v23.11.1...puppeteer-core-v24.0.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: puppeteer-core
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@OrKoN OrKoN force-pushed the dependabot/npm_and_yarn/dev-dependencies-50bdce232a branch from bebb2d7 to bf2b32b Compare January 13, 2025 07:54
@OrKoN OrKoN enabled auto-merge (squash) January 13, 2025 07:54
@OrKoN OrKoN merged commit 8562bea into main Jan 13, 2025
11 checks passed
@OrKoN OrKoN deleted the dependabot/npm_and_yarn/dev-dependencies-50bdce232a branch January 13, 2025 07:57
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