Commit graph

8 commits

Author SHA1 Message Date
Kevin Turcios
6c58ac462b Remove test fixture lockfile: code_to_optimize_js_cjs 2026-04-23 04:13:56 -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
misrasaurabh1
325534dbc2 extract class skeleton for optimization context 2026-01-28 23:28:59 -08:00
Sarthak Agarwal
942bbac356 update to 0.2.0 2026-01-28 18:10:29 +05:30
Sarthak Agarwal
e9eaa4788a update package-lock files 2026-01-28 17:59:20 +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