-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
0f3ef71
to
5f5fc7e
Compare
5f5fc7e
to
06c5fe2
Compare
This PR contains the following updates:
0.27.0
->0.27.1
4.34.7
->4.34.8
Release Notes
apollographql/rover (@apollo/rover)
v0.27.1
Compare Source
🐛 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 #2394An issue has been reported where
rover dev
would prompt repeatedly for the subgraph name and URL despite theuser 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 fororchestrating how the output from
supergraph
binary ends up in a file, rather than delegating that responsibilityto the
supergraph
binary and thus being at the mercy of which version is used. This allowed a further refactor thateliminated 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 ultimatelynot being used. As such we stopped supporting the use case where no
profile
was defined and noAPOLLO_KEY
env varwas provided, which is a very common pattern. This is now corrected.
🛠 Maintenance
Update
apollographql/router
to v1.60.1 - @jonathanrainer PR #2388Update Node.js packages - @jonathanrainer PR #2390
Includes
eslint
to v9.20.0 andprettier
to v3.5.0Update
node
CircleCI orb to v7.1.0 - @jonathanrainer PR #2391Pin dependencies - @jonathanrainer PR #2401
Update Rust and Node.js packages - @jonathanrainer PR #2402
Includes
eslint
to v9.20.1,mockito
to v1.6.1,node
to v20.18.3 andprettier
to v3.5.1Update CI node Docker Image to v20.18.3 - @jonathanrainer PR #2403
Update
mockall
to v0.13.1 - @jonathanrainer PR #24045📚 Documentation
rover dev --help
- @dylan-apollo PR #2395rollup/rollup (rollup)
v4.34.8
Compare Source
2025-02-17
Bug Fixes
Pull Requests
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.
This PR was generated by Mend Renovate. View the repository job log.