Skip to content

Commit a9539d6

Browse files
chore(deps): update dependency postcss-modules to v9 (#22867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent fdefbcf commit a9539d6

4 files changed

Lines changed: 21 additions & 6 deletions

File tree

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"picocolors": "^1.1.1",
120120
"postcss-import": "^16.1.1",
121121
"postcss-load-config": "^6.0.1",
122-
"postcss-modules": "^6.0.1",
122+
"postcss-modules": "^9.0.0",
123123
"premove": "^4.0.0",
124124
"resolve.exports": "^2.0.3",
125125
"rolldown-plugin-dts": "^0.26.0",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff --git a/index.d.ts b/index.d.ts
2+
index bb90fd0cc35c1ee0e514b5da72433ce984050f4c..e61d2d0e3f027c8c4e8d54057ec3410f1182f220 100644
3+
--- a/index.d.ts
4+
+++ b/index.d.ts
5+
@@ -50,5 +50,3 @@ declare interface PostcssModulesPlugin {
6+
declare const PostcssModulesPlugin: PostcssModulesPlugin;
7+
8+
export = PostcssModulesPlugin;
9+
-
10+
-declare module "postcss-modules/loader" {}

pnpm-lock.yaml

Lines changed: 9 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ patchedDependencies:
1919
"sirv@3.0.2": "patches/sirv@3.0.2.patch"
2020
"chokidar@3.6.0": "patches/chokidar@3.6.0.patch"
2121
"dotenv-expand@13.0.0": "patches/dotenv-expand@13.0.0.patch"
22+
"postcss-modules@9.0.0": "patches/postcss-modules@9.0.0.patch"
2223
peerDependencyRules:
2324
allowedVersions:
2425
vite: "*"

0 commit comments

Comments
 (0)