From a857114c00415ddb2e55e89a62ec777dc43a9677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 13:51:12 +0000 Subject: [PATCH] chore(deps-dev): Bump sass from 1.98.0 to 1.99.0 (#1782) Bumps [sass](https://github.com/sass/dart-sass) from 1.98.0 to 1.99.0.
Release notes

Sourced from sass's releases.

Dart Sass 1.99.0

To install Sass 1.99.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.99.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.98.0&new-version=1.99.0)](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) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e039b151..616dbe67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8", "react-hot-loader": "^4.13.1", - "sass": "^1.98.0", + "sass": "^1.99.0", "stylelint": "^17.6.0", "stylelint-config-recommended-scss": "^17.0.0", "stylelint-scss": "^7.0.0", @@ -13230,9 +13230,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.98.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.98.0.tgz", - "integrity": "sha512-+4N/u9dZ4PrgzGgPlKnaaRQx64RO0JBKs9sDhQ2pLgN6JQZ25uPQZKQYaBJU48Kd5BxgXoJ4e09Dq7nMcOUW3A==", + "version": "1.99.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.99.0.tgz", + "integrity": "sha512-kgW13M54DUB7IsIRM5LvJkNlpH+WhMpooUcaWGFARkF1Tc82v9mIWkCbCYf+MBvpIUBSeSOTilpZjEPr2VYE6Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 85afd6d9..70f53757 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "istanbul-lib-coverage": "^3.2.2", "postcss": "^8.5.8", "react-hot-loader": "^4.13.1", - "sass": "^1.98.0", + "sass": "^1.99.0", "stylelint": "^17.6.0", "stylelint-config-recommended-scss": "^17.0.0", "stylelint-scss": "^7.0.0",