ardatan / feTS

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

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

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/aws (source) 6.51.0 -> 6.51.1 age adoption passing confidence
@pulumi/azure-native (source) 2.60.0 -> 2.60.1 age adoption passing confidence
@pulumi/pulumi (source) 3.131.0 -> 3.132.0 age adoption passing confidence
@sinclair/typebox 0.33.9 -> 0.33.10 age adoption passing confidence
express (source) 4.20.0 -> 4.21.0 age adoption passing confidence

Release Notes

pulumi/pulumi-aws (@​pulumi/aws) ### [`v6.51.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.51.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.51.0...v6.51.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Upgrade bridge to `7864bb0` by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4450](https://redirect.github.com/pulumi/pulumi-aws/pull/4450) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.51.0...v6.51.1
pulumi/pulumi-azure-native (@​pulumi/azure-native) ### [`v2.60.1`](https://redirect.github.com/pulumi/pulumi-azure-native/releases/tag/v2.60.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-azure-native/compare/v2.60.0...v2.60.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Fix portal dashboardName validation pattern in metadata by [@​thomas11](https://redirect.github.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3568](https://redirect.github.com/pulumi/pulumi-azure-native/pull/3568) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.60.0...v2.60.1
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.132.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.132.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.131.0...v3.132.0) #### 3.132.0 (2024-09-11) ##### Features - \[cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails [#​17205](https://redirect.github.com/pulumi/pulumi/pull/17205) - \[cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move [#​17208](https://redirect.github.com/pulumi/pulumi/pull/17208) - \[engine] Send resource names and types in provider requests from the engine, in addition to the combined URN [#​17177](https://redirect.github.com/pulumi/pulumi/pull/17177) - \[pkg] Add support for ESC Projects [#​17226](https://redirect.github.com/pulumi/pulumi/pull/17226) - \[sdk/dotnet] Update dotnet to 3.67.0 [#​17223](https://redirect.github.com/pulumi/pulumi/pull/17223) - \[sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets [#​17132](https://redirect.github.com/pulumi/pulumi/pull/17132) ##### Bug Fixes - \[cli] Recover from zero-byte `credentials.json` files [#​17186](https://redirect.github.com/pulumi/pulumi/pull/17186) - \[cli] Using PULUMI_BACKEND_URL no longer updates credentials.json [#​17199](https://redirect.github.com/pulumi/pulumi/pull/17199) - \[engine] Fix parameterized providers not downloading correctly when found from state [#​17218](https://redirect.github.com/pulumi/pulumi/pull/17218) - \[cli/about] Fix language plugins always having unknown version in about [#​17216](https://redirect.github.com/pulumi/pulumi/pull/17216) - \[cli/display] Fix deletes not being show in `refresh` when using json output [#​16851](https://redirect.github.com/pulumi/pulumi/pull/16851) - \[cli/display] Hide unnecessary rows in non-interactive mode [#​17188](https://redirect.github.com/pulumi/pulumi/pull/17188) - \[sdkgen/python] Correctly case Python package names in `package add` link instructions [#​17178](https://redirect.github.com/pulumi/pulumi/pull/17178)
sinclairzx81/typebox (@​sinclair/typebox) ### [`v0.33.10`](https://redirect.github.com/sinclairzx81/typebox/compare/0.33.9...0.33.10) [Compare Source](https://redirect.github.com/sinclairzx81/typebox/compare/0.33.9...0.33.10)
expressjs/express (express) ### [`v4.21.0`](https://redirect.github.com/expressjs/express/releases/tag/4.21.0) [Compare Source](https://redirect.github.com/expressjs/express/compare/4.20.0...4.21.0) #### What's Changed - Deprecate `"back"` magic string in redirects by [@​blakeembrey](https://redirect.github.com/blakeembrey) in [https://github.com/expressjs/express/pull/5935](https://redirect.github.com/expressjs/express/pull/5935) - finalhandler@1.3.1 by [@​wesleytodd](https://redirect.github.com/wesleytodd) in [https://github.com/expressjs/express/pull/5954](https://redirect.github.com/expressjs/express/pull/5954) - fix(deps): serve-static@1.16.2 by [@​wesleytodd](https://redirect.github.com/wesleytodd) in [https://github.com/expressjs/express/pull/5951](https://redirect.github.com/expressjs/express/pull/5951) - Upgraded dependency qs to 6.13.0 to match qs in body-parser by [@​agadzinski93](https://redirect.github.com/agadzinski93) in [https://github.com/expressjs/express/pull/5946](https://redirect.github.com/expressjs/express/pull/5946) #### New Contributors - [@​agadzinski93](https://redirect.github.com/agadzinski93) made their first contribution in [https://github.com/expressjs/express/pull/5946](https://redirect.github.com/expressjs/express/pull/5946) **Full Changelog**: https://github.com/expressjs/express/compare/4.20.0...4.21.0

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
### 💻 Website Preview The latest changes are available as preview in: [https://76e0b856.fets.pages.dev](https://76e0b856.fets.pages.dev)
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% ✓ 887950      ✗ 0     
     data_received...............................: 81 MB   672 kB/s
     data_sent...................................: 56 MB   470 kB/s
     http_req_blocked............................: avg=1.59µs   min=941ns    med=1.57µs   max=288.28µs p(90)=2µs      p(95)=2.18µs  
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=129.99µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=191.42µs min=129.85µs med=180.09µs max=9.9ms    p(90)=204.63µs p(95)=212.71µs
       { expected_response:true }................: avg=191.42µs min=129.85µs med=180.09µs max=9.9ms    p(90)=204.63µs p(95)=212.71µs
     ✓ { server:node-http,mode:json-schema }.....: avg=203.26µs min=146.83µs med=191.33µs max=8.45ms   p(90)=213.71µs p(95)=220.86µs
     ✓ { server:node-http,mode:no-schema }.......: avg=195.1µs  min=139.95µs med=180.63µs max=9.9ms    p(90)=203.61µs p(95)=212.02µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=188.64µs min=137.26µs med=178.2µs  max=7.41ms   p(90)=200.57µs p(95)=207.44µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=179.8µs  min=129.85µs med=169.25µs max=7.65ms   p(90)=191.38µs p(95)=198.37µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 443975
     http_req_receiving..........................: avg=23.43µs  min=11.75µs  med=23.03µs  max=535.54µs p(90)=28.4µs   p(95)=30.24µs 
     http_req_sending............................: avg=8.97µs   min=5.37µs   med=9.07µs   max=351.79µs p(90)=11.86µs  p(95)=13.07µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=159.01µs min=103.74µs med=147.67µs max=9.73ms   p(90)=170.48µs p(95)=178.13µs
     http_reqs...................................: 443975  3699.757564/s
     iteration_duration..........................: avg=265.5µs  min=190.14µs med=253.59µs max=10.16ms  p(90)=280.14µs p(95)=290.36µs
     iterations..................................: 443975  3699.757564/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2