Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with
a .. segment.
1.86.2
No user-visible changes.
1.86.1
Improve the performance of file: URL case canonicalization on Windows and
Mac OS.
1.86.0
Add support for % as an expression in its own right. It will still be parsed
as the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string %.
Consider attr() to be a special number function that can be used as a
channel in color functions.
Deprecate user-defined functions named type() so that we can eventually
support the new CSS type() function.
Dart API
Increase the minimum Dart SDK to 3.6.0.
1.85.1
Fix a bug where global Sass functions whose names overlap with CSS math
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
round(-$var / 2) previously threw an error but now works as intended.
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.
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.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/12531
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 4/7/2025
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/dev/sass-embedded-1.86.3`
---
### 📝 Commits (1)
- [`6cb0832`](https://github.com/open-webui/open-webui/commit/6cb0832251a0622e75c83f41943f7e309355cb9a) build(deps-dev): bump sass-embedded from 1.81.0 to 1.86.3
### 📊 Changes
**2 files changed** (+85 additions, -85 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+84 -84)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.81.0 to 1.86.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md">sass-embedded's changelog</a>.</em></p>
<blockquote>
<h2>1.86.3</h2>
<ul>
<li>Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with
a <code>..</code> segment.</li>
</ul>
<h2>1.86.2</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.86.1</h2>
<ul>
<li>Improve the performance of <code>file:</code> URL case canonicalization on Windows and
Mac OS.</li>
</ul>
<h2>1.86.0</h2>
<ul>
<li>
<p>Add support for <code>%</code> as an expression in its own right. It will still be parsed
as the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string <code>%</code>.</p>
</li>
<li>
<p>Consider <code>attr()</code> to be a special number function that can be used as a
channel in color functions.</p>
</li>
<li>
<p>Deprecate user-defined functions named <code>type()</code> so that we can eventually
support the new CSS <code>type()</code> function.</p>
</li>
</ul>
<h3>Dart API</h3>
<ul>
<li>Increase the minimum Dart SDK to 3.6.0.</li>
</ul>
<h2>1.85.1</h2>
<ul>
<li>Fix a bug where global Sass functions whose names overlap with CSS math
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
<code>round(-$var / 2)</code> previously threw an error but now works as intended.</li>
</ul>
<h2>1.85.0</h2>
<ul>
<li>No longer fully trim redundant selectors generated by <code>@extend</code>. This caused
unacceptable performance issues for certain heavy users of <code>@extend</code>. We'll
try to find a more performant way to accomplish it in the future.</li>
</ul>
<h2>1.84.0</h2>
<ul>
<li>
<p>Allow newlines in whitespace in the indented syntax.</p>
</li>
<li>
<p><strong>Potentially breaking bug fix</strong>: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like <code>[foo#{"]:is(bar"}) {a: b}</code> would compile without error, but this was an unintentional bug.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/sass/embedded-host-node/commit/9678d15d931a957a4de241b8554cb904de89120e"><code>9678d15</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/23a3127894fca8e283e9242087548f0cec8010d6"><code>23a3127</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/350fe6f468da438cf4a97212adb5ace9c2a82d38"><code>350fe6f</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/65ed46a2b4e1ad6a8f4ba2791a2bb4babf1837e2"><code>65ed46a</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/1ec3fbdf241267ce3c55eae4a4fb6d374ed370d9"><code>1ec3fbd</code></a> Bump shelljs from 0.8.5 to 0.9.1 (<a href="https://redirect.github.com/sass/embedded-host-node/issues/366">#366</a>)</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/12022ccff7726152d87b2d459874f34ec0b8afcc"><code>12022cc</code></a> Update README.md (<a href="https://redirect.github.com/sass/embedded-host-node/issues/363">#363</a>)</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/30cff808b594a2af3a51cdc7f30ed658d9ffdcfe"><code>30cff80</code></a> Fix link for sass/sync-message-port (<a href="https://redirect.github.com/sass/embedded-host-node/issues/362">#362</a>)</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/01b4df1ed85c014164216737ab5bc8855c52731c"><code>01b4df1</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/3b72e22b6b3392c213e868010efe3cd8fc17895c"><code>3b72e22</code></a> Update Dart Sass version and release</li>
<li><a href="https://github.com/sass/embedded-host-node/commit/739b3f6f8b0cc411e4c314631bdcb117959d5dbe"><code>739b3f6</code></a> Fix Sass Boolean, make it a class to match spec (<a href="https://redirect.github.com/sass/embedded-host-node/issues/359">#359</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sass/embedded-host-node/compare/1.81.0...1.86.3">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12531
Author: @dependabot[bot]
Created: 4/7/2025
Status: ❌ Closed
Base:
dev← Head:dependabot/npm_and_yarn/dev/sass-embedded-1.86.3📝 Commits (1)
6cb0832build(deps-dev): bump sass-embedded from 1.81.0 to 1.86.3📊 Changes
2 files changed (+85 additions, -85 deletions)
View changed files
📝
package-lock.json(+84 -84)📝
package.json(+1 -1)📄 Description
Bumps sass-embedded from 1.81.0 to 1.86.3.
Changelog
Sourced from sass-embedded's changelog.
... (truncated)
Commits
9678d15Update Dart Sass version and release23a3127Update Dart Sass version and release350fe6fUpdate Dart Sass version and release65ed46aUpdate Dart Sass version and release1ec3fbdBump shelljs from 0.8.5 to 0.9.1 (#366)12022ccUpdate README.md (#363)30cff80Fix link for sass/sync-message-port (#362)01b4df1Update Dart Sass version and release3b72e22Update Dart Sass version and release739b3f6Fix Sass Boolean, make it a class to match spec (#359)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.