Boutons absent en raison de BOM dans le css minifié : bump de version de css-loader - #5616
Merged
Merged
Conversation
This reverts commit 5c2dbb0. Upstream fixed the mid-file BOM in css-loader 7.1.5, so bump it instead of forcing sassOptions.charset to false. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
vdegove
marked this pull request as ready for review
September 7, 2026 14:28
vdegove
enabled auto-merge
September 7, 2026 14:42
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.
Il y avait un truc comme ça dans le fichier minifié (un BOM ) :
...{margin:0}<EF BB BF>:root{--primary-color-producer:var(--theme-primary);--primary-color-reuser:#287233}En raison d’updates sur FontAwesome + PostCSS + CSSLoader.
Voir issue upstream webpack/css-loader#1678 ça a été réglé dans une nouvelle version de CSSLoader : webpack/css-loader#1684
Du coup j’ai juste bump la version de CSSLoader. C’est une version un peu trop récente à mon goût (28 août 2026) mais qui ne contient que ce fix là, et qui semble ok https://github.com/webpack/css-loader/releases/tag/v7.1.5
Testé sur prochainement, les boutons sont revenus.