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 #1983

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/azure-native (source) 2.65.0 -> 2.65.1 age adoption passing confidence
@pulumi/pulumi (source) 3.136.0 -> 3.136.1 age adoption passing confidence
bun-types (source) 1.1.29 -> 1.1.30 age adoption passing confidence
express (source) 4.21.0 -> 4.21.1 age adoption passing confidence
wrangler (source) 3.80.1 -> 3.80.2 age adoption passing confidence

Release Notes

pulumi/pulumi-azure-native (@​pulumi/azure-native) ### [`v2.65.1`](https://redirect.github.com/pulumi/pulumi-azure-native/releases/tag/v2.65.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.65.0...v2.65.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Bugfix: remove accidental commit of test code in Diff by [@​thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3633](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3633) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.65.0...v2.65.1
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.136.1`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.136.1) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.136.0...v3.136.1) ##### 3.136.1 (2024-10-08) ##### Miscellaneous - \[sdkgen/{nodejs,python}] Bump minimum required SDK version to v3.136.0 [#​17501](https://redirect.github.com/pulumi/pulumi/pull/17501)
oven-sh/bun (bun-types) ### [`v1.1.30`](https://redirect.github.com/oven-sh/bun/compare/73c553b25ab06026acc628a95c5c65783f89e1e5...7996d06b8f5869ccc9ad9a421cd06469da4273fc) [Compare Source](https://redirect.github.com/oven-sh/bun/compare/73c553b25ab06026acc628a95c5c65783f89e1e5...7996d06b8f5869ccc9ad9a421cd06469da4273fc)
expressjs/express (express) ### [`v4.21.1`](https://redirect.github.com/expressjs/express/compare/4.21.0...8e229f92752ad51462c868b99f6e6c2e559801b0) [Compare Source](https://redirect.github.com/expressjs/express/compare/4.21.0...4.21.1)
cloudflare/workers-sdk (wrangler) ### [`v3.80.2`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3802) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.80.1...wrangler@3.80.2) ##### Patch Changes - [#​6923](https://redirect.github.com/cloudflare/workers-sdk/pull/6923) [`1320f20`](https://redirect.github.com/cloudflare/workers-sdk/commit/1320f20b38d7b4623fe21d38118bdc9fb8514a99) Thanks [@​andyjessop](https://redirect.github.com/andyjessop)! - chore: adds eslint-disable for ESLint error on empty typescript interface in workers-configuration.d.ts

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 2 weeks ago
### 💻 Website Preview The latest changes are available as preview in: [https://6efd1cb4.fets.pages.dev](https://6efd1cb4.fets.pages.dev)
github-actions[bot] commented 2 weeks 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% ✓ 878642      ✗ 0     
     data_received...............................: 80 MB   664 kB/s
     data_sent...................................: 56 MB   465 kB/s
     http_req_blocked............................: avg=1.59µs   min=941ns    med=1.48µs   max=263.58µs p(90)=1.99µs   p(95)=2.14µs  
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=126.26µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=191.18µs min=126.92µs med=180.64µs max=8.94ms   p(90)=206.22µs p(95)=215µs   
       { expected_response:true }................: avg=191.18µs min=126.92µs med=180.64µs max=8.94ms   p(90)=206.22µs p(95)=215µs   
     ✓ { server:node-http,mode:json-schema }.....: avg=204.71µs min=148.04µs med=193.62µs max=6.95ms   p(90)=216.88µs p(95)=225.44µs
     ✓ { server:node-http,mode:no-schema }.......: avg=196.06µs min=140.16µs med=182.87µs max=8.46ms   p(90)=206.17µs p(95)=215.96µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=186.96µs min=137.05µs med=177.72µs max=8.94ms   p(90)=199.15µs p(95)=205.81µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=178.48µs min=126.92µs med=168.7µs  max=8.68ms   p(90)=190.98µs p(95)=198.51µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 439321
     http_req_receiving..........................: avg=23.56µs  min=12.02µs  med=22.89µs  max=2.96ms   p(90)=28.12µs  p(95)=30.62µs 
     http_req_sending............................: avg=9.25µs   min=5.55µs   med=9.25µs   max=488.97µs p(90)=12.18µs  p(95)=13.83µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=158.36µs min=98.74µs  med=147.98µs max=8.88ms   p(90)=171.72µs p(95)=179.9µs 
     http_reqs...................................: 439321  3660.964323/s
     iteration_duration..........................: avg=268.09µs min=191.89µs med=256.9µs  max=9.06ms   p(90)=285.52µs p(95)=296.4µs 
     iterations..................................: 439321  3660.964323/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2