From 1f420db3780e8c92551ff27a302dcfc84aedc825 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 9 Nov 2021 19:16:58 +0000
Subject: [PATCH] chore(deps-dev): Bump mini-css-extract-plugin from 2.1.0 to
2.4.4 in /packages/ui (#818)
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.1.0 to 2.4.4.
Release notes
Sourced from mini-css-extract-plugin's releases.
v2.4.4
2.4.4 (2021-11-04)
Bug Fixes
v2.4.3
2.4.3 (2021-10-21)
Bug Fixes
v2.4.2
2.4.2 (2021-10-07)
Bug Fixes
- endless apply of loaders, leading to memory allocation failure (#849) (94ad699)
v2.4.1
2.4.1 (2021-10-05)
Bug Fixes
v2.4.0
2.4.0 (2021-10-05)
Performance
- migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack
5.52.0
(recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule
option)
Features
- added support for
supports()
and layer()
in @import
at-rule (#843) (e751080)
Bug Fixes
- crash with the
exportLocalsConvention
option (#844) (0f8d501)
... (truncated)
Changelog
Sourced from mini-css-extract-plugin's changelog.
2.4.4 (2021-11-04)
Bug Fixes
2.4.3 (2021-10-21)
Bug Fixes
2.4.2 (2021-10-07)
Bug Fixes
- endless apply of loaders, leading to memory allocation failure (#849) (94ad699)
2.4.1 (2021-10-05)
Bug Fixes
2.4.0 (2021-10-05)
Performance
- migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack
5.52.0
(recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule
option)
Features
- added support for
supports()
and layer()
in @import
at-rule (#843) (e751080)
Bug Fixes
- crash with the
exportLocalsConvention
option (#844) (0f8d501)
2.3.0 (2021-09-11)
Features
... (truncated)
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.1.0&new-version=2.4.4)](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 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)
---
packages/ui/package-lock.json | 26 +++++++++++++-------------
packages/ui/package.json | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/packages/ui/package-lock.json b/packages/ui/package-lock.json
index 7d0fd74bb..f3913d871 100644
--- a/packages/ui/package-lock.json
+++ b/packages/ui/package-lock.json
@@ -41,7 +41,7 @@
"jest": "^27.3.1",
"jest-extended": "^1.1.0",
"license-report": "^4.5.0",
- "mini-css-extract-plugin": "^2.1.0",
+ "mini-css-extract-plugin": "^2.4.4",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
@@ -103,8 +103,8 @@
"fastify-plugin": "^3.0.0",
"jest": "^27.3.1",
"jest-extended": "^0.11.5",
- "light-my-request": "^4.4.1",
- "ts-jest": "^27.0.4",
+ "light-my-request": "^4.6.0",
+ "ts-jest": "^27.0.7",
"ts-node-dev": "^1.1.8"
}
},
@@ -8589,12 +8589,12 @@
}
},
"node_modules/mini-css-extract-plugin": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.1.0.tgz",
- "integrity": "sha512-SV1GgjMcfqy6hW07rAniUbQE4qS3inh3v4rZEUySkPRWy3vMbS3jUCjMOvNI4lUnDlQYJEmuUqKktTCNY5koFQ==",
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.4.tgz",
+ "integrity": "sha512-UJ+aNuFQaQaECu7AamlWOBLj2cJ6XSGU4zNiqXeZ7lZLe5VD0DoSPWFbWArXueo+6FZVbgHzpX9lUIaBIDLuYg==",
"dev": true,
"dependencies": {
- "schema-utils": "^3.0.0"
+ "schema-utils": "^3.1.0"
},
"engines": {
"node": ">= 12.13.0"
@@ -14609,7 +14609,7 @@
"it-pipe": "^1.1.0",
"jest": "^27.3.1",
"jest-extended": "^0.11.5",
- "light-my-request": "^4.4.1",
+ "light-my-request": "^4.6.0",
"make-promises-safe": "^5.1.0",
"pino": "^6.12.0",
"pino-pretty": "^5.1.1",
@@ -14619,7 +14619,7 @@
"stream-to-it": "^0.2.4",
"streaming-iterables": "^6.0.0",
"tcp-port-used": "^1.0.2",
- "ts-jest": "^27.0.4",
+ "ts-jest": "^27.0.7",
"ts-node-dev": "^1.1.8",
"typedi": "^0.10.0",
"typeorm": "^0.2.34",
@@ -18520,12 +18520,12 @@
"dev": true
},
"mini-css-extract-plugin": {
- "version": "2.1.0",
- "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.1.0.tgz",
- "integrity": "sha512-SV1GgjMcfqy6hW07rAniUbQE4qS3inh3v4rZEUySkPRWy3vMbS3jUCjMOvNI4lUnDlQYJEmuUqKktTCNY5koFQ==",
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.4.4.tgz",
+ "integrity": "sha512-UJ+aNuFQaQaECu7AamlWOBLj2cJ6XSGU4zNiqXeZ7lZLe5VD0DoSPWFbWArXueo+6FZVbgHzpX9lUIaBIDLuYg==",
"dev": true,
"requires": {
- "schema-utils": "^3.0.0"
+ "schema-utils": "^3.1.0"
}
},
"minimatch": {
diff --git a/packages/ui/package.json b/packages/ui/package.json
index e6a57ee2b..ea40934b3 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -55,7 +55,7 @@
"jest": "^27.3.1",
"jest-extended": "^1.1.0",
"license-report": "^4.5.0",
- "mini-css-extract-plugin": "^2.1.0",
+ "mini-css-extract-plugin": "^2.4.4",
"npm-run-all": "^4.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",