Skip to content

Update dependencies

Loic Huder requested to merge deps into main

Most meaningful changes:

@testing-library/user-event

userEvent method are now async. I had to add lots of await in the test files and disable the rule testing-library/no-await-sync-events for user-events as advised here

eslint-config-galex

  • Removes inclusive-langage rule.
  • Adds a bunch of rules like @typescript-eslint/consistent-type-imports which changed a lot of imports into import type
  • I also made the config match the one of h5web. This notably adds '@typescript-eslint/no-shadow which meant some variables had to be renamed.

node

zustand

axios

  • paramsSerializer is now paramsSerializer.serialize
  • onDownloadProgress callback arg type has changed
Edited by Loic Huder

Merge request reports