fix/242: update packages verions and replace old code#3
Merged
Conversation
|
VolodymyrShapoval
approved these changes
Dec 24, 2025
Contributor
VolodymyrShapoval
left a comment
There was a problem hiding this comment.
What I can say... You are a hero of all frontend developers! Great job!!!
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.



dev
Code reviewers
Second Level Review
Summary of issue
The project was using deprecated Sass APIs and syntax, which caused multiple deprecation warnings during build time.
Summary of change
Summary of change
Updated shared Sass utilities to use modern, namespaced Sass modules
Replaced deprecated global functions (unit) with their recommended equivalents (math.unit)
Added explicit usage of Sass core modules via @use
Eliminated repeated deprecation warnings across all dependent components
Improved long-term compatibility with upcoming Dart Sass releases
No visual or functional styling changes were introduced.
Testing approach
Ran the application locally and verified successful build
Confirmed that Sass deprecation warnings related to global functions were resolved
Manually checked affected UI components to ensure styles remained unchanged
CHECK LIST