rasendubi / uniorg

An accurate Org-mode parser for JavaScript/TypeScript
https://oleksii.shmalko.com/uniorg
GNU General Public License v3.0
256 stars 24 forks source link

fix(orgx) add uniorg-parse and uniorg-rehype to deps #80

Closed venikx closed 1 year ago

venikx commented 1 year ago

Fixes: #78 Depends on: #79

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 7cd7a832b030934931c376b372d743ba360f5a9e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------- | ----- | | @uniorgjs/orgx | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

rasendubi commented 1 year ago

~~It looks like we need to update the lock file: image~~

UPD: see #79

codecov[bot] commented 1 year ago

Codecov Report

Merging #80 (7cd7a83) into master (1134dcf) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #80   +/-   ##
=======================================
  Coverage   96.31%   96.31%           
=======================================
  Files          15       15           
  Lines        1820     1820           
  Branches      599      599           
=======================================
  Hits         1753     1753           
  Misses         66       66           
  Partials        1        1           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

rasendubi commented 1 year ago

Thanks for the bug report and the fix!

If you want to get your hands dirty with uniorg, you could also look at https://github.com/rasendubi/uniorg/issues/74 — that's another easy bug and it might also affect you

venikx commented 1 year ago

Thanks for the bug report and the fix!

If you want to get your hands dirty with uniorg, you could also look at #74 — that's another easy bug and it might also affect you

I'll most likely run into that at some point yeah, I'll take a look at it when it trips me up.