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.53.0 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 29, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.50.1 -> 1.53.0 age adoption passing confidence

Release Notes

sass/dart-sass

v1.53.0

Compare Source

  • Add support for calling var() with an empty second argument, such as
    var(--side, ).
JS API
  • Fix a bug where meta.load-css() would sometimes resolve relative URLs
    incorrectly when called from a mixin using the legacy JS API.
Embedded Sass
  • Respect npm's proxy settings when downloading the embedded Sass compiler.

v1.52.3

Compare Source

  • Fix crash when trailing loud comments (/* ... */) appear twice in a row
    across two different imports which themselves imported the same file each.

v1.52.2

Compare Source

  • Preserve location of trailing loud comments (/* ... */) instead of pushing
    the comment to the next line.

v1.52.1

Compare Source

Command Line Interface
  • Fix a bug where --watch mode would close immediately in TTY mode. This was
    caused by our change to close --watch when stdin was closed outside of TTY
    mode, which has been reverted for now while we work on a fix.

v1.52.0

Compare Source

  • Add support for arbitrary modifiers at the end of plain CSS imports, in
    addition to the existing supports() and media queries. Sass now allows any
    sequence of identifiers of functions after the URL of an import for forwards
    compatibility with future additions to the CSS spec.

  • Fix an issue where source locations tracked through variable references could
    potentially become incorrect.

  • Fix a bug where a loud comment in the source can break the source map when
    embedding the sources, when using the command-line interface or the legacy JS
    API.

JS API
  • SassNumber.assertUnit() and SassNumber.assertNoUnits() now correctly
    return the number called on when it passes the assertion.

v1.51.0

Compare Source

  • Potentially breaking change: Change the order of maps returned by
    map.deep-merge() to match those returned by map.merge(). All keys that
    appeared in the first map will now be listed first in the same order they
    appeared in that map, followed by any new keys added from the second map.

  • Improve the string output of some AST nodes in error messages.


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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot changed the title chore(deps): update dependency sass to v1.51.0 chore(deps): update dependency sass to v1.52.0 May 20, 2022
@renovate renovate bot force-pushed the renovate/sass-1.x branch from c4b5f3f to e579253 Compare May 20, 2022 01:55
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.52.0 chore(deps): update dependency sass to v1.52.1 May 20, 2022
@renovate renovate bot force-pushed the renovate/sass-1.x branch from e579253 to 97307fb Compare May 20, 2022 23:55
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.52.1 chore(deps): update dependency sass to v1.52.2 Jun 3, 2022
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 97307fb to 3ea02e5 Compare June 3, 2022 04:34
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.52.2 chore(deps): update dependency sass to v1.52.3 Jun 9, 2022
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 3ea02e5 to 2ee3c2f Compare June 9, 2022 01:52
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 2ee3c2f to ad143bd Compare June 22, 2022 20:30
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.52.3 chore(deps): update dependency sass to v1.53.0 Jun 22, 2022
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.

0 participants