Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: upgrade all dependencies (and fix UMD build) #653
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 04d263b:
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 88e12cc:
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 65cc476:
|
Codecov Report
@@ Coverage Diff @@
## master #653 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 103 103
Branches 15 15
=========================================
Hits 103 103 Continue to review full report at Codecov.
|
|
The release is available on:
Your semantic-release bot |


What: Update all deps and use
dotenv-clito set environment variables for the buildWhy:
UMD Build output before:
We no longer get that warning with these changes
How:
Using dotenv-cli to set environment variables based on
.bundle.main.envand.bundle.pure.envwhich are used withinkcd-scriptsto configure rollup. Was way easier than setting them with cross-env like we were doing before.Checklist:
docs site N/A