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): update graphql-codegen #3508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-codegen/typescript (source) 4.1.1 -> 4.1.2 age adoption passing confidence
@graphql-codegen/typescript-resolvers (source) 4.4.0 -> 4.4.1 age adoption passing confidence

Release Notes

dotansimha/graphql-code-generator (@​graphql-codegen/typescript)

v4.1.2

Compare Source

Patch Changes
dotansimha/graphql-code-generator (@​graphql-codegen/typescript-resolvers)

v4.4.1

Compare Source

Patch Changes

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 Nov 22, 2024
Copy link

changeset-bot bot commented Nov 22, 2024

⚠️ No Changeset found

Latest commit: 5d5d823

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

✅ 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% ✓ 514898      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 104 MB  690 kB/s
     http_req_blocked.............................: avg=1.53µs   min=990ns    med=1.35µs   max=285.73µs p(90)=2.03µs   p(95)=2.25µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=138.39µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=368µs    min=222.15µs med=328.36µs max=18.44ms  p(90)=469.72µs p(95)=492.18µs
       { expected_response:true }.................: avg=368µs    min=222.15µs med=328.36µs max=18.44ms  p(90)=469.72µs p(95)=492.18µs
     ✓ { mode:graphql-jit }.......................: avg=299.81µs min=222.15µs med=275.22µs max=18.44ms  p(90)=308.87µs p(95)=329.74µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=502.79µs min=407.48µs med=470.32µs max=9.95ms   p(90)=512.53µs p(95)=557.16µs
     ✓ { mode:graphql-response-cache }............: avg=347.16µs min=269.34µs med=327.06µs max=6.65ms   p(90)=358.44µs p(95)=371.74µs
     ✓ { mode:graphql }...........................: avg=376.31µs min=273.4µs  med=336.51µs max=14.54ms  p(90)=394µs    p(95)=475.88µs
     ✓ { mode:uws }...............................: avg=350.74µs min=273.28µs med=327.78µs max=9.74ms   p(90)=362.03µs p(95)=381.31µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 257449
     http_req_receiving...........................: avg=34.16µs  min=16.13µs  med=33.91µs  max=5.16ms   p(90)=39.86µs  p(95)=42.21µs 
     http_req_sending.............................: avg=8.66µs   min=5.89µs   med=7.63µs   max=794.1µs  p(90)=11.23µs  p(95)=12.31µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=325.17µs min=185.23µs med=286.81µs max=18.29ms  p(90)=425.99µs p(95)=446.14µs
     http_reqs....................................: 257449  1716.310351/s
     iteration_duration...........................: avg=577.74µs min=394.58µs med=534.52µs max=19.05ms  p(90)=684.27µs p(95)=712.19µs
     iterations...................................: 257449  1716.310351/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Copy link
Contributor

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Nov 22, 2024

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:

@renovate renovate bot requested review from dotansimha and saihaj November 23, 2024 00:36
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.

0 participants