Skip to content

build(deps-dev): bump sass-embedded from 1.98.0 to 1.99.0#430

Merged
Themitchell merged 1 commit intomainfrom
dependabot/npm_and_yarn/sass-embedded-1.99.0
Apr 13, 2026
Merged

build(deps-dev): bump sass-embedded from 1.98.0 to 1.99.0#430
Themitchell merged 1 commit intomainfrom
dependabot/npm_and_yarn/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
@stephhou stephhou requested a review from Copilot April 10, 2026 14:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the dev dependency sass-embedded to the latest minor release to pick up the Dart Sass embedded host updates described in the upstream changelog.

Changes:

  • Bump sass-embedded from ^1.98.0 to ^1.99.0 in package.json.
  • Regenerate package-lock.json to lock sass-embedded (and related optional platform packages) at 1.99.0.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates the declared dev dependency version for sass-embedded.
package-lock.json Updates resolved versions/integrity hashes for sass-embedded, sass, and platform-specific optional dependencies to 1.99.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@stephhou
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/sass-embedded-1.99.0 branch from f508169 to 1bc3900 Compare April 10, 2026 15:03
@Themitchell Themitchell enabled auto-merge April 13, 2026 11:28
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>
@Themitchell Themitchell force-pushed the dependabot/npm_and_yarn/sass-embedded-1.99.0 branch from 1bc3900 to 5ee3ab4 Compare April 13, 2026 11:29
@sonarqubecloud
Copy link
Copy Markdown

@Themitchell Themitchell merged commit ba7fe01 into main Apr 13, 2026
25 checks passed
@Themitchell Themitchell deleted the dependabot/npm_and_yarn/sass-embedded-1.99.0 branch April 13, 2026 11:34
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.

3 participants