chore(deps): update dependency sass-true to v8 #234
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.
This PR contains the following updates:
6.1.0
->8.1.0
Release Notes
oddbird/true (sass-true)
v8.1.0
Compare Source
sass
option is not specified, True will automaticallyattempt to use
embedded-sass
, thensass
.#290
sass
andsass-embedded
as optional peer-dependencies.v8.0.0
Compare Source
sass
option (string
or Sass implementation instance,defaults to
'sass'
) to allow using eithersass
orembedded-sass
.Node.js package importer
to the Sass
importers
option by default, if Dart Sass v1.71 or later isavailable. Users can opt out by providing their own
importers
option, e.g.{ importers: [] }
.sass
as a peer-dependency.v7.0.1
Compare Source
runSass
arguments and warn if using v6 API.{ style: 'compressed' }
is not supported.v7.0.0
Compare Source
contains()
checks multiple block with matching selectors.#243
sourceType
option (path
[default] orstring
)runSass
: 1) True options, 2) sourcepath (or string), 3) optional Sass options
includePaths
is nowloadPaths
,outputStyle
is nowstyle
,importer
is now
importers
, etc. See the Dart Sassdocumentation
for more details.
sass
(>=1.45.0
) as a peer-dependency, removing Truesass
optionMigrating from v6
runSass
arguments have changed:v6:
v7:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.