Skip to content

Conversation

@fdodino
Copy link
Contributor

@fdodino fdodino commented Nov 17, 2025

#363

  • Actualizar las dependencias (casi listo, porque no vamos a laburar con Mocha, Chai, Sinon ni NYC)
  • Migrar a ESLint 9 con flat config
  • Usar LTS 22 de Node en un .nvmrc
  • Reemplazar ts-node por tsx
  • Migrar a vitest (falta el parser.test.ts + matchers del parser)
  • Usar ESM -> está bravo, hay varias cosas que se rompen mal (la definición de nodeCache, el import de JSON)

Ojo:

  • no se puede usar TS más allá de 5.4.5 porque con decorators se rompe mal
  • no podemos migrar a yargs 18 hasta que no pasemos a ESM

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

❌ Patch coverage is 97.43590% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 90.96%. Comparing base (877d3cd) to head (e596498).

Files with missing lines Patch % Lines
src/decorators.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #364      +/-   ##
==========================================
+ Coverage   89.78%   90.96%   +1.17%     
==========================================
  Files          29       29              
  Lines        3318     7646    +4328     
  Branches      616     1913    +1297     
==========================================
+ Hits         2979     6955    +3976     
- Misses        177      691     +514     
+ Partials      162        0     -162     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants