mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
chore(deps): update dependency sass to v1.83.0 (#9032)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass](https://redirect.github.com/sass/dart-sass) | [`1.81.1` -> `1.83.0`](https://renovatebot.com/diffs/npm/sass/1.81.1/1.83.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass/1.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass/1.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass/1.81.1/1.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass/1.81.1/1.83.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.83.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1830) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.82.0...1.83.0) - Allow trailing commas in *all* argument and parameter lists. ### [`v1.82.0`](https://redirect.github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1820) [Compare Source](https://redirect.github.com/sass/dart-sass/compare/1.81.1...1.82.0) ##### Command-Line Interface - Improve `--watch` mode reliability when making multiple changes at once, such as checking out a different Git branch. - Parse the `calc-size()` function as a calculation now that it's supported in some browsers. ##### Dart API - Add a `SassCalculation.calcSize()` function. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9265eb3a02
commit
6163d8b93f
@ -112,7 +112,7 @@
|
||||
"react-router-dom": "6.16.0",
|
||||
"react-table": "7.8.0",
|
||||
"react-test-renderer": "18.3.1",
|
||||
"sass": "1.81.1",
|
||||
"sass": "1.83.0",
|
||||
"semver": "7.6.3",
|
||||
"swr": "2.2.5",
|
||||
"tss-react": "4.9.14",
|
||||
|
@ -9013,9 +9013,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"sass@npm:1.81.1":
|
||||
version: 1.81.1
|
||||
resolution: "sass@npm:1.81.1"
|
||||
"sass@npm:1.83.0":
|
||||
version: 1.83.0
|
||||
resolution: "sass@npm:1.83.0"
|
||||
dependencies:
|
||||
"@parcel/watcher": "npm:^2.4.1"
|
||||
chokidar: "npm:^4.0.0"
|
||||
@ -9026,7 +9026,7 @@ __metadata:
|
||||
optional: true
|
||||
bin:
|
||||
sass: sass.js
|
||||
checksum: 10c0/be30371b1706ae84ca39fc724368deae5fd9cf94f4737fb0120f166e81545d113d1aa9abd3d797cf66f1d48625ab20ec838509f157d23e3e1e57c6a7e5e78cda
|
||||
checksum: 10c0/4415361229879a9041d77c953da85482e89032aa4321ba13250a9987d39c80fac6c88af3777f2a2d76a4e8b0c8afbd21c1970fdbe84e0b3ec25fb26741f92beb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -10234,7 +10234,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.81.1"
|
||||
sass: "npm:1.83.0"
|
||||
semver: "npm:7.6.3"
|
||||
swr: "npm:2.2.5"
|
||||
tss-react: "npm:4.9.14"
|
||||
|
Loading…
Reference in New Issue
Block a user