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 dependency @graphql-tools/utils to v10.8.1 #3745

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/utils (source) 10.7.2 -> 10.8.1 age adoption passing confidence

Release Notes

ardatan/graphql-tools (@​graphql-tools/utils)

v10.8.1

Compare Source

Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes
  • 0a3e193
    Thanks @​ardatan! - Do not add _v prefix if there is only one
    argument/variable

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Feb 10, 2025
Copy link

changeset-bot bot commented Feb 10, 2025

⚠️ No Changeset found

Latest commit: 3ca0508

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Feb 10, 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 Feb 10, 2025

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Feb 10, 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% ✓ 511826      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 103 MB  686 kB/s
     http_req_blocked.............................: avg=1.57µs   min=1.01µs   med=1.36µs   max=330.55µs p(90)=2.06µs   p(95)=2.25µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=236.75µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=364.48µs min=212.43µs med=333µs    max=18.68ms  p(90)=478.16µs p(95)=500.31µs
       { expected_response:true }.................: avg=364.48µs min=212.43µs med=333µs    max=18.68ms  p(90)=478.16µs p(95)=500.31µs
     ✓ { mode:graphql-jit }.......................: avg=288.1µs  min=212.43µs med=272.12µs max=18.68ms  p(90)=301.48µs p(95)=312.89µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=504.78µs min=421.43µs med=480.81µs max=6.74ms   p(90)=522.59µs p(95)=581.05µs
     ✓ { mode:graphql-response-cache }............: avg=349.55µs min=272.21µs med=332.98µs max=6.66ms   p(90)=362.56µs p(95)=373.19µs
     ✓ { mode:graphql }...........................: avg=367.33µs min=281.35µs med=340.74µs max=14.12ms  p(90)=389.56µs p(95)=433.07µs
     ✓ { mode:uws }...............................: avg=352.76µs min=275.96µs med=334.22µs max=6.38ms   p(90)=370.2µs  p(95)=394.18µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 255913
     http_req_receiving...........................: avg=33.86µs  min=17.57µs  med=33.46µs  max=2.8ms    p(90)=40.28µs  p(95)=42.97µs 
     http_req_sending.............................: avg=8.94µs   min=6.03µs   med=7.9µs    max=5.92ms   p(90)=11.37µs  p(95)=12.72µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=321.68µs min=181.3µs  med=291.39µs max=18.52ms  p(90)=434.75µs p(95)=455.27µs
     http_reqs....................................: 255913  1706.057064/s
     iteration_duration...........................: avg=580.97µs min=392.85µs med=545.23µs max=19.27ms  p(90)=698.65µs p(95)=724.74µs
     iterations...................................: 255913  1706.057064/s
     vus..........................................: 1       min=1         max=2   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit ba549c0 into main Feb 10, 2025
23 of 24 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch February 10, 2025 13:44
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