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 all non-major dependencies #1177

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/aws (source) 6.24.1 -> 6.24.2 age adoption passing confidence
@types/aws-lambda (source) 8.10.134 -> 8.10.135 age adoption passing confidence
wrangler (source) 3.30.1 -> 3.31.0 age adoption passing confidence

Release Notes

pulumi/pulumi-aws (@​pulumi/aws)

v6.24.2

Compare Source

cloudflare/workers-sdk (wrangler)

v3.31.0

Compare Source

Minor Changes
Patch Changes
  • #​5132 82a3f94 Thanks @​mrbbot! - fix: switch default logging level of unstable_dev() to warn

    When running unstable_dev() in its default "test mode", the logging level was set to none. This meant any Worker startup errors or helpful warnings wouldn't be shown. This change switches the default to warn. To restore the previous behaviour, include logLevel: "none" in your options object:

    const worker = await unstable_dev("path/to/script.js", {
    	logLevel: "none",
    });
  • #​5128 d27e2a7 Thanks @​taylorlee! - fix: Add legacy_env support to experimental versions upload command.

  • #​5087 a5231de Thanks @​dario-piotrowicz! - fix: make wrangler types always generate a d.ts file for module workers

    Currently if a config file doesn't define any binding nor module, running
    wrangler types against such file would not produce a d.ts file.

    Producing a d.ts file can however still be beneficial as it would define a correct
    env interface (even if empty) that can be expanded/referenced by user code (this can
    be particularly convenient for scaffolding tools that may want to always generate an
    env interface).

    Example:
    Before wrangler types --env-interface MyEnv run with an empty wrangler.toml file
    would not generate any file, after these change it would instead generate a file with
    the following content:

    interface MyEnv {
    }
    
  • #​5138 3dd9089 Thanks @​G4brym! - fix: ensure Workers-AI local mode fetcher returns headers to client worker

  • Updated dependencies [42bcc72, 42bcc72]:


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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 Mar 5, 2024
Copy link

codesandbox bot commented Mar 5, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Contributor

github-actions bot commented Mar 5, 2024

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.557697 min=17      med=141     max=195     p(90)=161     p(95)=165    
     data_received..................: 22 MB  746 kB/s
     data_sent......................: 14 MB  478 kB/s
     http_req_blocked...............: avg=2.25µs     min=701ns   med=1.43µs  max=19.35ms p(90)=2.07µs  p(95)=2.3µs  
     http_req_connecting............: avg=350ns      min=0s      med=0s      max=4.2ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.45ms    min=3.5ms   med=19.97ms max=1s      p(90)=26.04ms p(95)=27.19ms
       { expected_response:true }...: avg=20.45ms    min=3.5ms   med=19.97ms max=1s      p(90)=26.04ms p(95)=27.19ms
     http_req_failed................: 0.00%  ✓ 1           ✗ 146226
     http_req_receiving.............: avg=35.29µs    min=9.98µs  med=26.39µs max=24.98ms p(90)=41.36µs p(95)=49.09µs
     http_req_sending...............: avg=10.29µs    min=3.19µs  med=6.58µs  max=14.65ms p(90)=9.38µs  p(95)=13.48µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.4ms     min=3.47ms  med=19.93ms max=1s      p(90)=25.99ms p(95)=27.13ms
     http_reqs......................: 146227 4873.948801/s
     iteration_duration.............: avg=41ms       min=13.49ms med=39.85ms max=1.02s   p(90)=43.97ms p(95)=49.53ms
     iterations.....................: 73097  2436.424433/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Mar 5, 2024

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=138.165049 min=77       med=139     max=200      p(90)=160     p(95)=166    
     data_received..................: 24 MB  804 kB/s
     data_sent......................: 16 MB  521 kB/s
     http_req_blocked...............: avg=3.65µs     min=631ns    med=1.41µs  max=6.75ms   p(90)=2.01µs  p(95)=2.25µs 
     http_req_connecting............: avg=1.95µs     min=0s       med=0s      max=6.62ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=18.95ms    min=794.68µs med=18.69ms max=658.22ms p(90)=24.93ms p(95)=26.38ms
       { expected_response:true }...: avg=18.95ms    min=794.68µs med=18.69ms max=658.22ms p(90)=24.93ms p(95)=26.38ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 157694
     http_req_receiving.............: avg=34.1µs     min=9.22µs   med=25.44µs max=20.21ms  p(90)=40.68µs p(95)=49µs   
     http_req_sending...............: avg=13.47µs    min=2.79µs   med=6.36µs  max=18.41ms  p(90)=9.19µs  p(95)=14.2µs 
     http_req_tls_handshaking.......: avg=0s         min=0s       med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=18.91ms    min=738.09µs med=18.64ms max=658.18ms p(90)=24.89ms p(95)=26.32ms
     http_reqs......................: 157694 5256.181126/s
     iteration_duration.............: avg=38.01ms    min=19.97ms  med=37.12ms max=688.08ms p(90)=41.76ms p(95)=47.08ms
     iterations.....................: 78831  2627.557258/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Mar 5, 2024

@benchmarks/server results

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 303820      ✗ 0     
     data_received..................: 30 MB   998 kB/s
     data_sent......................: 12 MB   405 kB/s
     http_req_blocked...............: avg=1.35µs   min=871ns    med=1.14µs   max=173.1µs  p(90)=1.84µs   p(95)=2.02µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=124.65µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=137.11µs min=93.81µs  med=132.02µs max=8.54ms   p(90)=154.67µs p(95)=162.73µs
       { expected_response:true }...: avg=137.11µs min=93.81µs  med=132.02µs max=8.54ms   p(90)=154.67µs p(95)=162.73µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 151910
     http_req_receiving.............: avg=24.88µs  min=12.44µs  med=23.62µs  max=423.36µs p(90)=30.84µs  p(95)=32.98µs 
     http_req_sending...............: avg=5.71µs   min=3.71µs   med=4.89µs   max=4.82ms   p(90)=7.35µs   p(95)=7.87µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=106.51µs min=68.17µs  med=101.07µs max=8.36ms   p(90)=120.69µs p(95)=127.19µs
     http_reqs......................: 151910  5063.650326/s
     iteration_duration.............: avg=191.84µs min=137.59µs med=185.23µs max=8.84ms   p(90)=211.9µs  p(95)=222.99µs
     iterations.....................: 151910  5063.650326/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@ardatan ardatan merged commit 4ca88a1 into master Mar 5, 2024
21 checks passed
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