Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #6973

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Upcoming Release Changes #6973

merged 1 commit into from
Feb 25, 2025

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Feb 25, 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.4.2

Patch Changes

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/executor-envelop@3.0.23

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/executor-yoga@3.0.23

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/executor-envelop@3.0.23

@graphql-tools/graphql-tag-pluck@8.3.16

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

graphql-tools@9.0.15

Patch Changes

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

@graphql-tools/import@7.0.15

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/links@9.0.24

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/load@8.0.16

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/schema@10.0.20

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/graphql-tag-pluck@8.3.16

@graphql-tools/git-loader@8.0.21

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/graphql-tag-pluck@8.3.16

@graphql-tools/github-loader@8.0.17

Patch Changes

@graphql-tools/graphql-file-loader@8.0.16

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/import@7.0.15

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/module-loader@8.0.15

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/url-loader@8.0.28

Patch Changes

@graphql-tools/merge@9.0.21

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/mock@9.0.19

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/schema@10.0.20

@graphql-tools/node-require@7.0.17

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/load@8.0.16
    • @graphql-tools/graphql-file-loader@8.0.16

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

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/resolvers-composition@7.0.15

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3

@graphql-tools/schema@10.0.20

Patch Changes

  • Updated dependencies
    [4a2eb14]:
    • @graphql-tools/utils@10.8.3
    • @graphql-tools/merge@9.0.21

@graphql-tools/utils@10.8.3

Patch Changes

Summary by CodeRabbit

  • Chores
    • Refreshed multiple packages with updated dependency versions and minor version bumps.
    • Enhancements improve overall stability, performance, and compatibility across the system, contributing to a smoother user experience.

Copy link
Contributor

coderabbitai bot commented Feb 25, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

This pull request removes several auto-generated changeset files that documented dependency updates and applies a coordinated set of version bumps and dependency upgrades across multiple packages. In particular, packages now consistently update dependencies (for example, bumping @graphql-tools/utils from ^10.8.2 to ^10.8.3 and updating other core libraries), while some executor packages additionally remove outdated dependencies and add new ones. The modifications affect changelog files and package.json files throughout the repository.

Changes

File(s) Change Summary
.changeset/@graphql-tools_executor-6971-dependencies.md, .changeset/@graphql-tools_executor-6972-dependencies.md, .changeset/@graphql-tools_github-loader-6971-dependencies.md, .changeset/@graphql-tools_url-loader-6971-dependencies.md, .changeset/@graphql-tools_utils-6971-dependencies.md Deleted auto-generated changelog entries documenting dependency updates: added @whatwg-node/promise-helpers@^1.0.0, removed value-or-promise@^1.0.12, and updated @whatwg-node/disposablestack to ^0.0.6.
packages/executor/* and packages/executors/{apollo-link, envelop, legacy-ws, urql-exchange, yoga}/* Bumped patch versions (e.g. 1.4.1→1.4.2, 1.0.15→1.0.16, 3.0.22→3.0.23) and updated dependencies—most notably, upgrading @graphql-tools/utils to ^10.8.3 with executor-specific changes such as removal of value-or-promise and addition of @whatwg-node/promise-helpers.
packages/{graphql-tag-pluck, graphql-tools, import, links, load, merge, mock, node-require, relay-operation-optimizer, resolvers-composition, schema, utils}/* Applied patch version bumps with core dependency updates: many packages upgraded @graphql-tools/utils to ^10.8.3 while others updated related dependencies (e.g. bumping @graphql-tools/schema or @graphql-tools/merge) and, in the utils package, added @whatwg-node/promise-helpers.
packages/loaders/**/* (including apollo-engine, code-file, git, github, graphql-file, json-file, module, url) Incremented patch versions and standardized dependency updates across loaders—updating @graphql-tools/utils to ^10.8.3 and adjusting ancillary dependencies (such as @graphql-tools/graphql-tag-pluck, @graphql-tools/import, and @graphql-tools/executor-legacy-ws) as needed.

Possibly related PRs

  • Upcoming Release Changes #6973: The changes in the main PR are directly related to those in the retrieved PR, as both involve the addition of the dependency @whatwg-node/promise-helpers@^1.0.0 to the @graphql-tools/executor package and other related packages.
  • feat(executor): extensions.code #6868: The changes in the main PR, which involve updates to the dependencies of the @graphql-tools/executor package, are related to the retrieved PR that introduces error handling enhancements in the same package, specifically modifying the execute.ts file. Both PRs affect the @graphql-tools/executor package, indicating a direct connection at the code level.
  • Upcoming Release Changes #6925: The changes in the main PR, which involve adding and removing dependencies in the @graphql-tools/executor package, are related to the retrieved PR as both involve the removal of the value-or-promise dependency from different packages within the graphql-tools repository.

Poem

I'm a hopping rabbit in the code garden bright,
Nibbling on dependency carrots with delight.
Version bumps and updates make my ears stand tall,
Old libraries out, new ones on the ball.
With a joyful twitch and a crunch so neat,
I celebrate these changes with a happy hop and beat!
🥕🐇


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 57c8640 and 149ca23.

📒 Files selected for processing (57)
  • .changeset/@graphql-tools_executor-6971-dependencies.md (0 hunks)
  • .changeset/@graphql-tools_executor-6972-dependencies.md (0 hunks)
  • .changeset/@graphql-tools_github-loader-6971-dependencies.md (0 hunks)
  • .changeset/@graphql-tools_url-loader-6971-dependencies.md (0 hunks)
  • .changeset/@graphql-tools_utils-6971-dependencies.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)

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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

github-actions bot commented Feb 25, 2025

💻 Website Preview

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

@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 0394c42 to 57c8640 Compare February 25, 2025 14:09
@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 57c8640 to 149ca23 Compare February 25, 2025 14:33
@ardatan ardatan merged commit 9a9e510 into master Feb 25, 2025
13 of 14 checks passed
@ardatan ardatan deleted the changeset-release/master branch February 25, 2025 14:33
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