-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: update dependencies and tests #173
Conversation
d5e5954
to
3a4698e
Compare
dd42e50
to
5898a0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just have two minor suggestions:
package.json
Outdated
"author": "Brody McKee <mrmckeb@hotmail.com>", | ||
"license": "MIT", | ||
"description": "CSS modules support for TypeScript", | ||
"homepage": "https://github.com/mrmckeb/typescript-plugin-css-modules", | ||
"packageManager": "pnpm@7.16.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
src/helpers/getCssExports.ts
Outdated
error: Less.RenderError | undefined, | ||
output: Less.RenderOutput | undefined, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error: Less.RenderError | undefined, | |
output: Less.RenderOutput | undefined, | |
error?: Less.RenderError, | |
output?: Less.RenderOutput, |
src/helpers/getCssExports.ts
Outdated
importers, | ||
loadPaths: [filePath, 'node_modules', ...(loadPaths ?? [])], | ||
sourceMap: true, | ||
// sourceMapIncludeSources: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// sourceMapIncludeSources: true, |
This updates dependencies, along with the following smaller changes:
@typescript-eslint/strict
.