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

Update versions #8409

Merged
merged 5 commits into from
Feb 20, 2025
Merged

Update versions #8409

merged 5 commits into from
Feb 20, 2025

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented Feb 20, 2025

Related ardatan/whatwg-node#2077

Summary by CodeRabbit

  • Chores
    • Updated numerous internal dependencies and libraries to their latest patch releases, including @whatwg-node/fetch, @envelop/core, and graphql-yoga. These updates enhance system stability, improve performance, and ensure compatibility with current standards.
    • Users may benefit from more reliable interactions and a smoother overall experience.

Copy link
Contributor

coderabbitai bot commented Feb 20, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request updates multiple dependency versions across the project’s various packages and examples. Most updates are patch-level bumps intended to incorporate bug fixes and minor improvements. Changes include upgrading the versions of packages such as @whatwg-node/fetch, @envelop/core, and graphql-yoga alongside a few other dependency adjustments. Additionally, version specifications have been changed from fixed versions to caret ranges in several cases, and resolutions in the root package.json have been updated. No modifications to control flow or core functionality were introduced.

Changes

File(s) Change Summary
.../changeset/@graphql-mesh_{compose-cli, plugin-http-cache, snapshot, transport-mysql, utils}*.md, .../changeset/@omnigraph_{json-schema, odata, raml, soap, thrift}*.md, and corresponding files in packages/{compose-cli, loaders/*, transports/*} @whatwg-node/fetch updated from ^0.10.0 (or from `"^0.9.15
.../changeset/@graphql-mesh_{config, http-details-extensions, jit, response-cache, runtime}*.md, packages/legacy/{config, runtime}/package.json, and packages/plugins/{http-details-extensions, jit, response-cache}/package.json @envelop/core updated from versions such as ^5.0.0, ^5.0.2, or ^5.0.3 to ^5.1.0.
.../changeset/@graphql-mesh_{http, plugin-newrelic, response-cache}*.md, files in e2e/*/package.json, examples/{graphql-file-upload-example, v1-next/...}/package.json, packages/legacy/http/package.json, and packages/plugins/{jwt-auth, newrelic}/package.json graphql-yoga updated from ^5.7.0, ^5.10.4, or fixed 5.12.0 to ^5.12.0.
.../changeset/@graphql-mesh_http-8409-dependencies.md and packages/legacy/http/package.json @whatwg-node/server updated from ^0.9.46 to ^0.9.68.
.../changeset/@graphql-mesh_plugin-rate-limit-8409-dependencies.md and packages/plugins/rate-limit/package.json @envelop/rate-limiter updated from ^7.0.0 to ^7.0.1.
.../changeset/@graphql-mesh_plugin-statsd-8409-dependencies.md and packages/plugins/statsd/package.json @envelop/statsd updated from 6.0.0 to ^6.0.0.
.../changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md and packages/plugins/operation-field-permissions/package.json @envelop/operation-field-permissions updated from 7.0.0 to ^7.0.0.
package.json (root) Resolutions updated: @whatwg-node/fetch bumped from 0.10.3 to 0.10.4 and @whatwg-node/node-fetch from 0.7.8 to 0.7.10.

Possibly related PRs

Poem

Hi there, I’m a rabbit with hops so spry,
I’ve seen the code dance as versions fly by.
The fetch and core now shine ever so bright,
Yoga and others tuned just right.
With each little bump, our code skips with glee,
A patchy parade from little ol’ me! 🐰✨


📜 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 8cc7c22 and b66dc2e.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (107)
  • .changeset/@graphql-mesh_cli-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_config-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_include-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-hive-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-statsd-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_transform-federation-8409-dependencies.md (1 hunks)
  • .node-version (1 hunks)
  • e2e/federation-mixed/package.json (1 hunks)
  • e2e/reprod-shareable/package.json (1 hunks)
  • e2e/thrift-calculator/package.json (1 hunks)
  • e2e/utils/package.json (1 hunks)
  • examples/auth0/package.json (1 hunks)
  • examples/fastify/package.json (1 hunks)
  • examples/federation-example/package.json (1 hunks)
  • examples/federation-example/services/accounts-subgraph/package.json (1 hunks)
  • examples/federation-example/services/accounts/package.json (1 hunks)
  • examples/federation-example/services/inventory/package.json (1 hunks)
  • examples/federation-example/services/products/package.json (1 hunks)
  • examples/federation-example/services/reviews/package.json (1 hunks)
  • examples/graphql-file-upload-example/frontend/package.json (1 hunks)
  • examples/graphql-file-upload-example/package.json (1 hunks)
  • examples/grpc-example/package.json (1 hunks)
  • examples/grpc-reflection-example/package.json (1 hunks)
  • examples/hello-world-esm/package.json (1 hunks)
  • examples/hello-world/package.json (1 hunks)
  • examples/hive-example/sources/authors/package.json (1 hunks)
  • examples/hive-example/sources/books/package.json (1 hunks)
  • examples/json-schema-fhir/package.json (1 hunks)
  • examples/nextjs-apollo-example/package.json (1 hunks)
  • examples/nextjs-sdk-example/package.json (1 hunks)
  • examples/odata-msgraph-programmatic-ts/package.json (1 hunks)
  • examples/openapi-subscriptions/package.json (1 hunks)
  • examples/persisted-operations/package.json (1 hunks)
  • examples/programmatic-batching/package.json (1 hunks)
  • examples/reddit-example/package.json (1 hunks)
  • examples/spacex-cfw/package.json (1 hunks)
  • examples/thrift-calculator/package.json (1 hunks)
  • examples/v1-next/apollo-federation-compatibility/package.json (1 hunks)
  • examples/v1-next/auth0/package.json (1 hunks)
  • examples/v1-next/integrations/cfw-spacex/package.json (1 hunks)
  • examples/v1-next/integrations/fastify/package.json (1 hunks)
  • packages/cache/cfw-kv/package.json (1 hunks)
  • packages/cache/file/package.json (1 hunks)
  • packages/cache/inmemory-lru/package.json (1 hunks)
  • packages/cache/localforage/package.json (1 hunks)
  • packages/cache/redis/package.json (1 hunks)
  • packages/cache/upstash-redis/package.json (1 hunks)
  • packages/compose-cli/package.json (1 hunks)
  • packages/cross-helpers/package.json (1 hunks)
  • packages/fusion/composition/package.json (1 hunks)
  • packages/include/package.json (2 hunks)
  • packages/legacy/apollo-link/package.json (1 hunks)
  • packages/legacy/cli/package.json (2 hunks)
  • packages/legacy/config/package.json (2 hunks)
  • packages/legacy/handlers/graphql/package.json (1 hunks)
  • packages/legacy/handlers/grpc/package.json (1 hunks)
  • packages/legacy/handlers/json-schema/package.json (1 hunks)
  • packages/legacy/handlers/mongoose/package.json (1 hunks)
  • packages/legacy/handlers/mysql/package.json (1 hunks)
  • packages/legacy/handlers/neo4j/package.json (1 hunks)
  • packages/legacy/handlers/odata/package.json (1 hunks)
  • packages/legacy/handlers/openapi/package.json (1 hunks)
  • packages/legacy/handlers/postgraphile/package.json (1 hunks)
  • packages/legacy/handlers/raml/package.json (1 hunks)
  • packages/legacy/handlers/soap/package.json (1 hunks)
  • packages/legacy/handlers/supergraph/package.json (1 hunks)
  • packages/legacy/handlers/thrift/package.json (1 hunks)
  • packages/legacy/handlers/tuql/package.json (1 hunks)
  • packages/legacy/http/package.json (1 hunks)
  • packages/legacy/mergers/bare/package.json (1 hunks)
  • packages/legacy/mergers/stitching/package.json (1 hunks)
  • packages/legacy/migrate-config-cli/package.json (1 hunks)
  • packages/legacy/runtime/package.json (2 hunks)
  • packages/legacy/transforms/cache/package.json (1 hunks)
  • packages/legacy/transforms/encapsulate/package.json (1 hunks)
  • packages/legacy/transforms/extend/package.json (1 hunks)
  • packages/legacy/transforms/federation/package.json (1 hunks)
  • packages/legacy/transforms/filter-schema/package.json (1 hunks)
  • packages/legacy/transforms/hive/package.json (1 hunks)
  • packages/legacy/transforms/hoist-field/package.json (1 hunks)
  • packages/legacy/transforms/naming-convention/package.json (1 hunks)
  • packages/legacy/transforms/prefix/package.json (1 hunks)
  • packages/legacy/transforms/prune/package.json (1 hunks)
  • packages/legacy/transforms/rate-limit/package.json (1 hunks)
  • packages/legacy/transforms/rename/package.json (1 hunks)
  • packages/legacy/transforms/replace-field/package.json (1 hunks)
  • packages/legacy/transforms/resolvers-composition/package.json (1 hunks)
  • packages/legacy/transforms/transfer-schema/package.json (1 hunks)
  • packages/legacy/transforms/type-merging/package.json (1 hunks)
  • packages/legacy/types/package.json (1 hunks)
  • packages/legacy/urql/package.json (1 hunks)
  • packages/legacy/utils/package.json (2 hunks)
  • packages/loaders/grpc/package.json (1 hunks)
  • packages/loaders/json-schema/package.json (2 hunks)
  • packages/loaders/mysql/package.json (1 hunks)
  • packages/loaders/neo4j/package.json (1 hunks)
  • packages/loaders/odata/package.json (2 hunks)
  • packages/loaders/openapi/package.json (1 hunks)
  • packages/loaders/raml/package.json (1 hunks)
  • packages/loaders/soap/package.json (1 hunks)
  • packages/loaders/sqlite/package.json (1 hunks)
  • packages/loaders/thrift/package.json (1 hunks)
  • packages/plugins/deduplicate-request/package.json (1 hunks)
  • packages/plugins/hive/package.json (1 hunks)
  • packages/plugins/http-cache/package.json (1 hunks)
  • packages/plugins/http-details-extensions/package.json (1 hunks)
⛔ Files not processed due to max files limit (21)
  • packages/plugins/jit/package.json
  • packages/plugins/jwt-auth/package.json
  • packages/plugins/live-query/package.json
  • packages/plugins/mock/package.json
  • packages/plugins/newrelic/package.json
  • packages/plugins/operation-field-permissions/package.json
  • packages/plugins/operation-headers/package.json
  • packages/plugins/rate-limit/package.json
  • packages/plugins/response-cache/package.json
  • packages/plugins/snapshot/package.json
  • packages/plugins/statsd/package.json
  • packages/string-interpolation/package.json
  • packages/transports/grpc/package.json
  • packages/transports/mysql/package.json
  • packages/transports/neo4j/package.json
  • packages/transports/odata/package.json
  • packages/transports/rest/package.json
  • packages/transports/soap/package.json
  • packages/transports/sqlite/package.json
  • packages/transports/thrift/package.json
  • website/package.json

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 20, 2025

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Feb 20, 2025

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-mesh/cache-cfw-kv 0.104.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-inmemory-lru 0.0.14-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-upstash-redis 0.0.5-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/compose-cli 1.3.12-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-composition 0.7.24-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/include 0.2.17-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/apollo-link 0.105.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.98.25-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.106.25-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.107.9-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.108.21-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.104.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.105.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.105.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.108.22-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.108.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.105.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/supergraph 0.9.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.105.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.104.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.105.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.104.21-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.104.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/migrate-config-cli 1.4.17-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.105.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.103.21-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.103.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.103.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-transfer-schema 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/urql-exchange 0.105.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.108.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/mysql 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/neo4j 0.9.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/odata 0.1.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.108.22-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.108.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.105.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/sqlite 0.7.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@omnigraph/thrift 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.104.6-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jit 0.1.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 1.4.8-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 1.3.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.103.21-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.103.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.103.19-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-grpc 0.2.8-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-mysql 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-neo4j 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-odata 0.1.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-rest 0.8.20-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-soap 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-sqlite 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-thrift 0.8.18-alpha-20250220132454-b66dc2e861f9dde310f3274b88e0e4cb22aa604f npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Feb 20, 2025

💻 Website Preview

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

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 (17)
.changeset/@graphql-mesh_plugin-live-query-8409-dependencies.md (1)

5-7: Unordered List Indentation in Dependency Updates

Static analysis has flagged an MD007 warning regarding the unordered list indentation. The list items are indented with two spaces, whereas markdownlint expects no indentation for list markers. To improve readability and adhere to markdown standards, consider removing the extra spaces.

Suggested diff changes:

-  - Updated dependency [`@envelop/live-query@^8.0.0` ↗︎](https://www.npmjs.com/package/@envelop/live-query/v/8.0.0) (from `8.0.0`, in `dependencies`)
-  - Updated dependency [`@graphql-mesh/string-interpolation@^0.5.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/string-interpolation/v/0.5.8) (from `0.5.8`, in `dependencies`)
-  - Updated dependency [`@n1ru4l/in-memory-live-query-store@^0.10.0` ↗︎](https://www.npmjs.com/package/@n1ru4l/in-memory-live-query-store/v/0.10.0) (from `0.10.0`, in `dependencies`)
+ - Updated dependency [`@envelop/live-query@^8.0.0` ↗︎](https://www.npmjs.com/package/@envelop/live-query/v/8.0.0) (from `8.0.0`, in `dependencies`)
+ - Updated dependency [`@graphql-mesh/string-interpolation@^0.5.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/string-interpolation/v/0.5.8) (from `0.5.8`, in `dependencies`)
+ - Updated dependency [`@n1ru4l/in-memory-live-query-store@^0.10.0` ↗︎](https://www.npmjs.com/package/@n1ru4l/in-memory-live-query-store/v/0.10.0) (from `0.10.0`, in `dependencies`)
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


7-7: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md (1)

4-5: Fix Markdown List Indentation

The unordered list item on line 5 is indented with two spaces. According to markdownlint (MD007), the expected indentation for top-level list items is 0 spaces. Please adjust the indentation by removing the extra spaces to meet the style guidelines.

Below is a suggested diff:

-  - Updated dependency [`@envelop/operation-field-permissions@^7.0.0` ↗︎](https://www.npmjs.com/package/@envelop/operation-field-permissions/v/7.0.0) (from `7.0.0`, in `dependencies`)
+ - Updated dependency [`@envelop/operation-field-permissions@^7.0.0` ↗︎](https://www.npmjs.com/package/@envelop/operation-field-permissions/v/7.0.0) (from `7.0.0`, in `dependencies`)
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-jit-8409-dependencies.md (1)

1-6: Dependency Update for @graphql-mesh/plugin-jit

The dependency on @envelop/core has been updated from ^5.0.2 to ^5.1.0, which should help maintain consistency across related packages.

Markdown Indentation Nitpick

The unordered list indentation in the dependency update section appears misaligned per markdownlint (MD007). Adjusting the indent may improve readability.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_raml-8409-dependencies.md (1)

1-6: Dependency Update for @omnigraph/raml

The dependency on @whatwg-node/fetch is correctly updated from ^0.10.0 to ^0.10.4, keeping this package in line with the wider project improvements.

Markdown Indentation Nitpick

There is a minor markdown indentation issue (MD007) for the unordered list in the dependency updates. Consider aligning the list indentation to meet the expected style.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_soap-8409-dependencies.md (1)

1-6: Markdown Formatting Improvement & Consistency Check
The dependency update for @whatwg-node/fetch in the @omnigraph/soap package is correctly applied. However, note that the unordered list on line 5 is indented by two spaces while the markdown style (MD007) expects no indentation. Consider adjusting the list so that it starts at the beginning of the line for consistency across the project.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_odata-8409-dependencies.md (1)

1-6: Consistent Dependency Update & Markdown Indentation Note
The update for @whatwg-node/fetch is implemented consistently here. Similar to the previous changeset, the unordered list in line 5 is indented by two spaces, which does not align with the expected markdown style guidelines (MD007). Please consider removing the extra indentation.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-statsd-8409-dependencies.md (1)

1-6: Dependency Version Update Confirmed with Minor Formatting Suggestion
The patch update for @envelop/statsd from 6.0.0 to ^6.0.0 is correctly shown. In addition, please adjust the unordered list indentation on line 5 to remove the two-space indent as per MD007 guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-newrelic-8409-dependencies.md (1)

1-6: Dependency Update for graphql-yoga is Clear & Style Adjustment Recommended
The update of graphql-yoga from ^5.10.4 to ^5.12.0 is well documented and aligns with the coordinated updates across packages. As with the previous files, please remove the two-space indentation for the unordered list on line 5 to comply with markdown style (MD007).

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_thrift-8409-dependencies.md (1)

1-6: Coordinated Dependency Update & Markdown Style Note
The update for the @whatwg-node/fetch dependency in the @omnigraph/thrift package is applied correctly and aligns with updates in other packages. Please also adjust the indentation of the unordered list on line 5 (remove the extra two spaces) to adhere to markdownlint MD007 guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_json-schema-8409-dependencies.md (1)

1-6: Dependency Version Update & Markdown Indentation
The dependency version for @whatwg-node/fetch has been correctly updated from ^0.10.0 to ^0.10.4. However, note that markdownlint indicates an indentation issue on the unordered list at line 5 (Expected indent of 0 rather than 2). Consider adjusting the list item indentation for consistency with markdown standards.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-snapshot-8409-dependencies.md (1)

1-6: Verify Dependency Update & Adjust Markdown Lists
The update for @whatwg-node/fetch to version ^0.10.4 is correctly applied for the @graphql-mesh/plugin-snapshot package. As in the previous file, please review and adjust the indentation for the list item on line 5 according to markdownlint guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_transport-mysql-8409-dependencies.md (1)

1-6: Transport-MySQL Dependency Update & Markdown Formatting
This file appropriately updates @whatwg-node/fetch to ^0.10.4 for the @graphql-mesh/transport-mysql package. Similar to other files, the list item on line 5 is indented by 2 spaces while markdownlint expects 0. A quick formatting fix would improve uniformity across the changesets.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-http-cache-8409-dependencies.md (1)

1-6: HTTP Cache Plugin Dependency Update & Minor Formatting Note
The dependency update from ^0.10.0 to ^0.10.4 for @whatwg-node/fetch within the @graphql-mesh/plugin-http-cache package is correct. Please also address the markdown indentation on the list at line 5 (should be 0 spaces as per markdownlint) to maintain consistency.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_transport-soap-8409-dependencies.md (1)

1-6: SOAP Transport Dependency Update & Markdownlint Adjustment
The dependency update for @whatwg-node/fetch here is clear, transitioning from ^0.9.15 || ^0.10.0 to ^0.10.4 for the @graphql-mesh/transport-soap package. In addition, please adjust the indentation for the unordered list item on line 5 to satisfy markdownlint (expecting no indent).

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_config-8409-dependencies.md (1)

5-6: Markdown Indentation Warning
The unordered list items on these lines are indented by 2 spaces instead of the expected 0 spaces according to markdownlint MD007. Consider adjusting the indentation to improve markdown consistency.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-response-cache-8409-dependencies.md (1)

5-6: Markdown Indentation Reminder
The list items are indented by 2 spaces rather than 0. Adjusting the indentation to 0 spaces will help align with markdownlint MD007 guidelines.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-http-details-extensions-8409-dependencies.md (1)

5-6: Markdown Indentation Notice
Similar to other files, the unordered list items here are indented by 2 spaces. For consistency and to satisfy markdownlint MD007, consider reducing the indentation to 0 spaces.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

📜 Review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between 1c3ad3f and 8cc7c22.

⛔ Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (60)
  • .changeset/@graphql-mesh_compose-cli-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_config-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_http-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-http-cache-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-http-details-extensions-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-jit-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-live-query-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-newrelic-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-rate-limit-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-response-cache-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-snapshot-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_plugin-statsd-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_runtime-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_transport-mysql-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_transport-rest-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_transport-soap-8409-dependencies.md (1 hunks)
  • .changeset/@graphql-mesh_utils-8409-dependencies.md (1 hunks)
  • .changeset/@omnigraph_json-schema-8409-dependencies.md (1 hunks)
  • .changeset/@omnigraph_odata-8409-dependencies.md (1 hunks)
  • .changeset/@omnigraph_raml-8409-dependencies.md (1 hunks)
  • .changeset/@omnigraph_soap-8409-dependencies.md (1 hunks)
  • .changeset/@omnigraph_thrift-8409-dependencies.md (1 hunks)
  • e2e/auto-type-merging/package.json (1 hunks)
  • e2e/cache-control/package.json (1 hunks)
  • e2e/extra-fields/package.json (1 hunks)
  • e2e/type-merging-batching/package.json (1 hunks)
  • e2e/type-merging-with-transforms/package.json (1 hunks)
  • examples/graphql-file-upload-example/package.json (1 hunks)
  • examples/json-schema-subscriptions/package.json (1 hunks)
  • examples/openapi-subscriptions/package.json (1 hunks)
  • examples/v1-next/apollo-federation-compatibility/package.json (1 hunks)
  • examples/v1-next/hive-example/my-graphql/package.json (1 hunks)
  • package.json (1 hunks)
  • packages/compose-cli/package.json (1 hunks)
  • packages/legacy/config/package.json (2 hunks)
  • packages/legacy/http/package.json (1 hunks)
  • packages/legacy/runtime/package.json (2 hunks)
  • packages/legacy/utils/package.json (1 hunks)
  • packages/loaders/json-schema/package.json (1 hunks)
  • packages/loaders/odata/package.json (1 hunks)
  • packages/loaders/openapi/package.json (1 hunks)
  • packages/loaders/raml/package.json (1 hunks)
  • packages/loaders/soap/package.json (1 hunks)
  • packages/loaders/thrift/package.json (1 hunks)
  • packages/plugins/deduplicate-request/package.json (1 hunks)
  • packages/plugins/http-cache/package.json (1 hunks)
  • packages/plugins/http-details-extensions/package.json (1 hunks)
  • packages/plugins/jit/package.json (1 hunks)
  • packages/plugins/jwt-auth/package.json (1 hunks)
  • packages/plugins/live-query/package.json (1 hunks)
  • packages/plugins/newrelic/package.json (1 hunks)
  • packages/plugins/operation-field-permissions/package.json (1 hunks)
  • packages/plugins/rate-limit/package.json (1 hunks)
  • packages/plugins/response-cache/package.json (2 hunks)
  • packages/plugins/snapshot/package.json (1 hunks)
  • packages/plugins/statsd/package.json (1 hunks)
  • packages/transports/mysql/package.json (1 hunks)
  • packages/transports/rest/package.json (1 hunks)
  • packages/transports/soap/package.json (1 hunks)
✅ Files skipped from review due to trivial changes (15)
  • .changeset/@graphql-mesh_http-8409-dependencies.md
  • e2e/type-merging-batching/package.json
  • packages/plugins/snapshot/package.json
  • e2e/type-merging-with-transforms/package.json
  • .changeset/@graphql-mesh_utils-8409-dependencies.md
  • examples/json-schema-subscriptions/package.json
  • e2e/extra-fields/package.json
  • .changeset/@graphql-mesh_plugin-rate-limit-8409-dependencies.md
  • .changeset/@graphql-mesh_runtime-8409-dependencies.md
  • .changeset/@graphql-mesh_transport-rest-8409-dependencies.md
  • examples/openapi-subscriptions/package.json
  • packages/plugins/deduplicate-request/package.json
  • .changeset/@graphql-mesh_compose-cli-8409-dependencies.md
  • e2e/auto-type-merging/package.json
  • e2e/cache-control/package.json
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
.changeset/@graphql-mesh_config-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-http-cache-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-http-details-extensions-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-jit-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-live-query-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


7-7: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-newrelic-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-response-cache-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-snapshot-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-statsd-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_transport-mysql-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_transport-soap-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_json-schema-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_odata-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_raml-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_soap-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@omnigraph_thrift-8409-dependencies.md

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

⏰ Context from checks skipped due to timeout of 90000ms (13)
  • GitHub Check: unit / node 22
  • GitHub Check: integration / node 22
  • GitHub Check: unit / node 20
  • GitHub Check: integration / node 20
  • GitHub Check: unit / node 18
  • GitHub Check: e2e / node v22
  • GitHub Check: integration / node 18
  • GitHub Check: e2e / node v20
  • GitHub Check: apollo-federation-compatibility
  • GitHub Check: e2e / node v18
  • GitHub Check: check
  • GitHub Check: deployment
  • GitHub Check: release / snapshot
🔇 Additional comments (41)
.changeset/@graphql-mesh_plugin-live-query-8409-dependencies.md (2)

1-3: Changeset Header Format Looks Correct

The header with YAML separators and the patch designation for @graphql-mesh/plugin-live-query is correctly formatted.


4-4: Dependencies Updates Section Header is Clear

The "dependencies updates:" line clearly indicates the start of the dependency update list.

.changeset/@graphql-mesh_plugin-operation-field-permissions-8409-dependencies.md (1)

1-3: Changeset Header Formatting Looks Correct

The header section (lines 1-3) correctly establishes the changeset format and specifies the update for the package. No issues found here.

examples/v1-next/hive-example/my-graphql/package.json (1)

11-11: Update dependency version syntax for graphql-yoga.

Changing the version from a fixed "5.12.0" to a flexible caret range "^5.12.0" allows minor and patch updates to be applied automatically, which is beneficial for receiving important fixes and improvements. Ensure that the related tests and integrations cover potential changes introduced by upgrades within the 5.x series.

examples/graphql-file-upload-example/package.json (1)

15-15: Standardize graphql-yoga version specification.

The update to "graphql-yoga": "^5.12.0" now allows automatic inclusion of minor and patch updates. This change is consistent with the project’s overall dependency management strategy.

examples/v1-next/apollo-federation-compatibility/package.json (1)

22-22: Update graphql-yoga dependency to caret version.

Switching from a fixed "5.12.0" to "^5.12.0" provides flexibility for future non-breaking updates. Verify that downstream integrations are compatible with any minor or patch changes that may be pulled in automatically.

packages/plugins/statsd/package.json (1)

38-38: Update @envelop/statsd version specification.

Changing the dependency from "6.0.0" to "^6.0.0" enables minor and patch-level updates while keeping compatibility within major version 6. This is a good move for smoother maintenance and keeping up with fixes.

packages/plugins/operation-field-permissions/package.json (1)

38-38: Update @envelop/operation-field-permissions version constraint.

Updating from a fixed "7.0.0" to "^7.0.0" allows compatible non-breaking updates (minor and patch releases) to be installed automatically. This change is aligned with the broader dependency update strategy of the project.

packages/plugins/http-details-extensions/package.json (2)

38-38: Dependency Update for @envelop/core:
The version has been bumped to "^5.1.0", which is consistent with similar updates in other packages. Please ensure that any changes introduced in the minor update do not affect downstream integrations.


41-41: Dependency Update for @whatwg-node/fetch:
The dependency is now set to "^0.10.4", aligning with the coordinated dependency updates across the project. This should help in retrieving patch-level fixes and improvements automatically.

packages/plugins/jit/package.json (1)

38-38: Dependency Update for @envelop/core:
Upgraded to "^5.1.0" to maintain consistency with related packages. This update should help in leveraging any minor improvements or bug fixes provided in version 5.1.0.

packages/plugins/http-cache/package.json (1)

40-40: Dependency Update for @whatwg-node/fetch:
The version has been updated to "^0.10.4", ensuring uniformity in dependency versions across the modules.

packages/plugins/jwt-auth/package.json (1)

46-46: Dependency Update for graphql-yoga:
The version is updated from "^5.7.0" to "^5.12.0", which should bring in the latest fixes and improvements. Please verify that this upgrade does not introduce any breaking changes in the plugin's functionality.

packages/plugins/live-query/package.json (3)

39-39: Version Range Update for @envelop/live-query:
Changed the version specification to "^8.0.0" (from the fixed version of "8.0.0"), allowing the module to receive patch updates as they become available.


41-41: Version Range Update for @graphql-mesh/string-interpolation:
The version changed to "^0.5.8", thereby enabling automatic inclusion of non-breaking patch and minor updates. Please double-check that this change remains compatible across the project.


44-44: Version Range Update for @n1ru4l/in-memory-live-query-store:
Updated to "^0.10.0" to allow for maintenance updates. This adjustment follows the best practice of using caret ranges for greater flexibility.

packages/plugins/rate-limit/package.json (1)

38-38: Dependency Version Update: @envelop/rate-limiter
The dependency version has been updated to ^7.0.1, which aligns with the overall dependency bump strategy across the project. Please ensure this update is compatible with other packages that depend on it.

packages/transports/soap/package.json (1)

45-45: Dependency Version Update: @whatwg-node/fetch
The version constraint has been changed to ^0.10.4, ensuring that only versions compatible with this specific release are used. This change helps standardize the dependency across the project.

packages/loaders/thrift/package.json (1)

44-44: Dependency Version Update: @whatwg-node/fetch
The dependency has been updated to ^0.10.4, bringing consistency across multiple packages. Confirm that this version fully satisfies the required API features for this package.

packages/plugins/response-cache/package.json (2)

38-38: Dependency Version Update: @envelop/core
The version has been updated to ^5.1.0, which is in step with similar updates elsewhere in the project. This should improve compatibility and introduce potential bug fixes from the newer release.


47-47: Dependency Version Update: graphql-yoga
Updating to ^5.12.0 brings in the latest patches and enhancements. Please verify that any breaking changes in graphql-yoga are handled across the codebase.

packages/transports/mysql/package.json (1)

45-45: Dependency Version Update: @whatwg-node/fetch
The version has been bumped to ^0.10.4 in this package, harmonizing it with other parts of the project. This update should help prevent compatibility issues with newer features provided by the dependency.

packages/transports/rest/package.json (1)

44-44: Dependency Version Update for @whatwg-node/fetch

The version for @whatwg-node/fetch has been updated to ^0.10.4, which standardizes the dependency across the project. Please verify that this update does not introduce any breaking changes and that the newer version integrates smoothly with existing code.

packages/legacy/http/package.json (1)

43-44: Updated Versions for @whatwg-node/server and graphql-yoga

The dependency for @whatwg-node/server has been bumped to ^0.9.68 and graphql-yoga has been updated to ^5.12.0. These changes are consistent with similar updates across the repository. Please ensure that both dependencies remain compatible with the rest of the codebase.

packages/loaders/raml/package.json (1)

46-46: Dependency Version Update for @whatwg-node/fetch

The @whatwg-node/fetch dependency has been updated to ^0.10.4, aligning with the coordinated version bump in other packages. This change enhances consistency and should help capture any bug fixes or improvements from the newer version.

packages/loaders/soap/package.json (1)

45-45: Dependency Version Update for @whatwg-node/fetch

The version for @whatwg-node/fetch has been updated to ^0.10.4 in this package. Please double-check that this update integrates without issues within the SOAP loader context and that no API changes impact its usage.

packages/plugins/newrelic/package.json (2)

45-45: Dependency Version Update for graphql-yoga (Dependencies Section)

The graphql-yoga package version has been updated to ^5.12.0 in the dependencies section. This update ensures you benefit from the latest fixes and features. Please verify that the integration tests cover any potential edge cases introduced by this version bump.


51-51: Dependency Version Update for graphql-yoga (DevDependencies Section)

The graphql-yoga version has been updated to ^5.12.0 in the devDependencies section to maintain consistency across development and production. Ensure that your development workflows and tests remain unaffected by this change.

packages/loaders/openapi/package.json (1)

51-53: Updated Development Dependencies for Modernization
The versions for both @whatwg-node/fetch and graphql-yoga have been updated. Upgrading @whatwg-node/fetch to "0.10.4" ensures you get the latest fixes and improvements, while switching graphql-yoga to a caret range ("^5.12.0") allows for flexible patch/minor updates. The changes look consistent with similar updates across the monorepo.

packages/legacy/runtime/package.json (2)

38-39: Upgrade @envelop/core Dependency
The dependency version for @envelop/core has been bumped from ^5.0.0 to ^5.1.0. This update is aligned with coordinated dependency upgrades across other packages and should help incorporate the latest improvements and fixes.


50-50: Update @whatwg-node/fetch Version
The update of @whatwg-node/fetch from ^0.10.0 to ^0.10.4 ensures consistency with other packages and incorporates recent bug fixes and enhancements.

packages/legacy/utils/package.json (1)

45-47: Standardize @whatwg-node/fetch Version
The dependency for @whatwg-node/fetch has been updated to ^0.10.4 to align with the versions in other modules. This helps in maintaining consistency across the project.

packages/loaders/odata/package.json (1)

45-45: Modernize @whatwg-node/fetch Dependency
The version for @whatwg-node/fetch has been updated to ^0.10.4, ensuring that the package benefits from the latest bug fixes and upgrades provided by the dependency.

packages/legacy/config/package.json (2)

38-39: Bump @envelop/core Version
The dependency update for @envelop/core to ^5.1.0 is consistent with changes in related packages, ensuring that shared interfaces and features remain compatible.


52-52: Synchronize @whatwg-node/fetch Version
The update of @whatwg-node/fetch to ^0.10.4 in the dependencies solidifies the consistency across the project and leverages the benefits of the latest fixes and enhancements.

packages/compose-cli/package.json (1)

52-52: Updated Dependency Version for @whatwg-node/fetch

The dependency has been bumped to "^0.10.4", which aligns with the coordinated update effort across the repository.

packages/loaders/json-schema/package.json (1)

47-47: Updated Dependency for @whatwg-node/fetch

The dependency version has been updated to "^0.10.4" as expected. This change is consistent with similar updates in adjacent packages.

package.json (1)

111-113: Revised Resolutions for @whatwg-node Dependencies

The resolutions for @whatwg-node/fetch (now "0.10.4"), @whatwg-node/node-fetch ("0.7.10"), and @whatwg-node/server ("0.9.68") have been updated. Please verify that these changes are compatible with all dependent code across the project.

.changeset/@graphql-mesh_config-8409-dependencies.md (1)

1-7: Dependency Version Updates Validation
The dependency updates for @graphql-mesh/config are clearly outlined and correctly reflect the intended upgrades: @envelop/core from ^5.0.0 to ^5.1.0 and @whatwg-node/fetch from ^0.10.0 to ^0.10.4.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-response-cache-8409-dependencies.md (1)

1-7: Dependency Updates Confirmation
The dependency updates for @graphql-mesh/plugin-response-cache are accurately documented. The upgrade of @envelop/core (from ^5.0.0 to ^5.1.0) and graphql-yoga (from ^5.7.0 to ^5.12.0) is correctly represented and ensures consistency with other packages.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

.changeset/@graphql-mesh_plugin-http-details-extensions-8409-dependencies.md (1)

1-7: Dependency Updates Verification
The patch update for @graphql-mesh/plugin-http-details-extensions correctly details the upgrades: @envelop/core is updated from ^5.0.3 to ^5.1.0 and @whatwg-node/fetch from ^0.10.0 to ^0.10.4. The changes are clear and consistent with the dependency alignment across the project.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

5-5: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)


6-6: Unordered list indentation
Expected: 0; Actual: 2

(MD007, ul-indent)

@ardatan ardatan merged commit ab0863b into master Feb 20, 2025
14 of 18 checks passed
@ardatan ardatan deleted the update-versions branch February 20, 2025 13:25
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.

1 participant