chore(deps): update dependency sass to v1.45.1 #1227

Merged
konrad merged 1 commits from renovate/sass-1.x into main 2021-12-21 07:36:29 +00:00
Member

This PR contains the following updates:

Package Type Update Change
sass devDependencies patch 1.45.0 -> 1.45.1

Release Notes

sass/dart-sass

v1.45.1

Compare Source

  • Potentially breaking bug fix: Properly parse custom properties in
    @supports conditions. Note that this means that SassScript expressions on
    the right-hand side of custom property @supports queries now need to be
    interpolated, as per https://sass-lang.com/d/css-vars.

  • Potentially breaking bug fix: Fix a bug where inspect() was not
    properly printing nested, empty, bracketed lists.


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 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, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sass](https://github.com/sass/dart-sass) | devDependencies | patch | [`1.45.0` -> `1.45.1`](https://renovatebot.com/diffs/npm/sass/1.45.0/1.45.1) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.45.1`](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#&#8203;1451) [Compare Source](https://github.com/sass/dart-sass/compare/1.45.0...1.45.1) - **Potentially breaking bug fix:** Properly parse custom properties in `@supports` conditions. Note that this means that SassScript expressions on the right-hand side of custom property `@supports` queries now need to be interpolated, as per https://sass-lang.com/d/css-vars. - **Potentially breaking bug fix:** Fix a bug where `inspect()` was not properly printing nested, empty, bracketed lists. </details> --- ### 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 you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-12-21 01:02:41 +00:00
renovate added 1 commit 2021-12-21 01:02:42 +00:00
chore(deps): update dependency sass to v1.45.1
All checks were successful
continuous-integration/drone/pr Build is passing
0b36ba1cfa
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://1227-renovatesass-1.x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://1227-renovatesass-1.x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit d9fa0dd2bc into main 2021-12-21 07:36:29 +00:00
konrad deleted branch renovate/sass-1.x 2021-12-21 07:36:29 +00:00
Member

Potentially breaking bug fix: Properly parse custom properties in
@supports conditions. Note that this means that SassScript expressions on
the right-hand side of custom property @supports queries now need to be
interpolated, as per https://sass-lang.com/d/css-vars.

@konrad: did you check if this breaks the css properties (variables) of bulma?

> Potentially breaking bug fix: Properly parse custom properties in @supports conditions. Note that this means that SassScript expressions on the right-hand side of custom property @supports queries now need to be interpolated, as per https://sass-lang.com/d/css-vars. @konrad: did you check if this breaks the css properties (variables) of bulma?
Owner

@dpschen I did not check it, but it looks like this is working fine.

@dpschen I did not check it, but it looks like this is working fine.
This repo is archived. You cannot comment on pull requests.
No description provided.