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

chore(deps): lock file maintenance #3860

Merged
merged 4 commits into from
Mar 6, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2025

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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 6, 2025
Copy link

changeset-bot bot commented Mar 6, 2025

🦋 Changeset detected

Latest commit: 3a2a674

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@graphql-yoga/plugin-apollo-usage-report Patch
@graphql-yoga/plugin-apq Patch
@graphql-yoga/plugin-graphql-sse Patch
@graphql-yoga/plugin-jwt Patch
@graphql-yoga/plugin-persisted-operations Patch
@graphql-yoga/plugin-response-cache Patch
@graphql-yoga/plugin-sofa Patch
hello-world-benchmark Patch

Not sure what this means? Click here to learn what changesets are.

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

Copy link
Contributor

github-actions bot commented Mar 6, 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 6, 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% ✓ 518520      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 104 MB  695 kB/s
     http_req_blocked.............................: avg=1.5µs    min=961ns    med=1.31µs   max=1.75ms   p(90)=1.97µs   p(95)=2.15µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=149.02µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=361.25µs min=214.39µs med=331.35µs max=18.89ms  p(90)=472.52µs p(95)=493.84µs
       { expected_response:true }.................: avg=361.25µs min=214.39µs med=331.35µs max=18.89ms  p(90)=472.52µs p(95)=493.84µs
     ✓ { mode:graphql-jit }.......................: avg=284.78µs min=214.39µs med=268.98µs max=18.1ms   p(90)=298.23µs p(95)=309.49µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=495.75µs min=414.09µs med=474.9µs  max=7.82ms   p(90)=515.43µs p(95)=563.05µs
     ✓ { mode:graphql-response-cache }............: avg=347.64µs min=269.67µs med=331.37µs max=6.75ms   p(90)=361.07µs p(95)=371.05µs
     ✓ { mode:graphql }...........................: avg=368.18µs min=284.64µs med=340.54µs max=18.89ms  p(90)=383.8µs  p(95)=431.42µs
     ✓ { mode:uws }...............................: avg=348.57µs min=274.17µs med=330.84µs max=5.81ms   p(90)=363.72µs p(95)=384.41µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 259260
     http_req_receiving...........................: avg=32.39µs  min=16.63µs  med=31.85µs  max=2.61ms   p(90)=38.94µs  p(95)=41.5µs  
     http_req_sending.............................: avg=8.62µs   min=5.99µs   med=7.51µs   max=5.57ms   p(90)=10.91µs  p(95)=11.9µs  
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=320.23µs min=184.6µs  med=291.31µs max=18.75ms  p(90)=431.18µs p(95)=450.86µs
     http_reqs....................................: 259260  1728.379995/s
     iteration_duration...........................: avg=573.63µs min=391.83µs med=539.67µs max=19.52ms  p(90)=688.38µs p(95)=714.58µs
     iterations...................................: 259260  1728.379995/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Copy link
Contributor

github-actions bot commented Mar 6, 2025

💻 Website Preview

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

@ardatan ardatan force-pushed the renovate/lock-file-maintenance branch from 4f98094 to 8bfc95a Compare March 6, 2025 10:42
Copy link
Contributor Author

renovate bot commented Mar 6, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ardatan ardatan force-pushed the renovate/lock-file-maintenance branch from 8bfc95a to 0aa4bd4 Compare March 6, 2025 10:45
@ardatan ardatan merged commit 9599d45 into main Mar 6, 2025
25 checks passed
@ardatan ardatan deleted the renovate/lock-file-maintenance branch March 6, 2025 10:56
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