marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

test shiki update #3808

Closed sarahgm closed 2 months ago

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: 514f379b150f85c2a0f8c624b0a2713ee5cb0947

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marigold-docs ❌ Failed (Inspect) Mar 14, 2024 8:23am
marigold-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2024 8:23am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marigold-production** | ⬜️ Ignored ([Inspect](https://vercel.com/marigold/marigold-production/4dUDBJZwnW17DMxq9xEtNAXJ7Xf4)) | [Visit Preview](https://marigold-production-git-test-shiki-and-plugin-marigold.vercel.app) | | Mar 14, 2024 8:23am |
sarahgm commented 2 months ago

https://github.com/vercel/next.js/issues/58576

sarahgm commented 2 months ago

Thing that isn't working is: the demos are undefined. @aromko and I tried to solve it, but we haven't a good idea why it is like this. If you want to you can also try to solve it. @OsamaAbdellateef @sebald

sebald commented 2 months ago

Maybe something for mob?

sarahgm commented 2 months ago

https://github.com/contentlayerdev/contentlayer/issues/575

sarahgm commented 2 months ago

docs ├─┬ contentlayer 0.3.4 │ └─┬ @contentlayer/cli 0.3.4 │ └─┬ @contentlayer/core 0.3.4 │ ├── ✕ unmet peer esbuild@"0.17.x || 0.18.x": found 0.19.10 │ └─┬ @contentlayer/utils 0.3.4 │ └─┬ @opentelemetry/exporter-trace-otlp-grpc 0.39.1 │ ├─┬ @opentelemetry/core 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ └─┬ @opentelemetry/otlp-transformer 0.39.1 │ ├── ✕ unmet peer @opentelemetry/api@">=1.3.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/resources 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/sdk-logs 0.39.1 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.4.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/sdk-metrics 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.3.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ └─┬ @opentelemetry/sdk-trace-base 1.13.0 │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils └─┬ next-contentlayer 0.3.4 └── ✕ unmet peer next@"^12 || ^13": found 14.1.2

Done in 36s

sarahgm commented 2 months ago

docs ├─┬ contentlayer 0.3.4 │ └─┬ @contentlayer/cli 0.3.4 │ └─┬ @contentlayer/core 0.3.4 │ ├── ✕ unmet peer esbuild@"0.17.x || 0.18.x": found 0.19.10 │ └─┬ @contentlayer/utils 0.3.4 │ └─┬ @opentelemetry/exporter-trace-otlp-grpc 0.39.1 │ ├─┬ @opentelemetry/core 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ └─┬ @opentelemetry/otlp-transformer 0.39.1 │ ├── ✕ unmet peer @opentelemetry/api@">=1.3.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/resources 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/sdk-logs 0.39.1 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.4.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ ├─┬ @opentelemetry/sdk-metrics 1.13.0 │ │ └── ✕ unmet peer @opentelemetry/api@">=1.3.0 <1.5.0": found 1.7.0 in @contentlayer/utils │ └─┬ @opentelemetry/sdk-trace-base 1.13.0 │ └── ✕ unmet peer @opentelemetry/api@">=1.0.0 <1.5.0": found 1.7.0 in @contentlayer/utils └─┬ next-contentlayer 0.3.4 └── ✕ unmet peer next@"^12 || ^13": found 14.1.2

Done in 36s

tried to solve it adding this in the package.json: "overrides": { "next-contentlayer": { "next": "$next" }, "contentlayer": { "esbuild@": "0.18.x" } },

sarahgm commented 2 months ago

running: pnpm contentlayer build => TypeError: The "code" argument must be of type number. Received an instance of Object :S

sarahgm commented 2 months ago

https://github.com/contentlayerdev/contentlayer/pull/599

aromko commented 2 months ago

[!IMPORTANT]
It seems like this is an issue with contentlayer as long there is no way to update it updating rehype plugins might not work. We wait if the project ist picked up again, if not we have to find an alternative. See https://github.com/contentlayerdev/contentlayer/issues/429. Possible alternative: https://www.mdxts.dev/