Upgrade mini-css-extract-plugin (#62698)

## For Contributors

### What?
This PR upgrades the mini-css-extract-plugin dependency

### Why?
In this
[version](https://github.com/webpack-contrib/mini-css-extract-plugin/releases/tag/v2.4.4),
the bug related to content hash is fixed. This bug causes different
hashes of CSS chunks in the webpack chunk.

### How?

Closes
[NEXT-1146](https://linear.app/vercel/issue/NEXT-1146/hashes-are-different-between-multiple-servers-with-generatebuildid)
Fixes #49230

Co-authored-by: Madiyar Turkenov <tagwriter@mail.ru>
Co-authored-by: Sam Ko <sam@vercel.com>
This commit is contained in:
neomad1337 2024-03-01 03:20:50 +06:00 committed by GitHub
parent b1089d3691
commit c6e865bf6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 15 deletions

View file

@ -248,7 +248,7 @@
"loader-utils3": "npm:loader-utils@3.1.3",
"lodash.curry": "4.1.1",
"lru-cache": "5.1.1",
"mini-css-extract-plugin": "2.4.3",
"mini-css-extract-plugin": "2.4.4",
"msw": "1.3.0",
"nanoid": "3.1.32",
"native-url": "0.3.4",

View file

@ -1239,8 +1239,8 @@ importers:
specifier: 5.1.1
version: 5.1.1
mini-css-extract-plugin:
specifier: 2.4.3
version: 2.4.3(webpack@5.90.0)
specifier: 2.4.4
version: 2.4.4(webpack@5.90.0)
msw:
specifier: 1.3.0
version: 1.3.0(typescript@5.2.2)
@ -17722,13 +17722,13 @@ packages:
resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==}
engines: {node: '>=4'}
/mini-css-extract-plugin@2.4.3(webpack@5.90.0):
resolution: {integrity: sha512-zekavl9mZuGyk7COjsfFY/f655AX61EKE0AthXPrmDk+oZyjZ9WzO4WPjXnnO9xl8obK2kmM6rAQrBEmk+WK1g==}
/mini-css-extract-plugin@2.4.4(webpack@5.90.0):
resolution: {integrity: sha512-UJ+aNuFQaQaECu7AamlWOBLj2cJ6XSGU4zNiqXeZ7lZLe5VD0DoSPWFbWArXueo+6FZVbgHzpX9lUIaBIDLuYg==}
engines: {node: '>= 12.13.0'}
peerDependencies:
webpack: 5.90.0
dependencies:
schema-utils: 3.1.1
schema-utils: 3.2.0
webpack: 5.90.0(@swc/core@1.3.85)
dev: true
@ -22281,15 +22281,6 @@ packages:
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: true
/schema-utils@3.1.1:
resolution: {integrity: sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==}
engines: {node: '>= 10.13.0'}
dependencies:
'@types/json-schema': 7.0.12
ajv: 6.12.6
ajv-keywords: 3.5.2(ajv@6.12.6)
dev: true
/schema-utils@3.2.0:
resolution: {integrity: sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==}
engines: {node: '>= 10.13.0'}