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

chore(deps): update dependency @astrojs/svelte to v7 #306

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/svelte (source) 5.7.3 -> 7.0.2 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/svelte)

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
Minor Changes
Patch Changes

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-astro-monorepo branch 2 times, most recently from 40f643f to bfbcb6f Compare November 25, 2024 04:46
@renovate renovate bot force-pushed the renovate/major-astro-monorepo branch from bfbcb6f to 82f2bc7 Compare December 2, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/svelte to v6 chore(deps): update dependency @astrojs/svelte to v7 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/major-astro-monorepo branch 2 times, most recently from 0cb0bed to 03a5d31 Compare December 3, 2024 16:42
@renovate renovate bot force-pushed the renovate/major-astro-monorepo branch from 03a5d31 to 38f3f6f Compare December 20, 2024 12:55
@renovate renovate bot force-pushed the renovate/major-astro-monorepo branch from 38f3f6f to 6511552 Compare December 20, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants