-
Notifications
You must be signed in to change notification settings - Fork 7
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
v0.5.0 Validation and Link Reference Bugs #122
Comments
Hi @Glorfi Could you please provide this additional information about your environment?
This would be very helpful for debugging. Thank you in advance! |
Hey @daniilsapa! Sure, here it is: |
I've seen it's been updated to 0.5.1 it seems the hasn't resolved the issues (if it was intended to solve it). All above mentioned issues still remain. |
@Glorfi Have you updated P.S. Fixes for the links have not been included yet. |
Hey! @daniilsapa I tried updating to 0.5.1 and using this plugin, but unfortunately it still misses correct imports.
Please find steiger reports attached: |
@Glorfi |
Hey! Sure, thanks for addressing my issue. Here's my: tsconfig.json |
@Glorfi could you please try v0.5.2? For both packages |
Hey team! Unfortunately no success. Basically I can see that the library still doesn't see corresponding connections. For instance:
Yet there are actually references in widget and feature layers. Let me know if there's any other information I can provide you to see the full picture. |
Hi @Glorfi I'm sorry to see that the problems still exist for you but we'll investigate further and finally fix them.
You said it had references in the widget and feature layers. Do those layers import from Also, could you please provide us with the contents of your steiger.config.ts, so we can debug it? |
@illright It is a weird thing but I see that, for some reason, the 0.5.2 release contains the correct updated src code, but the built files (dist) remained from 0.5.1 🤷♂️
|
Hey team! Thanks for the great work you do!
I have a regular React + TypeScript project. I've just updated your package to and v0.5.0 followed the migration guide but it seems that now it mischecks quite a lot of rules.
For instance:
While it actually has reference, and v0.4.0 didn't complain about it.
Besides it seems it mischecks forbidden-imports rule, for instance in v0.4.0 it detected an error:
cause by
import { checkAuth } from "@/app/store/userState";
but it's not detected in v0.5.0Another mischeck is this one, there's no such warning in in v0.5.0, but detected in previous version. :
Besides it seems that referencial links are broken or something, although the articles explaining the issues are great!
For now I'm going to return to the previous version, until it gets fixed.
Anyway keep up the great work!
Let me know if you need any other data from me to fix the issue!
The text was updated successfully, but these errors were encountered: