Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sass to v1.22.12 #25

Merged
merged 1 commit into from
Sep 12, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2019

This PR contains the following updates:

Package Type Update Change
sass devDependencies patch 1.22.10 -> 1.22.12

Release Notes

sass/dart-sass

v1.22.12

Compare Source

  • Potentially breaking bug fix: character sequences consisting of two or
    more hyphens followed by a number (such as --123), or two or more hyphens on
    their own (such as --), are now parsed as identifiers [in accordance with
    the CSS spec][ident-token-diagram].

    [ident-token-diagram]: https://drafts.csswg.org/css-syntax-3/#ident-token-diagram

    The sequence -- was previously parsed as multiple applications of the -
    operator. Since this is unlikely to be used intentionally in practice, we
    consider this bug fix safe.

Command-Line Interface
  • Fix a bug where changes in .css files would be ignored in --watch mode.
JavaScript API
  • Allow underscore-separated custom functions to be defined.

  • Improve the performance of Node.js compilation involving many @imports.


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@zce zce merged commit 95966a4 into master Sep 12, 2019
@renovate renovate bot deleted the renovate/sass-1.x branch September 12, 2019 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants