-
Notifications
You must be signed in to change notification settings - Fork 133
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
yarn resolution warnings #4742
Comments
I'll provide a PR for 1., 3. and 4. @vesameskanen could anyone from HSL address the hsl-fi changes? Otherwise I'd add (at least temporarilly) packageExtensions. |
I can try to fix hsl.fi related warnings. |
I wonder what is the proper fix for workspace related warnings. For example, all sub components of digitransit-component library give a warning that digitransit-component does not provide i18next, but I guess that is intentional. The mentioned library is provided by the root package.json. |
peerDeependencies need to be defined not only on the top-level project, but by it's components as well. #4751 fixes these. |
yarn run setup
currently reports various warnings in the resolution step.They can be grouped in the following categories:
YN0002
) in digitransit-ui or digitransit-ui-componentsYN0002
) in hsl componentsYN0002
) in third party componentsYN0060
)I suggest the following actions to resolve these warnings:
.yarnrc.yml
and mid-term upgrade concerned packages (assuming they are fixed in the meantime, otherwise suggest fixes there)The text was updated successfully, but these errors were encountered: