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

Version Packages #390

Merged
merged 2 commits into from Jul 13, 2022
Merged

Version Packages #390

merged 2 commits into from Jul 13, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 13, 2022

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

@sveltejs/vite-plugin-svelte@1.0.0

Major Changes

  • update to vite3 (#359)
  • bump minimum required node version to 14.18.0 to align with vite 3 (#359)
  • move plugin options in svelte.config.js into "vitePlugin" (#389)

    update your svelte.config.js and wrap plugin options with vitePlugin

    // svelte.config.js
    
      compilerOptions: {...},
      preprocess: {...},
      extensions: [...],
      onwarn: () => {...},
      kit: {},
    + vitePlugin: {
       // include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental
    + }

Patch Changes

  • Always add dependencies using svelte to ssr.noExternal in vite config (#359)

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from bf5f0dc to 0d09be1 Compare July 13, 2022 12:32
@github-actions github-actions bot changed the title Version Packages (next) Version Packages Jul 13, 2022
Copy link
Member

@bluwy bluwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@dominikg dominikg merged commit 6769ab4 into main Jul 13, 2022
@dominikg dominikg deleted the changeset-release/main branch July 13, 2022 13:03
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.

None yet

2 participants