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

Fix Cli package installation warnings #2254

Merged
merged 2 commits into from
Jan 31, 2023
Merged

Fix Cli package installation warnings #2254

merged 2 commits into from
Jan 31, 2023

Conversation

TuvalSimha
Copy link
Collaborator

@TuvalSimha TuvalSimha commented Jan 26, 2023

Close #1984

How to reproduce:
yarn global add @graphql-inspector/cli graphql
Result:

yarn global v1.22.19
warning package.json: No license field
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
warning "@graphql-inspector/cli > @graphql-inspector/commands@3.4.0" has unmet peer dependency "@graphql-inspector/config@3.4.0".
warning "@graphql-inspector/cli > @graphql-inspector/loaders@3.4.0" has unmet peer dependency "@graphql-inspector/config@3.4.0".
warning "@graphql-inspector/cli > @graphql-inspector/loaders@3.4.0" has unmet peer dependency "@graphql-tools/utils@^6.0.0 || ^7.0.0 || ^8.0.0".
warning "@graphql-inspector/cli > @graphql-inspector/code-loader > @graphql-tools/code-file-loader > @graphql-tools/graphql-tag-pluck > @babel/plugin-syntax-import-assertions@7.20.0" has unmet peer dependency "@babel/core@^7.0.0-0".
[4/4] 🔨  Building fresh packages...
success Installed "@graphql-inspector/cli@3.4.1" with binaries:
      - graphql-inspector
warning "graphql@16.6.0" has no binaries
✨  Done in 7.88s.

Signed-off-by: Tuval Simha <tuval.simha@gmail.com>
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2023

🦋 Changeset detected

Latest commit: e3ded5a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@graphql-inspector/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

🚀 Website Preview

The latest changes to the website are available as preview in: https://7503645c.graphql-inspector.pages.dev

@TuvalSimha TuvalSimha marked this pull request as draft January 26, 2023 15:45
@TuvalSimha TuvalSimha marked this pull request as ready for review January 30, 2023 08:06
@TuvalSimha TuvalSimha self-assigned this Jan 30, 2023
@TuvalSimha TuvalSimha merged commit 4f7ae66 into master Jan 31, 2023
@TuvalSimha TuvalSimha deleted the issue_1984 branch January 31, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cli package installation warnings
2 participants