Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v8.1.10

Compare Source

Patch Changes

v8.1.9

Compare Source

Patch Changes

v8.1.8

Compare Source

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

v9.1.2

Compare Source

Patch Changes

v9.1.1

Compare Source

Patch Changes

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: (UTC)

  • 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)
  • 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

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

Copy link
Copy Markdown

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

socket-security Bot commented Mar 31, 2026

Copy link
Copy Markdown

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.274 +110069 +199 +2100
Updated@​graphql-tools/​load@​8.1.7 ⏵ 8.1.101001007499 +2100

View full report

@renovate renovate Bot force-pushed the renovate/graphql-tools-monorepo branch 2 times, most recently from 972384f to 46bbd66 Compare April 9, 2026 12:12
@renovate renovate Bot force-pushed the renovate/graphql-tools-monorepo branch from 46bbd66 to a3c1d08 Compare April 23, 2026 13:02
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/graphql-tools-monorepo branch from a3c1d08 to e78fa70 Compare May 18, 2026 14:08
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