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

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/aws (source) 6.50.0 -> 6.50.1 age adoption passing confidence
@pulumi/azure-native (source) 2.57.1 -> 2.58.0 age adoption passing confidence
@types/k6 (source) 0.53.0 -> 0.53.1 age adoption passing confidence
monaco-editor 0.50.0 -> 0.51.0 age adoption passing confidence

Release Notes

pulumi/pulumi-aws (@​pulumi/aws) ### [`v6.50.1`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.50.1) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.50.0...v6.50.1) ##### Does the PR have any schema changes? Found 1 breaking change: ##### Resources - `🟢` "aws:pinpoint/gcmChannel:GcmChannel": required: "apiKey" property is no longer Required ##### New functions: - `route53/getZones.getZones` - `ssoadmin/getPermissionSets.getPermissionSets` #### What's Changed - WIP: fix(ecsservice): triggers required when using forceNewDeployment by [@​stooj](https://togithub.com/stooj) in [https://github.com/pulumi/pulumi-aws/pull/4262](https://togithub.com/pulumi/pulumi-aws/pull/4262) - Upgrade upstream to v5.63.1 by [@​flostadler](https://togithub.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4390](https://togithub.com/pulumi/pulumi-aws/pull/4390) #### New Contributors - [@​stooj](https://togithub.com/stooj) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/4262](https://togithub.com/pulumi/pulumi-aws/pull/4262) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.50.0...v6.50.1
pulumi/pulumi-azure-native (@​pulumi/azure-native) ### [`v2.58.0`](https://togithub.com/pulumi/pulumi-azure-native/releases/tag/v2.58.0) [Compare Source](https://togithub.com/pulumi/pulumi-azure-native/compare/v2.57.1...v2.58.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. ##### New resources: - `azurelargeinstance.AzureLargeInstance` - `azurelargeinstance.AzureLargeStorageInstance` - `baremetalinfrastructure.AzureBareMetalInstance` ##### New functions: - `azurelargeinstance.getAzureLargeInstance` - `azurelargeinstance.getAzureLargeStorageInstance` - `baremetalinfrastructure.getAzureBareMetalInstance` #### What's Changed - Clean up unused codegen code by [@​thomas11](https://togithub.com/thomas11) in [https://github.com/pulumi/pulumi-azure-native/pull/3538](https://togithub.com/pulumi/pulumi-azure-native/pull/3538) **Full Changelog**: https://github.com/pulumi/pulumi-azure-native/compare/v2.57.1...v2.58.0
microsoft/monaco-editor (monaco-editor) ### [`v0.51.0`](https://togithub.com/microsoft/monaco-editor/blob/HEAD/CHANGELOG.md#0510) [Compare Source](https://togithub.com/microsoft/monaco-editor/compare/v0.50.0...v0.51.0) - New fields `IEditorOptions.placeholder` and `IEditorOptions.compactMode` - New fields `IGotoLocationOptions.multipleTests` and `IGotoLocationOptions.alternativeTestsCommand` - New field `IInlineEditOptions.backgroundColoring` - New experimental field `IEditorOptions.experimental.useTrueInlineView` - New options `CommentThreadRevealOptions` for comments Contributions to `monaco-editor`: - [@​ScottCarda-MS (Scott Carda)](https://togithub.com/ScottCarda-MS): Update Q# Keywords [PR #​4586](https://togithub.com/microsoft/monaco-editor/pull/4586)

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 months 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% ✓ 875922      ✗ 0     
     data_received...............................: 80 MB   662 kB/s
     data_sent...................................: 56 MB   464 kB/s
     http_req_blocked............................: avg=1.6µs    min=921ns    med=1.55µs   max=727.56µs p(90)=2.03µs   p(95)=2.23µs  
     http_req_connecting.........................: avg=2ns      min=0s       med=0s       max=556.91µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=193.35µs min=124.1µs  med=180.75µs max=9.57ms   p(90)=208.33µs p(95)=219.53µs
       { expected_response:true }................: avg=193.35µs min=124.1µs  med=180.75µs max=9.57ms   p(90)=208.33µs p(95)=219.53µs
     ✓ { server:node-http,mode:json-schema }.....: avg=208.35µs min=154.6µs  med=194.64µs max=9.15ms   p(90)=219.64µs p(95)=230.84µs
     ✓ { server:node-http,mode:no-schema }.......: avg=199.25µs min=142.48µs med=183.13µs max=9.57ms   p(90)=209.12µs p(95)=225.46µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=187.18µs min=135.91µs med=176.36µs max=9ms      p(90)=198.8µs  p(95)=206.45µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=180.41µs min=124.1µs  med=168.92µs max=8.41ms   p(90)=192.18µs p(95)=201.24µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 437961
     http_req_receiving..........................: avg=23.79µs  min=11.92µs  med=23.22µs  max=4.67ms   p(90)=28.88µs  p(95)=31.05µs 
     http_req_sending............................: avg=9.11µs   min=5.4µs    med=9.13µs   max=320.22µs p(90)=12.1µs   p(95)=13.7µs  
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=160.43µs min=102.02µs med=148.22µs max=9.48ms   p(90)=173.18µs p(95)=183.13µs
     http_reqs...................................: 437961  3649.604679/s
     iteration_duration..........................: avg=269.06µs min=188.88µs med=255.29µs max=9.74ms   p(90)=286.56µs p(95)=301.94µs
     iterations..................................: 437961  3649.604679/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2   
github-actions[bot] commented 2 months ago
### 💻 Website Preview The latest changes are available as preview in: [https://021875b4.fets.pages.dev](https://021875b4.fets.pages.dev)