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

chore(deps): update dependency jest-puppeteer to v10 #1953

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

This PR contains the following updates:

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

Release Notes

argos-ci/jest-puppeteer (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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link
Contributor Author

renovate bot commented Mar 9, 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: cad-killer@1.0.1
npm ERR! Found: puppeteer@13.3.0
npm ERR! node_modules/puppeteer
npm ERR!   dev puppeteer@"13.3.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer puppeteer@">=19" from jest-puppeteer@10.0.1
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-03-10T19_55_32_888Z-eresolve-report.txt

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

@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from 36b24a6 to 03115f3 Compare March 10, 2024 19:55
@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from 03115f3 to c1bc87c Compare August 17, 2024 22:34
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: cad-killer@1.0.1
npm error Found: puppeteer@13.7.0
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 jest-puppeteer@10.1.0
npm error node_modules/jest-puppeteer
npm error   dev jest-puppeteer@"10.1.0" 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-08-31T21_50_42_145Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-08-31T21_50_42_145Z-debug-0.log

@renovate renovate bot enabled auto-merge (rebase) August 31, 2024 21:38
@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from c1bc87c to e9b75b7 Compare August 31, 2024 21:38
@renovate renovate bot force-pushed the renovate/jest-puppeteer-10.x branch from e9b75b7 to f795f18 Compare August 31, 2024 21:43
@renovate renovate bot merged commit a1127ac into master Aug 31, 2024
4 of 9 checks passed
@renovate renovate bot deleted the renovate/jest-puppeteer-10.x branch August 31, 2024 21:48
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.

0 participants