Skip to content

chore(deps): Bump @astrojs/markdown-remark from 6.3.10 to 7.1.0#473

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astrojs/markdown-remark-7.1.0
Open

chore(deps): Bump @astrojs/markdown-remark from 6.3.10 to 7.1.0#473
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astrojs/markdown-remark-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps @astrojs/markdown-remark from 6.3.10 to 7.1.0.

Release notes

Sourced from @​astrojs/markdown-remark's releases.

@​astrojs/markdown-remark@​7.1.0

Minor Changes

  • #15340 10a1a5a Thanks @​trueberryless! - Updates createMarkdownProcessor to support advanced SmartyPants options.

    The smartypants property in AstroMarkdownOptions now accepts Smartypants options, allowing fine-grained control over typography transformations (backticks, dashes, ellipses, and quotes).

    import { createMarkdownProcessor } from '@astrojs/markdown-remark';
    const processor = await createMarkdownProcessor({
    smartypants: {
    backticks: 'all',
    dashes: 'oldschool',
    ellipses: 'unspaced',
    openingQuotes: { double: '«', single: '‹' },
    closingQuotes: { double: '»', single: '›' },
    quotes: false,
    },
    });

    For the up-to-date supported properties, check out the retext-smartypants options.

@​astrojs/markdown-remark@​7.0.1

Patch Changes

  • Updated dependencies [d3c7de9]:
    • @​astrojs/prism@​4.0.1
Changelog

Sourced from @​astrojs/markdown-remark's changelog.

7.1.0

Minor Changes

  • #15340 10a1a5a Thanks @​trueberryless! - Updates createMarkdownProcessor to support advanced SmartyPants options.

    The smartypants property in AstroMarkdownOptions now accepts Smartypants options, allowing fine-grained control over typography transformations (backticks, dashes, ellipses, and quotes).

    import { createMarkdownProcessor } from '@astrojs/markdown-remark';
    const processor = await createMarkdownProcessor({
    smartypants: {
    backticks: 'all',
    dashes: 'oldschool',
    ellipses: 'unspaced',
    openingQuotes: { double: '«', single: '‹' },
    closingQuotes: { double: '»', single: '›' },
    quotes: false,
    },
    });

    For the up-to-date supported properties, check out the retext-smartypants options.

7.0.1

Patch Changes

  • Updated dependencies [d3c7de9]:
    • @​astrojs/prism@​4.0.1

7.0.0

Major Changes

Minor Changes

  • #15277 cb99214 Thanks @​ematipico! - Fixes an issue where the function createShikiHighlighter would always create a new Shiki highlighter instance. Now the function returns a cached version of the highlighter based on the Shiki options. This should improve the performance for sites that heavily rely on Shiki and code in their pages.

  • #15332 7c55f80 Thanks @​matthewp! - Exposes the fileURL option in MarkdownProcessorRenderOptions, allowing callers to specify the file URL for resolving relative image paths.

Patch Changes

... (truncated)

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 15, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 15, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 92.62% (🎯 85%)
🟰 ±0%
867 / 936
🔵 Statements 92.49% (🎯 85%)
🟰 ±0%
912 / 986
🔵 Functions 91.19% (🎯 85%)
🟰 ±0%
321 / 352
🔵 Branches 88.17% (🎯 85%)
🟰 ±0%
537 / 609
File CoverageNo changed files found.
Generated in workflow #309 for commit 715b2e8 by the Vitest Coverage Report Action

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 15, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
namesake-fyi 715b2e8 Commit Preview URL

Branch Preview URL
Apr 16 2026, 12:11 AM

Bumps [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) from 6.3.10 to 7.1.0.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.1.0/packages/markdown/remark)

---
updated-dependencies:
- dependency-name: "@astrojs/markdown-remark"
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/astrojs/markdown-remark-7.1.0 branch from 3b38e49 to 715b2e8 Compare April 16, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants