Skip to content

Commit

Permalink
chore: bump sass-loader from 14.1.1 to 14.2.1 in /typescript (equinor…
Browse files Browse the repository at this point in the history
…#2121)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from
14.1.1 to 14.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack-contrib/sass-loader/releases">sass-loader's
releases</a>.</em></p>
<blockquote>
<h2>v14.2.1</h2>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.2.0...v14.2.1">14.2.1</a>
(2024-04-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>avoid multiple sass compiler creation (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1199">#1199</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/77051d81b26ffe42e8a7c6769337a1c0f55f73ef">77051d8</a>)</li>
</ul>
<h2>v14.2.0</h2>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.1.1...v14.2.0">14.2.0</a>
(2024-04-11)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>modern-compiler</code> value for API to reuse
compiler process (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1195">#1195</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/cef40a8af9891adca9fc99d9641b46dc58db023f">cef40a8</a>)</li>
<li>support webpack built-in resolver for <code>modern</code> and
<code>modern-compiler</code> API (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1197">#1197</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/2265b72c4899a6784e0785938f892743d1c942bf">2265b72</a>)</li>
</ul>
<p>Notes:</p>
<p>Using the <code>modern-compiler</code> value for the <code>api</code>
option together with <code>sass-embedded</code> reduces compilation time
by 5-10 times, especially for projects using large files with a lot of
<code>@import</code>/<code>@use</code>, for small files the build time
reduction will not be significant.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md">sass-loader's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.2.0...v14.2.1">14.2.1</a>
(2024-04-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>avoid multiple sass compiler creation (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1199">#1199</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/77051d81b26ffe42e8a7c6769337a1c0f55f73ef">77051d8</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.1.1...v14.2.0">14.2.0</a>
(2024-04-11)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>modern-compiler</code> value for API to reuse
compiler process (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1195">#1195</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/cef40a8af9891adca9fc99d9641b46dc58db023f">cef40a8</a>)</li>
<li>support webpack built-in resolver for <code>modern</code> and
<code>modern-compiler</code> API (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1197">#1197</a>)
(<a
href="https://github.com/webpack-contrib/sass-loader/commit/2265b72c4899a6784e0785938f892743d1c942bf">2265b72</a>)</li>
</ul>
<p>Notes:</p>
<p>Using the <code>modern-compiler</code> value for the <code>api</code>
option together with <code>sass-embedded</code> reduces compilation time
by 5-10 times, especially for projects using large files with a lot of
<code>@import</code>/<code>@use</code>, for small files the build time
reduction will not be significant.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/dfcd3cc65f5470650200c27926e70da7e1570f92"><code>dfcd3cc</code></a>
chore(release): 14.2.1</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/77051d81b26ffe42e8a7c6769337a1c0f55f73ef"><code>77051d8</code></a>
fix: avoid multiple sass compiler creation (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1199">#1199</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/4edc139755541ee892da51412d61e40e1aa36a85"><code>4edc139</code></a>
chore(release): 14.2.0</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/2265b72c4899a6784e0785938f892743d1c942bf"><code>2265b72</code></a>
feat: support webpack built-in resolver for <code>modern</code> and
<code>modern-compiler</code> AP...</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/a975db203d60db070aee10479b09e08b698438cf"><code>a975db2</code></a>
fix: use watchClose hook (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1196">#1196</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/cef40a8af9891adca9fc99d9641b46dc58db023f"><code>cef40a8</code></a>
feat: added the <code>modern-compiler</code> value for API to reuse
compiler process (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1">#1</a>...</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/13f0dc87d1653d496ca9d7d14d914ba7c995a0cb"><code>13f0dc8</code></a>
chore: upgrade dependencies to latest version (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1194">#1194</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/5d2cd801c5d032cf8a28990ca48c3a07a0e91f8b"><code>5d2cd80</code></a>
chore: update codecov-action to v4 (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1193">#1193</a>)</li>
<li><a
href="https://github.com/webpack-contrib/sass-loader/commit/31789cc369d9ba4f3ec62bc19937755f3d1422f1"><code>31789cc</code></a>
ci: fix commitlint check (<a
href="https://github.com/webpack-contrib/sass-loader/issues/1192">#1192</a>)</li>
<li>See full diff in <a
href="https://github.com/webpack-contrib/sass-loader/compare/v14.1.1...v14.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass-loader&package-manager=npm_and_yarn&previous-version=14.1.1&new-version=14.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: t0oF <[email protected]>
  • Loading branch information
dependabot[bot] and w1nklr authored Jun 26, 2024
1 parent 34c9967 commit 7f619c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"react-test-renderer": "^18.3.1",
"redux-mock-store": "^1.5.4",
"sass": "^1.69.5",
"sass-loader": "^14.1.1",
"sass-loader": "^14.2.1",
"source-map-loader": "^3.0.0",
"storybook": "^8.1.10",
"style-loader": "^2.0.0",
Expand Down

0 comments on commit 7f619c2

Please sign in to comment.