Skip to content

Comments

fix(deps): update dependency @astrojs/internal-helpers to ^0.7.0#37

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/markdown-remark-processor-all-minor-patch
Open

fix(deps): update dependency @astrojs/internal-helpers to ^0.7.0#37
renovate[bot] wants to merge 2 commits intomainfrom
renovate/markdown-remark-processor-all-minor-patch

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/internal-helpers (source) ^0.6.1^0.7.0 age confidence

Release Notes

withastro/astro (@​astrojs/internal-helpers)

v0.7.5

Compare Source

Patch Changes
  • #​14791 9e9c528 Thanks @​Princesseuh! - Changes the remote protocol checks for images to require explicit authorization in order to use data URIs.

    In order to allow data URIs for remote images, you will need to update your astro.config.mjs file to include the following configuration:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    
    export default defineConfig({
      images: {
        remotePatterns: [
          {
            protocol: 'data',
          },
        ],
      },
    });
  • #​14787 0f75f6b Thanks @​matthewp! - Fixes wildcard hostname pattern matching to correctly reject hostnames without dots

    Previously, hostnames like localhost or other single-part names would incorrectly match patterns like *.example.com. The wildcard matching logic has been corrected to ensure that only valid subdomains matching the pattern are accepted.

v0.7.4

Compare Source

Patch Changes

v0.7.3

Compare Source

Patch Changes

v0.7.2

Compare Source

Patch Changes
  • 4d16de7 Thanks @​ematipico! - Improves the detection of remote paths in the _image endpoint. Now href parameters that start with // are considered remote paths.

v0.7.1

Compare Source

Patch Changes
  • 0567fb7 Thanks @​ascorbic! - Adds // to list of internal path prefixes that do not have automated trailing slash handling

v0.7.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate renovate bot added the dependencies label Dec 8, 2025
@renovate renovate bot requested a review from a team as a code owner December 8, 2025 03:44
@renovate renovate bot added the dependencies label Dec 8, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

🦋 Changeset detected

Latest commit: 12d511e

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

This PR includes changesets to release 2 packages
Name Type
@studiocms/markdown-remark-processor Patch
@studiocms/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

@coderabbitai
Copy link

coderabbitai bot commented Dec 8, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch from 997cbdf to 8c67e7c Compare January 1, 2026 15:13
@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch from fb91314 to 0db0c28 Compare January 9, 2026 08:06
@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch 2 times, most recently from b66e09f to 50e32b6 Compare January 24, 2026 15:45
@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch from 6cce9e6 to 25f963a Compare February 3, 2026 03:45
@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch from b59a3cb to e503682 Compare February 13, 2026 15:43
@renovate renovate bot force-pushed the renovate/markdown-remark-processor-all-minor-patch branch from efbd868 to 5e032cc Compare February 19, 2026 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant