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 dependency @eddeee888/gcg-typescript-resolver-files to v0.12.0 #3722

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eddeee888/gcg-typescript-resolver-files (source) 0.11.0 -> 0.12.0 age adoption passing confidence

Release Notes

eddeee888/graphql-code-generator-plugins (@​eddeee888/gcg-typescript-resolver-files)

v0.12.0

Compare Source

Minor Changes
  • e84fb01: Add mappersRelativeTargetDir config option

    string (Default: ./)

    By default, mappers must be siblings with the schema they represent. For example, if the schema file is /path/to/schema.graphql, the mapper file is /path/to/schema.mappers.ts. This extension allows mappers to reside in a different directory relative to the schema file using the pattern <schemaPath>/<mappersRelativeTargetDir>/<schemaName><mappersFileExtension>.

  • 221c671: Add moduleNamingMode option to determine the module name for each schema file

    • last: The module name is derived from the last directory (within the schema directory) in the file's path.
    • first: The module name is derived from the first directory (within the schema directory) in the file's path.
    • any number: The module name is derived from the nth zero-indexed directory (within the schema directory) in the file's path. Supports negative numbers which select the nth directory from the back of the file's path.
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.

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

changeset-bot bot commented Jan 29, 2025

⚠️ No Changeset found

Latest commit: 6549738

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://67752abf.graphql-yoga.pages.dev

Copy link
Contributor

github-actions bot commented Jan 29, 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% ✓ 521244      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 105 MB  698 kB/s
     http_req_blocked.............................: avg=1.53µs   min=1.01µs   med=1.34µs   max=250.75µs p(90)=2.01µs   p(95)=2.2µs   
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=140.65µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=358.5µs  min=215.85µs med=327.76µs max=18.68ms  p(90)=471.48µs p(95)=493.19µs
       { expected_response:true }.................: avg=358.5µs  min=215.85µs med=327.76µs max=18.68ms  p(90)=471.48µs p(95)=493.19µs
     ✓ { mode:graphql-jit }.......................: avg=283.66µs min=215.85µs med=267.74µs max=18.68ms  p(90)=297.46µs p(95)=310.23µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=496.09µs min=412.52µs med=474.09µs max=5.91ms   p(90)=514.08µs p(95)=553.17µs
     ✓ { mode:graphql-response-cache }............: avg=344.89µs min=270.8µs  med=328µs    max=6.73ms   p(90)=358.18µs p(95)=369.22µs
     ✓ { mode:graphql }...........................: avg=362.62µs min=279.73µs med=336.29µs max=13.85ms  p(90)=384.03µs p(95)=426.12µs
     ✓ { mode:uws }...............................: avg=344.32µs min=270.22µs med=327.2µs  max=6.46ms   p(90)=360.44µs p(95)=382.54µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 260622
     http_req_receiving...........................: avg=32.79µs  min=16.3µs   med=32.43µs  max=2.64ms   p(90)=39.33µs  p(95)=41.89µs 
     http_req_sending.............................: avg=8.51µs   min=5.97µs   med=7.43µs   max=2.25ms   p(90)=10.88µs  p(95)=11.89µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=317.19µs min=182.99µs med=287.48µs max=18.53ms  p(90)=429.95µs p(95)=449.38µs
     http_reqs....................................: 260622  1737.453341/s
     iteration_duration...........................: avg=570.62µs min=383.77µs med=535.45µs max=19.19ms  p(90)=686.54µs p(95)=713.05µs
     iterations...................................: 260622  1737.453341/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit ce5bacc into main Jan 29, 2025
28 checks passed
@ardatan ardatan deleted the renovate/eddeee888-gcg-typescript-resolver-files-0.x branch January 29, 2025 15:03
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