-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hugo currently issues two deprecation warnings:
WARN deprecated: module.mounts.excludeFiles was deprecated in Hugo v0.153.0 and will be removed in a future release. Replaced by the simpler 'files' setting, see https://gohugo.io/configuration/module/#files
WARN deprecated: css.Sass: libsass was deprecated in Hugo v0.153.0 and will be removed in a future release. Use dartsass instead. See https://gohugo.io/functions/css/sass/#dart-sass
Fixing module.mounts.excludeFiles is on us, should be relatively simple.
Switching to dartsass is upstream's problem and will be in the next release.
A preliminary test to bump the dependencies shows that there are actual panics to resolve (something to do with postcss-purgecss); will have to investigate. Doks' migration guide is not exactly easy to follow when one has somewhat deviated from the "default" configuration.
Resources
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working