Skip to content

chore: align with current standards and upgrade dependencies#35

Open
lpatiny wants to merge 1 commit into
mainfrom
chore/migrate-standards
Open

chore: align with current standards and upgrade dependencies#35
lpatiny wants to merge 1 commit into
mainfrom
chore/migrate-standards

Conversation

@lpatiny
Copy link
Copy Markdown
Member

@lpatiny lpatiny commented Apr 18, 2026

Summary

  • Upgrade dependencies to latest (ESLint kept on 9.x, TypeScript on 5.x per org policy)
  • Add snapshotFormat.maxOutputLength to vitest config
  • Add .claude to .gitignore
  • Apply eslint auto-fix (toThrowErrortoThrow) from eslint-config-cheminfo-typescript v22

Test plan

  • npm run test passes (tests + type-check + eslint + prettier)
  • npm run prepack (createSchema + tsc) succeeds

- Upgrade dependencies to latest (keep ESLint 9.x, TypeScript 5.x)
- Add snapshotFormat.maxOutputLength to vitest config
- Add .claude to .gitignore
- Apply eslint auto-fix (toThrowError -> toThrow) from cheminfo-typescript v22
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.37%. Comparing base (5e2ea57) to head (5d4f1d4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #35   +/-   ##
=======================================
  Coverage   93.37%   93.37%           
=======================================
  Files          33       33           
  Lines         151      151           
  Branches       34       34           
=======================================
  Hits          141      141           
  Misses         10       10           

☔ 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.

1 participant