Update dependency sass to v1.71.1#271
Merged
Merged
Conversation
✅ Deploy Preview for ree6-backend ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
6 times, most recently
from
January 2, 2024 12:55
bb25920 to
4a87c50
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
4 times, most recently
from
January 5, 2024 09:38
4ca9baf to
556c518
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
5 times, most recently
from
January 24, 2024 10:28
c3643a6 to
a40d2f1
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
4 times, most recently
from
January 25, 2024 13:09
4970886 to
cea891e
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
from
February 12, 2024 10:38
cea891e to
01083df
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
from
February 16, 2024 04:22
01083df to
b68d452
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
from
February 21, 2024 03:04
b68d452 to
1e9c79b
Compare
|
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
from
February 22, 2024 13:39
1e9c79b to
21f8006
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x-lockfile
branch
from
February 22, 2024 13:40
21f8006 to
6430cb0
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
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.70.0->1.71.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sass/dart-sass (sass)
v1.71.1Compare Source
Command-Line Interface
JavaScript API
Export the
NodePackageImporterclass in ESM mode.Allow
NodePackageImporterto locate a default directory even when theentrypoint is an ESM module.
Dart API
NodePackageImporter()a static error ratherthan just a runtime error.
Embedded Sass
when running on musl Linux.
v1.71.0Compare Source
For more information about
pkg:importers, see theannouncement on the Sass blog.
Command-Line Interface
--pkg-importerflag to enable built-inpkg:importers. Currentlythis only supports the Node.js package resolution algorithm, via
--pkg-importer=node. For example,@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss.JavaScript API
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using the
pkg:URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a singleoptional argument, which indicates the base directory to use when locating
node_modulesdirectories. It defaults topath.dirname(require.main.filename).Dart API
NodePackageImporterimporter that can be passed to theimportersoption. This loads files using the
pkg:URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"will loadnode_modules/bootstrap/scss/bootstrap.scss. The constructor takes a singleargument, which indicates the base directory to use when locating
node_modulesdirectories.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 Mend Renovate. View repository job log here.