* chore: update to eslint-plugin-react-hooks v6
and remove the separate compiler linter plugin, as those rules are now integrated
* chore: disable compiler-linter in tests
* chore: bypass lint violations
* chore: Disable '@eslint-react/no-context-provider'
to be react 18 compatible
* chore: typescript 5.7
and run tests against ts 5.0 - 5.7
* chore: make eslint happy
* chore: type import issue
* chore: the type assertion is necessary for ts 5.4 and lower
* fix: write code so that it narrows in all ts versions
* fix: import assertion
* fix: angular examples stay at typescript 5.4
* Add JSON import attribute, update vue-tsc
* angular fixes
* Fix vue-tsc compatibility
---------
Co-authored-by: Arnoud de Vries <6420061+arnoud-dv@users.noreply.github.com>
Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>