Skip to content

Conversation

mrtopsyt
Copy link
Contributor

Changes

  • Updated dev dependencies
  • Updated prettier and linter configs
  • Ran catalog generation script, since updating csv-parse seems to lead to the output being alphabetized

@mrtopsyt mrtopsyt linked an issue Dec 10, 2024 that may be closed by this pull request
@mrtopsyt mrtopsyt requested a review from hunterckx December 10, 2024 03:07
.eslintrc.json Outdated
@@ -57,7 +57,9 @@
"jsdoc/require-returns-description": "error",
"jsdoc/check-alignment": "error",
"jsdoc/check-param-names": "error",
"react-hooks/exhaustive-deps": "error"
"react-hooks/exhaustive-deps": "error",
"@typescript-eslint/no-empty-object-type": "warn",
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it might be worth leaving @typescript-eslint/no-empty-object-type at its default settings, and just removing the empty Props interface and its use as a type parameter in figure.styles.tsx -- as far as I can see there's no reason for that interface to exist, since the component is never passed any props anyway (though let me know if there's some particular reason to have this rule as a warning!)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching this @hunterckx!

@mrtopsyt mrtopsyt requested a review from hunterckx December 13, 2024 06:12
@hunterckx hunterckx merged commit a74e1fe into main Dec 13, 2024
1 check passed
@hunterckx hunterckx deleted the jonah/195-update-dev-dependancies branch December 13, 2024 07:33
mvdbeek pushed a commit to mvdbeek/brc-analytics that referenced this pull request Mar 16, 2025
* chore: updated typescript (galaxyproject#195)

* chore: updated linting plugins (galaxyproject#195)

* chore: updated linters (galaxyproject#195)

* chore: updated prettier (galaxyproject#195)

* chore: updated commitlint (galaxyproject#195)

* chore: updated eslint-plugin-next (galaxyproject#195)

* chore: updated playwright (galaxyproject#195)

* chore: updated babel-loader (galaxyproject#195)

* chore: updated csv-parse, ran database script (galaxyproject#195)

* chore: updated husky (galaxyproject#195)

* chore: removed empty Props interface from figure.styles.tsx (galaxyproject#195)
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.

Update dev dependancies
2 participants