Skip to content

Commit

Permalink
Update dependency sass-loader to v14.2.1 (#1734)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sass-loader](https://togithub.com/webpack-contrib/sass-loader) | [`14.1.1` -> `14.2.1`](https://renovatebot.com/diffs/npm/sass-loader/14.1.1/14.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/sass-loader/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sass-loader/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sass-loader/14.1.1/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sass-loader/14.1.1/14.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>webpack-contrib/sass-loader (sass-loader)</summary>

### [`v14.2.1`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1421-2024-04-16)

[Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v14.2.0...v14.2.1)

### [`v14.2.0`](https://togithub.com/webpack-contrib/sass-loader/blob/HEAD/CHANGELOG.md#1420-2024-04-11)

[Compare Source](https://togithub.com/webpack-contrib/sass-loader/compare/v14.1.1...v14.2.0)

##### Features

-   added the `modern-compiler` value for API to reuse compiler process ([#&#8203;1195](https://togithub.com/webpack-contrib/sass-loader/issues/1195)) ([cef40a8](https://togithub.com/webpack-contrib/sass-loader/commit/cef40a8af9891adca9fc99d9641b46dc58db023f))
-   support webpack built-in resolver for `modern` and `modern-compiler` API ([#&#8203;1197](https://togithub.com/webpack-contrib/sass-loader/issues/1197)) ([2265b72](https://togithub.com/webpack-contrib/sass-loader/commit/2265b72c4899a6784e0785938f892743d1c942bf))

Notes:

Using the `modern-compiler` value for the `api` option together with `sass-embedded` reduces compilation time by 5-10 times, especially for projects using large files with a lot of `@import`/`@use`, for small files the build time reduction will not be significant.

##### [14.1.1](https://togithub.com/webpack-contrib/sass-loader/compare/v14.1.0...v14.1.1) (2024-02-19)

##### Bug Fixes

-   handle `pkg:` scheme ([#&#8203;1191](https://togithub.com/webpack-contrib/sass-loader/issues/1191)) ([c34c8e3](https://togithub.com/webpack-contrib/sass-loader/commit/c34c8e3330fb2b08cac217fc44ba602889a1db48))

</details>

---

### Configuration

📅 **Schedule**: 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent b7d04fd commit 0b7feb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
"react-is": "18.2.0",
"react-refresh": "0.14.0",
"regenerator-runtime": "0.14.1",
"sass-loader": "14.1.1",
"sass-loader": "14.2.1",
"schema-utils2": "npm:schema-utils@4.2.0",
"schema-utils3": "npm:schema-utils@4.2.0",
"semver": "7.6.0",
Expand Down

0 comments on commit 0b7feb7

Please sign in to comment.