feat: Vue SDK - upgrade vue to version 3.5.x#196
Merged
Conversation
…auto refreshed and when using React's strict mode.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Vue SDK to the Vue 3.5.x ecosystem and refreshes the Vue SDK’s build/test toolchain to newer Vite/Vitest/Sass versions, aligning the package with current Vue 3.5+ dependencies.
Changes:
- Bump Vue SDK peer/dev dependencies to Vue >= 3.5.0 (and update associated tooling: Vite, Vitest, vue-tsc, vite-plugin-dts, etc.).
- Adjust the Vue SDK’s Vite library build output to ensure the emitted CSS is named
style.css. - Migrate SFC Sass usage from deprecated
@importto@use.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Locks updated transitive dependency graph for Vue 3.5.x + updated toolchain (Vite/Vitest/etc.). |
packages/sdk-vue/package.json |
Updates Vue peer/dev dependency ranges and upgrades build/test tooling versions. |
packages/sdk-vue/vite.config.ts |
Adds Rollup output naming logic to emit style.css for the SDK’s CSS bundle. |
packages/sdk-vue/src/components/FusionAuthRegisterButton/FusionAuthRegisterButton.vue |
Replaces Sass @import with @use for shared button styles. |
packages/sdk-vue/src/components/FusionAuthLogoutButton/FusionAuthLogoutButton.vue |
Replaces Sass @import with @use for shared button styles. |
packages/sdk-vue/src/components/FusionAuthLoginButton/FusionAuthLoginButton.vue |
Replaces Sass @import with @use for shared button styles. |
packages/sdk-vue/src/components/FusionAuthAccountButton/FusionAuthAccountButton.vue |
Replaces Sass @import with @use for shared button styles. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lyleschemmerling
previously approved these changes
Jun 23, 2026
lyleschemmerling
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
Linear_ISSUE_LINK
Description:
upgrade vue to version 3.5.x