ardatan / feTS

🗹 TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience
https://the-guild.dev/openapi/fets
MIT License
629 stars 29 forks source link

chore(deps): update all non-major dependencies #1907

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/pulumi (source) 3.132.0 -> 3.133.0 age adoption passing confidence
@types/k6 (source) 0.53.1 -> 0.53.2 age adoption passing confidence
@types/react (source) 18.3.6 -> 18.3.7 age adoption passing confidence

Release Notes

pulumi/pulumi (@​pulumi/pulumi) ### [`v3.133.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.133.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.132.0...v3.133.0) #### 3.133.0 (2024-09-16) ##### Features - \[cli] Add an `--attach-debugger` flag for pulumi preview and pulumi up, that makes pulumi attach a debugger to the running program and allows attaching to it [#​17268](https://redirect.github.com/pulumi/pulumi/pull/17268) - \[auto/{nodejs,python}] Add StartDebuggingEvent to the automation API [#​17221](https://redirect.github.com/pulumi/pulumi/pull/17221) - \[cli/package] Make --out optional within `pulumi package get-mapping` [#​17227](https://redirect.github.com/pulumi/pulumi/pull/17227) - \[engine] Package references and parameterized providers are now considered stable and have a feature flag to report so [#​17153](https://redirect.github.com/pulumi/pulumi/pull/17153) - \[pkg] Update pulumi-java to 0.16.1 [#​17263](https://redirect.github.com/pulumi/pulumi/pull/17263) - \[sdk/dotnet] Update dotnet to 3.67.1 [#​17262](https://redirect.github.com/pulumi/pulumi/pull/17262) - \[sdk/python] Add `debugpy` as a dependency to improve the debugging experience [#​17253](https://redirect.github.com/pulumi/pulumi/pull/17253) - \[sdkgen/nodejs] Add first-class output-versioned invokes for NodeJS [#​17237](https://redirect.github.com/pulumi/pulumi/pull/17237) ##### Bug Fixes - \[sdk/nodejs] Fix closure serialization when using the Pulumi SDK inside anonymous functions [#​17247](https://redirect.github.com/pulumi/pulumi/pull/17247)

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.



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

github-actions[bot] commented 1 month ago

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 896780      ✗ 0     
     data_received...............................: 81 MB   678 kB/s
     data_sent...................................: 57 MB   475 kB/s
     http_req_blocked............................: avg=1.56µs   min=892ns    med=1.53µs   max=379.01µs p(90)=1.95µs   p(95)=2.1µs   
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=145.19µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=188.47µs min=124.58µs med=177.55µs max=12.81ms  p(90)=203.08µs p(95)=211.82µs
       { expected_response:true }................: avg=188.47µs min=124.58µs med=177.55µs max=12.81ms  p(90)=203.08µs p(95)=211.82µs
     ✓ { server:node-http,mode:json-schema }.....: avg=202.39µs min=147.35µs med=190.53µs max=10.25ms  p(90)=214.03µs p(95)=221.6µs 
     ✓ { server:node-http,mode:no-schema }.......: avg=193.31µs min=137.88µs med=178.86µs max=12.48ms  p(90)=202.64µs p(95)=212.04µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=183.87µs min=134.91µs med=174.4µs  max=8.85ms   p(90)=196.36µs p(95)=202.75µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=175.85µs min=124.58µs med=165.72µs max=12.81ms  p(90)=188.3µs  p(95)=195.56µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 448390
     http_req_receiving..........................: avg=23µs     min=12.15µs  med=22.53µs  max=636.32µs p(90)=27.94µs  p(95)=29.78µs 
     http_req_sending............................: avg=8.89µs   min=5.32µs   med=9.01µs   max=548.33µs p(90)=11.66µs  p(95)=12.86µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=156.57µs min=100.24µs med=145.64µs max=12.74ms  p(90)=169.22µs p(95)=177.64µs
     http_reqs...................................: 448390  3736.536496/s
     iteration_duration..........................: avg=262.84µs min=182.1µs  med=251.4µs  max=12.99ms  p(90)=279.26µs p(95)=290.03µs
     iterations..................................: 448390  3736.536496/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2   
github-actions[bot] commented 1 month ago
### 💻 Website Preview The latest changes are available as preview in: [https://ee919a54.fets.pages.dev](https://ee919a54.fets.pages.dev)