Conversation
# Conflicts: # nuxt.config.ts # pnpm-lock.yaml
This is out of date, the issue was docus was using v5 nuxt-og-image so we were paying double version dependency cost. Also we get hit with the storybook deps for some reason, guessing because we had to lint the lock. We disable og image in docus for the time being as there's another issue with latest that needs to be investigated seperately. |
alexdln
left a comment
There was a problem hiding this comment.
lgtm, thanks for updates and replies 🤍
# Conflicts: # pnpm-lock.yaml # pnpm-workspace.yaml
ghostdevv
left a comment
There was a problem hiding this comment.
a few more things 😅 code rabbit also has a couple things unresolved
|
|
||
| defineOgImageComponent('Package', { | ||
| name: () => packageName.value, | ||
| version: () => requestedVersion.value ?? '', |
There was a problem hiding this comment.
was removing the ?? '' intentional?
There was a problem hiding this comment.
Yes, null should be passed for a missing version not an empty string (which is handled by Nuxt islands automatically when nullish value is passed).
| expect(component.text()).toContain('test') | ||
| expect(component.text()).toContain('repo') |
| content: { | ||
| pipeline: { | ||
| exclude: [ | ||
| // Preserve the UnoCSS defaults that @unocss/nuxt normally sets |
There was a problem hiding this comment.
how come they're not being set
There was a problem hiding this comment.
Because we're redefining the config, you'd have to look at the unocss module internals to know more.
I think these changes have been implemented
🔗 Linked issue
#1654
🧭 Context
The previous PR was rolled back due to some Takumi stability issues. These are now solved afaik and OG Image got a v6 stable release so it's a good time to reintroduce it. (Takumi is v1 beta now so also likely stable very soon)
📚 Description
Same as before, I've resynced the UI to match recent branding changes.
sample - check PR files for more
https://npmx.dev/

https://npmx.dev/accessibility

https://npmx.dev/blog/alpha-release

https://npmx.dev/package/@nuxt/kit

https://npmx.dev/package-docs/ufo/v/1.6.3

Supersedes #2122 (rebased on latest main with CI fixes).