chore: align with current standards#232
Merged
Merged
Conversation
- bump devDependencies (eslint-config-cheminfo-typescript v22, vitest 4.1, others) and runtime deps to latest patch - switch coverage from istanbul to v8 (`@vitest/coverage-v8`); add mandatory `snapshotFormat` fix - scripts now lint/format `src` only, matching the cheminfo generator - add explicit `rootDir` to tsconfig.json (TS now requires it alongside `outDir`) - migrate lactame.yml to the shared `zakodium/workflows/lactame-deploy@v1` reusable workflow - ignore `.claude` in git, `coverage` in prettier, `.DS_Store` in src/.npmignore - fix unicorn/consistent-destructuring errors in 3 files (no behavior change)
Recover OCL from `molecule.getOCL()` instead of importing `SSSearcher` directly, so consumers that bundle this package no longer pull the full openchemlib library into their output (peerDependency stays peer).
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
==========================================
+ Coverage 90.07% 90.54% +0.46%
==========================================
Files 92 92
Lines 2631 2633 +2
Branches 676 676
==========================================
+ Hits 2370 2384 +14
+ Misses 238 226 -12
Partials 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@vitest/coverage-v8); add mandatorysnapshotFormatfixsrconly, matching the cheminfo generatorrootDirto tsconfig.json (TS now requires it alongsideoutDir)zakodium/workflows/lactame-deploy@v1reusable workflow.claudein git,coveragein prettier,.DS_Storein src/.npmignore