Skip to content

chore(deps): bump astro from 6.0.6 to 6.1.1#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-6.1.1
Open

chore(deps): bump astro from 6.0.6 to 6.1.1#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/astro-6.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor

Bumps astro from 6.0.6 to 6.1.1.

Release notes

Sourced from astro's releases.

astro@6.1.1

Patch Changes

astro@6.1.0

Minor Changes

  • #15804 a5e7232 Thanks @​merlinnot! - Allows setting codec-specific defaults for Astro's built-in Sharp image service via image.service.config.

    You can now configure encoder-level options such as jpeg.mozjpeg, webp.effort, webp.alphaQuality, avif.effort, avif.chromaSubsampling, and png.compressionLevel when using astro/assets/services/sharp for compile-time image generation.

    These settings apply as defaults for the built-in Sharp pipeline, while per-image quality still takes precedence when set on <Image />, <Picture />, or getImage().

  • #15455 babf57f Thanks @​AhmadYasser1! - Adds fallbackRoutes to the IntegrationResolvedRoute type, exposing i18n fallback routes to integrations via the astro:routes:resolved hook for projects using fallbackType: 'rewrite'.

    This allows integrations such as the sitemap integration to properly include generated fallback routes in their output.

    {
      'astro:routes:resolved': ({ routes }) => {
        for (const route of routes) {
          for (const fallback of route.fallbackRoutes) {
            console.log(fallback.pathname) // e.g. /fr/about/
          }
        }
      }
    }
  • #15340 10a1a5a Thanks @​trueberryless! - Adds support for advanced configuration of SmartyPants in Markdown.

    You can now pass an options object to markdown.smartypants in your Astro configuration to fine-tune how punctuation, dashes, and quotes are transformed.

    This is helpful for projects that require specific typographic standards, such as "oldschool" dash handling or localized quotation marks.

    // astro.config.mjs
    export default defineConfig({
      markdown: {
        smartypants: {
          backticks: 'all',
          dashes: 'oldschool',
          ellipses: 'unspaced',
          openingQuotes: { double: '«', single: '‹' },
          closingQuotes: { double: '»', single: '›' },
          quotes: false,
        },

... (truncated)

Changelog

Sourced from astro's changelog.

6.1.1

Patch Changes

6.1.0

Minor Changes

  • #15804 a5e7232 Thanks @​merlinnot! - Allows setting codec-specific defaults for Astro's built-in Sharp image service via image.service.config.

    You can now configure encoder-level options such as jpeg.mozjpeg, webp.effort, webp.alphaQuality, avif.effort, avif.chromaSubsampling, and png.compressionLevel when using astro/assets/services/sharp for compile-time image generation.

    These settings apply as defaults for the built-in Sharp pipeline, while per-image quality still takes precedence when set on <Image />, <Picture />, or getImage().

  • #15455 babf57f Thanks @​AhmadYasser1! - Adds fallbackRoutes to the IntegrationResolvedRoute type, exposing i18n fallback routes to integrations via the astro:routes:resolved hook for projects using fallbackType: 'rewrite'.

    This allows integrations such as the sitemap integration to properly include generated fallback routes in their output.

    {
      'astro:routes:resolved': ({ routes }) => {
        for (const route of routes) {
          for (const fallback of route.fallbackRoutes) {
            console.log(fallback.pathname) // e.g. /fr/about/
          }
        }
      }
    }
  • #15340 10a1a5a Thanks @​trueberryless! - Adds support for advanced configuration of SmartyPants in Markdown.

    You can now pass an options object to markdown.smartypants in your Astro configuration to fine-tune how punctuation, dashes, and quotes are transformed.

    This is helpful for projects that require specific typographic standards, such as "oldschool" dash handling or localized quotation marks.

    // astro.config.mjs
    export default defineConfig({
      markdown: {
        smartypants: {
          backticks: 'all',
          dashes: 'oldschool',
          ellipses: 'unspaced',
          openingQuotes: { double: '«', single: '‹' },
          closingQuotes: { double: '»', single: '›' },

... (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 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 [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.0.6 to 6.1.1.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.1.1/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 27, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Mar 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sobers-website Ready Ready Preview, Comment Mar 27, 2026 8:25am

Request Review

@greptile-apps

greptile-apps Bot commented Mar 27, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps astro from 6.0.6 to 6.1.1 (one minor and one patch release), as generated by Dependabot. No application source code is modified — only package.json and pnpm-lock.yaml are touched.\n\nKey changes in the dependency tree:\n- astro6.1.1 (minor: codec-specific Sharp defaults, i18n fallbackRoutes, SmartyPants config; patch: dev toolbar ARIA crash fix, Vue :deep() routing fix)\n- @astrojs/markdown-remark7.1.0\n- rollup4.60.0\n- ioredis5.10.1\n- @vue/compiler-sfc3.5.31\n- @rollup/plugin-terser1.0.0 (major bump of a transitive dep; Node ≥20 required — consistent with Astro's own Node requirements)\n- Dependabot reports a compatible compatibility score for this upgrade.

Confidence Score: 5/5

Safe to merge — minor/patch version bump with a compatible Dependabot score and no application code changes.

This is a purely automated dependency update touching only package.json and the lockfile. The version change is minor (6.0.6 → 6.1.1), Dependabot reports a compatible score, and the new features/fixes in 6.1.0–6.1.1 are additive. The transitive major bump of @rollup/plugin-terser (0.4.4 → 1.0.0) is managed entirely by Astro and its Node ≥20 requirement aligns with what modern Astro already demands. No source files are changed, so there is no regression risk from application logic.

No files require special attention.

Important Files Changed

Filename Overview
package.json Version specifier for astro updated from ^6.0.6 to ^6.1.1 — a routine minor bump with no other changes.
pnpm-lock.yaml Lockfile regenerated to reflect astro@6.1.1 and its updated transitive dependencies (rollup 4.59→4.60, ioredis 5.10.0→5.10.1, @astrojs/markdown-remark 7.0.1→7.1.0, @rollup/plugin-terser 0.4.4→1.0.0, etc.).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot detects\nastro 6.1.1 available] --> B[Update package.json\n6.0.6 → 6.1.1]
    B --> C[Regenerate pnpm-lock.yaml]
    C --> D[Transitive deps updated\nrollup 4.59→4.60\nioredis 5.10.0→5.10.1\n@vue/compiler-sfc 3.5.30→3.5.31\n@rollup/plugin-terser 0.4.4→1.0.0]
    D --> E{Compatibility check}
    E -->|Compatible score| F[Safe to merge]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump astro from 6.0.6 to 6...." | Re-trigger Greptile

@morph-subagents

Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://sobers-website-6vm9aqx0f-volvox-llc.vercel.app

AI Summary

Issues:

  • None found. (Note: Navigation menu does not collapse into a hamburger at 375px but remains functional without text overflow).

Verified:

  • Homepage hero section and Tailwind CSS styling are intact.
  • Navigation and routing to subpages (e.g., Privacy Policy) work correctly.
  • Interactive elements including the theme toggle and cookie consent banner are fully functional.
  • No console errors or layout regressions were detected in desktop or mobile views.

Notes:

  • The canvas-confetti library is loaded in the environment, though no specific UI trigger was identified during the smoke test.

Recording

Preview Recording

View full session →


Automated testing by Morph

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.

1 participant