Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency postcss-loader to v8 #15581

Merged
merged 2 commits into from Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/package.json
Expand Up @@ -108,7 +108,7 @@
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.5",
"postcss-loader": "^7.0.0",
"postcss-loader": "^8.0.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^18.2.0",
Expand Down
48 changes: 36 additions & 12 deletions yarn.lock
Expand Up @@ -2088,7 +2088,7 @@ __metadata:
lodash.throttle: "npm:^4.1.1"
mini-css-extract-plugin: "npm:^2.4.5"
postcss: "npm:^8.4.5"
postcss-loader: "npm:^7.0.0"
postcss-loader: "npm:^8.0.0"
process: "npm:^0.11.10"
prop-types: "npm:^15.7.2"
react: "npm:^18.2.0"
Expand Down Expand Up @@ -11165,7 +11165,7 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:^7.0.0, cosmiconfig@npm:^7.0.1":
"cosmiconfig@npm:^7.0.1":
version: 7.0.1
resolution: "cosmiconfig@npm:7.0.1"
dependencies:
Expand All @@ -11190,6 +11190,23 @@ __metadata:
languageName: node
linkType: hard

"cosmiconfig@npm:^9.0.0":
version: 9.0.0
resolution: "cosmiconfig@npm:9.0.0"
dependencies:
env-paths: "npm:^2.2.1"
import-fresh: "npm:^3.3.0"
js-yaml: "npm:^4.1.0"
parse-json: "npm:^5.2.0"
peerDependencies:
typescript: ">=4.9.5"
peerDependenciesMeta:
typescript:
optional: true
checksum: 8bdf1dfbb6fdb3755195b6886dc0649a3c742ec75afa4cb8da7b070936aed22a4f4e5b7359faafe03180358f311dbc300d248fd6586c458203d376a40cc77826
languageName: node
linkType: hard

"crc-32@npm:^1.2.0":
version: 1.2.2
resolution: "crc-32@npm:1.2.2"
Expand Down Expand Up @@ -12623,6 +12640,13 @@ __metadata:
languageName: node
linkType: hard

"env-paths@npm:^2.2.1":
version: 2.2.1
resolution: "env-paths@npm:2.2.1"
checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e
languageName: node
linkType: hard

"envinfo@npm:7.8.1":
version: 7.8.1
resolution: "envinfo@npm:7.8.1"
Expand Down Expand Up @@ -15865,7 +15889,7 @@ __metadata:
languageName: node
linkType: hard

"import-fresh@npm:^3.0.0, import-fresh@npm:^3.2.1":
"import-fresh@npm:^3.0.0, import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
version: 3.3.0
resolution: "import-fresh@npm:3.3.0"
dependencies:
Expand Down Expand Up @@ -17681,7 +17705,7 @@ __metadata:
languageName: node
linkType: hard

"jiti@npm:^1.19.1":
"jiti@npm:^1.19.1, jiti@npm:^1.20.0":
version: 1.21.0
resolution: "jiti@npm:1.21.0"
bin:
Expand Down Expand Up @@ -18130,7 +18154,7 @@ __metadata:
languageName: node
linkType: hard

"klona@npm:^2.0.4, klona@npm:^2.0.5":
"klona@npm:^2.0.4":
version: 2.0.5
resolution: "klona@npm:2.0.5"
checksum: 27cc78ea2dab88da6671b5a19c60215c30ed1e1f8ba3dc900a1beb88d1f8dba815a5d5a61306cd4982330bc6f5db3e3d5d2410556a3a225428341bb6482f90ae
Expand Down Expand Up @@ -22236,17 +22260,17 @@ __metadata:
languageName: node
linkType: hard

"postcss-loader@npm:^7.0.0":
version: 7.0.0
resolution: "postcss-loader@npm:7.0.0"
"postcss-loader@npm:^8.0.0":
version: 8.0.0
resolution: "postcss-loader@npm:8.0.0"
dependencies:
cosmiconfig: "npm:^7.0.0"
klona: "npm:^2.0.5"
semver: "npm:^7.3.7"
cosmiconfig: "npm:^9.0.0"
jiti: "npm:^1.20.0"
semver: "npm:^7.5.4"
peerDependencies:
postcss: ^7.0.0 || ^8.0.1
webpack: ^5.0.0
checksum: a1d3de713e8682b4456bf2ceba992caf067230c27e3e9513f299c1c8aa7a075dbb0813bb54953f92cdc383496c27fed2a74b38da95549ad972d409b903755368
checksum: efbb59d2b72884c9f8c2310f1401efc6c4b01f8ffb571e2c9b151243947053eab9096c143b9bf09ada7c310c914eac759d5cf30a7cf84875a0e7cba0bc6d6c75
languageName: node
linkType: hard

Expand Down