Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2023

Bumps jest-environment-puppeteer from 5.0.4 to 7.0.1.

Release notes

Sourced from jest-environment-puppeteer's releases.

v7.0.0

Breaking Changes

  • Requires Puppeteer v19+

v6.2.0

Bug Fixes

Features

v6.1.1

Bug Fixes

  • expect-puppeteer: return proper error stack traces from matchers (#487) (e9cafb1)
  • prevent stdout buffer from filling up (#482) (6f16345)

v6.1.0

Features

  • add traverseShadowRoots option to toMatch (#463) (28c5235)

v6.0.3

Bug Fixes

  • avoid running connect in global setup if browserWSEndpoint provided in config (#458) (c9fa515)

v6.0.2

Bug Fixes

... (truncated)

Changelog

Sourced from jest-environment-puppeteer's changelog.

7.0.1 (2023-02-15)

Note: Version bump only for package jest-environment-puppeteer

7.0.0 (2023-02-03)

Features

6.2.0 (2022-12-11)

Bug Fixes

Features

6.1.1 (2022-07-06)

Note: Version bump only for package jest-environment-puppeteer

6.0.3 (2021-12-14)

Bug Fixes

  • avoid running connect in global setup if browserWSEndpoint provided in config (#458) (c9fa515)

6.0.2 (2021-11-25)

Bug Fixes

6.0.1 (2021-11-24)

Bug Fixes

  • Catch exceptions on browser close or disconnect during teardown (#453) (adafcc2)

... (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)

Bumps [jest-environment-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-environment-puppeteer) from 5.0.4 to 7.0.1.
- [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/v7.0.1/packages/jest-environment-puppeteer)

---
updated-dependencies:
- dependency-name: jest-environment-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 21, 2023
@guardrails
Copy link

guardrails bot commented Feb 21, 2023

⚠️ We detected 24 security issues in this pull request:

Vulnerable Libraries (24)
Severity Details
Medium pkg:npm/msgpack5@3.6.1@3.6.1 (t) - no patch available
High pkg:npm/http-cache-semantics@4.1.0@4.1.0 (t) upgrade to: 4.1.1,4.1.1
High pkg:npm/flat@5.0.2@5.0.2 (t) - no patch available
High pkg:npm/prismjs@1.27.0@1.27.0 (t) - no patch available
Medium pkg:npm/history@5.0.0@5.0.0 (t) - no patch available
High pkg:npm/revalidator@0.3.1@0.3.1 (t) - no patch available
Medium pkg:npm/react@17.0.2@17.0.2 (t) - no patch available
Medium pkg:npm/styled-components@5.3.5@5.3.5 (t) - no patch available
High pkg:npm/shelljs@0.8.5@0.8.5 (t) - no patch available
Medium pkg:npm/browserslist@3.2.8@3.2.8 (t) - no patch available
Medium pkg:npm/liquidjs@9.22.1@9.22.1 (t) upgrade to: 10.0.0
N/A pkg:npm/debug@2.6.9@2.6.9 (t) upgrade to: 3.1.0
High pkg:npm/fb-watchman@2.0.1@2.0.1 (t) - no patch available
Critical pkg:npm/nodemon@2.0.19@2.0.19 (t) - no patch available
High pkg:npm/cacheable-request@7.0.2@7.0.2 (t) upgrade to: 10.2.7
High pkg:npm/loader-utils@2.0.4@2.0.4 (t) - no patch available
High pkg:npm/accept-language-parser@1.5.0@1.5.0 (t) - no patch available
Low pkg:npm/node-fetch@2.6.7@2.6.7 (t) - no patch available
High pkg:npm/json5@2.2.1@2.2.1 (t) upgrade to: 2.2.2
Medium pkg:npm/core-js@2.6.12@2.6.12 (t) - no patch available
Medium pkg:npm/express@4.18.1@4.18.1 (t) - no patch available
High pkg:npm/minimatch@3.0.4@3.0.4 (t) upgrade to: 3.0.5
Medium pkg:npm/got@10.7.0@10.7.0 (t) - no patch available
High pkg:npm/json5@1.0.1@1.0.1 (t) upgrade to: 2.2.2

More info on how to fix Vulnerable Libraries in JavaScript.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 9, 2024

Superseded by #104.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jest-environment-puppeteer-7.0.1 branch July 9, 2024 23:02
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