Skip to content

Commit 9c15470

Browse files
angular-robotclydin
authored andcommitted
build: update dependency postcss-loader to v8
1 parent c2789e1 commit 9c15470

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"piscina": "4.3.0",
184184
"popper.js": "^1.14.1",
185185
"postcss": "8.4.33",
186-
"postcss-loader": "7.3.4",
186+
"postcss-loader": "8.0.0",
187187
"prettier": "^3.0.0",
188188
"protractor": "~7.0.0",
189189
"puppeteer": "18.2.1",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"picomatch": "3.0.1",
5151
"piscina": "4.3.0",
5252
"postcss": "8.4.33",
53-
"postcss-loader": "7.3.4",
53+
"postcss-loader": "8.0.0",
5454
"resolve-url-loader": "5.0.0",
5555
"rxjs": "7.8.1",
5656
"sass": "1.69.7",

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5816,6 +5816,16 @@ cosmiconfig@^8.3.5:
58165816
parse-json "^5.2.0"
58175817
path-type "^4.0.0"
58185818

5819+
cosmiconfig@^9.0.0:
5820+
version "9.0.0"
5821+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d"
5822+
integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==
5823+
dependencies:
5824+
env-paths "^2.2.1"
5825+
import-fresh "^3.3.0"
5826+
js-yaml "^4.1.0"
5827+
parse-json "^5.2.0"
5828+
58195829
create-require@^1.1.0:
58205830
version "1.1.1"
58215831
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
@@ -6337,7 +6347,7 @@ entities@^4.2.0, entities@^4.3.0, entities@^4.4.0:
63376347
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
63386348
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
63396349

6340-
env-paths@^2.2.0:
6350+
env-paths@^2.2.0, env-paths@^2.2.1:
63416351
version "2.2.1"
63426352
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
63436353
integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
@@ -10653,6 +10663,15 @@ [email protected]:
1065310663
jiti "^1.20.0"
1065410664
semver "^7.5.4"
1065510665

10666+
10667+
version "8.0.0"
10668+
resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-8.0.0.tgz#98bb2fb8f5b8e756ef9847e639f6e323d3f15745"
10669+
integrity sha512-+RiNlmYd1aXYv6QSBOAu6n9eJYy0ydyXTfjljAJ3vFU6MMo2M552zTVcBpBH+R5aAeKaYVG1K9UEyAVsLL1Qjg==
10670+
dependencies:
10671+
cosmiconfig "^9.0.0"
10672+
jiti "^1.20.0"
10673+
semver "^7.5.4"
10674+
1065610675
postcss-modules-extract-imports@^3.0.0:
1065710676
version "3.0.0"
1065810677
resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d"

0 commit comments

Comments
 (0)