Open strmer15 opened 1 year ago
@strmer15 please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
@microsoft-github-policy-service agree [company="{your company}"]
Options:
- (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@microsoft-github-policy-service agree
- (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@microsoft-github-policy-service agree company="Microsoft"
@microsoft-github-policy-service agree company="The Farmer's Dog"
This fixes https://github.com/howdyai/botkit/issues/2238
Updates a lot of dependencies, since I couldn't actually install or build anything until I did a lot of these
eslint
and plugins, so that there weren't peer dependency errors@typescript-eslint/ban-ts-ignore
to@typescript-eslint/ban-ts-comment
eslint-plugin-node
has been replaced byeslint-plugin-n
typescript
andtsdoc
,tsdoc
0.22 was giving peer dependency errors about oldtypescript
build-docs
command, seems like it may have been broken for a while - incorrect options, missing tsconfigtypedoc-plugin-external-module-name
since it's no longer maintained and doesn't work with newertsdoc
versionspackage-lock.json
files, some of them were deleted since they're no longer usedlerna
and updated thereadme
Replaced
request
withcross-fetch
in a few different placesresponse.ok
(for a 2xx response status) and then throwing anError
if it doesn't match. Then, I'm handling the response as plain text or as JSON if it parses correctly.