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 puppeteer to v17 (v3) #1715

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
puppeteer 16.2.0 -> 17.1.3 age adoption passing confidence

Release Notes

puppeteer/puppeteer

v17.1.3

Compare Source

Bug Fixes

v17.1.2

Compare Source

Bug Fixes

v17.1.1

Compare Source

Bug Fixes

v17.1.0

Compare Source

Features
Bug Fixes

v17.0.0

Compare Source

⚠ BREAKING CHANGES
  • remove root from WaitForSelectorOptions (#​8848)
  • internalize execution context (#​8844)
Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 9, 2022
@changeset-bot
Copy link

changeset-bot bot commented Sep 9, 2022

⚠️ No Changeset found

Latest commit: 543330b

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-yoga/apollo-link 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 2.4.3-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
graphql-yoga 3.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.0.0-alpha-20220909052413-e0c94ab7 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 110072      ✗ 0    
     data_received..................: 16 MB   547 kB/s
     data_sent......................: 6.3 MB  211 kB/s
     http_req_blocked...............: avg=2.05µs   min=1.1µs   med=1.6µs   max=2.52ms  p(90)=2.2µs   p(95)=2.6µs   
     http_req_connecting............: avg=42ns     min=0s      med=0s      max=2.32ms  p(90)=0s      p(95)=0s      
   ✓ http_req_duration..............: avg=433.06µs min=243.4µs med=375µs   max=24.03ms p(90)=539.4µs p(95)=627.1µs 
       { expected_response:true }...: avg=433.06µs min=243.4µs med=375µs   max=24.03ms p(90)=539.4µs p(95)=627.1µs 
     http_req_failed................: 0.00%   ✓ 0           ✗ 55036
     http_req_receiving.............: avg=28.95µs  min=14.5µs  med=22.7µs  max=4.61ms  p(90)=40.3µs  p(95)=49.4µs  
     http_req_sending...............: avg=11.12µs  min=5.4µs   med=7.4µs   max=3.96ms  p(90)=17.8µs  p(95)=23.9µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=392.98µs min=218.5µs med=339.5µs max=23.81ms p(90)=486.4µs p(95)=565.62µs
     http_reqs......................: 55036   1834.413402/s
     iteration_duration.............: avg=537.73µs min=307.1µs med=476.1µs max=26.86ms p(90)=671.5µs p(95)=775.56µs
     iterations.....................: 55036   1834.413402/s
     vus............................: 1       min=1         max=1  
     vus_max........................: 1       min=1         max=1  

@ardatan ardatan merged commit 7f5edd1 into v3 Sep 12, 2022
@ardatan ardatan deleted the renovate/v3-puppeteer-17.x branch September 12, 2022 13:51
This was referenced Sep 21, 2022
@saihaj saihaj mentioned this pull request Oct 17, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant