Skip to content

Bump sass from 1.95.0 to 1.98.0#42216

Merged
julien-deramond merged 1 commit into
v6-devfrom
v6-dev-bump-sass-to-1.98.0
Mar 21, 2026
Merged

Bump sass from 1.95.0 to 1.98.0#42216
julien-deramond merged 1 commit into
v6-devfrom
v6-dev-bump-sass-to-1.98.0

Conversation

@julien-deramond

Copy link
Copy Markdown
Member

This PR removes "sass" from the pinned dependencies list used when running npm run update-deps and bumps sass version from 1.95.0 to 1.98.0.

No warnings are observed when running npm run css:

ju@~/t/bootstrap (v6-dev-bump-sass-to-1.98.0)> npm run css

> bootstrap@6.0.0-alpha1 css
> npm-run-all css-compile css-prefix css-minify css-docs


> bootstrap@6.0.0-alpha1 css-compile
> sass --style expanded --source-map --embed-sources --no-error-css scss/bootstrap.scss:dist/css/bootstrap.css scss/bootstrap-grid.scss:dist/css/bootstrap-grid.css scss/bootstrap-reboot.scss:dist/css/bootstrap-reboot.css scss/bootstrap-utilities.scss:dist/css/bootstrap-utilities.css


> bootstrap@6.0.0-alpha1 css-prefix
> npm-run-all --aggregate-output --parallel css-prefix-*


> bootstrap@6.0.0-alpha1 css-prefix-examples
> postcss --config build/postcss.config.mjs --replace "site/src/assets/examples/**/*.css"


> bootstrap@6.0.0-alpha1 css-prefix-main
> postcss --config build/postcss.config.mjs --replace "dist/css/*.css" "!dist/css/*.min.css" "!dist/css/*.tmp.css"


> bootstrap@6.0.0-alpha1 css-minify
> npm-run-all --aggregate-output --parallel css-minify-*


> bootstrap@6.0.0-alpha1 css-minify-main
> node build/css-minify.mjs

Minifying bootstrap-grid.css...
  ✓ bootstrap-grid.css → bootstrap-grid.min.css
Minifying bootstrap-reboot.css...
  ✓ bootstrap-reboot.css → bootstrap-reboot.min.css
Minifying bootstrap-utilities.css...
  ✓ bootstrap-utilities.css → bootstrap-utilities.min.css
Minifying bootstrap.css...
  ✓ bootstrap.css → bootstrap.min.css

CSS minification complete!

> bootstrap@6.0.0-alpha1 css-docs
> node build/generate-utilities-json.mjs

Compiling utilities metadata...
✓ Extracted metadata for 111 utilities
✓ Wrote metadata to /Users/ju/twbs/bootstrap/dist/css/bootstrap-utilities.metadata.json
✓ Cleaned up temporary files

Here's the corresponding Changelog of the sass versions:

## 1.98.0

### Command-Line Interface

* Gracefully handle dependency loops in `--watch` mode.

### Dart API

* Add a `const Logger.defaultLogger` field. This provides a logger that emits to
  standard error or the browser console, but automatically chooses whether to
  use terminal colors.

### JavaScript API

* Fix a crash when manually constructing a `SassCalculation` for `'calc'` with
  an argument that can't be simplified.

* Properly emit deprecation warnings as text rather than `StringBuffer` objects
  when running in a browser.

* Emit colored warnings and other messages on the console when running in a
  browser.

## 1.97.3

* Fix a bug where nesting an at-rule within multiple style rules in plain CSS
  could cause outer style rules to be omitted.

## 1.97.2

* Additional fixes for implicit configuration when nested imports are involved.

## 1.97.1

* Fix a bug with the new CSS-style `if()` syntax where values would be evaluated
  even if their conditions didn't match.

## 1.97.0

* Add support for the `display-p3-linear` color space.

## 1.96.0

* Allow numbers with complex units (more than one numerator unit or more than
  zero denominator units) to be emitted to CSS. These are now emitted as
  `calc()` expressions, which now support complex units in plain CSS.

## 1.95.1

* No user-visible changes.

@github-project-automation github-project-automation Bot moved this to Inbox in v6.0.0 Mar 21, 2026
@julien-deramond julien-deramond marked this pull request as ready for review March 21, 2026 06:41
@julien-deramond julien-deramond merged commit e54cd6c into v6-dev Mar 21, 2026
12 checks passed
@julien-deramond julien-deramond deleted the v6-dev-bump-sass-to-1.98.0 branch March 21, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Inbox

Development

Successfully merging this pull request may close these issues.

1 participant