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

fix(deps): update all non-major dependencies #8372

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence
pg (source) 8.13.1 -> 8.13.2 age adoption passing confidence
wrangler (source) 3.107.3 -> 3.108.1 age adoption passing confidence

Release Notes

eslint/eslint (eslint)

v9.20.1

Compare Source

brianc/node-postgres (pg)

v8.13.2

Compare Source

cloudflare/workers-sdk (wrangler)

v3.108.1

Compare Source

Patch Changes

v3.108.0

Compare Source

Minor Changes
  • #​7990 b1966df Thanks @​cmsparks! - Add WRANGLER_CI_OVERRIDE_NAME for Workers CI

  • #​8028 b2dca9a Thanks @​emily-shen! - feat: Also log when no bindings are found.

    We currently print a worker's bindings during dev, versions upload and deploy. This just also prints something when there's no bindings found, in case you were expecting bindings.

  • #​8037 71fd250 Thanks @​WillTaylorDev! - Provides unsafe.metadata configurations when using wrangler versions secret put.

Patch Changes
  • #​8058 1f80d69 Thanks @​WillTaylorDev! - Bugfix: Modified versions secret put to inherit all known bindings, which circumvents a limitation in the API which does not return all fields for all bindings.

  • #​7986 88514c8 Thanks @​andyjessop! - docs: clarifies that local resources are "simulated locally" or "connected to remote resource", and adds console messages to help explain local dev

  • #​8008 9d08af8 Thanks @​ns476! - Add support for Images bindings (in private beta for now), with optional local support for platforms where Sharp is available.

  • #​7769 6abe69c Thanks @​cmackenzie1! - Adds the following new option for wrangler pipelines create and wrangler pipelines update commands:

    --cors-origins           CORS origin allowlist for HTTP endpoint (use * for any origin)  [array]
    
  • #​7290 0c0374c Thanks @​emily-shen! - fix: add support for workers with assets when running multiple workers in one wrangler dev instance

    https://github.com/cloudflare/workers-sdk/pull/7251 added support for running multiple Workers in one wrangler dev/miniflare session. e.g. wrangler dev -c wrangler.toml -c ../worker2/wrangler.toml, which among other things, allowed cross-service RPC to Durable Objects.

    However this did not work in the same way as production when there was a Worker with assets - this PR should fix that.

  • #​7769 6abe69c Thanks @​cmackenzie1! - Rename wrangler pipelines <create|update> flags

    The following parameters have been renamed:

    Previous Name New Name
    access-key-id r2-access-key-id
    secret-access-key r2-secret-access-key
    transform transform-worker
    r2 r2-bucket
    prefix r2-prefix
    binding enable-worker-binding
    http enable-http
    authentication require-http-auth
    filename file-template
    filepath partition-template
  • #​8012 c412a31 Thanks @​mtlemilio! - Use fetchPagedListResult when listing Hyperdrive configs from the API

    This fixes an issue where only 20 configs were being listed.

  • #​8077 60310cd Thanks @​emily-shen! - feat: add telemetry to experimental auto-provisioning

  • Updated dependencies [c80dbd8, 0c0374c]:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

coderabbitai bot commented Feb 11, 2025

Important

Review skipped

Bot user detected.

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

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


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 11, 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

🚀 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.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-inmemory-lru 0.0.10-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-upstash-redis 0.0.1-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/compose-cli 1.3.8-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-composition 0.7.20-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/include 0.2.13-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/apollo-link 0.105.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.98.20-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.106.20-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.107.5-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.108.17-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.104.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.105.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.105.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.108.18-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.108.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.105.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/supergraph 0.9.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.105.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.104.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.105.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.104.17-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.104.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/migrate-config-cli 1.4.12-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.105.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.103.17-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.103.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.103.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-transfer-schema 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/urql-exchange 0.105.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.108.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/mysql 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/neo4j 0.9.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/odata 0.1.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.108.18-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.108.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.105.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/sqlite 0.7.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@omnigraph/thrift 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.104.2-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jit 0.1.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 1.4.4-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 1.3.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.103.15-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.103.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-grpc 0.2.4-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-mysql 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-neo4j 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-odata 0.1.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-rest 0.8.16-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-soap 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-sqlite 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-thrift 0.8.14-alpha-20250211153417-d3e7236e6cb1659cd182a51c7f24c065b1581c4c npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Feb 11, 2025

💻 Website Preview

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3e7236 to 782a73a Compare February 11, 2025 16:32
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v3.108.0 fix(deps): update all non-major dependencies Feb 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 782a73a to ddcc892 Compare February 11, 2025 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddcc892 to d045b01 Compare February 12, 2025 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants