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

feat: svelte 5 + upgrade dependencies #175

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

wackbyte
Copy link
Contributor

@wackbyte wackbyte commented Jun 1, 2024

Upgrades to Svelte 5.

Be aware that the Conduit API is currently broken (gothinkster/realworld#1576).

Copy link

vercel bot commented Jun 1, 2024

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

Name Status Preview Comments Updated (UTC)
realworld ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 22, 2024 1:22am

@@ -55,7 +54,7 @@
<span>Read more...</span>
<ul class="tag-list">
{#each article.tagList as tag}
<li class="tag-default tag-pill tag-outline"><a href="/?tag={tag}">{tag}</a></li>
<li class="tag-default tag-pill tag-outline">{tag}</li>
Copy link
Member

Choose a reason for hiding this comment

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

this now seems to match what is on https://www.realworld.how/specifications/frontend/templates/, so I suppose it is fine

@benmccann benmccann merged commit 7f82bf5 into sveltejs:master Oct 22, 2024
2 checks passed
@benmccann
Copy link
Member

thank you! if you have any interest in upgrading it as well, our other demo site is at https://github.com/sveltejs/sites/tree/master/sites/hn.svelte.dev

@wackbyte wackbyte deleted the svelte-5 branch October 22, 2024 03:15
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.

3 participants