chore(deps): update dependency sass to v1.81.0 #472

Merged
nemunaire merged 1 commits from renovate/sass-1.x-lockfile into master 2024-11-21 09:00:22 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
sass devDependencies minor 1.79.5 -> 1.81.0

Release Notes

sass/dart-sass (sass)

v1.81.0

Compare Source

  • Fix a few cases where deprecation warnings weren't being emitted for global
    built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long
    as that argument might be a unitless number.

v1.80.7

Compare Source

Embedded Host
  • Don't treat 0 as undefined for the green and blue channels in the
    LegacyColor constructor.

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.

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, 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 | minor | [`1.79.5` -> `1.81.0`](https://renovatebot.com/diffs/npm/sass/1.79.5/1.81.0) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.81.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1810) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.7...1.81.0) - Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations. - Add support for the CSS `round()` calculation with a single argument, as long as that argument might be a unitless number. ### [`v1.80.7`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1807) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.6...1.80.7) ##### Embedded Host - Don't treat `0` as `undefined` for the `green` and `blue` channels in the `LegacyColor` constructor. ### [`v1.80.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1806) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.5...1.80.6) ##### Command-Line Interface - Make `@parcel/watcher` an optional dependency so this can still be installed on operating systems where it's unavailable. ### [`v1.80.5`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1805) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.4...1.80.5) ##### Embedded Host - Don't produce phantom `@import` deprecations when using an importer with the legacy API. ### [`v1.80.4`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1804) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.3...1.80.4) - No user-visible changes. ### [`v1.80.3`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1803) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.2...1.80.3) - Fix a bug where `@import url("...")` would crash in plain CSS files. - Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like `--quiet`, `--verbose`, and `--silence-deprecation`. ### [`v1.80.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1802) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.1...1.80.2) - Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS `invert()` function. ### [`v1.80.1`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1801) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.0...1.80.1) - Fix a bug where repeated deprecation warnings were not automatically limited. ### [`v1.80.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1800) [Compare Source](https://github.com/sass/dart-sass/compare/1.79.6...1.80.0) - `@import` is now officially deprecated, as are global built-in functions that are available within built-in modules. See [the Sass blog post] for more details on the deprecation process. [the Sass blog post]: https://sass-lang.com/blog/import-is-deprecated/ ##### Embedded Host - Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API. ### [`v1.79.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1796) [Compare Source](https://github.com/sass/dart-sass/compare/1.79.5...1.79.6) - Fix a bug where Sass would add an extra `*/` after loud comments with whitespace after an explicit `*/` in the indented syntax. - **Potentially breaking bug fix:** Adding text after an explicit `*/` in the indented syntax is now an error, rather than silently generating invalid CSS. ##### Embedded Host - Properly export the `SassBoolean` type. </details> --- ### 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. --- - [ ] <!-- 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-16 23:56:34 +00:00
chore(deps): update dependency sass to v1.79.6
All checks were successful
continuous-integration/drone/push Build is passing
b90f93d5ff
renovate-bot changed title from chore(deps): update dependency sass to v1.79.6 to chore(deps): update dependency sass to v1.80.0 2024-10-17 01:59:08 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from b90f93d5ff to 8f34e7aecd 2024-10-17 01:59:09 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.0 to chore(deps): update dependency sass to v1.80.1 2024-10-17 03:59:55 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 8f34e7aecd to 1d0ef7ffb6 2024-10-17 03:59:56 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.1 to chore(deps): update dependency sass to v1.80.2 2024-10-17 21:58:14 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 1d0ef7ffb6 to e8d535d41a 2024-10-17 21:58:16 +00:00 Compare
renovate-bot force-pushed renovate/sass-1.x-lockfile from e8d535d41a to 92988e6ace 2024-10-19 00:09:29 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.2 to chore(deps): update dependency sass to v1.80.3 2024-10-19 00:09:32 +00:00
renovate-bot changed title from chore(deps): update dependency sass to v1.80.3 to chore(deps): update dependency sass to v1.80.4 2024-10-23 23:45:40 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 92988e6ace to 030859001c 2024-10-23 23:45:40 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.4 to chore(deps): update dependency sass to v1.80.5 2024-10-29 22:45:38 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 030859001c to 787c7932dc 2024-10-29 22:45:38 +00:00 Compare
renovate-bot force-pushed renovate/sass-1.x-lockfile from 787c7932dc to db9b4eb058 2024-11-01 23:52:22 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.5 to chore(deps): update dependency sass to v1.80.6 2024-11-01 23:52:25 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from db9b4eb058 to b81e85b48e 2024-11-15 13:53:50 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.80.6 to chore(deps): update dependency sass to v1.81.0 2024-11-15 13:53:53 +00:00
nemunaire merged commit 8a91d4b7fa into master 2024-11-21 09:00:22 +00:00
nemunaire deleted branch renovate/sass-1.x-lockfile 2024-11-21 09:00:23 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: fic/server#472
No description provided.