Skip to content

Commit

Permalink
Update dependency sass to v1.72.0 (#1586)
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.1` -> `1.72.0`](https://renovatebot.com/diffs/npm/sass/1.71.1/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.1/1.72.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.71.1/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.

</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.

---

 - [ ] 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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Mar 16, 2024
1 parent 5725f15 commit d1083f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"release": "6.3.1",
"request-promise-core": "1.1.4",
"resolve-from": "5.0.0",
"sass": "1.71.1",
"sass": "1.72.0",
"satori": "0.10.13",
"scheduler-builtin": "npm:scheduler@0.24.0-next-fecc288b7-20221025",
"scheduler-experimental-builtin": "npm:scheduler@0.23.0",
Expand Down

0 comments on commit d1083f6

Please sign in to comment.