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

fix(types): use options from sass-loader rather than sass #9086

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

danielroe
Copy link
Member

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)

Description

  • pins dependency in case of breaking change (-> webpack 5) in future

closes #9085

Checklist:

  • All new and existing tests are passing.

* pins dependency in case of breaking change (-> webpack 5) in future

closes #9085
@@ -22,7 +22,7 @@
"@types/node": "^12.20.7",
"@types/optimize-css-assets-webpack-plugin": "^5.0.3",
"@types/pug": "^2.0.4",
"@types/sass": "^1.16.0",
"@types/sass-loader": "8.0.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can also put the package into renovate ingoreDeps for not getting auto upgradation pr

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently @types/webpack@^4 is dependency and as long as that remains we should be fine with upgrades but we'll need to examine lockfile before approving them.

@pi0 pi0 merged commit 4ff279b into dev Mar 31, 2021
@pi0 pi0 deleted the fix/9085-sass-options-types branch March 31, 2021 16:16
@pi0 pi0 mentioned this pull request Mar 31, 2021
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[types] Type '{ sassOptions: {}; }' is not assignable to type 'Options'.
3 participants