Skip to content

Commit

Permalink
Merge pull request #4297 from kamontat/feature/upgrade-postcss-modules
Browse files Browse the repository at this point in the history
[heft-sass-plugin] Upgrade postcss-modules
  • Loading branch information
iclanton authored Dec 8, 2023
2 parents d391f10 + 62b223a commit 1085e78
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 125 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@rushstack/heft-sass-plugin",
"comment": "Upgrade postcss-modules from v1.5.0 to v6.0.0",
"type": "minor"
}
],
"packageName": "@rushstack/heft-sass-plugin"
}
147 changes: 29 additions & 118 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "0d56f84d9be143d58bb100751f8065c33e3397e2",
"pnpmShrinkwrapHash": "148b38e4e98c98edfcfa2d368a33cff4b835df8f",
"preferredVersionsHash": "1926a5b12ac8f4ab41e76503a0d1d0dccc9c0e06"
}

This file was deleted.

2 changes: 1 addition & 1 deletion heft-plugins/heft-sass-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@rushstack/typings-generator": "workspace:*",
"sass-embedded": "~1.62.0",
"postcss": "~8.4.6",
"postcss-modules": "~1.5.0"
"postcss-modules": "~6.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
Expand Down

0 comments on commit 1085e78

Please sign in to comment.