Skip to content

Commit

Permalink
chore(deps): update dependency sass to ~1.72.0 (#11646)
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.71.0` -> `~1.72.0`](https://renovatebot.com/diffs/npm/sass/1.71.0/1.72.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.71.0/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.71.0/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

-   Support adjacent `/`s without whitespace in between when parsing plain CSS
    expressions.

-   Allow the Node.js `pkg:` importer to load Sass stylesheets for `package.json`
    `exports` field entries without extensions.

-   When printing suggestions for variables, use underscores in variable names
    when the original usage used underscores.

##### JavaScript API

-   Properly resolve `pkg:` imports with the Node.js package importer when
    arguments are passed to the JavaScript process.

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

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

##### Command-Line Interface

-   Ship the musl Linux release with the proper Dart executable.

##### JavaScript API

-   Export the `NodePackageImporter` class in ESM mode.

-   Allow `NodePackageImporter` to locate a default directory even when the
    entrypoint is an ESM module.

##### Dart API

-   Make passing a null argument to `NodePackageImporter()` a static error rather
    than just a runtime error.

##### Embedded Sass

-   In the JS Embedded Host, properly install the musl Linux embedded compiler
    when running on musl Linux.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 0fad4ec commit e03020a
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 @@ -194,7 +194,7 @@
"resize-observer-polyfill": "^1.5.0",
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"sass": "~1.71.0",
"sass": "~1.72.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 @@ -44,7 +44,7 @@
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"require-dir": "^1.2.0",
"sass": "~1.71.0",
"sass": "~1.72.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 @@ -3350,7 +3350,7 @@ __metadata:
gulp-rename: "npm:^2.0.0"
gulp-sass: "npm:^5.0.0"
require-dir: "npm:^1.2.0"
sass: "npm:~1.71.0"
sass: "npm:~1.72.0"
sass-loader: "npm:^13.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3913,7 +3913,7 @@ __metadata:
resize-observer-polyfill: "npm:^1.5.0"
rollup: "npm:^2.55.1"
rollup-plugin-multi-input: "npm:^1.3.1"
sass: "npm:~1.71.0"
sass: "npm:~1.72.0"
sass-loader: "npm:^10.0.0"
strip-comments: "npm:^1.0.0"
style-loader: "npm:^2.0.0"
Expand Down Expand Up @@ -31285,7 +31285,7 @@ __metadata:
languageName: node
linkType: hard

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

"sass@npm:~1.72.0":
version: 1.72.0
resolution: "sass@npm:1.72.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: 10/637b002f9ca7888c4535a51819a3983a4638dd0a1f31aab817ae276b7fc2c3a7ab2a268d8249131810fbbd6d2cb9bd25d045008b01eda53c3ff8aa843850348d
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 e03020a

Please sign in to comment.