Skip to content

Upcoming Release Changes #6925

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

Merged
merged 1 commit into from
Feb 10, 2025
Merged

Upcoming Release Changes #6925

merged 1 commit into from
Feb 10, 2025

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Feb 9, 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/utils@10.8.0

Minor Changes

Patch Changes

  • 0a3e193
    Thanks @ardatan! - Do not add _v prefix if there is only one
    argument/variable

@graphql-tools/executor@1.3.13

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/executor-envelop@3.0.20

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/executor-yoga@3.0.20

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/executor-envelop@3.0.20

@graphql-tools/graphql-tag-pluck@8.3.13

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

graphql-tools@9.0.12

Patch Changes

  • Updated dependencies
    [357b2ee]:
    • @graphql-tools/schema@10.0.17

@graphql-tools/import@7.0.12

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/links@9.0.21

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/load@8.0.13

Patch Changes

  • Updated dependencies
    [357b2ee,
    0a3e193,
    357b2ee]:
    • @graphql-tools/schema@10.0.17
    • @graphql-tools/utils@10.8.0

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/graphql-tag-pluck@8.3.13

@graphql-tools/git-loader@8.0.18

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/graphql-tag-pluck@8.3.13

@graphql-tools/github-loader@8.0.14

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/graphql-tag-pluck@8.3.13

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/import@7.0.12

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/module-loader@8.0.12

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/url-loader@8.0.25

Patch Changes

@graphql-tools/merge@9.0.18

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/mock@9.0.16

Patch Changes

  • Updated dependencies
    [357b2ee,
    0a3e193,
    357b2ee]:
    • @graphql-tools/schema@10.0.17
    • @graphql-tools/utils@10.8.0

@graphql-tools/node-require@7.0.14

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0
    • @graphql-tools/load@8.0.13
    • @graphql-tools/graphql-file-loader@8.0.13

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

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/resolvers-composition@7.0.12

Patch Changes

  • Updated dependencies
    [0a3e193,
    357b2ee]:
    • @graphql-tools/utils@10.8.0

@graphql-tools/schema@10.0.17

Patch Changes

Summary by CodeRabbit

  • New Features

    • Introduced a new URL validation helper to improve URL handling.
  • Chores

    • Upgraded various internal dependencies to enhance compatibility and stability.
    • Removed an obsolete external dependency to streamline the codebase.
    • Bumped package versions across multiple modules for consistent maintenance.

Copy link
Contributor

coderabbitai bot commented Feb 9, 2025

Walkthrough

This pull request updates several package dependencies and increments version numbers across multiple packages. Notably, the "value-or-promise" dependency was removed from the schema and URL loader packages. A new helper function, isUrl, was added to @graphql-tools/utils. Many packages have their versions updated, consistently changing the dependency on @graphql-tools/utils from 10.7.2 to 10.8.0, along with other minor dependency and version adjustments documented in changelogs and package.json files.

Changes

File(s) Change Summary
.changeset/@graphql-tools_schema-6921-dependencies.md
.changeset/@graphql-tools_url-loader-6921-dependencies.md
Removed "value-or-promise" dependency (versions ^1.0.12 and ^1.0.11 respectively); updated executor-graphql-ws version from ^1.3.2 to ^2.0.1 in the URL loader entry.
honest-eggs-wonder.md
packages/utils/{CHANGELOG.md, package.json}
Added new helper method "isUrl" in @graphql-tools/utils; updated version from 10.7.2 to 10.8.0.
packages/executor/{CHANGELOG.md, package.json} Updated version from 1.3.12 to 1.3.13; bumped @graphql-tools/utils dependency to 10.8.0.
packages/executors/{apollo-link, envelop, legacy-ws, urql-exchange, yoga}/{CHANGELOG.md, package.json} Bumped package versions and updated @graphql-tools/utils dependency from 10.7.2 to 10.8.0; includes specific executor-envelop and executor-legacy-ws adjustments.
packages/graphql-tag-pluck/{CHANGELOG.md, package.json} Updated version from 8.3.12 to 8.3.13; updated @graphql-tools/utils dependency to 10.8.0.
packages/graphql-tools/{CHANGELOG.md, package.json} Updated version from 9.0.11 to 9.0.12; revised dependency on @graphql-tools/schema from 10.0.16 to 10.0.17.
packages/import/{CHANGELOG.md, package.json} Updated version from 7.0.11 to 7.0.12; bumped @graphql-tools/utils dependency to 10.8.0.
packages/links/{CHANGELOG.md, package.json} Updated version from 9.0.20 to 9.0.21; updated @graphql-tools/utils dependency to 10.8.0.
packages/load/{CHANGELOG.md, package.json} Updated version from 8.0.12 to 8.0.13; updated @graphql-tools/schema (to 10.0.17) and @graphql-tools/utils (to 10.8.0).
packages/loaders/{apollo-engine, code-file, git, github, graphql-file, json-file, module, url}/{CHANGELOG.md, package.json} Multiple loader packages received version bumps; dependencies updated (e.g. @graphql-tools/utils to 10.8.0, executor-legacy-ws revisions, graphql-tag-pluck updates); removal of "value-or-promise" in the URL loader noted.
packages/merge/{CHANGELOG.md, package.json} Updated version from 9.0.17 to 9.0.18; bumped @graphql-tools/utils dependency to 10.8.0.
packages/mock/{CHANGELOG.md, package.json} Updated version from 9.0.15 to 9.0.16; updated @graphql-tools/schema dependency from 10.0.16 to 10.0.17 and @graphql-tools/utils to 10.8.0.
packages/node-require/{CHANGELOG.md, package.json} Updated version from 7.0.13 to 7.0.14; bumped dependencies (@graphql-tools/graphql-file-loader and @graphql-tools/load updated; @graphql-tools/utils set to 10.8.0).
packages/relay-operation-optimizer/{CHANGELOG.md, package.json} Updated version from 7.0.12 to 7.0.13; updated @graphql-tools/utils dependency to 10.8.0.
packages/resolvers-composition/{CHANGELOG.md, package.json} Updated version from 7.0.11 to 7.0.12; bumped @graphql-tools/utils dependency to 10.8.0.
packages/schema/{CHANGELOG.md, package.json} Updated version from 10.0.16 to 10.0.17; updated dependencies @graphql-tools/merge (from ^9.0.17 to ^9.0.18) and @graphql-tools/utils (from 10.7.2 to 10.8.0); removed "value-or-promise" dependency.

Sequence Diagram(s)

sequenceDiagram
  participant C as Client
  participant U as Utils.isUrl
  participant R as URL Object

  C->>U: Call isUrl(inputUrl)
  U->>R: Check if URL.canParse exists
  alt canParse available
    R-->>U: Return parsed URL info
    U-->>C: Return validation result (true/false)
  else not available
    U-->>C: Return fallback validation result
  end
Loading

Poem

I’m a rabbit upon the code trail,
Hopping over updates without fail.
Dependencies leap and versions rise,
“isUrl” now shines before our eyes.
With each bump, I skip and smile—code carrots in a bundle all the while!


📜 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 6a12751 and 02f0c71.

📒 Files selected for processing (55)
  • .changeset/@graphql-tools_schema-6921-dependencies.md (0 hunks)
  • .changeset/@graphql-tools_url-loader-6921-dependencies.md (0 hunks)
  • .changeset/honest-eggs-wonder.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 (2 hunks)
  • packages/utils/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/honest-eggs-wonder.md
  • .changeset/@graphql-tools_url-loader-6921-dependencies.md
  • .changeset/@graphql-tools_schema-6921-dependencies.md
🚧 Files skipped from review as they are similar to previous changes (52)
  • packages/executors/urql-exchange/CHANGELOG.md
  • packages/relay-operation-optimizer/CHANGELOG.md
  • packages/utils/package.json
  • packages/resolvers-composition/CHANGELOG.md
  • packages/graphql-tag-pluck/CHANGELOG.md
  • packages/mock/CHANGELOG.md
  • packages/executors/envelop/CHANGELOG.md
  • packages/executors/legacy-ws/package.json
  • packages/loaders/graphql-file/CHANGELOG.md
  • packages/executor/CHANGELOG.md
  • packages/relay-operation-optimizer/package.json
  • packages/loaders/module/CHANGELOG.md
  • packages/links/CHANGELOG.md
  • packages/loaders/json-file/CHANGELOG.md
  • packages/executors/apollo-link/CHANGELOG.md
  • packages/executors/apollo-link/package.json
  • packages/links/package.json
  • packages/executor/package.json
  • packages/import/package.json
  • packages/executors/legacy-ws/CHANGELOG.md
  • packages/loaders/code-file/CHANGELOG.md
  • packages/executors/urql-exchange/package.json
  • packages/loaders/apollo-engine/package.json
  • packages/resolvers-composition/package.json
  • packages/loaders/json-file/package.json
  • packages/loaders/github/CHANGELOG.md
  • packages/merge/package.json
  • packages/loaders/code-file/package.json
  • packages/loaders/module/package.json
  • packages/load/package.json
  • packages/schema/CHANGELOG.md
  • packages/merge/CHANGELOG.md
  • packages/graphql-tag-pluck/package.json
  • packages/mock/package.json
  • packages/loaders/graphql-file/package.json
  • packages/executors/envelop/package.json
  • packages/graphql-tools/CHANGELOG.md
  • packages/loaders/github/package.json
  • packages/graphql-tools/package.json
  • packages/executors/yoga/CHANGELOG.md
  • packages/executors/yoga/package.json
  • packages/loaders/git/CHANGELOG.md
  • packages/loaders/apollo-engine/CHANGELOG.md
  • packages/node-require/package.json
  • packages/schema/package.json
  • packages/import/CHANGELOG.md
  • packages/loaders/url/package.json
  • packages/node-require/CHANGELOG.md
  • packages/loaders/git/package.json
  • packages/utils/CHANGELOG.md
  • packages/load/CHANGELOG.md
  • packages/loaders/url/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (5)
  • GitHub Check: Unit Test on Node 18 (windows-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 Node 18 (ubuntu-latest) and GraphQL v15
  • GitHub Check: deployment

🪧 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.

@theguild-bot theguild-bot force-pushed the changeset-release/master branch 2 times, most recently from ec595de to 3e6703f Compare February 9, 2025 21:43
Copy link
Contributor

github-actions bot commented Feb 9, 2025

💻 Website Preview

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

@theguild-bot theguild-bot force-pushed the changeset-release/master branch 2 times, most recently from 9ca4483 to 6a12751 Compare February 10, 2025 07:07
@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 6a12751 to 02f0c71 Compare February 10, 2025 10:17
@ardatan ardatan merged commit bcb54f1 into master Feb 10, 2025
18 checks passed
@ardatan ardatan deleted the changeset-release/master branch February 10, 2025 10:22
@coderabbitai coderabbitai bot mentioned this pull request Feb 10, 2025
This was referenced Feb 21, 2025
@coderabbitai coderabbitai bot mentioned this pull request Mar 3, 2025
@coderabbitai coderabbitai bot mentioned this pull request Mar 13, 2025
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