Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add toml document parsing #406

Merged
merged 2 commits into from
Jan 25, 2024
Merged

add toml document parsing #406

merged 2 commits into from
Jan 25, 2024

Conversation

chris48s
Copy link
Owner

@chris48s chris48s commented Jan 24, 2024

closes #405

Smol-toml requires node 18, so I'll need to drop node 16 and make the minimum node 18 to add this.

Think I'm fine with that - node 16 is EOL now, but I'll need to update the package metadata, CI matrix etc. Also this will be a major version bump as per the semver compatibility statement https://github.com/chris48s/v8r#versioning

Copy link

socket-security bot commented Jan 24, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 71.4 kB cyyynthia

View full report↗︎

@chris48s chris48s changed the title WIP add toml document parsing add toml document parsing Jan 25, 2024
Copy link

codecov bot commented Jan 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ebf68c6) 95.73% compared to head (7c7198f) 95.75%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #406      +/-   ##
==========================================
+ Coverage   95.73%   95.75%   +0.01%     
==========================================
  Files          11       11              
  Lines         797      800       +3     
  Branches      179      180       +1     
==========================================
+ Hits          763      766       +3     
  Misses         33       33              
  Partials        1        1              

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

@chris48s chris48s merged commit e7051a3 into main Jan 25, 2024
11 checks passed
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.

validate toml documents
1 participant