Skip to content

chore(deps): bump @astrojs/netlify from 6.6.5 to 8.1.2 - #77

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/netlify-8.1.2
Open

chore(deps): bump @astrojs/netlify from 6.6.5 to 8.1.2#77
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astrojs/netlify-8.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown

Bumps @astrojs/netlify from 6.6.5 to 8.1.2.

Release notes

Sourced from @​astrojs/netlify's releases.

@​astrojs/netlify@​8.1.2

Patch Changes

  • #17368 ee74c28 Thanks @​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

@​astrojs/netlify@​8.1.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
    • @​astrojs/underscore-redirects@​1.0.3

@​astrojs/netlify@​8.1.0

Minor Changes

  • #17245 f56d9e7 Thanks @​astrobot-houston! - Adds edgeFunctions to the devFeatures adapter option, allowing users to disable Netlify Edge Function emulation during astro dev

    Some npm packages that access the filesystem at initialization (e.g. node-html-parser) fail inside the edge function sandbox with "Reading or writing files with Edge Functions is not supported yet." You can now disable edge function emulation to avoid this error:

    import netlify from '@astrojs/netlify';
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    adapter: netlify({
    devFeatures: {
    edgeFunctions: false,
    },
    }),
    });

    Edge functions will still work in production builds and via netlify dev.

Patch Changes

  • #17249 02b73b0 Thanks @​ematipico! - Fixes an issue where the peerDependencies field used incorrect dependencies.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.3
Changelog

Sourced from @​astrojs/netlify's changelog.

8.1.2

Patch Changes

  • #17368 ee74c28 Thanks @​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

8.1.1

Patch Changes

  • Updated dependencies [eb6f97e]:
    • @​astrojs/internal-helpers@​0.10.1
    • @​astrojs/underscore-redirects@​1.0.3

8.1.0

Minor Changes

  • #17245 f56d9e7 Thanks @​astrobot-houston! - Adds edgeFunctions to the devFeatures adapter option, allowing users to disable Netlify Edge Function emulation during astro dev

    Some npm packages that access the filesystem at initialization (e.g. node-html-parser) fail inside the edge function sandbox with "Reading or writing files with Edge Functions is not supported yet." You can now disable edge function emulation to avoid this error:

    import netlify from '@astrojs/netlify';
    import { defineConfig } from 'astro/config';
    export default defineConfig({
    adapter: netlify({
    devFeatures: {
    edgeFunctions: false,
    },
    }),
    });

    Edge functions will still work in production builds and via netlify dev.

Patch Changes

  • #17249 02b73b0 Thanks @​ematipico! - Fixes an issue where the peerDependencies field used incorrect dependencies.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.3

8.0.0

Major Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
@netlify

netlify Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploy Preview for codetv-links ready!

Name Link
🔨 Latest commit 79cfb64
🔍 Latest deploy log https://app.netlify.com/projects/codetv-links/deploys/6a80e4535ba97700083195d4
😎 Deploy Preview https://deploy-preview-77--codetv-links.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploy Preview for codetv ready!

Name Link
🔨 Latest commit 79cfb64
🔍 Latest deploy log https://app.netlify.com/projects/codetv/deploys/6a80e45391786e00089d3504
😎 Deploy Preview https://deploy-preview-77--codetv.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 21, 2026

Copy link
Copy Markdown

Deploy Preview for codetv-automations failed. Why did it fail? →

Name Link
🔨 Latest commit 79cfb64
🔍 Latest deploy log https://app.netlify.com/projects/codetv-automations/deploys/6a80e45365dece0008196cc6

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/netlify-8.1.2 branch 2 times, most recently from 56e8124 to d8d1c60 Compare August 7, 2026 00:02
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/netlify-8.1.2 branch from d8d1c60 to 917d7a4 Compare August 15, 2026 21:45
Bumps [@astrojs/netlify](https://github.com/withastro/astro/tree/HEAD/packages/integrations/netlify) from 6.6.5 to 8.1.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/netlify/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/netlify@8.1.2/packages/integrations/netlify)

---
updated-dependencies:
- dependency-name: "@astrojs/netlify"
  dependency-version: 8.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/astrojs/netlify-8.1.2 branch from 917d7a4 to 79cfb64 Compare August 15, 2026 22:12
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