Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

build(deps-dev): bump sass from 1.23.0 to 1.23.3 #342

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sass from 1.23.0 to 1.23.3.

Release notes

Sourced from sass's releases.

Dart Sass 1.23.3

To install Dart Sass 1.23.3, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where selectors were being trimmed over-eagerly when @extend crossed module boundaries.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.2

To install Dart Sass 1.23.2, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Fix a bug when compiling all Sass files in a directory where a CSS file could be compiled to its own location, creating an infinite loop in --watch mode.

  • Properly compile CSS entrypoints in directories outside of --watch mode.

See the full changelog for changes in earlier releases.

Dart Sass 1.23.1

To install Dart Sass 1.23.1, download one of the packages above and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug preventing built-in modules from being loaded within a configured module.

  • Fix a bug preventing an unconfigured module from being loaded from within two different configured modules.

  • Fix a bug when meta.load-css() was used to load some files that included media queries.

  • Allow saturate() in plain CSS files, since it can be used as a plain CSS filter function.

  • Improve the error messages for trying to access functions like lighten() from the sass:color module.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.23.3

  • Fix a bug where selectors were being trimmed over-eagerly when @extend
    crossed module boundaries.

1.23.2

Command-Line Interface

  • Fix a bug when compiling all Sass files in a directory where a CSS file could
    be compiled to its own location, creating an infinite loop in --watch mode.

  • Properly compile CSS entrypoints in directories outside of --watch mode.

1.23.1

  • Fix a bug preventing built-in modules from being loaded within a configured
    module.

  • Fix a bug preventing an unconfigured module from being loaded from within two
    different configured modules.

  • Fix a bug when meta.load-css() was used to load some files that included
    media queries.

  • Allow saturate() in plain CSS files, since it can be used as a plain CSS
    filter function.

  • Improve the error messages for trying to access functions like lighten()
    from the sass:color module.

Commits
  • 1a5102b Merge pull request #869 from sass/second-law-use
  • be4ca60 Propagate selector source specificity between modules
  • df5f3af Remove some unused specificity calculations
  • 3392db0 Don't compile .css files in directories to themselves (#862)
  • 0ea2e0d Fix broken links in perf.md (#861)
  • 3b36b5e Run against Node 12 rather than Node 13 (#859)
  • bb81bdd Release 1.23.1 (#858)
  • 1b17ab7 Reset the forwarded config to empty for @​use and meta.load-module() (#855)
  • 73de08b Only generate and update selectors, not rules, in Extender (#856)
  • 6b8c168 Improve error messages for color functions that aren't in sass:color (#844)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sass](https://github.com/sass/dart-sass) from 1.23.0 to 1.23.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](sass/dart-sass@1.23.0...1.23.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot merged commit c9e701b into develop Nov 11, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/develop/sass-1.23.3 branch November 11, 2019 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants