No description
- JavaScript 100%
| .forgejo/workflows | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| test.js | ||
renovate-fixer-test
This is a test repository for the renovate-fixer agent. It simulates a failed Renovate dependency bump: the code uses require('chalk') (CommonJS) with chalk ^4.1.2, while the Renovate branch bumps chalk to v5, which is ESM-only. As a result, npm test on the bump branch fails with an ERR_REQUIRE_ESM error, giving the renovate-fixer agent a realistic broken PR to diagnose and repair.