Good stuff and well done!
Good stuff and well done!
@edvald I think I'm facing a similar problem. `garden deploy` (v0.12.44) fails with ``` > [development 2/14] COPY tmp/docker-build/external-files/avro-schemas/ /avro-schemas/: ------ failed to compute cache key: "/tmp/docker-build/external-files/avro-schemas" not found: not...
@glato that would be awesome! I have found a couple of projects that might be handy: Typescript only: `tsx, ts` https://github.com/cypress-io/cypress-realworld-app https://github.com/HospitalRun/hospitalrun-frontend https://github.com/excalidraw/excalidraw/ More known, mixed language types: https://github.com/grafana/grafana/tree/main/packages https://github.com/getsentry/sentry...
Hi @glato, First of all, thank you so mych for your effort, much appreciated. I will try to help with testing. For starters, I have run this against our codebase,...
@glato using aliases is quite a common thing in bigger JS projects. I will see if I can find some examples to help with testing
@glato thanks, I will give it a go. ~~I assume I should use the `replace_dependency_substrings:` workaround you have suggested.~~ Edit: just noticed in new `README` `import_aliases` has been added
@glato I wonder if this is how the scan should behave given the following settings: ``` --- project_name: frontend loglevel: debug analyses: - analysis_name: check_tsx_files source_directory: /Users/myuser/frontend/src only_permit_languages: - javascript...
1) Also, even without imports, I'm not sure if imports resolution actually works. I have run some tests on a very limited part of our codebase and I'm getting some...
Following discussion https://github.com/renovatebot/renovate/discussions/11969 and suggestion by @HonkingGoose and @rarkins I will comment here. The feature requested here **will not** solve our problem, but it could possibly be generalised. We would...
> @gustaff-weldon in other words, you want these prLimits to operate independently of each other? Yes. I need granularity, ideally on `packageRules` level, but I'm happy to define pr limit...
@Adjective-Object @smikula if switching to `wasm-git` bodes better when it comes to compilation issues, please consider moving on to it. The `nodegit` compilation errors are plaguing our CI and docker...