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

fix: bump all svelte related dependencies #4828

Merged
merged 10 commits into from
Sep 6, 2024
Merged

Conversation

ndom91
Copy link
Contributor

@ndom91 ndom91 commented Sep 4, 2024

☕️ Reasoning

  • we were pretty far behind on Svelte 5 updates and they fixed a bunch of stuff along the way

🧢 Changes

  • Update all pnpm-workspace.yml svelte* packages to their latest versions
  • context="module" deprecated in favor of module (Source), updated all instances of that here

📓 Notes from Changelog reading

Copy link

vercel bot commented Sep 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitbutler-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 6, 2024 10:10am

@@ -3,7 +3,7 @@ import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: vitePreprocess(),
preprocess: vitePreprocess({ script: true }),
Copy link
Contributor Author

@ndom91 ndom91 Sep 4, 2024

Choose a reason for hiding this comment

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

Required in vite-plugin-svelte@4.0.0+ in order to use enums in .svelte files (Source)

@ndom91 ndom91 changed the title ndom91/bump-svelte-deps fix: bump all svelte related dependencies Sep 4, 2024
@krlvi
Copy link
Member

krlvi commented Sep 6, 2024

there's some lint stuff to fix, otherwise lets do it

@ndom91 ndom91 marked this pull request as ready for review September 6, 2024 10:12
@ndom91 ndom91 merged commit 32d766c into master Sep 6, 2024
14 checks passed
@ndom91 ndom91 deleted the ndom91/bump-svelte-deps branch September 6, 2024 10:25
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.

2 participants