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

Svelte 5 upgrade (part 1) #855

Merged
merged 29 commits into from
Nov 22, 2024
Merged

Svelte 5 upgrade (part 1) #855

merged 29 commits into from
Nov 22, 2024

Conversation

kenkunz
Copy link
Contributor

@kenkunz kenkunz commented Nov 20, 2024

close #853

  • update Svelte to 5.x (and related dependencies)
  • address HTML warnings / errors
  • fix "anchor-wrapped TR" issue
  • silence non-reactive properties warning
  • fix various reactivity edge cases
  • fix for Svelte 5 action update bug
  • fix unit / integration / e2e tests

Svelte 5 has an apparent bug where an action's update function is
invoked even when the action's arg has not changed. This resulted in
an endless loop of updates on the ChartIQ component action. This was
mitigated by comparing to the last arg and aborting if they match.
The svelteTesting plugin was causing issues with svelte-headless-table
components. Using the unit testing config recomendation from Svelte's
docs addresses the Vitest browser resolve requirments without breaking
svelte-headless-table.
@kenkunz kenkunz merged commit 7eb5c4b into master Nov 22, 2024
4 checks passed
@kenkunz kenkunz deleted the 853-svelte-5-pt1 branch November 22, 2024 04:23
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.

Svelte 5 migration - part 1
1 participant