Skip to content

Commit

Permalink
chore(deps): update dependency sass to ~1.69.0 (carbon-design-system#…
Browse files Browse the repository at this point in the history
…11013)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass](https://togithub.com/sass/dart-sass) | [`~1.68.0` -> `~1.69.0`](https://renovatebot.com/diffs/npm/sass/1.68.0/1.69.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.69.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.69.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.68.0/1.69.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.68.0/1.69.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sass/dart-sass (sass)</summary>

### [`v1.69.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1690)

[Compare Source](https://togithub.com/sass/dart-sass/compare/1.68.0...1.69.0)

-   Add a `meta.get-mixin()` function that returns a mixin as a first-class Sass
    value.

-   Add a `meta.apply()` mixin that includes a mixin value.

-   Add a `meta.module-mixins()` function which returns a map from mixin names in
    a module to the first-class mixins that belong to those names.

-   Add a `meta.accepts-content()` function which returns whether or not a mixin
    value can take a content block.

-   Add support for the relative color syntax from CSS Color 5. This syntax
    cannot be used to create Sass color values. It is always emitted as-is in the
    CSS output.

##### Dart API

-   Deprecate `Deprecation.calcInterp` since it was never actually emitted as a
    deprecation.

##### Embedded Sass

-   Fix a rare race condition where the embedded compiler could freeze when a
    protocol error was immediately followed by another request.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Never, 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent cef6ef7 commit 0b8e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"rtlcss": "^3.0.0",
"sass": "~1.68.0",
"sass": "~1.69.0",
"sass-loader": "^10.0.0",
"strip-comments": "^1.0.0",
"style-loader": "^2.0.0",
Expand Down

0 comments on commit 0b8e65e

Please sign in to comment.