Bump sass from 1.74.1 to 1.75.0 in /webapp
Bumps sass from 1.74.1 to 1.75.0.
Release notes
Sourced from sass's releases.
Dart Sass 1.75.0
To install Sass 1.75.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
- Allow
importer
to be passed withouturl
inStringOptionsWithImporter
.See the full changelog for changes in earlier releases.
Changelog
Sourced from sass's changelog.
1.75.0
- Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.
JS API
- Allow
importer
to be passed withouturl
inStringOptionsWithImporter
.
Commits
-
821b98e
Don't cache canonicalize calls whencontainingUrl
is available (#2215) -
c5aff1b
Make it possible to build npm with a linked language repo (#2214) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts