Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W Website 2020 spike
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • Website 2020 spike
  • Merge requests
  • !75

Bump sass from 1.26.5 to 1.30.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jake Howard requested to merge dependabot/npm_and_yarn/sass-1.30.0 into master Dec 07, 2020
  • Overview 0
  • Commits 1
  • Changes 2

Created by: dependabot-preview[bot]

Bumps sass from 1.26.5 to 1.30.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.30.0

To install Sass 1.30.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 where @at-root (without: all) wouldn't properly remove a @keyframes context when parsing selectors.

Node JS API

  • The generated main() function in sass.js now returns a Promise that completes when the executable is finished running.

Dart API

  • Fix a bug that prevented importers from returning null when loading from a URL that they had already canonicalized.

See the full changelog for changes in earlier releases.

Dart Sass 1.29.0

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

Changes

  • Support a broader syntax for @supports conditions, based on the latest Editor's Draft of CSS Conditional Rules 3. Almost all syntax will be allowed (with interpolation) in the conditions' parentheses, as well as function syntax such as @supports selector(...).

See the full changelog for changes in earlier releases.

Dart Sass 1.28.0

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

Changes

  • Add a color.hwb() function to sass:color that can express colors in HWB format.
  • Add color.whiteness() and [color.blackness()] functions to sass:color to get a color's HWB whiteness and blackness components.
Changelog

Sourced from sass's changelog.

1.30.0

  • Fix a bug where @at-root (without: all) wouldn't properly remove a @keyframes context when parsing selectors.

Node JS API

  • The generated main() function in sass.js now returns a Promise that completes when the executable is finished running.

Dart API

  • Fix a bug that prevented importers from returning null when loading from a URL that they had already canonicalized.

1.29.0

  • Support a broader syntax for @supports conditions, based on the latest Editor's Draft of CSS Conditional Rules 3. Almost all syntax will be allowed (with interpolation) in the conditions' parentheses, as well as function syntax such as @supports selector(...).

1.28.0

  • Add a color.hwb() function to sass:color that can express colors in HWB format.
  • Add color.whiteness() and color.blackness() functions to sass:color to get a color's HWB whiteness and blackness components.
  • Add $whiteness and $blackness parameters to color.adjust(), color.change(), and color.scale() to modify a color's HWB whiteness and blackness components.

Dart API

  • Add HWB support to the SassColor class, including a SassColor.hwb() constructor, whiteness and blackness getters, and a changeHwb() method.
Commits
  • 43f4607 Update cli_pkg (#1153)
  • a13f7be Apply the change in #1139 to the asynchronous source file (#1150)
  • 50985d7 Fix Travis CI (#1149)
  • b826bd3 Add an upper bound to our test constraint
  • 0bb0584 Disable Node.js tests on Dart dev
  • 4f1f5c9 Fix for importers that return null in load (#1139)
  • 6986dcf Update CONTRIBUTING.md (#1136)
  • c0e6ba1 Fix a buggy interaction between @at-root and @keyframes (#1135)
  • 939dca8 Support generalized @supports conditions (#1134)
  • f798aae Reformat (#1133)
  • 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.


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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dependabot/npm_and_yarn/sass-1.30.0