Skip to content

chore(deps-dev): Bump sass-embedded from 1.98.0 to 1.99.0 in /docs#542

Merged
notheotherben merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/sass-embedded-1.99.0
Apr 3, 2026
Merged

chore(deps-dev): Bump sass-embedded from 1.98.0 to 1.99.0 in /docs#542
notheotherben merged 1 commit intomainfrom
dependabot/npm_and_yarn/docs/sass-embedded-1.99.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps sass-embedded from 1.98.0 to 1.99.0.

Changelog

Sourced from sass-embedded's changelog.

1.99.0

  • Add support for parent selectors (&) at the root of the document. These are emitted as-is in the CSS output, where they're interpreted as the scoping root.

  • User-defined functions named calc or clamp are no longer forbidden. If such a function exists without a namespace in the current module, it will be used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression, -url, -and, -or, or -not are no longer forbidden. These were originally intended to match vendor prefixes, but in practice no vendor prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that begin with - and end with -ELEMENT, as well as the same names with some lowercase letters are now deprecated, These are names conflict with plain CSS functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end with -expression and -url will no longer have special parsing. For now, these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are deprecated.

    See the Sass website for details.

Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 3, 2026
@notheotherben notheotherben enabled auto-merge April 3, 2026 00:34
Copy link
Copy Markdown
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.75%. Comparing base (163fd10) to head (4b758d8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #542   +/-   ##
=======================================
  Coverage   72.75%   72.75%           
=======================================
  Files          24       24           
  Lines        1839     1839           
=======================================
  Hits         1338     1338           
  Misses        501      501           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Bumps [sass-embedded](https://github.com/sass/embedded-host-node) from 1.98.0 to 1.99.0.
- [Changelog](https://github.com/sass/embedded-host-node/blob/main/CHANGELOG.md)
- [Commits](sass/embedded-host-node@1.98.0...1.99.0)

---
updated-dependencies:
- dependency-name: sass-embedded
  dependency-version: 1.99.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docs/sass-embedded-1.99.0 branch from dab9609 to 4b758d8 Compare April 3, 2026 00:35
@notheotherben notheotherben merged commit b7c3a38 into main Apr 3, 2026
10 of 13 checks passed
@notheotherben notheotherben deleted the dependabot/npm_and_yarn/docs/sass-embedded-1.99.0 branch April 3, 2026 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant