Skip to content

chore(deps): update graphql-tools monorepo#1514

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-tools-monorepo
Open

chore(deps): update graphql-tools monorepo#1514
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-tools-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 7, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
@graphql-tools/load (source) dependencies patch 8.1.78.1.8 OpenSSF Scorecard
@graphql-tools/url-loader (source) dependencies minor 9.0.59.1.0 OpenSSF Scorecard

Release Notes

ardatan/graphql-tools (@​graphql-tools/load)

v8.1.8

Compare Source

Patch Changes
ardatan/graphql-tools (@​graphql-tools/url-loader)

v9.1.0

Compare Source

Minor Changes
  • #​8103
    db8cde4
    Thanks @​ardatan! - Bump HTTP Executor that introduces
    exposeHTTPDetailsInExtensions option

    import { parse } from 'graphql'
    import { UrlLoader } from '@​graphql-tools/url-loader'
    
    const loader = new UrlLoader()
    const executor = loader.getExecutorAsync('http://localhost:4000/graphql', {
      exposeHTTPDetailsInExtensions: true
    })
    
    const result = await executor({
      document: parse(/* GraphQL */ `
        query {
          hello
        }
      `)
    })
    
    console.log(result)
    {
      "data": {
        "hello": "Hello world!"
      },
      "extensions": {
        "request": {
          "method": "POST",
          "body": "{\"query\":\"query { hello }\"}",
          "headers": {
            "content-type": "application/json"
          }
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "headers": {
            "content-type": "application/json"
          },
          "body": { "data": { "hello": "Hello world!" } }
        }
      }
    }
Patch Changes

v9.0.7

Compare Source

Patch Changes

v9.0.6

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Dependency updates label Jan 7, 2026
@renovate renovate bot enabled auto-merge (squash) January 7, 2026 02:35
@github-actions github-actions bot added qa:running QA workflow is currently running status:approved Pull request has been approved labels Jan 7, 2026
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 1ead0e2 to abf0ec4 Compare February 2, 2026 16:43
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from ee3665a to 3b9137b Compare February 17, 2026 17:49
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 3b9137b to f7ba248 Compare March 13, 2026 12:55
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from f7ba248 to 15b6c88 Compare March 31, 2026 10:48
@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 31, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​graphql-tools/​url-loader@​9.0.5 ⏵ 9.1.074 +110069 +199 +2100
Updated@​graphql-tools/​load@​8.1.7 ⏵ 8.1.81001007494 -3100

View full report

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/graphql-tools-monorepo branch from 15b6c88 to 972384f Compare April 3, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates qa:running QA workflow is currently running status:approved Pull request has been approved

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants