No description
Find a file
2026-07-09 10:57:26 +02:00
.forgejo/workflows ci: self-contained renovate-fix caller (ci-entrypoint model) 2026-07-09 10:57:26 +02:00
.gitignore Initial commit: minimal Node project using chalk 4 via require() 2026-07-09 07:35:42 +02:00
package-lock.json Initial commit: minimal Node project using chalk 4 via require() 2026-07-09 07:35:42 +02:00
package.json Initial commit: minimal Node project using chalk 4 via require() 2026-07-09 07:35:42 +02:00
README.md Initial commit: minimal Node project using chalk 4 via require() 2026-07-09 07:35:42 +02:00
test.js Initial commit: minimal Node project using chalk 4 via require() 2026-07-09 07:35:42 +02:00

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.