Skip to content

Bump @astrojs/netlify from 6.2.2 to 6.4.1 #771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2025

Bumps @astrojs/netlify from 6.2.2 to 6.4.1.

Release notes

Sourced from @​astrojs/netlify's releases.

@​astrojs/netlify@​6.4.1

Patch Changes

  • #13972 db8f8be Thanks @​ematipico! - Fixes the internal implementation of the new feature experimentalStaticHeaders, where dynamic routes were mapped to use always the same header.
  • Updated dependencies []:
    • @​astrojs/underscore-redirects@​1.0.0

@​astrojs/netlify@​6.4.0

Minor Changes

  • #13952 de82ef2 Thanks @​ematipico! - Adds support for the experimental static headers Astro feature.

    When the feature is enabled via option experimentalStaticHeaders, and experimental Content Security Policy is enabled, the adapter will generate Response headers for static pages, which allows support for CSP directives that are not supported inside a <meta> tag (e.g. frame-ancestors).

    import { defineConfig } from 'astro/config';
    import netlify from '@astrojs/netlify';
    export default defineConfig({
    adapter: netlify({
    experimentalStaticHeaders: true,
    }),
    experimental: {
    cps: true,
    },
    });

Patch Changes

@​astrojs/netlify@​6.3.4

Patch Changes

  • #13799 7036b05 Thanks @​Lofty-Brambles! - Fixes an issue where the adapter didn't take into consideration the outDir configuration.

  • #13830 9371a67 Thanks @​Lofty-Brambles! - Fixes an issue with SVGs not rendering with image-cdn enabled, due to invalid source path parsing.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​0.6.1

@​astrojs/netlify@​6.3.3

Patch Changes

... (truncated)

Changelog

Sourced from @​astrojs/netlify's changelog.

6.4.1

Patch Changes

  • #13972 db8f8be Thanks @​ematipico! - Fixes the internal implementation of the new feature experimentalStaticHeaders, where dynamic routes were mapped to use always the same header.
  • Updated dependencies []:
    • @​astrojs/underscore-redirects@​1.0.0

6.4.0

Minor Changes

  • #13952 de82ef2 Thanks @​ematipico! - Adds support for the experimental static headers Astro feature.

    When the feature is enabled via option experimentalStaticHeaders, and experimental Content Security Policy is enabled, the adapter will generate Response headers for static pages, which allows support for CSP directives that are not supported inside a <meta> tag (e.g. frame-ancestors).

    import { defineConfig } from 'astro/config';
    import netlify from '@astrojs/netlify';
    export default defineConfig({
    adapter: netlify({
    experimentalStaticHeaders: true,
    }),
    experimental: {
    cps: true,
    },
    });

Patch Changes

6.3.4

Patch Changes

  • #13799 7036b05 Thanks @​Lofty-Brambles! - Fixes an issue where the adapter didn't take into consideration the outDir configuration.

  • #13830 9371a67 Thanks @​Lofty-Brambles! - Fixes an issue with SVGs not rendering with image-cdn enabled, due to invalid source path parsing.

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​0.6.1

6.3.3

Patch Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@astrojs/netlify](https://github.com/withastro/astro/tree/HEAD/packages/integrations/netlify) from 6.2.2 to 6.4.1.
- [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@6.4.1/packages/integrations/netlify)

---
updated-dependencies:
- dependency-name: "@astrojs/netlify"
  dependency-version: 6.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 8, 2025
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