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

Update dependencies and translations to the most recent versions #18092

Merged
merged 3 commits into from
May 14, 2024

Commits on May 14, 2024

  1. Update dependencies to the most recent versions

    The Puppeteer update should in particular be helpful for us because it
    contains improved WebDriver BiDi compatibility, a newer Chrome version
    (both might help for mozilla#17962) and an official deprecation of CDP for
    Firefox. Note that the latter doesn't require changes on our end because
    we already use WebDriver BiDi unconditionally for Firefox since commit
    4db0174. The full release notes can be found at
    https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.8.0.
    timvandermeij committed May 14, 2024
    Configuration menu
    Copy the full SHA
    161b942 View commit details
    Browse the repository at this point in the history
  2. Upgrade eslint-plugin-unicorn to version 53.0.0

    This is a major version bump, but the changelog at
    https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v53.0.0
    doesn't indicate any breaking changes that should impact us.
    
    Most notably it contains support for ESLint 9, which brings us a step
    closer towards mozilla#17928.
    timvandermeij committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d7f2bc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0dbacd View commit details
    Browse the repository at this point in the history