Skip to content

fix(deps): update dependency graphql to v16.14.0 - #1220

Merged
toiroakr merged 2 commits into
mainfrom
renovate/graphql-16.x
May 28, 2026
Merged

fix(deps): update dependency graphql to v16.14.0#1220
toiroakr merged 2 commits into
mainfrom
renovate/graphql-16.x

Conversation

@renovate

@renovate renovate Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
graphql 16.13.216.14.0 age confidence

Release Notes

graphql/graphql-js (graphql)

v16.14.0

Compare Source

v16.14.0 (2026-05-03)

New Feature 🚀
Bug Fix 🐞
Docs 📝
Committers: 4

Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 09:00 AM and 06:59 PM, Monday through Friday (* 9-18 * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 requested review from remiposo and toiroakr as code owners May 21, 2026 04:18
@changeset-bot

changeset-bot Bot commented May 21, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 36b3bce

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

This PR includes changesets to release 2 packages
Name Type
@tailor-platform/sdk Patch
@tailor-platform/create-sdk 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

@github-actions

github-actions Bot commented May 21, 2026

Copy link
Copy Markdown

⚡ pkg.pr.new

@tailor-platform/sdk

pnpm add https://pkg.pr.new/@tailor-platform/sdk@36b3bce
pnpm dlx https://pkg.pr.new/@tailor-platform/sdk@36b3bce --help

@tailor-platform/create-sdk

pnpm add https://pkg.pr.new/@tailor-platform/create-sdk@36b3bce
pnpm dlx https://pkg.pr.new/@tailor-platform/create-sdk@36b3bce my-app

commit: 36b3bce

@claude

claude Bot commented May 21, 2026

Copy link
Copy Markdown

🤖 Claude Dependency Review

📦 Update Summary

  • Library: graphql
  • Version: 16.13.2 → 16.14.0
  • Change Type: Minor

📝 Release Notes

https://github.com/graphql/graphql-js/releases/tag/v16.14.0

✨ Main Changes

🚀 New Features

  1. Configurable ofType introspection depth (#4317)

    • Allows configuration of how deeply type information is exposed during introspection
    • Provides greater flexibility for controlling introspection behavior
  2. Experimental directives on directive definitions (#4521)

    • Adds experimental support for applying directives to directive definitions themselves
    • Expands the capabilities of directive usage per GraphQL spec proposal

🐛 Bug Fixes

  1. Fixed valueFromAST variable checks (#4652)
    • Corrected variable own-property checks in the valueFromAST function
    • Ensures proper validation of variables

📝 Documentation

  1. GraphQLError guidance correction (#4706)
    • Fixed documentation mistake clarifying that the second argument to GraphQLError is nodes, not source

🔍 Impact Analysis

📁 Usage Locations

The graphql library is used in 1 file:

  1. packages/sdk/src/cli/query/repl-editor.ts
    import { GraphQLError, Lexer, Source, TokenKind } from "graphql";
    • Features used:
      • Source - Creates source objects from GraphQL text (line 83)
      • Lexer - Tokenizes GraphQL for syntax highlighting (line 84)
      • TokenKind - Identifies token types (EOF, NAME, INT, FLOAT, STRING, etc.)
      • GraphQLError - Catches lexer errors during syntax highlighting (line 190)
    • Impact: ✅ No breaking changes. The APIs used (Lexer, Source, TokenKind, GraphQLError) remain unchanged in this release. The new features (introspection depth configuration and directive-on-directive support) and bug fixes do not affect the lexer/tokenizer functionality used for syntax highlighting.

Note: Other files in the codebase use graphql-request (a GraphQL client) or @0no-co/graphql.web (a different GraphQL implementation), but do not directly import from the graphql package.

✅ Recommended Actions

None. This is a safe minor version update with no breaking changes affecting our usage of the library.


@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/graphql-16.x branch from d5658bf to f28bfb2 Compare May 27, 2026 07:53
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@renovate
renovate Bot force-pushed the renovate/graphql-16.x branch from a6043f9 to 8f2d03d Compare May 28, 2026 01:41
@renovate

renovate Bot commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

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.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown

Code Metrics Report (packages/sdk)

main (b81a8b7) #1220 (8832d78) +/-
Coverage 63.9% 63.9% 0.0%
Code to Test Ratio 1:0.4 1:0.4 0.0
Details
  |                    | main (b81a8b7) | #1220 (8832d78) | +/-  |
  |--------------------|----------------|-----------------|------|
  | Coverage           |          63.9% |           63.9% | 0.0% |
  |   Files            |            375 |             375 |    0 |
  |   Lines            |          13016 |           13016 |    0 |
  |   Covered          |           8321 |            8321 |    0 |
  | Code to Test Ratio |          1:0.4 |           1:0.4 |  0.0 |
  |   Code             |          86618 |           86618 |    0 |
  |   Test             |          36919 |           36919 |    0 |

SDK Configure Bundle Size

main (b81a8b7) #1220 (8832d78) +/-
configure-index-size 18KB 18KB 0KB
dependency-chunks-size 33.52KB 33.52KB 0KB
total-bundle-size 51.51KB 51.51KB 0KB

Runtime Performance

main (b81a8b7) #1220 (8832d78) +/-
Generate Median 2,165ms 2,697ms 532ms
Generate Max 2,196ms 2,719ms 523ms
Apply Build Median 2,205ms 2,719ms 514ms
Apply Build Max 2,233ms 2,750ms 517ms

Type Performance (instantiations)

main (b81a8b7) #1220 (8832d78) +/-
tailordb-basic 35,133 35,133 0
tailordb-optional 3,841 3,841 0
tailordb-relation 7,428 7,428 0
tailordb-validate 2,566 2,566 0
tailordb-hooks 5,767 5,767 0
tailordb-object 12,136 12,136 0
tailordb-enum 2,462 2,462 0
resolver-basic 9,424 9,424 0
resolver-nested 26,111 26,111 0
resolver-array 18,187 18,187 0
executor-schedule 4,234 4,234 0
executor-webhook 873 873 0
executor-record 8,166 8,166 0
executor-resolver 4,369 4,369 0
executor-operation-function 868 868 0
executor-operation-gql 869 869 0
executor-operation-webhook 888 888 0
executor-operation-workflow 1,714 1,714 0

Reported by octocov

@toiroakr
toiroakr merged commit 8d063fa into main May 28, 2026
54 checks passed
@toiroakr
toiroakr deleted the renovate/graphql-16.x branch May 28, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant