Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 8, 2026

Bumps the actions-deps group with 4 updates: @graphql-tools/stitch, @graphql-tools/executor-http, @graphql-tools/executor-graphql-ws and @graphql-tools/wrap.

Updates @graphql-tools/stitch from 10.1.7 to 10.1.8

Changelog

Sourced from @​graphql-tools/stitch's changelog.

10.1.8

Patch Changes

Commits

Updates @graphql-tools/executor-http from 3.0.7 to 3.1.0

Changelog

Sourced from @​graphql-tools/executor-http's changelog.

3.1.0

Minor Changes

  • 9f29d58 Thanks @​ardatan! - Support factory function in timeout option so that you can set timeout milliseconds dynamically per ExecutionRequest;

    buildHTTPExecutor({
      timeout: (request) => {
        if (request.operationName === 'BigQuery') {
          return 10000; // 10 seconds for the `BigQuery` operation
        }
        // Or infinite timeout for subscriptions
        if (request.operationType === 'subscription') {
          return undefined;
        }
        return 5000; // 5 seconds for other operations
      },
    });

Patch Changes

Commits
  • aab5441 fix(deps): update all non-major dependencies (#538)
  • fd7a875 Upcoming Release Changes (#452)
  • 14152f7 fix(runtime): compare the results from factory functions correctly (#420)
  • a4c63bb fix(deps): update all non-major dependencies (#415)
  • ace87b0 Upcoming Release Changes (#397)
  • 5e18cb1 Upcoming Release Changes (#383)
  • 55eb1b4 Fix HMAC plugin and single place to serialize upstream execution request in d...
  • 66f5450 Upcoming Release Changes (#370)
  • e606975 Bump Tools dependencies, and use new helpers to improve AbortSignal handlin...
  • 15975c2 Add E2E test for Retry/Timeout and some fixes (#367)
  • Additional commits viewable in compare view

Updates @graphql-tools/executor-graphql-ws from 3.1.3 to 3.1.4

Changelog

Sourced from @​graphql-tools/executor-graphql-ws's changelog.

3.1.4

Patch Changes

Commits
  • 6f20b3b Upcoming Release Changes (#683)
  • 2348dbb chore(deps): update dependency pkgroll to v2.11.0 (#707)
  • 917307e Upcoming Release Changes (#612)
  • a12edad chore(deps): update all non-major dependencies (#647)
  • d72209a fix(deps): update all non-major dependencies (#620)
  • 74745ba chore(deps): update all non-major dependencies (#616)
  • 0b93584 fix(deps): update all non-major dependencies (#581)
  • 344f837 Upcoming Release Changes (#585)
  • 7d42160 fix(executor-graphql-ws): respect the given lazy and lazyCloseTimeout opt...
  • a3f8546 Upcoming Release Changes (#583)
  • Additional commits viewable in compare view

Updates @graphql-tools/wrap from 11.1.3 to 11.1.4

Changelog

Sourced from @​graphql-tools/wrap's changelog.

11.1.4

Patch Changes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions-deps group with 4 updates: [@graphql-tools/stitch](https://github.com/graphql-hive/gateway/tree/HEAD/packages/stitch), [@graphql-tools/executor-http](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/http), [@graphql-tools/executor-graphql-ws](https://github.com/graphql-hive/gateway/tree/HEAD/packages/executors/graphql-ws) and [@graphql-tools/wrap](https://github.com/graphql-hive/gateway/tree/HEAD/packages/wrap).


Updates `@graphql-tools/stitch` from 10.1.7 to 10.1.8
- [Release notes](https://github.com/graphql-hive/gateway/releases)
- [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/stitch/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/gateway/commits/HEAD/packages/stitch)

Updates `@graphql-tools/executor-http` from 3.0.7 to 3.1.0
- [Release notes](https://github.com/graphql-hive/gateway/releases)
- [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/executors/http/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/[email protected]/packages/executors/http)

Updates `@graphql-tools/executor-graphql-ws` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/graphql-hive/gateway/releases)
- [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/executors/graphql-ws/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/gateway/commits/@graphql-tools/[email protected]/packages/executors/graphql-ws)

Updates `@graphql-tools/wrap` from 11.1.3 to 11.1.4
- [Release notes](https://github.com/graphql-hive/gateway/releases)
- [Changelog](https://github.com/graphql-hive/gateway/blob/main/packages/wrap/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/gateway/commits/HEAD/packages/wrap)

---
updated-dependencies:
- dependency-name: "@graphql-tools/stitch"
  dependency-version: 10.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: "@graphql-tools/executor-http"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-deps
- dependency-name: "@graphql-tools/executor-graphql-ws"
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
- dependency-name: "@graphql-tools/wrap"
  dependency-version: 11.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 8, 2026
@changeset-bot
Copy link

changeset-bot bot commented Jan 8, 2026

🦋 Changeset detected

Latest commit: 79e81e2

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

This PR includes changesets to release 2 packages
Name Type
@graphql-tools/github-loader Patch
@graphql-tools/url-loader 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

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 8, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-tools/github-loader 9.0.7-alpha-20260108214207-79e81e2419e8ceb54d129b5481ea67ca9454f6ea npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 9.0.7-alpha-20260108214207-79e81e2419e8ceb54d129b5481ea67ca9454f6ea npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

💻 Website Preview

The latest changes are available as preview in: https://pr-7840.graphql-tools.pages.dev

@ardatan ardatan merged commit 26e2a54 into master Jan 9, 2026
15 checks passed
@ardatan ardatan deleted the dependabot/npm_and_yarn/actions-deps-bc417dfb1c branch January 9, 2026 08:57
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants