Commit graph

7 commits

Author SHA1 Message Date
Kevin Turcios
a1d822801a Remove test fixture lockfile: code_to_optimize_js_esm 2026-04-23 04:13:58 -05:00
Kevin Turcios
45fb07fad2 fix: upgrade dependencies to resolve Dependabot security alerts
Upgrade Python deps via uv sync --upgrade (werkzeug, filelock for py>=3.10,
and others). Run npm audit fix across JS test fixtures to patch minimatch
and rollup vulnerabilities.

Remaining unfixable:
- filelock <3.20.3 for py<3.10 (patched version requires py>=3.10)
- serialize-javascript in mocha ^10 (fix requires mocha 11 breaking change)
2026-03-07 03:48:38 -05:00
Sarthak Agarwal
4bf664dc39 add vitest runner 2026-01-31 04:29:59 +05:30
Sarthak Agarwal
2cc1fb2809 tests for extractor and replacer 2026-01-29 01:27:19 +05:30
Sarthak Agarwal
942bbac356 update to 0.2.0 2026-01-28 18:10:29 +05:30
Sarthak Agarwal
acf0423761 move package dependencies to codeflash 2026-01-28 11:34:44 +05:30
misrasaurabh1
54ef71090e add e2e test for CI 2026-01-27 20:54:01 -08:00