fix: restore three PRs clobbered by stale-tree merge of #245#261
Merged
farnabaz merged 4 commits intoJul 1, 2026
Merged
Conversation
|
@hendrikheil is attempting to deploy a commit to the NuxtLabs Team on Vercel. A member of the Team first needs to authorize it. |
…r own line (comarkdown#252) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: Farnabaz <farnabaz@gmail.com>
d5b0b2d to
da6b024
Compare
Restoring comarkdown#252's li.ts logic (f840a07) on top of comarkdown#245's security-plugin additions grows the `comark` package from 347k to 348k. comarkdown#245 had also edited this snapshot (346k -> 347k for its own code) but never accounted for li.ts coming back. Updates the inline snapshot to the value CI now builds.
comark
@comark/angular
@comark/ansi
@comark/html
@comark/nuxt
@comark/react
@comark/svelte
@comark/vue
commit: |
farnabaz
approved these changes
Jul 1, 2026
farnabaz
left a comment
Collaborator
There was a problem hiding this comment.
Wow, what a mess 😬
Thanks ❤️
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.
Restores three PRs that were reverted by the stale-tree merge of #245 (which was based on a tree older than all of them):
fix(stringify): render block component children of list items on their own linedocs: fix imports in nuxt renderingdocs: use new cache url for code examplesEach commit restores the original PR's content verbatim.