update packages, readme, gitignores, remove error.log #160
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.
Added some readme notes for known issues.
Noticed that @types/express-serve-static-core and @types/lodash had breaking changes for older typescript with server package, had to update TS to address this issue.
pinned server dependency versions to avoid breaking changes, this app is getting a bit dated now will require larger updates for more packages in future
had to update typescript to avoid issues with types for @types/express-serve-static-core and @types/lodash, however, version 5.1 appears to have regression so we are sticking with 5.0.4 for now. 5.1 regression from 5.0: JavaScript heap out of memory (Type instantiation is excessively deep and possibly infinit) microsoft/TypeScript#54542
graphql tools older version using older @types/ws with breaking changes, had to add a resolution to address for "@types/ws": "8.5.4" in package.json
patched some client dependencies
updated github actions to use specific Yarn version with corresponding .yarnrc.yml set to 3.6.0, included the releases in the repo to stay fixed
updated support to node 16, updated actions and added .nvmrc files for version 16.14.0 (nvm use)