chore(deps): bump sass-loader from ^16.0.8 to v17 (main)#13244
Conversation
95f6448 to
f37513d
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
f37513d to
9f35e5d
Compare
|
@coderabbitai review and try to spot any relevant breaking changes in this major bump |
🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Find sass-loader config usage
rg -n "sass-loader" --type=json -C2
echo "---webpack config---"
fd -e js -e ts webpack | xargs rg -n "sass-loader" -C5
echo "---package.json engines/node---"
cat package.json | jq '.engines, .devDependencies["sass-loader"], .dependencies["sass-loader"]'
echo "---node version in CI---"
fd -g '*.yml' .github/workflows | xargs rg -n "node-version" -C1
echo "---sass version---"
cat package.json | jq '.devDependencies.sass, .dependencies.sass'
echo "---package-lock sass-loader entry---"
rg -n '"sass-loader"' package-lock.json -A5 | head -50Length of output: 1251 🏁 Script executed: #!/bin/bash
set -x
rg -n "sass-loader" -C5
echo "----package.json----"
jq '.engines, .devDependencies["sass-loader"], .dependencies["sass-loader"], .devDependencies.sass, .dependencies.sass' package.json
echo "----node ci----"
grep -rn "node-version" .github/workflows/ 2>/dev/null
echo "----webpack config----"
fd -e js webpack.config.js webpack.config.ts webpack.common.js 2>/dev/null
cat webpack.config.js 2>/dev/null | grep -n -A5 -B5 "sass"Length of output: 1025 🏁 Script executed: #!/bin/bash
grep -n "sass-loader" package.jsonLength of output: 219 🏁 Script executed: #!/bin/bash
grep -n "\"node\"" package.jsonLength of output: 209 🏁 Script executed: #!/bin/bash
grep -n "\"sass\"" package.json
echo "---"
grep -rn "node-sass" package.json package-lock.json 2>/dev/null | head -20
echo "---webpack sass config---"
grep -rln "sass-loader" --include="*.js" --include="*.ts" --include="*.mjs" . 2>/dev/null | grep -v node_modulesLength of output: 492 🏁 Script executed: #!/bin/bash
grep -n -A10 -B10 "sass" webpack.common.jsLength of output: 604
Overall, I don't see any breaking-change fallout for this codebase from the v16 → v17 bump. I'd still recommend running a local ✅ Action performedReview finished.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change updates the Changes
Sequence Diagram(s)Not applicable — this is a single-line dependency version bump with no observable code flow to diagram. Compact Metadata
Related Issues: None specified Related PRs: None specified Suggested Labels: dependencies, javascript Suggested Reviewers: None specified Poem 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR contains the following updates:
^16.0.8→^17.0.0Release Notes
webpack/sass-loader (sass-loader)
v17.0.0Compare Source
Major Changes
Add
"auto"to theapioption 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 themodernAPI. (by @alexander-akait in #1319)Remove
node-sasssupport. (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 theexportsfield. CommonJS consumers continue to work viarequire, and ESM consumers can nowimportthe 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
16.0.5 (2025-02-14)
Bug Fixes
@usewithcssextension (#1254) (3352e49)16.0.4 (2024-12-04)
Bug Fixes
16.0.3 (2024-11-01)
Bug Fixes
16.0.2 (2024-09-20)
Bug Fixes
Configuration
📅 Schedule: (in timezone Europe/Vienna)
* 0-3 1 * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.