Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the minor-patch group with 8 updates:

Package From To
sass 1.94.2 1.96.0
baseline-browser-mapping 2.9.4 2.9.7
caniuse-lite 1.0.30001759 1.0.30001760
css-minimizer-webpack-plugin 7.0.3 7.0.4
electron-to-chromium 1.5.266 1.5.267
enhanced-resolve 5.18.3 5.18.4
eslint 9.39.1 9.39.2
terser-webpack-plugin 5.3.15 5.3.16

Updates sass from 1.94.2 to 1.96.0

Release notes

Sourced from sass's releases.

Dart Sass 1.96.0

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

Changes

  • 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.

See the full changelog for changes in earlier releases.

Dart Sass 1.95.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.95.0

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

Changes

  • Add support for the CSS-style if() function. In addition to supporting the plain CSS syntax, this also supports a sass() query that takes a Sass expression that evaluates to true or false at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3) returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special variable strings" (like var()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.3

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

... (truncated)

Changelog

Sourced from sass's changelog.

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.

1.95.0

  • Add support for the CSS-style if() function. In addition to supporting the plain CSS syntax, this also supports a sass() query that takes a Sass expression that evaluates to true or false at preprocessing time depending on whether the Sass value is truthy. If there are no plain-CSS queries, the function will return the first value whose query returns true during preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3) returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special variable strings" (like var()), meaning they can now be used in place of multiple arguments or syntax fragments in various CSS functions.

1.94.3

  • Fix the span reported for standalone % expressions followed by whitespace.
Commits

Updates baseline-browser-mapping from 2.9.4 to 2.9.7

Release notes

Sourced from baseline-browser-mapping's releases.

v2.9.3 - remove process.loadEnvFile()

What's Changed

Full Changelog: web-platform-dx/baseline-browser-mapping@v2.9.2...v2.9.3

Commits
  • 30bd7d0 Patch to 2.9.7 because browser or feature data changed
  • 40a5973 Browser or feature data changed
  • 13617df Updating static site
  • 92a0110 Patch to 2.9.6 because browser or feature data changed
  • 78b2795 Browser or feature data changed
  • d3d9879 Updating static site
  • 9193e75 Patch to 2.9.5 because browser or feature data changed
  • b418f5d Browser or feature data changed
  • baac99e Updating static site
  • See full diff in compare view

Updates caniuse-lite from 1.0.30001759 to 1.0.30001760

Commits

Updates css-minimizer-webpack-plugin from 7.0.3 to 7.0.4

Release notes

Sourced from css-minimizer-webpack-plugin's releases.

v7.0.4

7.0.4 (2025-12-11)

Bug Fixes

Changelog

Sourced from css-minimizer-webpack-plugin's changelog.

7.0.4 (2025-12-11)

Bug Fixes

Commits

Updates electron-to-chromium from 1.5.266 to 1.5.267

Commits

Updates enhanced-resolve from 5.18.3 to 5.18.4

Release notes

Sourced from enhanced-resolve's releases.

v5.18.4

Fixes

  • Allow subpath imports that start with #/
  • Handle file: schema
Commits
  • e8a6ac9 chore(release): 5.18.4
  • b953768 fix: support file: schema (#467)
  • 6ff935b fix: allow subpath imports that start with #/ (#468)
  • 79e2961 fix(AliasPlugin): correct wildcard replacement in multi-target aliases (#465)
  • b8af813 fix: fix always-false condition (#464)
  • f1bc1c2 fix: note the conditions under which the request couldn't be found (#460)
  • See full diff in compare view

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates terser-webpack-plugin from 5.3.15 to 5.3.16

Release notes

Sourced from terser-webpack-plugin's releases.

v5.3.16

5.3.16 (2025-12-11)

Bug Fixes

Changelog

Sourced from terser-webpack-plugin's changelog.

5.3.16 (2025-12-11)

Bug Fixes

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [sass](https://github.com/sass/dart-sass) | `1.94.2` | `1.96.0` |
| [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.4` | `2.9.7` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001759` | `1.0.30001760` |
| [css-minimizer-webpack-plugin](https://github.com/webpack/css-minimizer-webpack-plugin) | `7.0.3` | `7.0.4` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.266` | `1.5.267` |
| [enhanced-resolve](https://github.com/webpack/enhanced-resolve) | `5.18.3` | `5.18.4` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) | `5.3.15` | `5.3.16` |


Updates `sass` from 1.94.2 to 1.96.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.94.2...1.96.0)

Updates `baseline-browser-mapping` from 2.9.4 to 2.9.7
- [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases)
- [Commits](web-platform-dx/baseline-browser-mapping@v2.9.4...v2.9.7)

Updates `caniuse-lite` from 1.0.30001759 to 1.0.30001760
- [Commits](browserslist/caniuse-lite@1.0.30001759...1.0.30001760)

Updates `css-minimizer-webpack-plugin` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/webpack/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/css-minimizer-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/css-minimizer-webpack-plugin@v7.0.3...v7.0.4)

Updates `electron-to-chromium` from 1.5.266 to 1.5.267
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.266...v1.5.267)

Updates `enhanced-resolve` from 5.18.3 to 5.18.4
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](webpack/enhanced-resolve@v5.18.3...v5.18.4)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

Updates `terser-webpack-plugin` from 5.3.15 to 5.3.16
- [Release notes](https://github.com/webpack/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](webpack/terser-webpack-plugin@v5.3.15...v5.3.16)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.96.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: baseline-browser-mapping
  dependency-version: 2.9.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001760
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: css-minimizer-webpack-plugin
  dependency-version: 7.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: electron-to-chromium
  dependency-version: 1.5.267
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: enhanced-resolve
  dependency-version: 5.18.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

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 Dec 15, 2025
@alcohol alcohol merged commit 39453ae into main Dec 15, 2025
24 of 26 checks passed
@alcohol alcohol deleted the dependabot/npm_and_yarn/minor-patch-dbf98e5bb7 branch December 15, 2025 09:25
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.

2 participants