chore(deps): bump @astrojs/mdx from 2.0.0 to 2.2.2
Bumps @astrojs/mdx from 2.0.0 to 2.2.2.
Release notes
Sourced from @astrojs/mdx's releases.
@astrojs/mdx@2.2.2Patch Changes
- Updated dependencies [
c585528f446ccca3d4c643f4af5d550b93c18902]:
@astrojs/markdown-remark@4.3.2
@astrojs/mdx@2.2.1Patch Changes
- Updated dependencies [
19e42c368184013fc30d1e46753b9e9383bb2bdf]:
@astrojs/markdown-remark@4.3.1
@astrojs/mdx@2.2.0Minor Changes
#10104
a31bbd7ff8f3ec62ee507f72d1d25140b82ffc18Thanks@remcohaszing! - Changes Astro's internal syntax highlighting to use rehype plugins instead of remark plugins. This provides better interoperability with other rehype plugins that deal with code blocks, in particular with third party syntax highlighting plugins andrehype-mermaid.This may be a breaking change if you are currently using:
- a remark plugin that relies on nodes of type
html- a rehype plugin that depends on nodes of type
raw.Please review your rendered code samples carefully, and if necessary, consider using a rehype plugin that deals with the generated
elementnodes instead. You can transform the AST of raw HTML strings, or alternatively usehast-util-to-htmlto get a string from arawnode.Patch Changes
- Updated dependencies [
c081adf998d30419fed97d8fccc11340cdc512e0,5a9528741fa98d017b269c7e4f013058028bdc5d,a31bbd7ff8f3ec62ee507f72d1d25140b82ffc18]:
@astrojs/markdown-remark@4.3.0
Changelog
Sourced from @astrojs/mdx's changelog.
2.2.2
Patch Changes
- Updated dependencies [
c585528f446ccca3d4c643f4af5d550b93c18902]:
@astrojs/markdown-remark@4.3.22.2.1
Patch Changes
- Updated dependencies [
19e42c368184013fc30d1e46753b9e9383bb2bdf]:
@astrojs/markdown-remark@4.3.12.2.0
Minor Changes
#10104
a31bbd7ff8f3ec62ee507f72d1d25140b82ffc18Thanks@remcohaszing! - Changes Astro's internal syntax highlighting to use rehype plugins instead of remark plugins. This provides better interoperability with other rehype plugins that deal with code blocks, in particular with third party syntax highlighting plugins andrehype-mermaid.This may be a breaking change if you are currently using:
- a remark plugin that relies on nodes of type
html- a rehype plugin that depends on nodes of type
raw.Please review your rendered code samples carefully, and if necessary, consider using a rehype plugin that deals with the generated
elementnodes instead. You can transform the AST of raw HTML strings, or alternatively usehast-util-to-htmlto get a string from arawnode.Patch Changes
- Updated dependencies [
c081adf998d30419fed97d8fccc11340cdc512e0,5a9528741fa98d017b269c7e4f013058028bdc5d,a31bbd7ff8f3ec62ee507f72d1d25140b82ffc18]:
@astrojs/markdown-remark@4.3.02.1.1
Patch Changes
- Updated dependencies [
44c957f893c6bf5f5b7c78301de7b21c5975584d]:
@astrojs/markdown-remark@4.2.12.1.0
Minor Changes
- #9753
df37366556d46f7abdf82b09e33b08bd94e631b3Thanks@OliverSpeir! - Allows remark plugins to pass options specifying how images in .mdx files will be optimized2.0.6
Patch Changes
... (truncated)
Commits
bb7707e[ci] release (#10556)fdceed5[ci] release (#10503)dfd146fRevert "[ci] format" (#10417)1863727[ci] formatb3dbb49[ci] update lockfile (#10234)0e074fb[ci] release (#10365)9e1ef6fFix mdx test fail with rehype-pretty-code (#10370)a31bbd7fix(markdown): don’t generate mdast html nodes (#10104)8526ca3Update turbo test dependsOn (#10329)f6fc18cUpdate Vite to latest (#10259)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.