Skip to content

Commit

Permalink
feature #999 Allow sass-loader ^12.0.0, close #996 (Kocal)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

Allow sass-loader ^12.0.0, close #996

The only breaking change is that the minimum supported version of Node.js is 12.13.0,
see https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md#1200-2021-06-01.

Commits
-------

f953f95 Allow sass-loader ^12.0.0, close #996
  • Loading branch information
weaverryan committed Jun 8, 2021
2 parents a11e030 + f953f95 commit 5b7ec0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"preact": "^8.2.1 || ^10.0.0",
"preact-compat": "^3.17.0",
"sass": "^1.17.0",
"sass-loader": "^9.0.1 || ^10.0.0 || ^11.0.0",
"sass-loader": "^9.0.1 || ^10.0.0 || ^11.0.0 || ^12.0.0",
"sinon": "^9.0.2",
"stimulus": "^2.0.0",
"strip-ansi": "^6.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6219,10 +6219,10 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2,
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==

"sass-loader@^9.0.1 || ^10.0.0 || ^11.0.0":
version "11.1.1"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-11.1.1.tgz#0db441bbbe197b2af96125bebb7f4be6476b13a7"
integrity sha512-fOCp/zLmj1V1WHDZbUbPgrZhA7HKXHEqkslzB+05U5K9SbSbcmH91C7QLW31AsXikxUMaxXRhhcqWZAxUMLDyA==
"sass-loader@^9.0.1 || ^10.0.0 || ^11.0.0 || ^12.0.0":
version "12.0.0"
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.0.0.tgz#ba91df5725cb9676c8e0937002a647ab011eb94a"
integrity sha512-LJQMyDdNdhcvoO2gJFw7KpTaioVFDeRJOuatRDUNgCIqyu4s4kgDsNofdGzAZB1zFOgo/p3fy+aR/uGXamcJBg==
dependencies:
klona "^2.0.4"
neo-async "^2.6.2"
Expand Down

0 comments on commit 5b7ec0a

Please sign in to comment.