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

chore(deps): update all non-major dependencies #671

Merged
merged 1 commit into from
Feb 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/rover 0.27.0 -> 0.27.1 age adoption passing confidence
rollup (source) 4.34.7 -> 4.34.8 age adoption passing confidence

Release Notes

apollographql/rover (@​apollo/rover)

v0.27.1

Compare Source

If using Rover with Connectors, you will need to specify APOLLO_ROVER_DEV_ROUTER_VERSION=2.0.0-preview.X when using rover dev

🐛 Fixes

  • Create output parent directories if they do not already exist - @​dotdat PR #​2396

    One small regression with release of v0.27.0 was that if an output directory to supergraph compose was specified,
    but one of the parent directories did not exist, the command would fail. In previous versions the parent directories
    would be created instead and the command would succeed. This is now corrected and the previous behaviour restored.

  • Clean up how default subgraphs are defined in rover dev - @​dotdat PR #​2397 fixes #​2394

    An issue has been reported where rover dev would prompt repeatedly for the subgraph name and URL despite the
    user having given those values already. This was due to multiple factors, including not accounting for CLI args in
    the default case and some faulty other faulty logic. This has now been restored.

  • Refine how composition produces artifacts for targets - @​dotdat PR #​2398 fixes #​2393

    Due to changes in the supergraph binary from 2.9+, writing directly to a file is now supported. However,
    this feature is not available in earlier versions of supergraph. As such Rover should be responsible for
    orchestrating how the output from supergraph binary ends up in a file, rather than delegating that responsibility
    to the supergraph binary and thus being at the mercy of which version is used. This allowed a further refactor that
    eliminated complexity around composition outputs.

  • Ensure credentials are checked when needed and not before - @​jonathanrainer PR #​2400 fixes #​2399

    Due to the rover dev refactor there were situations where credentials were being required when they were ultimately
    not being used. As such we stopped supporting the use case where no profile was defined and no APOLLO_KEY env var
    was provided, which is a very common pattern. This is now corrected.

🛠 Maintenance

📚 Documentation

rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

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

coderabbitai bot commented Feb 14, 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.

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 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-hive/gateway 1.10.3-alpha-06c5fe2d0bd3177f5d6c1de051ae17b2bfb192ca npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.10.3-alpha-06c5fe2d0bd3177f5d6c1de051ae17b2bfb192ca-bun

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.10.3-alpha-06c5fe2d0bd3177f5d6c1de051ae17b2bfb192ca

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Binary for Linux-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator

theguild-bot commented Feb 14, 2025

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f3ef71 to 5f5fc7e Compare February 17, 2025 11:31
@renovate renovate bot changed the title chore(deps): update dependency @cloudflare/workers-types to v4.20250214.0 chore(deps): update all non-major dependencies Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f5fc7e to 06c5fe2 Compare February 17, 2025 11:34
@ardatan ardatan merged commit 43804ce into main Feb 17, 2025
62 of 63 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch February 17, 2025 11:37
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.

2 participants