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

chore: update dev deps #1523

Merged
merged 4 commits into from
Dec 11, 2023
Merged

chore: update dev deps #1523

merged 4 commits into from
Dec 11, 2023

Conversation

ludofischer
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e24cbee) 97.56% compared to head (f0f2534) 97.56%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1523   +/-   ##
=======================================
  Coverage   97.56%   97.56%           
=======================================
  Files         123      123           
  Lines       10207    10207           
=======================================
  Hits         9958     9958           
  Misses        249      249           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -6,5 +6,5 @@ export = pluginCreator;
*/
declare function pluginCreator(config?: Record<string, boolean>): import('postcss').Plugin;
declare namespace pluginCreator {
const postcss: true;
let postcss: true;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Small change in TypeScript output, seems correct as we just assign this property to the pluginCreator object so it is in fact mutable.

@ludofischer
Copy link
Collaborator Author

Hi @alexander-akait, in case you have time, could you review this PR and #1524?

@ludofischer ludofischer merged commit b007a7c into master Dec 11, 2023
16 checks passed
@ludofischer ludofischer deleted the update-dev-deps branch December 11, 2023 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant