Skip to content

build(deps-dev): bump sass from 1.99.0 to 1.100.0#6913

Merged
dmetzner merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sass-1.100.0
May 29, 2026
Merged

build(deps-dev): bump sass from 1.99.0 to 1.100.0#6913
dmetzner merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sass-1.100.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps sass from 1.99.0 to 1.100.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.100.0

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

Changes

  • Writing two compound selectors adjacent to one another without any whitespace between them, such as [class]a, is now deprecated. This was always an error in CSS and Sass only supported it by mistake.

    See the Sass website for details.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.100.0

  • Writing two compound selectors adjacent to one another without any whitespace between them, such as [class]a, is now deprecated. This was always an error in CSS and Sass only supported it by mistake.

    See the Sass website for details.

Commits
  • 5fd18c7 Bump node engine requirement to >=20.19.0 and chokidar requirement to ^5.0.0 ...
  • 8c1d984 Deprecate adjacent compound selectors (#2765)
  • 8e5f718 Bump postcss from 8.5.12 to 8.5.13 in /pkg/sass-parser (#2767)
  • 1447f9b Bump postcss from 8.5.8 to 8.5.12 in /pkg/sass-parser (#2766)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> 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)

Bumps [sass](https://github.com/sass/dart-sass) from 1.99.0 to 1.100.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.99.0...1.100.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@dependabot dependabot Bot requested a review from dmetzner as a code owner May 29, 2026 02:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

vet Summary Report

This report is generated by vet

Policy Checks

  • ✅ Vulnerability
  • ✅ Malware
  • ✅ License
  • ✅ Popularity
  • ❌ Maintenance
  • ✅ Security Posture
  • ✅ Threats

Malicious Package Analysis

Active malicious package analysis was disabled. Learn more about enabling active package analysis

Malicious Package Analysis Report
Ecosystem Package Version Status Report
ECOSYSTEM_NPM readdirp 5.0.0 🔗
  • ℹ️ 1 packages have been actively analyzed for malicious behaviour.
  • ✅ No malicious packages found.

Note: Only known malicious packages were reported. Consider enabling active package analysis to get more accurate results.

Changed Packages

Changed Packages

  • ✅ [Npm] eslint-visitor-keys@5.0.1
  • ✅ [Npm] undici-types@6.21.0
  • ✅ [Npm] string-width@8.2.1
  • ✅ [Npm] keyv@5.6.0
  • ✅ [Npm] json-schema-traverse@1.0.0
  • ✅ [Npm] @types/node@20.19.41
  • ✅ [Npm] which@6.0.1
  • ✅ [Npm] hookified@2.2.0
  • ✅ [Npm] file-entry-cache@8.0.0
  • ✅ [Npm] ajv@8.20.0
  • ✅ [Npm] lru-cache@7.18.3
  • ✅ [Npm] commander@12.1.0
  • ⚠️ [Npm] readdirp@5.0.0
  • ✅ [Npm] sass@1.100.0
  • ✅ [Npm] consola@3.4.2
  • ✅ [Npm] strip-ansi@7.2.0
  • ✅ [Npm] has-flag@5.0.1
  • ✅ [Npm] flat-cache@6.1.22
  • ✅ [Npm] isexe@4.0.0
  • ✅ [Npm] glob-parent@6.0.2
  • ✅ [Npm] picomatch@4.0.4
  • ✅ [Npm] resolve-from@5.0.0
  • ✅ [Npm] agent-base@9.0.0
  • ✅ [Npm] ignore@7.0.5
  • ✅ [Npm] supports-color@7.2.0
  • ✅ [Npm] which@2.0.2
  • ✅ [Npm] commander@7.2.0
  • ✅ [Npm] ansi-regex@6.2.2
  • ✅ [Npm] https-proxy-agent@5.0.1
  • ✅ [Npm] chokidar@5.0.0
  • ✅ [Npm] escape-string-regexp@4.0.0
  • ✅ [Npm] supports-color@10.2.2
  • ✅ [Npm] wrap-ansi@7.0.0
Policy Violations

Packages Violating Policy

[Npm] readdirp@5.0.0 🔗

  • ➡️ Found in manifest yarn.lock
  • ⚠️ Component appears to be unmaintained

@dmetzner dmetzner merged commit 041f5c9 into main May 29, 2026
39 of 40 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/sass-1.100.0 branch May 29, 2026 12:46
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