From 247692fcc0d93647572aa2586dbc71bc66c4b75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:05:38 +0000 Subject: [PATCH] Bump mini-css-extract-plugin from 2.7.6 to 2.8.1 in /support-figma/auto-content-preview-widget (#908) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.7.6 to 2.8.1.
Release notes

Sourced from mini-css-extract-plugin's releases.

v2.8.1

2.8.1 (2024-02-27)

Bug Fixes

v2.8.0

2.8.0 (2024-02-01)

Features

v2.7.7

2.7.7 (2024-01-10)

Bug Fixes

Changelog

Sourced from mini-css-extract-plugin's changelog.

2.8.1 (2024-02-27)

Bug Fixes

2.8.0 (2024-02-01)

Features

2.7.7 (2024-01-10)

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mini-css-extract-plugin&package-manager=npm_and_yarn&previous-version=2.7.6&new-version=2.8.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> --- .../package-lock.json | 20 ++++++++++--------- .../auto-content-preview-widget/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/support-figma/auto-content-preview-widget/package-lock.json b/support-figma/auto-content-preview-widget/package-lock.json index 04f4f1f05..2ec0af81c 100644 --- a/support-figma/auto-content-preview-widget/package-lock.json +++ b/support-figma/auto-content-preview-widget/package-lock.json @@ -14,7 +14,7 @@ "html-inline-css-webpack-plugin": "^1.11.2", "html-loader": "^5.0.0", "html-webpack-plugin": "^5.6.0", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.8.1", "style-loader": "^3.3.4", "ts-loader": "^9.5.1", "typescript": "^5.4.3", @@ -1373,12 +1373,13 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", + "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", "dev": true, "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" @@ -3378,12 +3379,13 @@ } }, "mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", + "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", "dev": true, "requires": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "dependencies": { "ajv": { diff --git a/support-figma/auto-content-preview-widget/package.json b/support-figma/auto-content-preview-widget/package.json index af7cc6b93..9b211a800 100644 --- a/support-figma/auto-content-preview-widget/package.json +++ b/support-figma/auto-content-preview-widget/package.json @@ -16,7 +16,7 @@ "html-inline-css-webpack-plugin": "^1.11.2", "html-loader": "^5.0.0", "html-webpack-plugin": "^5.6.0", - "mini-css-extract-plugin": "^2.7.6", + "mini-css-extract-plugin": "^2.8.1", "style-loader": "^3.3.4", "ts-loader": "^9.5.1", "typescript": "^5.4.3",