Bump sass-loader from 6.0.7 to 17.0.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(about 2 months ago)
(about 2 months ago)
(about 2 months ago)
dependencies Stale javascript
Ericky14
Bumps sass-loader from 6.0.7 to 17.0.0.
Release notes
Sourced from sass-loader's releases.
v17.0.0
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-akaitin #1319)Remove
node-sasssupport. (by@alexander-akaitin #1316)Minimum supported NodeJS version is
22.11.0. (by@alexander-akaitin #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-akaitin #1322)Remove legacy Sass JS API support. (by
@alexander-akaitin #1316)Minor Changes
- Added types. (by
@alexander-akaitin #1312)All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
v16.0.8
16.0.8 (2026-05-08)
Bug Fixes
v16.0.7
16.0.7 (2026-02-05)
Bug Fixes
v16.0.6
Bug Fixes
- cache fs calls for modern API
v16.0.5
16.0.5 (2025-02-14)
Bug Fixes
v16.0.4
16.0.4 (2024-12-04)
... (truncated)
Changelog
Sourced from sass-loader's changelog.
17.0.0
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-akaitin #1319)Remove
node-sasssupport. (by@alexander-akaitin #1316)Minimum supported NodeJS version is
22.11.0. (by@alexander-akaitin #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-akaitin #1322)Remove legacy Sass JS API support. (by
@alexander-akaitin #1316)Minor Changes
- Added types. (by
@alexander-akaitin #1312)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
Commits
3b00be7chore(release): new release (#1317)8e7c6bdchore(deps): update (#1323)a4e28f3feat: add JSDoc type-checking and declaration emission (#1312)a3db95bfeat!: convert source to native ES modules with dual ESM/CJS build (#1322)8ac53f9test: migrate from jest to node:test runner (#1321)90a9170feat: add api "auto" and use it by default (#1319)07c921bfeat!: minimum supported NodeJS version is22.11.0(#1318)cf34e2bfeat!: minimum supported NodeJS version is22.11.0ce46d50ci: add changelog release action6fddce2ci: lock actions (#1315)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sass-loader since your current version.
Install script changes
This version adds prepare script that runs during installation. Review the package contents before updating.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 15949596 |
| UUID: | 4518972896 |
| Node ID: | PR_kwDOCwz4yM7fJG-E |
| Host: | GitHub |
| Repository: | codeparticle/codeparticle.website.process |