Created by: dependabot[bot]
Bumps sass-loader from 10.2.0 to 13.0.0.
Release notes
Sourced from sass-loader's releases.
v13.0.0
13.0.0 (2022-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is14.15.0
(#1048)- emit
@warn
at-rules as webpack warnings by default, if you want to revert behavior please use thewarnRuleAsWarning
option (#1054) (58ffb68)Bug Fixes
- do not crash on importers for modern API (#1052) (095814e)
- do not store original sass error in webpack error(#1053) (06d7533)
v12.6.0
12.6.0 (2022-02-15)
Features
v12.5.0
12.5.0 (2022-02-14)
Features
- added support for
sass-embedded
(faster thannode-sass
), feel free to feedback- added the
api
option (modern
api is experimental and currently doesn't support built-in webpack resolver) (afbe114)v12.4.0
12.4.0 (2021-12-07)
Features
v12.3.0
12.3.0 (2021-10-27)
Features
- added the
warnRuleAsWarning
option, allows to emit a warning on the@warn
rule (#992) (c652c79)- use webpack logger to log sass messages (only for
dart-sass
), configure it using infrastructureLogging (#991) (bb7cef9)v12.2.0
12.2.0 (2021-10-12)
... (truncated)
Changelog
Sourced from sass-loader's changelog.
13.0.0 (2022-05-18)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is14.15.0
(#1048)- emit
@warn
at-rules as webpack warnings by default, if you want to revert behavior please use thewarnRuleAsWarning
option (#1054) (58ffb68)Bug Fixes
- do not crash on importers for modern API (#1052) (095814e)
- do not store original sass error in webpack error(#1053) (06d7533)
12.6.0 (2022-02-15)
Features
12.5.0 (2022-02-14)
Features
- added support for
sass-embedded
(faster thannode-sass
), feel free to feedback- added the
api
option (modern
api is experimental and currently doesn't support built-in webpack resolver) (afbe114)12.4.0 (2021-12-07)
Features
12.3.0 (2021-10-27)
Features
- added the
warnRuleAsWarning
option, allows to emit a warning on the@warn
rule (#992) (c652c79)- use webpack logger to log sass messages (only for
dart-sass
), configure it using infrastructureLogging (#991) (bb7cef9)12.2.0 (2021-10-12)
Features
... (truncated)
Commits
-
1d1b057
chore(release): 13.0.0 -
095814e
fix: do not crash on importers for modern API (#1052) -
58ffb68
feat: emit@warning
as webpack warning (#1054) -
06d7533
fix: do not store original sass error in webpack error(#1053) -
040a511
chore(deps): update (#1051) -
4762909
refactor!: minimum supportedNode.js
version is14.15.0
(#1048) -
7be1c1c
chore: update github actions (#1049) -
39e68a9
ci: remove node v17 (#1046) -
2d565b2
chore: add node 18 (#1045) -
d7c05ef
test: more (#1044) - Additional commits viewable in compare view
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 ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)