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: yarn warnings #1012

Merged
merged 1 commit into from
Nov 8, 2023
Merged

fix: yarn warnings #1012

merged 1 commit into from
Nov 8, 2023

Conversation

melloware
Copy link
Collaborator

@melloware melloware commented Nov 3, 2023

fix: yarn warnings

Fix #615

  1. YN0061: │ @types/chalk@npm:2.2.0 is deprecated: This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!

  2. ➤ YN0002: │ @orval/core@workspace:packages/core doesn't provide openapi-types (pb8fc6), requested by @apidevtools/swagger-parser

Was seeing this Yarn warning:

➤ YN0002: │ @orval/core@workspace:packages/core doesn't provide openapi-types (pb8fc6), requested by @apidevtools/swagger-parser
➤ YN0002: │ orval@workspace:packages/orval doesn't provide openapi-types (p04cf5), requested by @apidevtools/swagger-parser

This was the cause I believe of the AJV issue

@melloware melloware merged commit 610901a into orval-labs:master Nov 8, 2023
2 checks passed
@melloware melloware deleted the yarn-warnings branch November 8, 2023 17:26
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.

Unexpected internal/minified error message
2 participants