Skip to content

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Feb 10, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

Releases

@graphql-tools/executor@1.3.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/executor-apollo-link@1.0.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/executor-envelop@3.0.21

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/executor-legacy-ws@1.1.12

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/executor-urql-exchange@1.0.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/executor-yoga@3.0.21

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/executor-envelop@3.0.21

@graphql-tools/graphql-tag-pluck@8.3.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

graphql-tools@9.0.13

Patch Changes

  • Updated dependencies []:
    • @graphql-tools/schema@10.0.18

@graphql-tools/import@7.0.13

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/links@9.0.22

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/load@8.0.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/schema@10.0.18

@graphql-tools/apollo-engine-loader@8.0.15

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/code-file-loader@8.1.15

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/graphql-tag-pluck@8.3.14

@graphql-tools/git-loader@8.0.19

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/graphql-tag-pluck@8.3.14

@graphql-tools/github-loader@8.0.15

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/graphql-tag-pluck@8.3.14

@graphql-tools/graphql-file-loader@8.0.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/import@7.0.13

@graphql-tools/json-file-loader@8.0.13

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/module-loader@8.0.13

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/url-loader@8.0.26

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/executor-legacy-ws@1.1.12

@graphql-tools/merge@9.0.19

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/mock@9.0.17

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/schema@10.0.18

@graphql-tools/node-require@7.0.15

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/load@8.0.14
    • @graphql-tools/graphql-file-loader@8.0.14

@graphql-tools/relay-operation-optimizer@7.0.14

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/resolvers-composition@7.0.13

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1

@graphql-tools/schema@10.0.18

Patch Changes

  • Updated dependencies
    [651a5dc]:
    • @graphql-tools/utils@10.8.1
    • @graphql-tools/merge@9.0.19

@graphql-tools/utils@10.8.1

Patch Changes

Summary by CodeRabbit

  • Bug Fixes

    • Resolved an issue affecting variable counting in core utilities.
  • Chores

    • Released new patch versions and updated dependencies across multiple components to enhance overall stability and compatibility.

Copy link
Contributor

coderabbitai bot commented Feb 10, 2025

Walkthrough

This pull request removes a changeset file that contained a patch to fix a variable counting regression in the @graphql-tools/utils package. It also bumps the version numbers for multiple packages and updates their dependencies—most notably upgrading @graphql-tools/utils from version 10.8.0 to 10.8.1. In addition, several packages update secondary dependencies (such as @graphql-tools/schema, @graphql-tools/graphql-tag-pluck, @graphql-tools/executor-envelop, and @graphql-tools/merge). No exported or public entities have been altered, and all changes are documented in corresponding CHANGELOG.md and package.json files.

Changes

File(s) Change Summary
.changeset/calm-cycles-flow.md Deleted file containing a patch for a variable counting regression in @graphql-tools/utils.
packages/{executor, executors/apollo-link, executors/envelop, executors/legacy-ws, executors/urql-exchange, executors/yoga} Bumped version numbers (e.g., 1.3.13→1.3.14, 1.0.13→1.0.14, 3.0.20→3.0.21, etc.) and updated dependency @graphql-tools/utils to ^10.8.1. (The yoga package also updates @graphql-tools/executor-envelop.)
packages/{graphql-tag-pluck, loaders/{code-file, git, github}} Incremented versions and updated dependencies: upgraded @graphql-tools/utils to ^10.8.1 and @graphql-tools/graphql-tag-pluck to 8.3.14.
packages/{graphql-tools, load, mock, schema} Updated versions with dependency changes: upgraded @graphql-tools/schema from 10.0.17 to 10.0.18 (with schema additionally updating @graphql-tools/merge in the schema package) along with @graphql-tools/utils to ^10.8.1.
packages/{import, loaders/graphql-file} Bumped versions while updating the dependency on @graphql-tools/import (7.0.12→7.0.13) and @graphql-tools/utils to ^10.8.1.
packages/{links, merge, node-require, relay-operation-optimizer, resolvers-composition} Performed version bumps with upgrades of @graphql-tools/utils to ^10.8.1. (The node-require package also updates related loader dependencies.)
packages/loaders/{apollo-engine, json-file, module, url} Loader packages received version bumps with updates to @graphql-tools/utils to ^10.8.1; the url loader additionally upgrades @graphql-tools/executor-legacy-ws from 1.1.11 to 1.1.12.
packages/utils Updated version from 10.8.0 to 10.8.1, including a patch addressing the variable counting regression.

Possibly related PRs

  • Upcoming Release Changes #6925: Updates the @graphql-tools/utils dependency (to 10.8.0) and introduces a helper function, directly related to the variable counting regression fix addressed in this PR.

Poem

Hey, I'm a bunny with a coder's beat,
Hopping through updates so crisp and neat.
Versions rise like carrots in the sun,
Dependencies updated—oh, what fun!
I twirl my tail in code so fine,
Celebrating change with a furry rhyme.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (1)
packages/node-require/CHANGELOG.md (1)

3-12: Version Bump and Dependency Update for 7.0.15

This changelog entry adds version 7.0.15 along with a clear patch entry that updates three dependencies to their new versions:

  • @graphql-tools/utils to 10.8.1
  • @graphql-tools/load to 8.0.14
  • @graphql-tools/graphql-file-loader to 8.0.14

Everything is formatted consistently with the changelog style used in previous entries. The commit reference provided (651a5dc) and the dependency versions accurately reflect the intended dependency bump. It might be helpful, however, to include a brief description of the patch changes (if available) for further context in the changelog.

Consider including a one-line summary of the impact or reason for these dependency updates (e.g., bug fixes or minor improvements) to help users quickly understand the change.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 651a5dc and 1ac42cf.

📒 Files selected for processing (53)
  • .changeset/calm-cycles-flow.md (0 hunks)
  • packages/executor/CHANGELOG.md (1 hunks)
  • packages/executor/package.json (2 hunks)
  • packages/executors/apollo-link/CHANGELOG.md (1 hunks)
  • packages/executors/apollo-link/package.json (2 hunks)
  • packages/executors/envelop/CHANGELOG.md (1 hunks)
  • packages/executors/envelop/package.json (2 hunks)
  • packages/executors/legacy-ws/CHANGELOG.md (1 hunks)
  • packages/executors/legacy-ws/package.json (2 hunks)
  • packages/executors/urql-exchange/CHANGELOG.md (1 hunks)
  • packages/executors/urql-exchange/package.json (2 hunks)
  • packages/executors/yoga/CHANGELOG.md (1 hunks)
  • packages/executors/yoga/package.json (2 hunks)
  • packages/graphql-tag-pluck/CHANGELOG.md (1 hunks)
  • packages/graphql-tag-pluck/package.json (2 hunks)
  • packages/graphql-tools/CHANGELOG.md (1 hunks)
  • packages/graphql-tools/package.json (2 hunks)
  • packages/import/CHANGELOG.md (1 hunks)
  • packages/import/package.json (2 hunks)
  • packages/links/CHANGELOG.md (1 hunks)
  • packages/links/package.json (2 hunks)
  • packages/load/CHANGELOG.md (1 hunks)
  • packages/load/package.json (2 hunks)
  • packages/loaders/apollo-engine/CHANGELOG.md (1 hunks)
  • packages/loaders/apollo-engine/package.json (2 hunks)
  • packages/loaders/code-file/CHANGELOG.md (1 hunks)
  • packages/loaders/code-file/package.json (2 hunks)
  • packages/loaders/git/CHANGELOG.md (1 hunks)
  • packages/loaders/git/package.json (2 hunks)
  • packages/loaders/github/CHANGELOG.md (1 hunks)
  • packages/loaders/github/package.json (2 hunks)
  • packages/loaders/graphql-file/CHANGELOG.md (1 hunks)
  • packages/loaders/graphql-file/package.json (2 hunks)
  • packages/loaders/json-file/CHANGELOG.md (1 hunks)
  • packages/loaders/json-file/package.json (2 hunks)
  • packages/loaders/module/CHANGELOG.md (1 hunks)
  • packages/loaders/module/package.json (2 hunks)
  • packages/loaders/url/CHANGELOG.md (1 hunks)
  • packages/loaders/url/package.json (2 hunks)
  • packages/merge/CHANGELOG.md (1 hunks)
  • packages/merge/package.json (2 hunks)
  • packages/mock/CHANGELOG.md (1 hunks)
  • packages/mock/package.json (2 hunks)
  • packages/node-require/CHANGELOG.md (1 hunks)
  • packages/node-require/package.json (2 hunks)
  • packages/relay-operation-optimizer/CHANGELOG.md (1 hunks)
  • packages/relay-operation-optimizer/package.json (2 hunks)
  • packages/resolvers-composition/CHANGELOG.md (1 hunks)
  • packages/resolvers-composition/package.json (2 hunks)
  • packages/schema/CHANGELOG.md (1 hunks)
  • packages/schema/package.json (2 hunks)
  • packages/utils/CHANGELOG.md (1 hunks)
  • packages/utils/package.json (1 hunks)
💤 Files with no reviewable changes (1)
  • .changeset/calm-cycles-flow.md
✅ Files skipped from review due to trivial changes (48)
  • packages/utils/package.json
  • packages/loaders/code-file/CHANGELOG.md
  • packages/resolvers-composition/CHANGELOG.md
  • packages/loaders/apollo-engine/package.json
  • packages/loaders/apollo-engine/CHANGELOG.md
  • packages/loaders/module/package.json
  • packages/loaders/graphql-file/CHANGELOG.md
  • packages/executors/urql-exchange/CHANGELOG.md
  • packages/loaders/json-file/package.json
  • packages/graphql-tools/package.json
  • packages/executors/legacy-ws/package.json
  • packages/links/package.json
  • packages/executors/envelop/package.json
  • packages/executors/yoga/CHANGELOG.md
  • packages/executors/legacy-ws/CHANGELOG.md
  • packages/import/CHANGELOG.md
  • packages/executors/urql-exchange/package.json
  • packages/graphql-tools/CHANGELOG.md
  • packages/merge/package.json
  • packages/graphql-tag-pluck/package.json
  • packages/loaders/json-file/CHANGELOG.md
  • packages/utils/CHANGELOG.md
  • packages/links/CHANGELOG.md
  • packages/import/package.json
  • packages/relay-operation-optimizer/package.json
  • packages/schema/CHANGELOG.md
  • packages/resolvers-composition/package.json
  • packages/mock/package.json
  • packages/executors/envelop/CHANGELOG.md
  • packages/loaders/github/CHANGELOG.md
  • packages/loaders/git/CHANGELOG.md
  • packages/mock/CHANGELOG.md
  • packages/graphql-tag-pluck/CHANGELOG.md
  • packages/loaders/module/CHANGELOG.md
  • packages/loaders/git/package.json
  • packages/merge/CHANGELOG.md
  • packages/loaders/code-file/package.json
  • packages/executors/apollo-link/CHANGELOG.md
  • packages/executors/yoga/package.json
  • packages/loaders/graphql-file/package.json
  • packages/node-require/package.json
  • packages/loaders/url/package.json
  • packages/load/package.json
  • packages/loaders/github/package.json
  • packages/loaders/url/CHANGELOG.md
  • packages/executor/CHANGELOG.md
  • packages/load/CHANGELOG.md
  • packages/relay-operation-optimizer/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (12)
  • GitHub Check: Unit Test on Node 18 (windows-latest) and GraphQL v16
  • GitHub Check: Unit Test on Node 23 (ubuntu-latest) and GraphQL v16
  • GitHub Check: Unit Test on Node 23 (ubuntu-latest) and GraphQL v15
  • GitHub Check: Unit Test on Node 22 (ubuntu-latest) and GraphQL v16
  • GitHub Check: Unit Test on Node 22 (ubuntu-latest) and GraphQL v15
  • GitHub Check: Unit Test on Node 20 (ubuntu-latest) and GraphQL v16
  • GitHub Check: Unit Test on Node 20 (ubuntu-latest) and GraphQL v15
  • GitHub Check: Unit Test on Node 18 (ubuntu-latest) and GraphQL v16
  • GitHub Check: Unit Test on Bun (ubuntu-latest) and GraphQL v16
  • GitHub Check: Unit Test on Node 18 (ubuntu-latest) and GraphQL v15
  • GitHub Check: Full Check on GraphQL v16
  • GitHub Check: deployment
🔇 Additional comments (6)
packages/executors/apollo-link/package.json (2)

3-3: Version Bump Verification
The version has been correctly updated to "1.0.14", aligning with the release changes. Please ensure that the corresponding changelog is updated accordingly.


55-55: Dependency Upgrade Consistency
Updating the "@graphql-tools/utils" dependency to "^10.8.1" is consistent with similar changes across packages, ensuring version alignment throughout the codebase.

packages/schema/package.json (2)

3-3: Schema Package Version Update
The version bump from "10.0.17" to "10.0.18" appears correct. Ensure that any public-facing documentation or changelog reflects this new version number.


53-54: Dependency Versions Upgrade
Both "@graphql-tools/merge" and "@graphql-tools/utils" have been updated to "^9.0.19" and "^10.8.1" respectively. This coordinated upgrade helps maintain compatibility with other packages.

packages/executor/package.json (2)

3-3: Executor Package Version Bump
The version update to "1.3.14" is correctly applied. Please verify that the associated changelog and release notes are updated to capture all pertinent changes.


58-58: Dependency Alignment Check
The update for "@graphql-tools/utils" to "^10.8.1" is consistent with the project-wide changes. It is recommended to run integration tests to ensure there are no unexpected issues after the dependency upgrade.

Copy link
Contributor

💻 Website Preview

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

@ardatan ardatan merged commit 91caf6f into master Feb 10, 2025
18 checks passed
@ardatan ardatan deleted the changeset-release/master branch February 10, 2025 12:44
This was referenced Feb 21, 2025
This was referenced Mar 13, 2025
ardatan pushed a commit that referenced this pull request Sep 22, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

2 participants