Skip to content
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

[ci] release #12427

Merged
merged 1 commit into from
Nov 15, 2024
Merged

[ci] release #12427

merged 1 commit into from
Nov 15, 2024

Conversation

astrobot-houston
Copy link
Contributor

@astrobot-houston astrobot-houston commented Nov 14, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@astrojs/[email protected]

Major Changes

  • #12364 9fc2ab8 Thanks @jdtjenkins! - Adds support for Svelte 5. Svelte 3 and 4 are no longer supported.

    The integration will now also no longer add vitePreprocess() by default if a preprocessor is not set up in svelte.config.js. It is recommended to set up the Svelte config manually so that features like IDE completion and syntax highlighting work properly.

    If you're using SCSS, Stylus, etc in your Svelte component style tags, make sure that the preprocessor is also set up in svelte.config.js. For example:

    // svelte.config.js
    import { vitePreprocess } from '@astrojs/svelte';
    
    export default {
      preprocess: vitePreprocess(),
    };

    Refer to the Svelte 5 migration guide and @sveltejs/vite-plugin-svelte changelog for details of their respective breaking changes.

[email protected]

Patch Changes

  • #12436 453ec6b Thanks @martrapp! - Fixes a potential null access in the clientside router

  • #12392 0462219 Thanks @apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the same entrypoint and different pattern

@astrojs/[email protected]

Patch Changes

  • #12364 9fc2ab8 Thanks @jdtjenkins! - Handles checking Svelte 5 component functions to avoid processing them as Solid components

@github-actions github-actions bot added pkg: example Related to an example package (scope) pkg: astro Related to the core `astro` package (scope) labels Nov 14, 2024
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8c381e4 to feac4ac Compare November 14, 2024 08:36
Copy link

codspeed-hq bot commented Nov 14, 2024

CodSpeed Performance Report

Merging #12427 will not alter performance

Comparing changeset-release/main (8c381e4) with main (bdc0890)

Summary

✅ 1 untouched benchmarks

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 68c0c6e to e68b4b6 Compare November 14, 2024 16:28
@github-actions github-actions bot force-pushed the changeset-release/main branch from e68b4b6 to fe8bb19 Compare November 15, 2024 08:10
@bluwy bluwy merged commit 5509117 into main Nov 15, 2024
@bluwy bluwy deleted the changeset-release/main branch November 15, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg: astro Related to the core `astro` package (scope) pkg: example Related to an example package (scope)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants