what stackpulse tracks
Astro releases from GitHub
StackPulse watches Astro release notes and keeps the original source link close to every summary.
The web framework for content-driven websites StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches Astro release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
Fixes a generic error message when pnpm's minimumReleaseAge policy blocks installation, now showing a more informative message.
Users encountering pnpm's minimumReleaseAge policy blocking installation will see a clearer error message.
Run the install command manually if blocked by pnpm's policy.
This patch release fixes a crash related to rendering shiki-highlighted code blocks within list items.
Users who render shiki-highlighted code blocks inside list items are affected.
Update to v2.0.1 to resolve the crash.
This patch release fixes bugs related to route handling in development mode, HMR for action files, and localized custom error pages in i18n projects.
Users working with getStaticPaths in development mode, action files, or i18n error pages are affected.
Update to the latest version to benefit from these fixes.
This release introduces a new flag to opt out of AI-related file generation when setting up an Astro project.
Users who prefer not to generate AI-related files when creating new Astro projects are affected.
Use the --no-ai flag when running create-astro if you want to skip AI-related file generation.
This release addresses memory crashes in `astro dev` for Cloudflare users on Vite 8 and fixes a React invalid hook warning during cold SSR optimizer reload.
Users of `@astrojs/cloudflare` on Vite 8 and those experiencing React invalid hook warnings during cold SSR optimizer reload are affected.
Upgrade to version 14.0.1 to resolve these issues.
Fix for headings being listed twice in page metadata when integrations like Starlight assign heading IDs before adding anchor links.
Users with integrations like Starlight that assign heading IDs before anchor links may see duplicate headings in page metadata.
Upgrade to version 0.3.2 to fix duplicate headings in page metadata.
This release includes updated dependencies, specifically updating @astrojs/markdown-satteri to version 0.3.2.
Users depending on @astrojs/markdown-satteri may be affected by the dependency update.
Update dependencies to ensure compatibility.
This patch release fixes several minor bugs related to `astro dev` behavior, background server issues, and responsive image CSS.
Users of Warp terminal, Windows, or custom CSS layers may be affected by fixed issues.
Update to this patch version for fixes to background server behavior and CSS layering.
This release upgrades to Vite v8 and introduces a new entrypoint for `getContainerRenderer()` to optimize bundling.
Users of `getContainerRenderer()` are affected by the deprecation and need to update their import statements.
Update import statements for `getContainerRenderer()` to use the new `container-renderer` entrypoint.
This release adds a default Agents documentation file and creates a symlink for Claude documentation in new Astro projects.
New Astro projects will now include additional documentation files by default.
This release upgrades to Vite v8 and introduces a new entrypoint for `getContainerRenderer()` to improve bundling efficiency. It also updates the Svelte Vite plugin to version 7.
Developers using `getContainerRenderer()` or relying on Vite v7 are affected.
Update import statements for `getContainerRenderer()` to use the new `container-renderer` entrypoint.
Astro 7.0.0 introduces significant changes including upgrading to Vite v8, making 'jsx' the default for HTML compression, and enabling advanced routing by default. The release also removes the `@astrojs/db` package and replaces the Go compiler with a Rust-based version.
Developers using `@astrojs/db`, remark/rehype Markdown processing, or custom advanced routing configurations are affected.
Review and update configurations as per the migration steps provided.
Major upgrade to Vite v8 and introduces CDN caching for Astro routes on Vercel. Also includes beta prerelease triggers for alpha packages.
Developers using @astrojs/vercel will need to update their configuration for the new cache provider and adapt to Vite v8 changes.
Update configuration to use the new cache provider and review project compatibility with Vite v8.
Route caching is now stable with top-level configuration options. Also includes minor fixes for build warnings.
Users using experimental route caching need to update their configuration.
Migrate cache configuration by moving options out of the experimental block.
Updates the satteri dependency to version 0.9.0, which includes various improvements and bug fixes.
Users who rely on the satteri dependency may be affected by changes in its new version.
Review the Sätteri changelog for details on changes and updates.
This release updates the `satteri` dependency to version `0.9.0`, which may include internal improvements or bug fixes.
Users relying on the `satteri` dependency may be affected by changes in its functionality.
Review the [Sätteri changelog](https://github.com/bruits/satteri/blob/main/packages/satteri/CHANGELOG.md) for details on changes in version `0.9.0`.
This beta release focuses on improving performance by optimizing the `astro sync` command to avoid starting the Cloudflare runtime during type generation.
Developers using `astro sync` with Cloudflare integration will experience faster type generation.
Update to this beta version to benefit from the performance improvements in `astro sync`.
This beta release adds a default AGENTS.md file to new projects and creates a symlink to it as CLAUDE.md.
Affects users creating new Astro projects who want built-in documentation.
This release introduces a new container-renderer entrypoint for getContainerRenderer() to optimize bundling. Import paths have been updated for better bundler efficiency.
Affects developers using Container API with getContainerRenderer() imports from package root.
Update imports to use the new container-renderer entrypoint as shown in the diff snippet.
This release introduces a major change in HTML compression behavior, making 'jsx' the default for `compressHTML`, which may affect rendered output. Several bug fixes and performance improvements are also included.
Developers relying on the previous default HTML compression behavior may see changes in rendered output.
Review and adjust `compressHTML` settings if necessary to maintain desired whitespace behavior.