-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated most packages. * Fixed new errors brought up by Eslint related package changes. * Eslint: - Fixed new errors brought up by Eslint related package changes. - Not updated to version 9 yet. - eslint-plugin-cypress held at ^3.6.0, ≥4 requires Eslint ≥9. - eslint-plugin-lodash held at ^7.4.0, ≥8 requires Eslint ≥9. - eslint-plugin-jsx-a11y pinned at 6.7.1, newer versions still have excessively strict rules. Needs to be rectifies during or before migrating to Eslint 9. * Actual UI: - @headlessui/react still held at ^1.7.10, v2 is not compatable with our fucked up codebase. - @types/mapbox__mapbox-gl-draw, still pinned at 1.4.6, due to conflicting typings, with some of the map related deps. - React+dom+typings held at lates V18 release. Our codebase should preferably be able to run in <StrictMode>, mefore React update. - Next + eslint config, held at V14, should be replaced with Vite. - maplibre-gl held at ^4.7.1, V5 has API changes. - react-router-dom held at ^6.28.1, V7 needs some bigger changes. - utf-8-validate still pinned at 6.0.3, newer versions require newer node versions too. * Other version holds - @rollup/plugin-typescript in TDB held at ^11.1.6, our current configuration is not compatible with ≥12.1.2. - @types/node held at ^18.19.70, as we are still running on node 18. - uuid + types, still held at ^9.0.8, as the ≥10 version needs a newer version of node.
- Loading branch information
1 parent
feeb9f9
commit 6b91981
Showing
30 changed files
with
3,391 additions
and
3,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jore4-hasura
updated
2 files
+21 −21 | test/hasura/package.json | |
+944 −825 | test/hasura/yarn.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.