seonglae / intuiter

Globally available Vim like productivity application with a fancy mouse control. Home row keyboard mapping makes typing innovatively fast in everywhere
https://intuiter.seongland.com
39 stars 3 forks source link

deps: Update dependency sass to v1.50.0 #109

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.49.9 -> 1.50.0 age adoption passing confidence
sass ~1.49.9 -> ~1.50.0 age adoption passing confidence

Release Notes

sass/dart-sass ### [`v1.50.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​1500) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.11...1.50.0) - `@extend` now treats [`:where()`][:where()] the same as `:is()`. [`:where()`]: https://developer.mozilla.org/en-US/docs/Web/CSS/:where ##### Command Line Interface - Closing the standard input stream will now cause the `--watch` command to stop running. ##### Embedded Sass - Fix a bug where the JS embedded host crashed when invoking a legacy importer after resolving a relative filesystem import. - Improve error messages when returning non-`Object` values from legacy importers. ### [`v1.49.11`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​14911) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.10...1.49.11) - Add support for 64-bit ARM releases on Linux. ##### Embedded Sass - The embedded compiler now correctly sets the `id` field for all `OutboundMessage`s. ### [`v1.49.10`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#​14910) [Compare Source](https://togithub.com/sass/dart-sass/compare/1.49.9...1.49.10) - Quiet deps mode now silences compiler warnings in mixins and functions that are defined in dependencies even if they're invoked from application stylesheets. - In expanded mode, Sass will now emit colors using `rgb()`, `rbga()`, `hsl()`, and `hsla()` function notation if they were defined using the corresponding notation. As per our browser support policy, this change was only done once 95% of browsers were confirmed to support this output format, and so is not considered a breaking change. Note that this output format is intended for human readability and not for interoperability with other tools. As always, Sass targets the CSS specification, and any tool that consumes Sass's output should parse all colors that are supported by the CSS spec. - Fix a bug in which a color written using the four- or eight-digit hex format could be emitted as a hex color rather than a format with higher browser compatibility. - Calculations are no longer simplified within supports declarations

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 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 these updates again.



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