Skip to content

Commit 74bc7c4

Browse files
committed
refactor: updated css-loader
1 parent efcded7 commit 74bc7c4

File tree

2 files changed

+72
-64
lines changed

2 files changed

+72
-64
lines changed

packages/uikit-workshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"clipboard": "^2.0.8",
5959
"copy-webpack-plugin": "^11.0.0",
6060
"cosmiconfig": "^7.0.0",
61-
"css-loader": "^3.2.0",
61+
"css-loader": "^6.7.3",
6262
"ejs": "^3.1.6",
6363
"express": "^4.17.1",
6464
"fg-loadjs": "^1.1.0",

yarn.lock

Lines changed: 71 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@
21502150
resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz#4fc33a00c1d0c16987b1a20cf92d20614c55ac35"
21512151
integrity sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==
21522152

2153-
"@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8":
2153+
"@types/json-schema@*", "@types/json-schema@^7.0.8":
21542154
version "7.0.9"
21552155
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
21562156
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -2560,7 +2560,7 @@ ajv@^5.2.3, ajv@^5.3.0:
25602560
fast-json-stable-stringify "^2.0.0"
25612561
json-schema-traverse "^0.3.0"
25622562

2563-
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.5.1, ajv@^6.5.2:
2563+
ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.5, ajv@^6.5.1, ajv@^6.5.2:
25642564
version "6.12.6"
25652565
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
25662566
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -5302,24 +5302,19 @@ crypto-random-string@^2.0.0:
53025302
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
53035303
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
53045304

5305-
css-loader@^3.2.0:
5306-
version "3.6.0"
5307-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-3.6.0.tgz#2e4b2c7e6e2d27f8c8f28f61bffcd2e6c91ef645"
5308-
integrity sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==
5309-
dependencies:
5310-
camelcase "^5.3.1"
5311-
cssesc "^3.0.0"
5312-
icss-utils "^4.1.1"
5313-
loader-utils "^1.2.3"
5314-
normalize-path "^3.0.0"
5315-
postcss "^7.0.32"
5316-
postcss-modules-extract-imports "^2.0.0"
5317-
postcss-modules-local-by-default "^3.0.2"
5318-
postcss-modules-scope "^2.2.0"
5319-
postcss-modules-values "^3.0.0"
5320-
postcss-value-parser "^4.1.0"
5321-
schema-utils "^2.7.0"
5322-
semver "^6.3.0"
5305+
css-loader@^6.7.3:
5306+
version "6.7.3"
5307+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.3.tgz#1e8799f3ccc5874fdd55461af51137fcc5befbcd"
5308+
integrity sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==
5309+
dependencies:
5310+
icss-utils "^5.1.0"
5311+
postcss "^8.4.19"
5312+
postcss-modules-extract-imports "^3.0.0"
5313+
postcss-modules-local-by-default "^4.0.0"
5314+
postcss-modules-scope "^3.0.0"
5315+
postcss-modules-values "^4.0.0"
5316+
postcss-value-parser "^4.2.0"
5317+
semver "^7.3.8"
53235318

53245319
css-select@^4.1.3:
53255320
version "4.2.1"
@@ -8413,12 +8408,10 @@ iconv-lite@^0.6.2:
84138408
dependencies:
84148409
safer-buffer ">= 2.1.2 < 3.0.0"
84158410

8416-
icss-utils@^4.0.0, icss-utils@^4.1.1:
8417-
version "4.1.1"
8418-
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467"
8419-
integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==
8420-
dependencies:
8421-
postcss "^7.0.14"
8411+
icss-utils@^5.0.0, icss-utils@^5.1.0:
8412+
version "5.1.0"
8413+
resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae"
8414+
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
84228415

84238416
ieee754@^1.1.13:
84248417
version "1.2.1"
@@ -10047,7 +10040,7 @@ loader-runner@^4.2.0:
1004710040
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384"
1004810041
integrity sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==
1004910042

10050-
loader-utils@^1.0.3, loader-utils@^1.1.0, loader-utils@^1.2.3:
10043+
loader-utils@^1.0.3, loader-utils@^1.1.0:
1005110044
version "1.4.0"
1005210045
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613"
1005310046
integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==
@@ -11093,6 +11086,11 @@ nanoid@^3.1.30:
1109311086
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.2.0.tgz#62667522da6673971cca916a6d3eff3f415ff80c"
1109411087
integrity sha512-fmsZYa9lpn69Ad5eDn7FMcnnSR+8R34W9qJEijxYhTbfOWzr22n1QxCMzXLK+ODyW2973V3Fux959iQoUxzUIA==
1109511088

11089+
nanoid@^3.3.4:
11090+
version "3.3.4"
11091+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
11092+
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
11093+
1109611094
nanomatch@^1.2.1, nanomatch@^1.2.9:
1109711095
version "1.2.13"
1109811096
resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
@@ -12350,52 +12348,55 @@ postcss-loader@^5.2.0:
1235012348
klona "^2.0.4"
1235112349
semver "^7.3.4"
1235212350

12353-
postcss-modules-extract-imports@^2.0.0:
12354-
version "2.0.0"
12355-
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e"
12356-
integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==
12357-
dependencies:
12358-
postcss "^7.0.5"
12351+
postcss-modules-extract-imports@^3.0.0:
12352+
version "3.0.0"
12353+
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"
12354+
integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==
1235912355

12360-
postcss-modules-local-by-default@^3.0.2:
12361-
version "3.0.3"
12362-
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0"
12363-
integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==
12356+
postcss-modules-local-by-default@^4.0.0:
12357+
version "4.0.0"
12358+
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz#ebbb54fae1598eecfdf691a02b3ff3b390a5a51c"
12359+
integrity sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==
1236412360
dependencies:
12365-
icss-utils "^4.1.1"
12366-
postcss "^7.0.32"
12361+
icss-utils "^5.0.0"
1236712362
postcss-selector-parser "^6.0.2"
1236812363
postcss-value-parser "^4.1.0"
1236912364

12370-
postcss-modules-scope@^2.2.0:
12371-
version "2.2.0"
12372-
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee"
12373-
integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==
12365+
postcss-modules-scope@^3.0.0:
12366+
version "3.0.0"
12367+
resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06"
12368+
integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==
1237412369
dependencies:
12375-
postcss "^7.0.6"
12376-
postcss-selector-parser "^6.0.0"
12370+
postcss-selector-parser "^6.0.4"
1237712371

12378-
postcss-modules-values@^3.0.0:
12379-
version "3.0.0"
12380-
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10"
12381-
integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==
12372+
postcss-modules-values@^4.0.0:
12373+
version "4.0.0"
12374+
resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c"
12375+
integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==
1238212376
dependencies:
12383-
icss-utils "^4.0.0"
12384-
postcss "^7.0.6"
12377+
icss-utils "^5.0.0"
1238512378

1238612379
postcss-prefix-selector@^1.6.0:
1238712380
version "1.14.0"
1238812381
resolved "https://registry.yarnpkg.com/postcss-prefix-selector/-/postcss-prefix-selector-1.14.0.tgz#93b8433074b7aadc5715d57379475246341cfb2d"
1238912382
integrity sha512-8d5fiBQZWMtGWH/7ewEeo6RnBNyT2kLD5wTIfV2oHYqH4hjiofg/rP5X3SUwnqOINzE4mM/K/UOAiNrIaKzd4w==
1239012383

12391-
postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2:
12384+
postcss-selector-parser@^6.0.2:
1239212385
version "6.0.8"
1239312386
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
1239412387
integrity sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==
1239512388
dependencies:
1239612389
cssesc "^3.0.0"
1239712390
util-deprecate "^1.0.2"
1239812391

12392+
postcss-selector-parser@^6.0.4:
12393+
version "6.0.11"
12394+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc"
12395+
integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==
12396+
dependencies:
12397+
cssesc "^3.0.0"
12398+
util-deprecate "^1.0.2"
12399+
1239912400
postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
1240012401
version "4.2.0"
1240112402
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
@@ -12420,7 +12421,7 @@ postcss@^5.2.17:
1242012421
source-map "^0.5.6"
1242112422
supports-color "^3.2.3"
1242212423

12423-
postcss@^7.0.14, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
12424+
postcss@^7.0.14:
1242412425
version "7.0.39"
1242512426
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
1242612427
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
@@ -12437,6 +12438,15 @@ postcss@^8.2.8:
1243712438
picocolors "^1.0.0"
1243812439
source-map-js "^1.0.1"
1243912440

12441+
postcss@^8.4.19:
12442+
version "8.4.20"
12443+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
12444+
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
12445+
dependencies:
12446+
nanoid "^3.3.4"
12447+
picocolors "^1.0.0"
12448+
source-map-js "^1.0.2"
12449+
1244012450
posthtml-match-helper@^1.0.1:
1244112451
version "1.0.1"
1244212452
resolved "https://registry.yarnpkg.com/posthtml-match-helper/-/posthtml-match-helper-1.0.1.tgz#451253de8e5844a348e963ad5edd7769eb129513"
@@ -14042,15 +14052,6 @@ scheduler@^0.19.1:
1404214052
loose-envify "^1.1.0"
1404314053
object-assign "^4.1.1"
1404414054

14045-
schema-utils@^2.7.0:
14046-
version "2.7.1"
14047-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
14048-
integrity sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==
14049-
dependencies:
14050-
"@types/json-schema" "^7.0.5"
14051-
ajv "^6.12.4"
14052-
ajv-keywords "^3.5.2"
14053-
1405414055
schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
1405514056
version "3.1.1"
1405614057
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
@@ -14139,6 +14140,13 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.1.3, semver@^7.3.2, semver@^7.3.4, semve
1413914140
dependencies:
1414014141
lru-cache "^6.0.0"
1414114142

14143+
semver@^7.3.8:
14144+
version "7.3.8"
14145+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
14146+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
14147+
dependencies:
14148+
lru-cache "^6.0.0"
14149+
1414214150
send@0.16.2:
1414314151
version "0.16.2"
1414414152
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -14541,7 +14549,7 @@ sort-keys@^4.0.0:
1454114549
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
1454214550
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
1454314551

14544-
source-map-js@^1.0.1:
14552+
source-map-js@^1.0.1, source-map-js@^1.0.2:
1454514553
version "1.0.2"
1454614554
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
1454714555
integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==

0 commit comments

Comments
 (0)