Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve build #13

Merged
merged 5 commits into from
Jun 1, 2021
Merged

Improve build #13

merged 5 commits into from
Jun 1, 2021

Conversation

JaceHensley
Copy link
Contributor

Ultimate Problem

There were some issues with the TS types so we needed to upgrade to the latest TS version. But because of how tsdx works it wasn't using the correct version of TS, the workaround is to use resolutions (but that only works with yarn)

Solution

  • Switch to yarn for resolutions
  • Upgrade some build deps
  • Bump all package versions

This is done by:
- Switching to yarn to use package resolutions
- Bump to latest version of TS (this allows us to use new TS features)
- Bump to Jest v26 (v27 is out but ts-jest v27 changed it's api so that breaks tsdx)
@JaceHensley JaceHensley requested a review from edhedges May 27, 2021 16:34
edhedges
edhedges previously approved these changes May 27, 2021
"author": "Bloom Protocol LLC <team@bloom.co>",
"license": "Apache-2.0",
"respository": "https://github.com/hellobloom/ssi-sdk/tree/main/packages/credential-manifest",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oof lol, nice fix

@JaceHensley JaceHensley merged commit e0c27b0 into main Jun 1, 2021
@JaceHensley JaceHensley deleted the feat/improve-build/dev branch June 1, 2021 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants