#1078 is at about 4,000 lines changed and includes both code implementing features and unrelated functional and stylistic changes. This set of changes is about ⅓ of the total and should be largely independent.
These changes include:
* have Dependabot ignore `patch` version changes
* switch the cache invalidation Hasura action to asynchronous
* add a uniqueness constraint on the combination of player and skill ids
* print a comprehensible error message in the db seeding script on network errors
* add a mutex on the account creation process & allow it to happen only once *(subsequent runs were failing b/c of the uniqueness constraint on the ETH address & returning `null` (closes#1098))
* adds some more profile editing related types
* renames `HighLow7dType` to `HighLowType`
* refactors the `ColorBar` component to include links to a color explanation
* replaces `fake-tag`'s `gql` string identifier with the dependency-free `/* GraphQL */`
* rename `lib/hooks/useUserXp.ts` to `useUserXP.ts`
* fixed some typings to remove `any`s
* bumped some library versions & fixed the version numbers of some others
* chore: bump dids from 2.4.0 -> 2.4.3
* Upgrade Typescript to latest
* chore: bump @storybook/addon-links 6.3.2 -> 6.4.9
* chore: bump opensea-js from 1.2.1 -> 1.2.7
* chore: react 16 -> 17
* chore: upgrade jsdom 16 -> 19
* fix: yarn.lock
* chore: upgrade eslint-config-airbnb 0.0.1 -> 0.0.2
* chore: add versioning strategy to dependabot
so the package.json files will also increase the version instead of just package.lock in some cases
* fix: ss rendered page trying to access an unavailable component
from design system
Co-authored-by: Firat Tale <firat.tale@auto1.com>