Commit 5b6b124
authored
Bump sass-embedded from 1.89.2 to 1.91.0 (#444)
Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from
1.89.2 to 1.91.0.
<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.91.0</h2>
<ul>
<li>
<p><strong>Potentially breaking change:</strong>
<code>meta.inspect()</code> (as well as other systems
that use it such as <code>@debug</code> and certain error messages) now
emits numbers
with as high precision as is available instead of rounding to the
nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
<code>meta.inspect()</code>, which is to provide full information about
the structure of
a Sass value.</p>
</li>
<li>
<p>Passing a rest argument (<code>$arg...</code>) before a positional or
named argument when
calling a function or mixin is now deprecated. This was always outside
the
specified syntax, but it was historically treated the same as passing
the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.</p>
</li>
</ul>
<h2>1.90.0</h2>
<ul>
<li>Allow a <code>@forward</code>ed module to be loaded with a
configuration when that module
has already been loaded with a different configuration <em>and</em> the
module
doesn't define any variables that would have been configured
anyway.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/embedded-host-node/commit/9618534dbc733582d2e13ab2bb2ce5df3e021751"><code>9618534</code></a>
Update Dart Sass version and release</li>
<li><a
href="https://github.com/sass/embedded-host-node/commit/81c48ba35c5fb57fb51940f35ff9ac2a9613f9e4"><code>81c48ba</code></a>
Update Dart Sass version and release</li>
<li><a
href="https://github.com/sass/embedded-host-node/commit/13fe81b1f5bb51f37108ebcad453d5b4ac0fc79e"><code>13fe81b</code></a>
Add libc field to package.json (<a
href="https://redirect.github.com/sass/embedded-host-node/issues/388">#388</a>)</li>
<li><a
href="https://github.com/sass/embedded-host-node/commit/4c312c4a1da5dcf988b411305f909a669b2ee420"><code>4c312c4</code></a>
Support pure JS <code>sass</code> executable (<a
href="https://redirect.github.com/sass/embedded-host-node/issues/344">#344</a>)</li>
<li><a
href="https://github.com/sass/embedded-host-node/commit/a7d5c6450d8e7dab5af580a855cbe318b9a4f17b"><code>a7d5c64</code></a>
Bump jest from 29.7.0 to 30.0.3 (<a
href="https://redirect.github.com/sass/embedded-host-node/issues/384">#384</a>)</li>
<li><a
href="https://github.com/sass/embedded-host-node/commit/a91a57deac9dd8a5e29b44ee0ad7237ad33f8067"><code>a91a57d</code></a>
Bump <code>@types/node</code> from 22.15.32 to 24.0.3 (<a
href="https://redirect.github.com/sass/embedded-host-node/issues/380">#380</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/embedded-host-node/compare/1.89.2...1.91.0">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 4805b99 commit 5b6b124
2 files changed
+663
-176
lines changed
0 commit comments