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

[Snyk] Upgrade jest-environment-puppeteer from 5.0.4 to 9.0.0 #44

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

Woodpile37
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade jest-environment-puppeteer from 5.0.4 to 9.0.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 14 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2023-05-24.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-SEMVER-3247795
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Undesired Behavior
SNYK-JS-STYLEDCOMPONENTS-3149924
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: jest-environment-puppeteer
  • 9.0.0 - 2023-05-24

    Bug Fixes

    • expect-puppeteer: fix addSnapshotSerializer usage (826fd31), closes #552
    • jest-dev-server: no default host (c35e403)
    • jest-dev-server: properly detect if port is used, using both config.port and config.host options. (351720a), closes #555
    • types: fix environment global types (fb691f7)
    • types: fix missing jestPuppeteer global before setup (37e2294)

    Features

    • drop Node.js v14 support (d7d9833)

    BREAKING CHANGES

    • drop Node.js v14 support
    • jest-dev-server: default host is now undefined instead of "localhost"
  • 8.0.6 - 2023-03-24

    Bug Fixes

  • 8.0.5 - 2023-03-09

    Bug Fixes

    • spawnd: remove exit dependency (af2eb01), closes #541
  • 8.0.3 - 2023-03-07

    Bug Fixes

    • avoid creating screenshots directory (d9e58fe), closes #521
    • jest-puppeteer: fix preset export (82e4163), closes #528
  • 8.0.2 - 2023-03-06

    Bug Fixes

  • 8.0.0 - 2023-03-06

    Features

    BREAKING CHANGES

    • spawnd now exports { spawd } instead of default to ensure
      compatibilty with ESM
    • toMatch has been renamed toMatchTextContent to avoid collision
      with existing Jest matcher
    • jest-dev-server teardown function now requires processes as argument, see jest-dev-server readme

    gobalSetup and globalTeardown in jest-environment-puppeteer

    Update Create your own globalSetup and globalTeardown.

    Before (v7.x)

    const { setup: setupPuppeteer } = require("jest-environment-puppeteer");
    const { teardown: teardownPuppeteer } = require("jest-environment-puppeteer");

    After (v8.x)

    const setupPuppeteer = require("jest-environment-puppeteer/setup");
    const teardownPuppeteer = require("jest-environment-puppeteer/teardown");
  • 7.0.1 - 2023-02-15

    v7.0.1

  • 7.0.0 - 2023-02-03

    Breaking Changes

    • Requires Puppeteer v19+
  • 6.2.0 - 2022-12-11
  • 6.1.1 - 2022-07-06
  • 6.0.3 - 2021-12-14
  • 6.0.2 - 2021-11-25
  • 6.0.1 - 2021-11-24
  • 6.0.0 - 2021-09-23
  • 5.0.4 - 2021-05-26
from jest-environment-puppeteer GitHub release notes
Commit messages
Package name: jest-environment-puppeteer
  • e13d1dd v9.0.0
  • 826fd31 fix(expect-puppeteer): fix `addSnapshotSerializer` usage
  • d7d9833 feat: drop Node.js v14 support
  • c35e403 fix(jest-dev-server): no default host
  • 351720a fix(jest-dev-server): properly detect if port is used, using both config.port and config.host options.
  • 37e2294 fix(types): fix missing `jestPuppeteer` global before setup
  • fb691f7 fix(types): fix environment global types
  • 7becfaf chore: add ESLint plugins for Jest, TypeScript (Fixed broken links in README.md github/docs#550)
  • f756dc3 v8.0.6
  • 5a41fc6 chore: run CI on main
  • 861c07d fix(types): fix exports issues
  • 3c92c6b doc: update readme
  • 05992b2 v8.0.5
  • af2eb01 fix(spawnd): remove exit dependency
  • 3c388a2 chore: upgrade deps
  • 488dbda docs: update config doc
  • ef034c2 docs(readme): fix `toMatch` -> `toMatchTextContent`
  • 951f35a docs(expect-puppeteer): fix links in readme
  • 49c11ac docs(jest-environment-puppeteer): document moved exports for global hooks
  • d81bdfc docs(jest-dev-server): document default exports for global hooks
  • e9620e4 v8.0.4
  • 7d8d10c fix: fix preset export
  • 6723a11 v8.0.3
  • 558a498 docs(expect-puppeteer): clarify usage

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@changeset-bot
Copy link

changeset-bot bot commented Aug 25, 2023

⚠️ No Changeset found

Latest commit: 3e752c9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@Woodpile37 Woodpile37 merged commit 3997878 into main Aug 25, 2023
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants