Skip to content

Commit

Permalink
chore(deps): update dependency sass to ~1.78.0 (#12012)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

### [`v1.78.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1780)

[Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.77.8...1.78.0)

-   The `meta.feature-exists` function is now deprecated. This deprecation is
    named `feature-exists`.

-   Fix a crash when using `@at-root` without any queries or children in the
    indented syntax.

##### JS API

-   Backport the deprecation options (`fatalDeprecations`, `futureDeprecations`,
    and `silenceDeprecations`) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

-   Fix a bug where accessing `SourceSpan.url` would crash when a relative URL was
    passed to the Sass API.

##### Embedded Sass

-   Explicitly expose a `sass` executable from the `sass-embedded` npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run `npx sass` for local installs or just `sass` when
    `sass-embedded` is installed globally.

-   Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    `sass-embedded` npm package.

-   Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

-   Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

-   Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.

</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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent 5840840 commit 78a7ae3
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.77.0",
"sass": "~1.78.0",
"sass-loader": "^10.0.0",
"strip-comments": "^2.0.1",
"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-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"require-dir": "^1.2.0",
"sass": "~1.77.0",
"sass": "~1.78.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 @@ -3414,7 +3414,7 @@ __metadata:
gulp-rename: "npm:^2.0.0"
gulp-sass: "npm:^5.0.0"
require-dir: "npm:^1.2.0"
sass: "npm:~1.77.0"
sass: "npm:~1.78.0"
sass-loader: "npm:^13.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3958,7 +3958,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.77.0"
sass: "npm:~1.78.0"
sass-loader: "npm:^10.0.0"
strip-comments: "npm:^2.0.1"
style-loader: "npm:^2.0.0"
Expand Down Expand Up @@ -31456,7 +31456,7 @@ __metadata:
languageName: node
linkType: hard

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

"sass@npm:~1.78.0":
version: 1.78.0
resolution: "sass@npm:1.78.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/a180135addd9108d9a3549e111b2b442a97761bc429ef04374d57ef741d4343378e7092a6cba12e1f94e48b02d9b997cc79e737c0a2b834ad9204a761b14734d
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 78a7ae3

Please sign in to comment.