From 7f619c23245ee62de3d652df2ac07e8355f69c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:52:13 +0200 Subject: [PATCH] chore: bump sass-loader from 14.1.1 to 14.2.1 in /typescript (#2121) Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.1.1 to 14.2.1.
Release notes

Sourced from sass-loader's releases.

v14.2.1

14.2.1 (2024-04-16)

Bug Fixes

v14.2.0

14.2.0 (2024-04-11)

Features

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.

Changelog

Sourced from sass-loader's changelog.

14.2.1 (2024-04-16)

Bug Fixes

14.2.0 (2024-04-11)

Features

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.

Commits

[![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) ---
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 show 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: t0oF <93762994+w1nklr@users.noreply.github.com> --- typescript/package-lock.json | 8 ++++---- typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 40893aef6..70a5389c5 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -77,7 +77,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", @@ -34236,9 +34236,9 @@ } }, "node_modules/sass-loader": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.1.1.tgz", - "integrity": "sha512-QX8AasDg75monlybel38BZ49JP5Z+uSKfKwF2rO7S74BywaRmGQMUBw9dtkS+ekyM/QnP+NOrRYq8ABMZ9G8jw==", + "version": "14.2.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.2.1.tgz", + "integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==", "dev": true, "dependencies": { "neo-async": "^2.6.2" diff --git a/typescript/package.json b/typescript/package.json index 1f775c7e9..9ef91eb01 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -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",