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

Sync v3 with master #1674

Merged
merged 77 commits into from
Aug 30, 2022
Merged

Sync v3 with master #1674

merged 77 commits into from
Aug 30, 2022

Conversation

saihaj
Copy link
Collaborator

@saihaj saihaj commented Aug 26, 2022

No description provided.

Salmandabbakuti and others added 30 commits July 27, 2022 11:04
* updated: file upload example to save file in disk using fs

* added: fs module import

* added: path module import
* fix(deps): update all non-major dependencies

* Fix tests

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(deps): update all non-major dependencies

* chore: bump "@envelop/live-query"

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
There is an error with import. 
```
'Redis' cannot be used as a value because it was exported using 'export type'.ts(1362)
```
Take a look here https://github.com/luin/ioredis
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 3 commits August 28, 2022 18:17
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Aug 29, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 197846      ✗ 0    
     data_received..................: 26 MB   877 kB/s
     data_sent......................: 11 MB   379 kB/s
     http_req_blocked...............: avg=1.14µs   min=700ns   med=1µs      max=457.2µs p(90)=1.5µs   p(95)=1.8µs   
     http_req_connecting............: avg=0ns      min=0s      med=0s       max=94µs    p(90)=0s      p(95)=0s      
   ✓ http_req_duration..............: avg=231.43µs min=156.5µs med=210.3µs  max=19.69ms p(90)=255.1µs p(95)=290.39µs
       { expected_response:true }...: avg=231.43µs min=156.5µs med=210.3µs  max=19.69ms p(90)=255.1µs p(95)=290.39µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 98923
     http_req_receiving.............: avg=18.26µs  min=10.5µs  med=16.8µs   max=5.9ms   p(90)=21.4µs  p(95)=25.9µs  
     http_req_sending...............: avg=6.28µs   min=3.8µs   med=4.7µs    max=6.23ms  p(90)=8.5µs   p(95)=10.7µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s      p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=206.87µs min=134.2µs med=188.4µs  max=19.59ms p(90)=227.3µs p(95)=258.5µs 
     http_reqs......................: 98923   3297.299163/s
     iteration_duration.............: avg=298.26µs min=209.7µs med=274.09µs max=20.26ms p(90)=329.6µs p(95)=370.79µs
     iterations.....................: 98923   3297.299163/s
     vus............................: 1       min=1         max=1  
     vus_max........................: 1       min=1         max=1  

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.

None yet