Bump sass-embedded from 1.85.0 to 1.89.2
Bumps sass-embedded from 1.85.0 to 1.89.2.
Changelog
Sourced from sass-embedded's changelog.
1.89.2
Embedded Host
- Fixed a compilation error caused by an outdated
bufdependency.1.89.1
- No user-visible changes.
1.89.0
- Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.
1.88.0
Allow custom properties with empty values (such as
--var:;).Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
- Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.
Dart API
- Deprecate passing a relative URL to
compileString()and related functions.1.87.0
- Potentially breaking bug fix: When a plain CSS file with a top-level nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.1.86.3
- 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
... (truncated)
Commits
8a6f9d8Update Dart Sass version and release47a3256Bump buf version requirements (#376)4eb752eUpdate Dart Sass version and release05c8d0bRemove ia32 support on dart 3.8 (#374)f2e50b2Update Dart Sass version and release1852b07Bump shelljs from 0.9.2 to 0.10.0 (#373)ba6e09fUpdate Dart Sass version and release3e17cf7Fix passing variables across compilations (#367)bcbd09dBump protocol-version to 3.2.0 (#372)df17d8fBump tar from 6.2.1 to 7.4.3 (#311)- Additional commits viewable in compare view
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)
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 98.28%. Comparing base (31152e1) to head (bac0bea).
:warning: Report is 20 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #13623 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 265 265
Lines 10654 10654
Branches 3265 3265
=======================================
Hits 10471 10471
Misses 170 170
Partials 13 13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@dependabot rebase
Superseded by #13716.