chore(deps): update dependency sass to v1.89.2 #114
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
infeasible
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LibrePages/librepages#114
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/sass-1.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.79.3
->1.89.2
Release Notes
sass/dart-sass (sass)
v1.89.2
Compare Source
Embedded Host
buf
dependency.v1.89.1
Compare Source
v1.89.0
Compare Source
potential resolutions, as long as those resolutions all point to the same
file.
v1.88.0
Compare Source
Allow custom properties with empty values (such as
--var:;
).Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
mixin object from one compilation to another.
Dart API
compileString()
and related functions.v1.87.0
Compare Source
nesting selector
&
is loaded into a nested Sass context viameta.load-css()
or@import
, Sass now emits plain CSS nesting rather thanincorrectly combining it with the parent selector using a descendant
combinator.
v1.86.3
Compare Source
a
..
segment.v1.86.2
Compare Source
v1.86.1
Compare Source
file:
URL case canonicalization on Windows andMac OS.
v1.86.0
Compare Source
Add support for
%
as an expression in its own right. It will still be parsedas the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string
%
.Consider
attr()
to be a special number function that can be used as achannel in color functions.
Deprecate user-defined functions named
type()
so that we can eventuallysupport the new CSS
type()
function.Dart API
v1.85.1
Compare Source
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
round(-$var / 2)
previously threw an error but now works as intended.v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
v1.84.0
Compare Source
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}
would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain
CSS.
Fix the error message for
@extend
without a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBoolean
type to adhere to the spec,now using a class instead of an interface.
v1.83.4
Compare Source
v1.83.3
Compare Source
v1.83.2
Compare Source
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
v1.83.1
Compare Source
Fix a bug where
--quiet-deps
would get deactivated for@content
blocks,even when those blocks were entirely contained within dependencies.
Include deprecation IDs in deprecation warnings to make it easier to determine
what to pass to
--silence-deprecation
or--fatal-deprecation
.v1.83.0
Compare Source
v1.82.0
Compare Source
Command-Line Interface
Improve
--watch
mode reliability when making multiple changes at once, suchas checking out a different Git branch.
Parse the
calc-size()
function as a calculation now that it's supported insome browsers.
Dart API
SassCalculation.calcSize()
function.v1.81.1
Compare Source
v1.81.0
Compare Source
Fix a few cases where deprecation warnings weren't being emitted for global
built-in functions whose names overlap with CSS calculations.
Add support for the CSS
round()
calculation with a single argument, as longas that argument might be a unitless number.
v1.80.7
Compare Source
Embedded Host
0
asundefined
for thegreen
andblue
channels in theLegacyColor
constructor.v1.80.6
Compare Source
Command-Line Interface
@parcel/watcher
an optional dependency so this can still be installedon operating systems where it's unavailable.
v1.80.5
Compare Source
Embedded Host
@import
deprecations when using an importer with thelegacy API.
v1.80.4
Compare Source
v1.80.3
Compare Source
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.v1.80.2
Compare Source
plain-CSS
invert()
function.v1.80.1
Compare Source
v1.80.0
Compare Source
@import
is now officially deprecated, as are global built-in functions thatare available within built-in modules. See the Sass blog post for more
details on the deprecation process.
Embedded Host
emitted when using a custom importer with the legacy API.
v1.79.6
Compare Source
Fix a bug where Sass would add an extra
*/
after loud comments withwhitespace after an explicit
*/
in the indented syntax.Potentially breaking bug fix: Adding text after an explicit
*/
in theindented syntax is now an error, rather than silently generating invalid CSS.
Embedded Host
SassBoolean
type.v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
v1.79.4
Compare Source
JS API
green
orblue
tocolor.change()
for legacycolors would fail.
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 has been generated by Renovate Bot.
3f3fbbc71f
tob8e837350d
chore(deps): update dependency sass to v1.79.4to chore(deps): update dependency sass to v1.79.5b8e837350d
to41c30ca1a1
chore(deps): update dependency sass to v1.79.5to chore(deps): update dependency sass to v1.79.641c30ca1a1
toad25f57864
chore(deps): update dependency sass to v1.79.6to chore(deps): update dependency sass to v1.80.0ad25f57864
toef22b3df81
chore(deps): update dependency sass to v1.80.0to chore(deps): update dependency sass to v1.80.1chore(deps): update dependency sass to v1.80.1to chore(deps): update dependency sass to v1.80.2ef22b3df81
to7bfaa78156
7bfaa78156
toaf1f35d752
chore(deps): update dependency sass to v1.80.2to chore(deps): update dependency sass to v1.80.3chore(deps): update dependency sass to v1.80.3to chore(deps): update dependency sass to v1.80.4af1f35d752
to9c93aca606
9c93aca606
to5053e59623
chore(deps): update dependency sass to v1.80.4to chore(deps): update dependency sass to v1.80.55053e59623
tof3444fb8fe
chore(deps): update dependency sass to v1.80.5to chore(deps): update dependency sass to v1.80.6f3444fb8fe
tob306ed683d
chore(deps): update dependency sass to v1.80.6to chore(deps): update dependency sass to v1.83.0b306ed683d
tofde07b8e8f
chore(deps): update dependency sass to v1.83.0to chore(deps): update dependency sass to v1.83.1fde07b8e8f
toa955dc7a47
chore(deps): update dependency sass to v1.83.1to chore(deps): update dependency sass to v1.83.4a955dc7a47
to60dc08fa24
60dc08fa24
to126fb59b26
chore(deps): update dependency sass to v1.83.4to chore(deps): update dependency sass to v1.84.0126fb59b26
to05f8e7b2ae
chore(deps): update dependency sass to v1.84.0to chore(deps): update dependency sass to v1.85.005f8e7b2ae
toc968bed8ad
chore(deps): update dependency sass to v1.85.0to chore(deps): update dependency sass to v1.85.1c968bed8ad
to25937cf9e1
chore(deps): update dependency sass to v1.85.1to chore(deps): update dependency sass to v1.86.025937cf9e1
to76115fd8f5
76115fd8f5
tobcb2a2ea73
chore(deps): update dependency sass to v1.86.0to chore(deps): update dependency sass to v1.86.2bcb2a2ea73
to093b3425d0
chore(deps): update dependency sass to v1.86.2to chore(deps): update dependency sass to v1.86.3093b3425d0
toa573b6f26f
chore(deps): update dependency sass to v1.86.3to chore(deps): update dependency sass to v1.87.0a573b6f26f
tof1eb18d312
chore(deps): update dependency sass to v1.87.0to chore(deps): update dependency sass to v1.88.0f1eb18d312
toe71fdb12b2
chore(deps): update dependency sass to v1.88.0to chore(deps): update dependency sass to v1.89.0e71fdb12b2
to27b4a33ad9
chore(deps): update dependency sass to v1.89.0to chore(deps): update dependency sass to v1.89.127b4a33ad9
to0f0c6d73a0
chore(deps): update dependency sass to v1.89.1to chore(deps): update dependency sass to v1.89.2View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.