Skip to content

Switching to a central definition of dart-sass version#14691

Merged
melloware merged 4 commits intoprimefaces:masterfrom
AndreasIgelCC:feature/fixed-version-of-dart-sass
Feb 17, 2026
Merged

Switching to a central definition of dart-sass version#14691
melloware merged 4 commits intoprimefaces:masterfrom
AndreasIgelCC:feature/fixed-version-of-dart-sass

Conversation

@AndreasIgelCC
Copy link
Contributor

@AndreasIgelCC AndreasIgelCC commented Feb 17, 2026

Currently, the version of dart‑sass is defined only in the primefaces-themes module, while primefaces-showcase uses no explicit version. This makes builds not necessarily reproducible across environments. In addition, some environments require offline availability, which is only possible when the dart‑sass version is pinned consistently.

This pull request introduces a centralized definition of the dart‑sass version and ensures that both primefaces-themes and primefaces-showcase use the same version. As part of this improvement, the dependency is set to the correct dart‑sass version (1.79.6, https://github.com/sass/dart-sass/releases) according to #13833.

I hope this change helps make the build process more stable, predictable, and contributor‑friendly. Looking forward to your feedback!

@melloware
Copy link
Member

I thought I was on 1.79.1 as it's the last one that does not throw warnings and errors

There is an open ticket about it.

@melloware
Copy link
Member

Yep #13833

@AndreasIgelCC
Copy link
Contributor Author

I thought I was on 1.79.1 as it's the last one that does not throw warnings and errors

There is an open ticket about it.

Thank you for your reply, but then it is even more important that this is defined on a central place. I switched the version to 1.79.6, which is named in #13833

@melloware
Copy link
Member

Thanks this is a good change

@melloware melloware added the dependencies Any updates to a dependency file label Feb 17, 2026
@melloware melloware added this to the 16.0.0 milestone Feb 17, 2026
@melloware melloware merged commit 1f2d5f6 into primefaces:master Feb 17, 2026
9 of 10 checks passed
@AndreasIgelCC AndreasIgelCC deleted the feature/fixed-version-of-dart-sass branch February 17, 2026 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Any updates to a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants