skovy / typed-scss-modules

🎁 Generate type definitions (.d.ts) for CSS Modules using SCSS
https://skovy.dev/generating-typescript-definitions-for-css-modules-using-sass/
MIT License
638 stars 67 forks source link

chore(postcss): replace css-modules-loader-core #206

Closed skovy closed 1 year ago

skovy commented 1 year ago

This PR replaces the css-modules-loader-core package with postcss-modules.

The former has not been updated in the past 6 years, while PostCSS modules seems to be maintained and the generally accepted solution with PostCSS and adheres to the CSS Modules spec so this tool doesn't have to concern itself with that issue.

Resolves #197

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 7.1.3-alpha.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

terrymun commented 1 year ago

@skovy Any plans on getting 7.1.3 out of alpha? The latest version of typed-scss-modules is still 7.1.4, which references the outdated css-modules-loader-core that contains security vulnerabilities.

skovy commented 1 year ago

@terrymun these changes have been in an alpha release for several months but I just released them as v8