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

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2025

This PR contains the following updates:

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

Release Notes

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

v4.1.3

Compare Source

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

v4.4.2

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 Jan 28, 2025
Copy link

changeset-bot bot commented Jan 28, 2025

⚠️ No Changeset found

Latest commit: 5b505f6

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

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

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Jan 28, 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% ✓ 508508      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 102 MB  681 kB/s
     http_req_blocked.............................: avg=1.58µs   min=1.03µs   med=1.36µs   max=3.85ms   p(90)=2.03µs   p(95)=2.24µs  
     http_req_connecting..........................: avg=16ns     min=0s       med=0s       max=3.79ms   p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=366.59µs min=212.5µs  med=334.28µs max=19.99ms  p(90)=481.59µs p(95)=506.22µs
       { expected_response:true }.................: avg=366.59µs min=212.5µs  med=334.28µs max=19.99ms  p(90)=481.59µs p(95)=506.22µs
     ✓ { mode:graphql-jit }.......................: avg=288.08µs min=212.5µs  med=272.09µs max=19.99ms  p(90)=307.74µs p(95)=323.01µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=508.42µs min=420.99µs med=484.31µs max=5.92ms   p(90)=532.17µs p(95)=582.9µs 
     ✓ { mode:graphql-response-cache }............: avg=353.56µs min=270.03µs med=335.51µs max=7.27ms   p(90)=373.28µs p(95)=389.63µs
     ✓ { mode:graphql }...........................: avg=373.22µs min=279.86µs med=345.41µs max=14.12ms  p(90)=401.06µs p(95)=445.86µs
     ✓ { mode:uws }...............................: avg=350.99µs min=268.86µs med=331.38µs max=6.66ms   p(90)=372.7µs  p(95)=402.76µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 254254
     http_req_receiving...........................: avg=34.38µs  min=16.94µs  med=33.28µs  max=2.83ms   p(90)=42.28µs  p(95)=48.5µs  
     http_req_sending.............................: avg=8.82µs   min=5.86µs   med=7.77µs   max=305.91µs p(90)=11.24µs  p(95)=12.48µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=323.39µs min=183.36µs med=292.28µs max=19.8ms   p(90)=437.9µs  p(95)=460.11µs
     http_reqs....................................: 254254  1695.009342/s
     iteration_duration...........................: avg=584.78µs min=386.43µs med=547.89µs max=24.36ms  p(90)=704.18µs p(95)=735.29µs
     iterations...................................: 254254  1695.009342/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@renovate renovate bot merged commit ce6ef34 into main Jan 28, 2025
28 checks passed
@renovate renovate bot deleted the renovate/graphql-codegen branch January 28, 2025 18:14
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