Skip to content

Add required changes for svelte@4 #811

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

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

sebastinez
Copy link
Member

@sebastinez sebastinez commented Jun 4, 2023

At some point soon Svelte@4 is going to be released, here are some changes that will be required or beneficial, for our codebase.

  • |local is now the default behaviour for transitions so I removed it from the codebase.
  • SvelteComponentTyped has been deprecated in favor of SvelteComponent
  • New a11y rule for noninteractive elements with interactions, so we need to ignore a new a11y rule, (we should tackle those at some point...)
  • Made CobStateButton more explicit to only take IssueState currently, since Svelte@4 is stricter on createEventDispatcher, we should be able to add more types when needed.

Pending:

@sebastinez sebastinez self-assigned this Jun 4, 2023
@github-actions
Copy link

github-actions bot commented Jun 4, 2023

Visual diff results for latest changes

✅ There are no visual differences between master and this branch.

@rudolfs

This comment was marked as outdated.

@sebastinez

This comment was marked as outdated.

@sebastinez sebastinez force-pushed the sebastinez/update-svelte-4 branch 2 times, most recently from 14ae7f3 to 222d6d6 Compare June 14, 2023 20:29
@vercel
Copy link

vercel bot commented Jun 14, 2023

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

Name Status Preview Comments Updated (UTC)
radicle-interface ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 26, 2023 0:14am

Signed-off-by: Sebastian Martinez <[email protected]>
Copy link
Member

@rudolfs rudolfs left a comment

Choose a reason for hiding this comment

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

🚀

@rudolfs rudolfs merged commit ba57506 into master Jun 26, 2023
@rudolfs rudolfs deleted the sebastinez/update-svelte-4 branch June 26, 2023 12:29
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.

2 participants