@astrojs/netlify@8.1.2

elkowar/eww@astrojs/netlify@8.1.2Jul 13, 2026by astrobot-houston

AI Summary

A patch update to the Netlify adapter ensuring generated image CDN patterns match regex metacharacters literally instead of as wildcards.

Key Highlights

  • Fixes regex metacharacters (like `.`) in `image.remotePatterns` to be matched literally.
  • Updates dependency `@astrojs/underscore-redirects` to version 1.0.3.
  • Ensures generated patterns are consistent with how Astro matches values elsewhere.

New Features

  • Literal matching for special characters in image domain and pathname patterns.

Full Release Notes

### Patch Changes

-   [#17368](https://github.com/withastro/astro/pull/17368) [`ee74c28`](https://github.com/withastro/astro/commit/ee74c289bfe32fb6a7f59ed97c5c22db16394b72) Thanks [@matthewp](https://github.com/matthewp)! - Fixes the generated Netlify Image CDN `remote_images` patterns so that regex metacharacters (such as `.`) in `image.remotePatterns` (`hostname`, `pathname`) and `image.domains` are matched literally instead of behaving like wildcards. This makes the generated patterns consistent with how Astro matches these values elsewhere.

-   Updated dependencies \[]:
    -   @astrojs/underscore-redirects@1.0.3