fix(deps): update dependency @apollo/rover to ^0.19.0 #511
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.18.1
->^0.19.0
Release Notes
apollographql/rover (@apollo/rover)
v0.19.1
Compare Source
🐛 Fixes
Fix diagnostic highlighting in
rover {sub}graph lint for schemas with Unicode
- @goto-bus-stop, #https://github.com/apollographql/rover/issues/1750s/1750)Previously, Rover would incorrectly highlight GraphQL syntax in a schema that contained Unicode characters due to the byte offsets reported by Apollo GraphOS. Now, Rover correctly maps byte offsets to character widths and highlights the correct portion of the GraphQL syntax.
🛠 Maintenance
v0.19.0
Compare Source
🚀 Features
Publish persisted queries generated by the Relay compiler - @EverlastingBugstopper, #https://github.com/apollographql/rover/issues/1727s/1727)
The
rover persisted-queries publish
command now accepts the--manifest-format relay
argument which allows publishing persisted queries generated by the Relay compiler to Apollo GraphOS. See the documentation for more information on this feature.Make checks more resilient by retrying failures - @swcollard, #https://github.com/apollographql/rover/issues/1740s/1740)
Rover will now retry requests for the status of a check workflow. If the retries don't succeed after five minutes, the requests fail, and any intermittent errors are logged.
🐛 Fixes
🛠 Maintenance
Don't issue HEAD request to determine latest versions when the exact version is known - @EverlastingBugstopper, #https://github.com/apollographql/rover/issues/1743s/1743) and #&https://github.com/apollographql/rover/issues/1744/issues/1744)
This change should make it easier to integrate Rover with custom binary mirrors as they do not need to be configured to return an
X-Version
header when responding to installation requests.Move
introspector-gadget
crate code back into Rover - @EverlastingBugsopper, #https://github.com/apollographql/rover/issues/1736s/1736)📚 Documentation
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.