Avoid emitting rgb() or rgba() functions with non-percent decimal
channels. Older browsers only support integer values or (potentially decimal)
percentages for these functions, so in order to preserve
backwards-compatibility while retaining full precision for modern browsers,
legacy colors that contain at least one non-integer channel will now use
percentages for their channels (for example, rgb(0%, 100%, 50%) rather than rgb(0, 255, 127.5)).
Fix a bug where the values of plain-CSS if() expressions were emitted using
their meta.inspect() format rather than their CSS serialization format.
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [sass](https://github.com/sass/dart-sass) | [`1.101.3` → `1.101.7`](https://renovatebot.com/diffs/npm/sass/1.101.3/1.101.7) |  |  |
| [satori](https://github.com/vercel/satori) | [`^0.28.0` → `^0.29.0`](https://renovatebot.com/diffs/npm/satori/0.28.2/0.29.0) |  |  |
---
### Release Notes
<details>
<summary>sass/dart-sass (sass)</summary>
### [`v1.101.7`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#11017)
[Compare Source](https://github.com/sass/dart-sass/compare/1.101.6...1.101.7)
- No user-visible changes.
### [`v1.101.6`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#11016)
[Compare Source](https://github.com/sass/dart-sass/compare/1.101.5...1.101.6)
- No user-visible changes.
### [`v1.101.5`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#11015)
[Compare Source](https://github.com/sass/dart-sass/compare/1.101.4...1.101.5)
- No user-visible changes.
### [`v1.101.4`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#11014)
[Compare Source](https://github.com/sass/dart-sass/compare/1.101.3...1.101.4)
- Avoid emitting `rgb()` or `rgba()` functions with non-percent decimal
channels. Older browsers only support integer values or (potentially decimal)
percentages for these functions, so in order to preserve
backwards-compatibility while retaining full precision for modern browsers,
legacy colors that contain at least one non-integer channel will now use
percentages for their channels (for example, `rgb(0%, 100%, 50%)` rather than
`rgb(0, 255, 127.5)`).
- Fix a bug where the values of plain-CSS `if()` expressions were emitted using
their `meta.inspect()` format rather than their CSS serialization format.
</details>
<details>
<summary>vercel/satori (satori)</summary>
### [`v0.29.0`](https://github.com/vercel/satori/releases/tag/0.29.0)
[Compare Source](https://github.com/vercel/satori/compare/0.28.2...0.29.0)
##### Features
- add support for webp images ([#​622](https://github.com/vercel/satori/issues/622)) ([b712d5b](https://github.com/vercel/satori/commit/b712d5b88a2e72495f5b8f3f0d97d52ee50d3836)), closes [#​607](https://github.com/vercel/satori/issues/607) [#​539](https://github.com/vercel/satori/issues/539) [#​273](https://github.com/vercel/satori/issues/273) [#​311](https://github.com/vercel/satori/issues/311)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE2My4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tYXRlZCIsImRlcGVuZGVuY2llcyJdfQ==-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
1.101.3→1.101.7^0.28.0→^0.29.0Release Notes
sass/dart-sass (sass)
v1.101.7Compare Source
v1.101.6Compare Source
v1.101.5Compare Source
v1.101.4Compare Source
Avoid emitting
rgb()orrgba()functions with non-percent decimalchannels. Older browsers only support integer values or (potentially decimal)
percentages for these functions, so in order to preserve
backwards-compatibility while retaining full precision for modern browsers,
legacy colors that contain at least one non-integer channel will now use
percentages for their channels (for example,
rgb(0%, 100%, 50%)rather thanrgb(0, 255, 127.5)).Fix a bug where the values of plain-CSS
if()expressions were emitted usingtheir
meta.inspect()format rather than their CSS serialization format.vercel/satori (satori)
v0.29.0Compare Source
Features
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate.