Skip to content

Commit

Permalink
chore(deps): update dependency sass to ~1.70.0 (#11427)
Browse files Browse the repository at this point in the history
[![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.69.5` -> `~1.70.0`](https://renovatebot.com/diffs/npm/sass/1.69.5/1.70.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.69.5/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.69.5/1.70.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### JavaScript API

-   Add a `sass.initCompiler()` function that returns a `sass.Compiler` object
    which supports `compile()` and `compileString()` methods with the same API as
    the global Sass object. On the Node.js embedded host, each `sass.Compiler`
    object uses a single long-lived subprocess, making compiling multiple
    stylesheets much more efficient.

-   Add a `sass.initAsyncCompiler()` function that returns a `sass.AsyncCompiler`
    object which supports `compileAsync()` and `compileStringAsync()` methods with
    the same API as the global Sass object. On the Node.js embedded host, each
    `sass.AsynCompiler` object uses a single long-lived subprocess, making
    compiling multiple stylesheets much more efficient.

##### Embedded Sass

-   Support the `CompileRequest.silent` field. This allows compilations with no
    logging to avoid unnecessary request/response cycles.

-   The Dart Sass embedded compiler now reports its name as "dart-sass" rather
    than "Dart Sass", to match the JS API's `info` field.

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

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

##### Embedded Sass

-   In the JS Embedded Host, properly install the x64 Dart Sass executable on
    ARM64 Windows.

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

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

-   Produce better output for numbers with complex units in `meta.inspect()` and
    debugging messages.

-   Escape U+007F DELETE when serializing strings.

-   When generating CSS error messages to display in-browser, escape all code
    points that aren't in the US-ASCII region. Previously only code points U+0100
    LATIN CAPITAL LETTER A WITH MACRON were escaped.

-   Provide official releases for musl LibC and for Android.

-   Don't crash when running `meta.apply()` in asynchronous mode.

##### JS API

-   Fix a bug where certain exceptions could produce `SourceSpan`s that didn't
    follow the documented `SourceSpan` API.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 121698f commit 2b3efaa
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"rtlcss": "^3.0.0",
"sass": "~1.69.0",
"sass": "~1.70.0",
"sass-loader": "^10.0.0",
"strip-comments": "^1.0.0",
"style-loader": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"gulp-rtlcss": "^1.4.1",
"gulp-sass": "^5.0.0",
"require-dir": "^1.2.0",
"sass": "~1.69.5",
"sass": "~1.70.0",
"sass-loader": "^13.0.0"
}
}
19 changes: 16 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4309,7 +4309,7 @@ __metadata:
gulp-rtlcss: "npm:^1.4.1"
gulp-sass: "npm:^5.0.0"
require-dir: "npm:^1.2.0"
sass: "npm:~1.69.5"
sass: "npm:~1.70.0"
sass-loader: "npm:^13.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4832,7 +4832,7 @@ __metadata:
rollup: "npm:^2.55.1"
rollup-plugin-multi-input: "npm:^1.3.1"
rtlcss: "npm:^3.0.0"
sass: "npm:~1.69.0"
sass: "npm:~1.70.0"
sass-loader: "npm:^10.0.0"
strip-comments: "npm:^1.0.0"
style-loader: "npm:^2.0.0"
Expand Down Expand Up @@ -32380,7 +32380,7 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.19.0, sass@npm:~1.69.0, sass@npm:~1.69.5":
"sass@npm:^1.19.0":
version: 1.69.5
resolution: "sass@npm:1.69.5"
dependencies:
Expand All @@ -32393,6 +32393,19 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:~1.70.0":
version: 1.70.0
resolution: "sass@npm:1.70.0"
dependencies:
chokidar: "npm:>=3.0.0 <4.0.0"
immutable: "npm:^4.0.0"
source-map-js: "npm:>=0.6.2 <2.0.0"
bin:
sass: sass.js
checksum: f933545d72a932f4a82322dd4ca9f3ea7d3e9d08852d695f76d419939cbdf7f8db3dd894b059ed77bf76811b07319b75b3ef8bb077bf9f52f8fbdfd8cee162f6
languageName: node
linkType: hard

"sax@npm:~1.2.4":
version: 1.2.4
resolution: "sax@npm:1.2.4"
Expand Down

0 comments on commit 2b3efaa

Please sign in to comment.