mermaid-js / mermaid-cli

Command line tool for the Mermaid library
MIT License
2.45k stars 232 forks source link

build(deps): bump puppeteer from 19.10.1 to 19.11.1 #534

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps puppeteer from 19.10.1 to 19.11.1.

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v19.11.1

19.11.1 (2023-04-25)

Bug Fixes

puppeteer: v19.11.1

19.11.1 (2023-04-25)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.11.0 to 19.11.1

puppeteer-core: v19.11.0

19.11.0 (2023-04-24)

Features

Bug Fixes

puppeteer: v19.11.0

19.11.0 (2023-04-24)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies

... (truncated)

Commits


Dependabot compatibility score

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 ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
aloisklink commented 1 year ago

It looks like puppeteer v19.11.0 now prints a bunch of warnings (see https://github.com/puppeteer/puppeteer/commit/23d6a95cf10c90f8aba2b12d7b02a73072e20382):

      Puppeteer old Headless deprecation warning:
        In the near feature `headless: true` will default to the new Headless mode
        for Chrome instead of the old Headless implementation. For more
        information, please see https://developer.chrome.com/articles/new-headless/.
        Consider opting in early by passing `headless: "new"` to `puppeteer.launch()`
        If you encounter any bugs, please report them to https://github.com/puppeteer/puppeteer/issues/new/choose.

We might want to at least update our tests to use {headless: "new"}, so that if we run into issues, we can report them to the puppeteer team.