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: bump @apollo/rover from 0.18.1 to 0.19.0 #3248

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 20, 2023

Bumps @apollo/rover from 0.18.1 to 0.19.0.

Release notes

Sourced from @​apollo/rover's releases.

v0.19.0

🚀 Features

  • Publish persisted queries generated by the Relay compiler - @​EverlastingBugstopper, #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, #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, #1743 and #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 - @​EverlastingBugstopper, #1736

📚 Documentation

  • Include the list of available templates in Rover's documentation - @​smyrick, #1733

This release was automatically created by CircleCI.

If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.

Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.

Changelog

Sourced from @​apollo/rover's changelog.

[0.19.0] - 2023-09-19

🚀 Features

  • Publish persisted queries generated by the Relay compiler - @​EverlastingBugstopper, #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, #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, #1743 and #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, #1736

📚 Documentation

  • Include the list of available templates in Rover's documentation - @​smyrick, #1733
Commits
  • a77fba8 release: v0.19.0 (#1748)
  • 607562b fix: don't output color when writing to files via --output or via unix pipe (...
  • 5e06d54 fix: Retry check workflow query to be more resilient to backend failures (#1740)
  • c7a7ae5 feat: allow publishing PQs from relay compiler via new --manifest-format ar...
  • d24f40f docs: document how to skip HEAD request by pinning plugin version (#1744)
  • ad2aca1 chore(deps): update cargo pre-1.0 packages (minor) (#1722)
  • ac6f64e chore(deps): update all non-major packages >= 1.0 (#1721)
  • 415f941 chore: don't issue head request to determine version unless plugin is latest ...
  • f520ab9 chore: brings introspector-gadget code back to rover (#1736)
  • ae5c632 chore(deps): update dependency apollographql/federation-rs to v2.5.4 (#1702)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@apollo/rover](https://github.com/apollographql/rover) from 0.18.1 to 0.19.0.
- [Release notes](https://github.com/apollographql/rover/releases)
- [Changelog](https://github.com/apollographql/rover/blob/main/CHANGELOG.md)
- [Commits](apollographql/rover@v0.18.1...v0.19.0)

---
updated-dependencies:
- dependency-name: "@apollo/rover"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 20, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2023

Superseded by #3261.

@dependabot dependabot bot closed this Sep 25, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apollo/rover-0.19.0 branch September 25, 2023 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants