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

fix(markdown-remark): declare hast-util-to-html as a dependency #4787

Merged
merged 2 commits into from
Sep 20, 2022

Conversation

merceyz
Copy link
Contributor

@merceyz merceyz commented Sep 17, 2022

Changes

This PR declares hast-util-to-html as a dependency of @astrojs/markdown-remark since it uses it here:

import { toHtml } from 'hast-util-to-html';

Testing

Ran Astro in a strict dependency environment to verify that all dependencies were declared, after declaring hast-util-to-html it passed.

Docs

No docs should be needed for this bugfix.

@changeset-bot
Copy link

changeset-bot bot commented Sep 17, 2022

🦋 Changeset detected

Latest commit: 790c74d

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

This PR includes changesets to release 1 package
Name Type
@astrojs/markdown-remark 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

@github-actions github-actions bot added the feat: markdown Related to Markdown (scope) label Sep 17, 2022
@bluwy bluwy merged commit df54595 into withastro:main Sep 20, 2022
@bluwy
Copy link
Member

bluwy commented Sep 20, 2022

Thanks!

@merceyz merceyz deleted the merceyz/fix/markdown-remark branch September 20, 2022 09:24
@astrobot-houston astrobot-houston mentioned this pull request Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: markdown Related to Markdown (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants