Update dependency sass-migrator to v2 - #206
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
April 2, 2026 15:10
8bb1390 to
69c1420
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
8 times, most recently
from
May 5, 2026 01:39
53c5954 to
f299a41
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
June 8, 2026 22:10
f299a41 to
cf01ab4
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
5 times, most recently
from
June 20, 2026 01:18
9153d78 to
f5435ce
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
July 1, 2026 01:11
f5435ce to
ad1ecbe
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
August 10, 2026 22:10
ad1ecbe to
4d321bb
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
August 17, 2026 22:12
4d321bb to
b38a21e
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
6 times, most recently
from
September 8, 2026 08:10
f73a6d7 to
1ce2358
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
15 times, most recently
from
September 14, 2026 22:22
5cf62e4 to
04834c0
Compare
renovate
Bot
force-pushed
the
renovate/sass-migrator-2.x
branch
from
September 15, 2026 09:13
04834c0 to
410b569
Compare
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.
This PR contains the following updates:
^1.5.6→^2.0.0Release Notes
sass/migrator (sass-migrator)
v2.5.7Compare Source
--migrate-depsflag would not apply to dependenciesvia
@forwardrules.v2.5.6Compare Source
v2.4.2Compare Source
Module Migrator
Late
@importrules can now be hoisted above safe at-rules in the same file.Fix a typo in the error message for late
@importrules that could not bemigrated.
Fix a bug where hoisted
@userules with configuration would have incorrectsyntax.
v2.4.1Compare Source
Module Migrator
variable from another module when running on a partially migrated file.
v2.4.0Compare Source
Module Migrator
Better handling of late
@importrules. Previously, these were treatedidentically to nested imports, but now they can be hoisted to the top of the
file where
@useis allowed if they do not emit any CSS.To allow the migrator to hoist even late imports that do emit CSS, use the
--unsafe-hoistflag.@importrules that emit CSS will still be convertedto
meta.load-css()even with this flag if no Sass members are referencedfrom them.
If there are any plain CSS at-rules that are used by your post-processing
tools but never actually result in meaningful CSS, you can pass them
(without the
@) to--safe-at-ruleso that the migrator doesn't considerthem to emit CSS when handling late imports.
The migrator's behavior when encountering actual nested imports remains
unchanged.
Fix a bug that resulted in duplicate
@userules when migrating stylesheetsthat contained both a
@useand an@importof the same dependency.v2.3.3Compare Source
Module Migrator
files to public names, especially when
--remove-prefixand/or multipleleading dashes/underscores are involved.
v2.3.2Compare Source
v2.3.1Compare Source
Color Function Migrator
not be migrated.
v2.3.0Compare Source
--pkg-importerflag to enable loading dependencies frompkg:URLswith the same behavior as the compiler. Currently this only supports the
Node.js package resolution algorithm, via
--pkg-importer=node. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss.v2.2.1Compare Source
Module Migrator
min()andmax()functions would incorrectlybe migrated to
math.min()andmath.max().v2.2.0Compare Source
Module Migrator
Add a new
--built-in-onlyflag, which migrates global functions to theirsass:module equivalents, while leaving@importrules unchanged.Fix bug where some functions (
opacity,is-bracketed, andselector-extend) would not be migrated.v2.1.0Compare Source
Color Function Migrator
colormigrator that migrates off of legacy color functions thatwere deprecated in Dart Sass 1.79.0.
v2.0.3Compare Source
Module Migrator
v2.0.2Compare Source
Calc Functions Interpolation Migrator
v2.0.1Compare Source
Calc Functions Interpolation Migrator
var()CSS functions.v2.0.0Compare Source
Breaking change: The
media-logicmigrator has been removed as thecorresponding breaking change has been completed in Dart Sass.
If you still need to migrate legacy code, use migrator version 1.8.1.
Update to be compatible with the latest version of the Dart Sass AST.
Division Migrator
/division should now be left untouched in all CSS calculation functions.This was already the case for
calc,clamp,min, andmax, but it nowapplies to the new functions that Dart Sass 1.67.0 added support for.
v1.8.1Compare Source
Calc Functions Interpolation Migrator
parameter.
v1.8.0Compare Source
Calc Functions Interpolation Migrator
calc(),clamp(),min(),and
max(). See the scss/function-calculation-no-interpolation rule formore information.
Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.