Update Stone, dependencies, Node, and CI - #333
Merged
Merged
Conversation
AndreyVMarkelov
marked this pull request as ready for review
July 17, 2026 20:26
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #333 +/- ##
=========================================
+ Coverage 5.83% 11.08% +5.24%
=========================================
Files 6 6
Lines 1114 5568 +4454
Branches 120 4 -116
=========================================
+ Hits 65 617 +552
- Misses 1049 4951 +3902
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This was referenced Jul 17, 2026
Closed
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.
Summary
Impact
The project now installs reproducibly from the public npm registry, builds on Node 24, and has zero npm audit vulnerabilities. CI failures are blocking and cover linting, type checking, unit tests, and production builds.
The API spec submodule is intentionally unchanged in this PR and remains at the repository's existing commit
3d1080a; generated endpoints were validated with the updated Stone version against that pinned spec.Validation
npm ciwith Node 24.18.0npm run lintnpm run typechecknpm testnpm run buildnpm run coverage:unit./codegen/run_codegen.sh(repeatable)actionlintgit diff --checknpm audit: 0 vulnerabilities