From bf873c430f3efbac10dd1fe61d5a7b56ceb2c848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:14:23 +0000 Subject: [PATCH] chore(deps-dev): Bump sass from 1.101.7 to 1.102.0 (#2045) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sass](https://github.com/sass/dart-sass) from 1.101.7 to 1.102.0.
Release notes

Sourced from sass's releases.

Dart Sass 1.102.0

To install Sass 1.102.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.102.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.101.7&new-version=1.102.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 1b57957f..75d85755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "nyc": "^18.0.0", "postcss": "^8.5.23", "react-hot-loader": "^4.13.1", - "sass": "^1.101.7", + "sass": "^1.102.0", "stylelint": "^17.14.1", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0", @@ -11725,9 +11725,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.101.7", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.7.tgz", - "integrity": "sha512-cDeUYU0dhwKVbpYg/ppsjyuoddxYhWlJOkRoI7+/iZsaSp7iowWDfm+tL2HcUafedWBDvbf/+hx0QRgKG4JSHA==", + "version": "1.102.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz", + "integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8c4c3c07..3d927ea5 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "nyc": "^18.0.0", "postcss": "^8.5.23", "react-hot-loader": "^4.13.1", - "sass": "^1.101.7", + "sass": "^1.102.0", "stylelint": "^17.14.1", "stylelint-config-recommended-scss": "^17.0.1", "stylelint-scss": "^7.2.0",