mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-04 00:18:40 +01:00
chore(deps): update dependency sass to v1.85.0 (#9393)
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`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. </details> --- ### 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. --- - [ ] <!-- 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/Unleash/unleash). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
b0371b03e1
commit
88c3f50073
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user