chore(deps): update dependency sass-loader to v17 #27

Open
renovate wants to merge 1 commit from renovate/sass-loader-17.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
sass-loader 16.0.717.0.0 age confidence

Release Notes

webpack/sass-loader (sass-loader)

v17.0.0

Compare Source

Major Changes
  • Add "auto" to the api option and make it the default. When the Sass implementation supports the modern compiler, "auto" enables it and reuses a single long-running compiler across files, which significantly improves build performance; otherwise it falls back to the modern API. (by @​alexander-akait in #​1319)

  • Remove node-sass support. (by @​alexander-akait in #​1316)

  • Minimum supported NodeJS version is 22.11.0. (by @​alexander-akait in #​1318)

  • Convert source to native ECMAScript modules. The package now declares "type": "module" and exposes both an ESM and a CommonJS build via the exports field. CommonJS consumers continue to work via require, and ESM consumers can now import the loader directly. (by @​alexander-akait in #​1322)

  • Remove legacy Sass JS API support. (by @​alexander-akait in #​1316)

Minor Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

16.0.8 (2026-05-08)
Bug Fixes
16.0.7 (2026-02-05)
Bug Fixes
16.0.6 (2025-10-23)
Bug Fixes
  • cache fs calls for modern API
16.0.5 (2025-02-14)
Bug Fixes
16.0.4 (2024-12-04)
Bug Fixes
  • include sources map сontent for modern api by default (#​1250) (70a10ff)
16.0.3 (2024-11-01)
Bug Fixes
16.0.2 (2024-09-20)
Bug Fixes

v16.0.8

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sass-loader](https://github.com/webpack/sass-loader) | [`16.0.7` → `17.0.0`](https://renovatebot.com/diffs/npm/sass-loader/16.0.7/17.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sass-loader/17.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass-loader/16.0.7/17.0.0?slim=true) | --- ### Release Notes <details> <summary>webpack/sass-loader (sass-loader)</summary> ### [`v17.0.0`](https://github.com/webpack/sass-loader/blob/HEAD/CHANGELOG.md#1700) [Compare Source](https://github.com/webpack/sass-loader/compare/v16.0.8...v17.0.0) ##### Major Changes - Add `"auto"` to the `api` option and make it the default. When the Sass implementation supports the modern compiler, `"auto"` enables it and reuses a single long-running compiler across files, which significantly improves build performance; otherwise it falls back to the `modern` API. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1319](https://github.com/webpack/sass-loader/pull/1319)) - Remove `node-sass` support. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1316](https://github.com/webpack/sass-loader/pull/1316)) - Minimum supported NodeJS version is `22.11.0`. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1318](https://github.com/webpack/sass-loader/pull/1318)) - Convert source to native ECMAScript modules. The package now declares `"type": "module"` and exposes both an ESM and a CommonJS build via the `exports` field. CommonJS consumers continue to work via `require`, and ESM consumers can now `import` the loader directly. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1322](https://github.com/webpack/sass-loader/pull/1322)) - Remove legacy Sass JS API support. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1316](https://github.com/webpack/sass-loader/pull/1316)) ##### Minor Changes - Added types. (by [@&#8203;alexander-akait](https://github.com/alexander-akait) in [#&#8203;1312](https://github.com/webpack/sass-loader/pull/1312)) All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ##### [16.0.8](https://github.com/webpack/sass-loader/compare/v16.0.7...v16.0.8) (2026-05-08) ##### Bug Fixes - normalize separators in getPossibleRequests for Windows ([#&#8203;1308](https://github.com/webpack/sass-loader/issues/1308)) ([#&#8203;1309](https://github.com/webpack/sass-loader/issues/1309)) ([90e349d](https://github.com/webpack/sass-loader/commit/90e349d7529ea17b380b6597f2d28cd5a6c00c23)) ##### [16.0.7](https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7) (2026-02-05) ##### Bug Fixes - update peer dependency for [@&#8203;rspack/core](https://github.com/rspack/core) v2 ([#&#8203;1291](https://github.com/webpack/sass-loader/issues/1291)) ([24d12ec](https://github.com/webpack/sass-loader/commit/24d12ecb9868a10967a0d283e776b70e4ac522bf)) ##### [16.0.6](https://github.com/webpack/sass-loader/compare/v16.0.5...v16.0.6) (2025-10-23) ##### Bug Fixes - cache fs calls for modern API ##### [16.0.5](https://github.com/webpack-contrib/sass-loader/compare/v16.0.4...v16.0.5) (2025-02-14) ##### Bug Fixes - allow to import CSS using `@use` with `css` extension ([#&#8203;1254](https://github.com/webpack-contrib/sass-loader/issues/1254)) ([3352e49](https://github.com/webpack-contrib/sass-loader/commit/3352e49f45ac9c7b0e9f6b42752443652e893e21)) ##### [16.0.4](https://github.com/webpack-contrib/sass-loader/compare/v16.0.3...v16.0.4) (2024-12-04) ##### Bug Fixes - include sources map сontent for modern api by default ([#&#8203;1250](https://github.com/webpack-contrib/sass-loader/issues/1250)) ([70a10ff](https://github.com/webpack-contrib/sass-loader/commit/70a10fffa4b7fc971bccb3bb0a95d3f1d74f765a)) ##### [16.0.3](https://github.com/webpack-contrib/sass-loader/compare/v16.0.2...v16.0.3) (2024-11-01) ##### Bug Fixes - **modern-compiler:** dispose redundant compilers ([#&#8203;1245](https://github.com/webpack-contrib/sass-loader/issues/1245)) ([004ed38](https://github.com/webpack-contrib/sass-loader/commit/004ed385084b3fa1e47bfc061124049716386b1b)) ##### [16.0.2](https://github.com/webpack-contrib/sass-loader/compare/v16.0.1...v16.0.2) (2024-09-20) ##### Bug Fixes - error message from sass ([#&#8203;1231](https://github.com/webpack-contrib/sass-loader/issues/1231)) ([c75c606](https://github.com/webpack-contrib/sass-loader/commit/c75c6061266a6df6a7c736de407fcbf05ef5b2be)) ### [`v16.0.8`](https://github.com/webpack/sass-loader/blob/HEAD/CHANGELOG.md#1608-2026-05-08) [Compare Source](https://github.com/webpack/sass-loader/compare/v16.0.7...v16.0.8) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4zIiwidXBkYXRlZEluVmVyIjoiNDMuNzYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency sass-loader to v17
Some checks are pending
CI / CI optimization (push) Blocked by required conditions
CI / Release (semantic, dry) (push) Blocked by required conditions
CI / pre-commit (push) Blocked by required conditions
CI / Build (push) Blocked by required conditions
CI / Release (semantic) (push) Blocked by required conditions
CI / Pull request analysis (push) Waiting to run
CI / Semantic Release (push) Blocked by required conditions
CI / Semantic Release-1 (push) Blocked by required conditions
CI / CI optimization (pull_request) Blocked by required conditions
CI / Release (semantic, dry) (pull_request) Blocked by required conditions
CI / pre-commit (pull_request) Blocked by required conditions
CI / Build (pull_request) Blocked by required conditions
CI / Release (semantic) (pull_request) Blocked by required conditions
CI / Pull request analysis (pull_request) Waiting to run
CI / Semantic Release (pull_request) Blocked by required conditions
CI / Semantic Release-1 (pull_request) Blocked by required conditions
renovate/stability-days Updates have met minimum release age requirement
b3a123635f
Some checks are pending
CI / CI optimization (push) Blocked by required conditions
CI / Release (semantic, dry) (push) Blocked by required conditions
CI / pre-commit (push) Blocked by required conditions
CI / Build (push) Blocked by required conditions
CI / Release (semantic) (push) Blocked by required conditions
CI / Pull request analysis (push) Waiting to run
CI / Semantic Release (push) Blocked by required conditions
CI / Semantic Release-1 (push) Blocked by required conditions
CI / CI optimization (pull_request) Blocked by required conditions
CI / Release (semantic, dry) (pull_request) Blocked by required conditions
CI / pre-commit (pull_request) Blocked by required conditions
CI / Build (pull_request) Blocked by required conditions
CI / Release (semantic) (pull_request) Blocked by required conditions
CI / Pull request analysis (pull_request) Waiting to run
CI / Semantic Release (pull_request) Blocked by required conditions
CI / Semantic Release-1 (pull_request) Blocked by required conditions
renovate/stability-days Updates have met minimum release age requirement
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sass-loader-17.x:renovate/sass-loader-17.x
git switch renovate/sass-loader-17.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/sass-loader-17.x
git switch renovate/sass-loader-17.x
git rebase main
git switch main
git merge --ff-only renovate/sass-loader-17.x
git switch renovate/sass-loader-17.x
git rebase main
git switch main
git merge --no-ff renovate/sass-loader-17.x
git switch main
git merge --squash renovate/sass-loader-17.x
git switch main
git merge --ff-only renovate/sass-loader-17.x
git switch main
git merge renovate/sass-loader-17.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
flipdot/drinks-touch!27
No description provided.