Update dependency @graphql-hive/cli to v0.46.1 #17
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.38.5
->0.46.1
^0.38.5
->^0.46.0
Release Notes
graphql-hive/platform (@graphql-hive/cli)
v0.46.1
Compare Source
Patch Changes
#6380
40213fb
Thanks @kamilkisiela! - Update
@theguild/federation-composition
tov0.14.3
Updated dependencies
[
ec356a7
]:v0.46.0
Compare Source
Minor Changes
#6357
e10cc2d
Thanks @jasonkuhrt! - Add experimental json file flag to command
schema:check
.On the
schema:check
command, you can now use the flag--experimental-json-file ./path/to/schema-check-result.json
to output a JSON file containing thecommand's result.
This experimental feature is designed to help you with scripting, typically in CI/CD pipelines.
Please note that this is an experimental feature, and therefore is:
#6338
f6565fc
Thanks @jdolle! - cli schema:fetch targets latest if actionId
argument is missing
#6333
0a84187
Thanks @jasonkuhrt! - BREAKING: Remove config commands
This prepares for the addition of JSON format output in other commands.
v0.45.0
Compare Source
Minor Changes
29c45df
Thanks @jdolle! - Added subgraph type to schema:fetch cmd to print
subgraph details
Patch Changes
#6252
5a6e565
Thanks @jdolle! - Print a detailed error when a command is executed
without a hive access token
Updated dependencies
[
039c66b
]:v0.44.5
Compare Source
Patch Changes
592d3b3
Thanks @kamilkisiela! - Extends debug information. Prints a
list of files of the script directory and a path of included node binary. To enable debug mode,
pass DEBUG=1 environment variable when running the CLI.
v0.44.4
Compare Source
Patch Changes
e4f8b0a
Thanks @kamilkisiela! - Explain what Hive is in README
v0.44.3
Compare Source
Patch Changes
580d349
Thanks @kamilkisiela! - Bump @theguild/federation-composition
to v0.14.1
v0.44.2
Compare Source
Patch Changes
[
c728803
]:v0.44.1
Compare Source
Patch Changes
[
be5d39c
]:v0.44.0
Compare Source
Minor Changes
ed25aca
Thanks @n1ru4l! - Improve error output for rejected app deployment
creation. The CLI now shows which operation is affected and the reason for the failed upload.
v0.43.0
Compare Source
Minor Changes
3850ad2
Thanks @n1ru4l! - Introduce schema publish retries, when being
blocked by other concurrent schema publishes.
v0.42.1
Compare Source
Patch Changes
[
3ffdb6e
]:v0.42.0
Compare Source
Minor Changes
7039d83
Thanks @n1ru4l! - add support for app deployments
Patch Changes
[
a896642
]:v0.41.0
Compare Source
Minor Changes
0a3b24d
Thanks @n1ru4l! - Re-introduce retry logging removed in previous
release.
Patch Changes
[
3f03e7b
,0a3b24d
]:v0.40.1
Compare Source
Patch Changes
#5304
f2fef08
Thanks @kamilkisiela! - Fixed a logging issue where both
initiated requests and successful responses were being recorded. This was causing the logs to be
filled with unnecessary information and affected
hive artifact:fetch --artifact
command.Updated dependencies
[
f2fef08
]:v0.40.0
Compare Source
Minor Changes
e6dc5c9
Thanks @n1ru4l! - Provide debug logging for HTTP requests when
providing the
--debug
flag.Patch Changes
[
e6dc5c9
]:v0.39.0
Compare Source
Minor Changes
#5237
c20907b
Thanks @kamilkisiela! - Changes the default behavior of
hive dev
command. Now schema composition is done locally, without substituting subgraphsavailable in the registry.
We added
--remote
flag to thehive dev
command to mimic the previous behavior.Breaking Change The
$ hive dev
command is still a work in progress (as stated in the commanddescription). That's why we are not considering this a breaking change, but a minor change.
Before:
The
hive dev
command would substitute subgraphs available in the registry with their localcounterparts, performing schema composition over the network according to your project's
configuration.
After:
The
hive dev
command will now perform schema composition locally, without substituting subgraphsavailable in the registry. This is the default behavior.
To mimic the previous behavior, you can apply the
--remote
flag and continue using the commandas before.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.