Skip to content

Update astro monorepo (major)#2334

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-astro-monorepo
Open

Update astro monorepo (major)#2334
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 14, 2026

This PR contains the following updates:

Package Change Age Confidence
@astrojs/markdown-remark (source) ^6.3.1 -> ^7.0.0 age confidence
@astrojs/react (source) ^4.2.7 -> ^5.0.0 age confidence

Release Notes

withastro/astro (@​astrojs/markdown-remark)

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.1.0

Compare Source

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.

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

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
withastro/astro (@​astrojs/react)

v5.0.5

Compare Source

Patch Changes

v5.0.4

Compare Source

Patch Changes

v5.0.3

Compare Source

Patch Changes
  • #​16224 a2b9eeb Thanks @​fkatsuhiro! - Fix React 19 "Float" mechanism injecting into Astro islands instead of the . This PR adds a filter to @​astrojs/react to strip these auto-generated resource from the island's HTML output, ensuring valid HTML structure.

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate renovate Bot enabled auto-merge (squash) May 14, 2026 14:50
@renovate renovate Bot temporarily deployed to production May 14, 2026 14:50 Inactive
@renovate renovate Bot temporarily deployed to production May 14, 2026 14:50 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from ce9fc54 to 4629115 Compare May 14, 2026 16:09
@renovate renovate Bot temporarily deployed to production May 14, 2026 16:09 Inactive
@renovate renovate Bot temporarily deployed to production May 14, 2026 16:09 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from 4629115 to 297739a Compare May 14, 2026 23:26
@renovate renovate Bot temporarily deployed to production May 14, 2026 23:26 Inactive
@renovate renovate Bot temporarily deployed to production May 14, 2026 23:26 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from 297739a to d74c892 Compare May 17, 2026 10:12
@renovate renovate Bot temporarily deployed to production May 17, 2026 10:12 Inactive
@renovate renovate Bot temporarily deployed to production May 17, 2026 10:12 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from d74c892 to bd875c4 Compare May 17, 2026 10:20
@renovate renovate Bot temporarily deployed to production May 17, 2026 10:20 Inactive
@renovate renovate Bot temporarily deployed to production May 17, 2026 10:20 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from bd875c4 to 262cdb3 Compare May 18, 2026 09:43
@renovate renovate Bot temporarily deployed to production May 18, 2026 09:43 Inactive
@renovate renovate Bot temporarily deployed to production May 18, 2026 09:43 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from 262cdb3 to 72ab836 Compare May 18, 2026 12:18
@renovate renovate Bot temporarily deployed to production May 18, 2026 12:18 Inactive
@renovate renovate Bot temporarily deployed to production May 18, 2026 12:18 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from 72ab836 to 982d900 Compare May 18, 2026 16:15
@renovate renovate Bot temporarily deployed to production May 18, 2026 16:15 Inactive
@renovate renovate Bot temporarily deployed to production May 18, 2026 16:15 Inactive
@renovate renovate Bot force-pushed the renovate/major-astro-monorepo branch from 982d900 to c791f9e Compare May 18, 2026 18:15
@renovate renovate Bot temporarily deployed to production May 18, 2026 18:15 Inactive
@renovate renovate Bot temporarily deployed to production May 18, 2026 18:15 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants