Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Update dependency jest-puppeteer to v10 #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jest-puppeteer (source) 6.2.0 -> 10.1.1 age adoption passing confidence

Release Notes

argos-ci/jest-puppeteer (jest-puppeteer)

v10.1.1

Compare Source

Note: Version bump only for package jest-puppeteer

v10.1.0

Compare Source

Note: Version bump only for package jest-puppeteer

10.0.1 (2024-02-15)

Note: Version bump only for package jest-puppeteer

v10.0.1

Compare Source

Note: Version bump only for package jest-puppeteer

v10.0.0

Compare Source

Note: Version bump only for package jest-puppeteer

9.0.2 (2023-12-06)

Note: Version bump only for package jest-puppeteer

9.0.1 (2023-10-01)

Bug Fixes

v9.0.2

Compare Source

Note: Version bump only for package jest-puppeteer

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Features
  • drop Node.js v14 support (d7d9833)
BREAKING CHANGES
  • drop Node.js v14 support

8.0.6 (2023-03-24)

Bug Fixes

8.0.5 (2023-03-09)

Note: Version bump only for package jest-puppeteer

8.0.4 (2023-03-08)

Bug Fixes

8.0.3 (2023-03-07)

Bug Fixes

8.0.2 (2023-03-06)

Note: Version bump only for package jest-puppeteer

8.0.1 (2023-03-06)

Note: Version bump only for package jest-puppeteer

v8.0.6

Compare Source

Bug Fixes

v8.0.5

Compare Source

Note: Version bump only for package jest-puppeteer

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Note: Version bump only for package jest-puppeteer

v8.0.1

Compare Source

Note: Version bump only for package jest-puppeteer

v8.0.0

Compare Source

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

7.0.1 (2023-02-15)

Note: Version bump only for package jest-puppeteer

v7.0.1

Compare Source

Note: Version bump only for package jest-puppeteer

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • requires puppeteer v19+

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 10, 2024
Copy link
Contributor Author

renovate bot commented Feb 10, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/puppeteer
npm ERR!   dev puppeteer@"13.7.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer puppeteer@">=19" from [email protected]
npm ERR! node_modules/jest-puppeteer
npm ERR!   dev jest-puppeteer@"10.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-02-15T12_15_04_877Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-02-15T12_15_04_877Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from d168b8b to 3647f78 Compare February 15, 2024 12:15
@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from 3647f78 to 7c3311f Compare August 17, 2024 22:33
Copy link
Contributor Author

renovate bot commented Aug 17, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/puppeteer
npm error   dev puppeteer@"13.7.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer puppeteer@">=19" from [email protected]
npm error node_modules/jest-puppeteer
npm error   dev jest-puppeteer@"10.1.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-09-06T13_56_26_693Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-09-06T13_56_26_693Z-debug-0.log

@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from 7c3311f to eae67eb Compare September 6, 2024 13:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants