chore: update dependencies #25
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey! Some basic housekeeping before addressing a couple reported issues (linked to the same action, the power toggle button). This updates all dependencies, addressing in the process these two:
Also updates it to React 19, allowing us to leverage the React Compiler for a simpler codebase at some point (allows us to forget the usage of
useCallbackanduseMemo). I'll push another PR with a proposal to enable it.ESLint from v8 to v9 had some major changes in the way it is setup, that's why the major change over there.