From 88c3f50073c5ada72d8ab0f125e11d50a3b5c3c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:59:48 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.85.0 (#9393) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass](https://redirect.github.com/sass/dart-sass) | [`1.83.4` -> `1.85.0`](https://renovatebot.com/diffs/npm/sass/1.83.4/1.85.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.83.4/1.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.83.4/1.85.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sass/dart-sass (sass) ### [`v1.85.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1850) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.84.0...1.85.0) - No longer fully trim redundant selectors generated by `@extend`. This caused unacceptable performance issues for certain heavy users of `@extend`. We'll try to find a more performant way to accomplish it in the future. ### [`v1.84.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1840) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.83.4...1.84.0) - Allow newlines in whitespace in the indented syntax. - **Potentially breaking bug fix**: Selectors with unmatched brackets now always produce a parser error. Previously, some edge cases like `[foo#{"]:is(bar"}) {a: b}` would compile without error, but this was an unintentional bug. - Fix a bug in which various Color Level 4 functions weren't allowed in plain CSS. - Fix the error message for `@extend` without a selector and possibly other parsing edge-cases in contexts that allow interpolation. ##### Embedded Host - Fixed the implementation of the `SassBoolean` type to adhere to the spec, now using a class instead of an interface.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Unleash/unleash). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- frontend/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index cc1cd20435..4b945dbe9e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -113,7 +113,7 @@ "react-router-dom": "6.16.0", "react-table": "7.8.0", "react-test-renderer": "18.3.1", - "sass": "1.83.4", + "sass": "1.85.0", "semver": "7.7.1", "swr": "2.3.2", "tss-react": "4.9.15", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ae6b43ec67..ca53b1db75 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -8944,9 +8944,9 @@ __metadata: languageName: node linkType: hard -"sass@npm:1.83.4": - version: 1.83.4 - resolution: "sass@npm:1.83.4" +"sass@npm:1.85.0": + version: 1.85.0 + resolution: "sass@npm:1.85.0" dependencies: "@parcel/watcher": "npm:^2.4.1" chokidar: "npm:^4.0.0" @@ -8957,7 +8957,7 @@ __metadata: optional: true bin: sass: sass.js - checksum: 10c0/6f27f0eebfeb50222b14baaeef548ef58a05daf8abd9797e6c499334ed7ad40541767056c8693780d06ca83d8836348ea7396a923d3be439b133507993ca78be + checksum: 10c0/a1af0c0596ae1904f66337d0c70a684db6e12210f97be4326cc3dcf18b0f956d7bc45ab2bcc7a8422d433d3eb3c9cb2cc8e60b2dafbdd01fb1ae5a23f5424690 languageName: node linkType: hard @@ -10150,7 +10150,7 @@ __metadata: react-router-dom: "npm:6.16.0" react-table: "npm:7.8.0" react-test-renderer: "npm:18.3.1" - sass: "npm:1.83.4" + sass: "npm:1.85.0" semver: "npm:7.7.1" swr: "npm:2.3.2" tss-react: "npm:4.9.15"