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

fix(deps): update all non-major dependencies #3932

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pothos/core (source) 4.5.0 -> 4.5.1 age adoption passing confidence
aws-cdk (source) 2.1005.0 -> 2.1006.0 age adoption passing confidence
fastify (source) 5.2.1 -> 5.2.2 age adoption passing confidence

Release Notes

hayes/pothos (@​pothos/core)

v4.5.1

Compare Source

Patch Changes
  • d874bce: Improve inference of multiple interfaces
aws/aws-cdk-cli (aws-cdk)

v2.1006.0

Compare Source

2.1006.0 (2025-03-25)

Features
Bug Fixes
  • cli: don't double up on plugin errors and don't show pointless stack trace (#​262) (d8eeea8)
  • cli: hotswap output is different for different resources (#​250) (db4029c)
fastify/fastify (fastify)

v5.2.2

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 25, 2025
Copy link
Contributor

github-actions bot commented Mar 25, 2025

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Mar 25, 2025

💻 Website Preview

The latest changes are available as preview in: https://pr-3932.graphql-yoga.pages.dev

Copy link
Contributor

github-actions bot commented Mar 25, 2025

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}
     ✓ no_errors{mode:uws}
     ✓ expected_result{mode:uws}

     checks.......................................: 100.00% ✓ 460070      ✗ 0     
     data_received................................: 1.9 GB  13 MB/s
     data_sent....................................: 92 MB   616 kB/s
     http_req_blocked.............................: avg=1.6µs    min=1.03µs   med=1.39µs   max=286.42µs p(90)=2.1µs    p(95)=2.28µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=141.35µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=429.23µs min=287.4µs  med=395.77µs max=21.66ms  p(90)=557.03µs p(95)=580.38µs
       { expected_response:true }.................: avg=429.23µs min=287.4µs  med=395.77µs max=21.66ms  p(90)=557.03µs p(95)=580.38µs
     ✓ { mode:graphql-jit }.......................: avg=367.37µs min=292.79µs med=350.63µs max=15.27ms  p(90)=385.45µs p(95)=400.22µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=581.51µs min=489.93µs med=558.66µs max=6.38ms   p(90)=602.36µs p(95)=676µs   
     ✓ { mode:graphql-response-cache }............: avg=431.17µs min=341.83µs med=412.21µs max=8.21ms   p(90)=448.17µs p(95)=463.55µs
     ✓ { mode:graphql }...........................: avg=447.78µs min=353.08µs med=418.79µs max=21.66ms  p(90)=469.55µs p(95)=516.59µs
     ✓ { mode:uws }...............................: avg=362.81µs min=287.4µs  med=343.95µs max=9ms      p(90)=378.13µs p(95)=401.31µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 230035
     http_req_receiving...........................: avg=32.86µs  min=16.43µs  med=32.36µs  max=2.64ms   p(90)=39.52µs  p(95)=42.5µs  
     http_req_sending.............................: avg=8.98µs   min=5.99µs   med=8.03µs   max=301.8µs  p(90)=11.36µs  p(95)=12.43µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=387.38µs min=254.42µs med=354.88µs max=21.52ms  p(90)=514.45µs p(95)=536.51µs
     http_reqs....................................: 230035  1533.548227/s
     iteration_duration...........................: avg=646.98µs min=458.94µs med=609.6µs  max=22.34ms  p(90)=777.95µs p(95)=805.72µs
     iterations...................................: 230035  1533.548227/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32054f9 to 4032f30 Compare March 25, 2025 22:53
@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to v2.1006.0 fix(deps): update all non-major dependencies Mar 25, 2025
@ardatan ardatan merged commit c425f4f into main Mar 25, 2025
25 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch March 25, 2025 22:57
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