Michael Hladky
Michael Hladky
### What is the problem you're trying to solve? Front off thanks for the amazing work you did on stylelint! I am working on some custom tooling and have the...
# Introduce `test-vitest-setup` project to handle test setup for vite tests --- ## PR1 - [x] Introduce project `test-vitest-setup` under the `testing` folder and add configuration. Copy the example linked...
**Precondition:** - [x]ย #1095 - [x] #1105 - [x] #1109 **This PR includes:** - usage of the published `nx-plugin` in `nx.json` - remove existing target configurations - add docs on...
Nx caching inputs missing for all projects using `setupFiles` or `globalSetup` in `vitest.config.ts`
**Update:** We have to re-evaluate the issue after https://github.com/code-pushup/cli/pull/1142 is merged --- ### What happened? If I change something in a testing lib the packages using them over `setupFiles` or...
This PR includes: - tsdown setup mirroring old build - tsdown task inference plugin - switch all projects to tsdown - models and utils usage in `nx-plugin` - deletion of...
# Bundle Stats Plugin PoC Implementation **Fine-grained bundle size tracking for your builds** This plugin enables **advanced bundle stats** capabilities to **avoiding unwanted size increase**. --- ## ๐ **Related Issue**...
Our executeProcess helper produces rarely but noteicable flaky tests. It sometimes called 1 more time. :D https://github.com/code-pushup/cli/actions/runs/17213781399/job/48832076600?pr=1082
### Preconditions - #1110 - #1109 - #1095 - [IN_PROGRESS] remove merge logic from executor - #1091 ### User story As a Nx user I want to have my CodePushup...
- [ ] Move `tools/eslint-formatter-multi` to `packages/eslint-formatter-multi` - [ ] Add `unit-tests`
### User story As a developer I want to be able to leverage caching from my existing stack e.g. Nx. Therefore every plugin that generated artefacts need to provide options...