fix(deps): update dependency sass-loader to v17 #320

Merged
nemunaire merged 1 commit from renovate/sass-loader-17.x into master 2026-06-12 03:45:28 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass-loader ^16.0.0^17.0.0 age adoption passing 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

v16.0.7

Compare Source

v16.0.6

Compare Source


Configuration

📅 Schedule: (UTC)

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

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [sass-loader](https://github.com/webpack/sass-loader) | [`^16.0.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/sass-loader/16.0.5/17.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sass-loader/17.0.0?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass-loader/17.0.0?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass-loader/16.0.5/17.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass-loader/16.0.5/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) ### [`v16.0.7`](https://github.com/webpack/sass-loader/blob/HEAD/CHANGELOG.md#1607-2026-02-05) [Compare Source](https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7) ### [`v16.0.6`](https://github.com/webpack/sass-loader/blob/HEAD/CHANGELOG.md#1606-2025-10-23) [Compare Source](https://github.com/webpack/sass-loader/compare/v16.0.5...v16.0.6) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuMjA0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
fix(deps): update dependency sass-loader to v17
Some checks reported errors
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build was killed
de9ad2ea52
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: ui/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: reveil@0.0.1
npm error Found: vite@7.3.3
npm error node_modules/vite
npm error   vite@"^7.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer vite@"^8.0.0-beta.7 || ^8.0.0" from @sveltejs/vite-plugin-svelte@7.1.2
npm error node_modules/@sveltejs/vite-plugin-svelte
npm error   dev @sveltejs/vite-plugin-svelte@"^7.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /var/lib/renovatebot/cache/others/npm/_logs/2026-05-19T21_25_13_198Z-eresolve-report.txt
npm error A complete log of this run can be found in: /var/lib/renovatebot/cache/others/npm/_logs/2026-05-19T21_25_13_198Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: ui/package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: reveil@0.0.1 npm error Found: vite@7.3.3 npm error node_modules/vite npm error vite@"^7.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer vite@"^8.0.0-beta.7 || ^8.0.0" from @sveltejs/vite-plugin-svelte@7.1.2 npm error node_modules/@sveltejs/vite-plugin-svelte npm error dev @sveltejs/vite-plugin-svelte@"^7.0.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /var/lib/renovatebot/cache/others/npm/_logs/2026-05-19T21_25_13_198Z-eresolve-report.txt npm error A complete log of this run can be found in: /var/lib/renovatebot/cache/others/npm/_logs/2026-05-19T21_25_13_198Z-debug-0.log ```
nemunaire merged commit 0c22943553 into master 2026-06-12 03:45:28 +00:00
nemunaire deleted branch renovate/sass-loader-17.x 2026-06-12 03:45:28 +00:00
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
nemunaire/reveil!320
No description provided.