Dominik Rowicki and Ryan Cavanaugh
6d7624e50f
Create definition for just-throttle ( #38707 )
...
* Create definition for just-throttle
* Use more specific URL for the project
* Improve comments in tests slightly
2019-10-02 13:56:23 -07:00
Michael Peyper and Ryan Cavanaugh
115ed66c06
Add types for @testing-library/react-hooks ( #38715 )
2019-10-02 13:53:38 -07:00
Sean Dawson and Ryan Cavanaugh
44b2e588df
[@agiledigital/mule-preview] new typings ( #38714 )
2019-10-02 13:40:40 -07:00
Markus Tacker and Ryan Cavanaugh
3e698e4b98
feat(twemoji): add types ( #38719 )
2019-10-02 13:39:55 -07:00
Luís Rodrigues and Ryan Cavanaugh
fd3952ba93
[elasticlunr] new typings ( #38717 )
2019-10-02 13:37:05 -07:00
Max Boguslavsky and Ryan Cavanaugh
c9e2ebd317
Added types for oauth2-implicit package ( #38725 )
...
* added rollup-plugin-peer-deps-external
* fixed error
* added oauth2-implicit
* corrected formatting
* removed unused files
* corrected version
2019-10-02 13:36:30 -07:00
Max Boguslavsky and Ryan Cavanaugh
d2a59b239b
Added type for normalize-jss ( #38728 )
...
* added rollup-plugin-peer-deps-external
* fixed error
* added normalize-jss type
* corrected test name and module type
* reworked tests
* returned back test
* fixed test
* fixed npm test errors
* fixed array type declaration
2019-10-02 13:36:05 -07:00
Sorin Sandru and Ryan Cavanaugh
2e9ba8c063
Created typings for mocha-prepare ( #38727 )
...
* mocha-prepare
Created typings for mocha-prepare.
* Fixed Export issue
Fixed export
* Fixed onUnprepare parameter
Changed onUnprepare parameter to optional.
2019-10-02 13:34:54 -07:00
Greyson Wright and Ryan Cavanaugh
41d9712db2
Update type definitions for "sqs-producer" ( #38735 )
2019-10-02 13:32:01 -07:00
Hikiko and Ryan Cavanaugh
74937467de
[redux-promise-listener] add types ( #38744 )
2019-10-02 13:30:34 -07:00
Konstantin and Ryan Cavanaugh
e39fd75419
Add types for react-add-to-calendar package ( #38751 )
2019-10-02 13:30:07 -07:00
Alex Bukurov and Ryan Cavanaugh
2ea517f1b6
[react-frame-component] Introduce type definitions ( #38750 )
2019-10-02 13:29:41 -07:00
Ben Grynhaus and Ryan Cavanaugh
8501cb5b3e
add types for mysql-import ( #38762 )
2019-10-02 13:29:05 -07:00
Alex Bukurov and Ryan Cavanaugh
837bb465c9
[react-scroll-rotate] Introduce type definitions ( #38773 )
2019-10-02 13:28:30 -07:00
Jake Boone and Ryan Cavanaugh
ea63f3c20d
[sql-formatter] New types ( #38823 )
...
* [sql-formatter] New types
* [sql-formatter] Added strictFunctionTypes
* [sql-formatter] Removed extraneous export keyword
2019-10-02 13:28:12 -07:00
breeze9527 and Ryan Cavanaugh
36c00a1bed
New definition for non npm package amap-js-api-overview ( #38761 )
2019-10-02 13:25:39 -07:00
breeze9527 and Ryan Cavanaugh
b2c017037d
New definition for non npm package amap-js-api-scale ( #38760 )
2019-10-02 13:25:16 -07:00
breeze9527 and Ryan Cavanaugh
bfab99e84d
New definition for non npm package amap-js-api-map-type ( #38759 )
2019-10-02 11:54:27 -07:00
breeze9527 and Ryan Cavanaugh
21d1ea3691
New definition for non npm package amap-js-api-control-bar ( #38757 )
2019-10-02 11:54:05 -07:00
breeze9527 and Ryan Cavanaugh
929c6f19f9
New definition for non npm package amap-js-api-tool-bar ( #38756 )
2019-10-02 11:53:30 -07:00
Junxiao Shi and Ryan Cavanaugh
40b3fa23f6
minimalistic-assert: initial definition ( #38765 )
2019-10-02 11:52:56 -07:00
Ben Grynhaus and Ryan Cavanaugh
624778c4fa
add types for kue-ui-client ( #38764 )
2019-10-02 11:51:10 -07:00
Renan Machado and Ryan Cavanaugh
865ab540e9
[relay-test-utils] Create new package ( #38767 )
...
* create relay-test-utils package
* add RelayModernMockEnvironment
* add RelayMockPayloadGenerator
* add unwrapContainer
2019-10-02 11:50:14 -07:00
Josh and Ryan Cavanaugh
71c47eedaf
add type definitions for @ledgerhq/hw-transport-webusb ( #38795 )
2019-10-02 11:47:08 -07:00
Sascha Zarhuber and Ryan Cavanaugh
11c26c1ace
[node-openload] add type definitions ( #38799 )
...
* feat(node-openload): added base files
* feat(node-openload): added types
* feat(node-upload): added tests, fixed interfaces
* fix(node-openload): fix test errors
* fix(node-openload): fix test errors
* fix(node-openload): fix test errors
* fix(node-openload): fix default export
* fix(node-openload): fixed default export
2019-10-02 11:46:31 -07:00
Alex Bukurov and Ryan Cavanaugh
f12108dd3b
[react-offcanvas] Introduce type definitions ( #38809 )
2019-10-02 11:45:59 -07:00
Damien Engels and Nathan Shively-Sanders
aee73c479b
Updates the way the trustedTypes policy factory is exposed. ( #38812 )
...
Since Chrome is still shipping the API using `TrustedTypes` (capitalized),
we need to keep it exposed.
We expose both `window.trustedTypes` & `window.TrustedTypes` as optionals
since either of them could be undefined.
Also cleans up the formatting & comments.
2019-10-02 09:59:59 -07:00
Weslley Nascimento Rocha and Ben Lichtman
01fd2924e6
adding types to halogenium package ( #38804 )
...
* adding types to halogenium package
* Update index.d.ts
* fix: using class types
* fix: update to no generic type
2019-10-02 09:05:14 -07:00
Ben Lichtman and GitHub
403ac51161
[node]: Add missing stream properties ( #38791 )
...
* Add missing stream properties and tests
* Fix downstream issue in readable-stream
* add tests for readable-stream change
2019-10-01 17:31:59 -07:00
Alex Bukurov and Ryan Cavanaugh
47fc9ee659
[react-scrollbar-size] Introduce type definitions ( #38768 )
2019-10-01 15:59:28 -07:00
Nathan Shively-Sanders and Ryan Cavanaugh
b899dec969
Improve README on external dependencies ( #38784 )
2019-10-01 15:51:57 -07:00
Seally and Ryan Cavanaugh
8aa928a778
[check-error] Add type definitions. ( #38778 )
2019-10-01 15:49:18 -07:00
Paweł Meller and Ryan Cavanaugh
4f4381c06b
Add new typings for favicons-webpack-plugin@1.0 ( #38782 )
2019-10-01 15:47:54 -07:00
Methrat0n and Ben Lichtman
ee1a310306
Add @types for sic-ecies ( #38460 )
...
* write sic-ecies types
* use bitcore-lib PrivateKey and PublicKey and add the CBC constructor parameters. Also add readonly before all parameter arrays (they are not modified)
* test corrections, also remove readonly to keep lower ts version
2019-10-01 13:00:33 -07:00
Sean Glover and Andrew Casey
5cdf8f965a
Initial commit for Akumina types (see akumina.github.io) ( #38155 )
...
* Linted Akumina types
* Initial commit for Akumina types
* Linting-based cleanup
* Final linting changes for initial akumina-core commit
* set strict null checks to false
* undo changes to autogenerated codeowners
* add additional definitions by in the correct place
* remove changes to CODEOWNERS
2019-10-01 10:58:33 -07:00
Nathan Shively-Sanders and GitHub
82a345dfc5
3 more fixes for TS 3.7 ( #38777 )
...
* 3 more fixes for TS 3.7
lyricist: patch tests until TS fixes Promise.all
react-relay: fix lint
react-sortable-tree: upgrade react-dnd dependency
The change to lyricist is just a workaround for now.
React-sortable-tree's upgrade is the same as other dependents of
react-dnd that I did yesterday.
* More compatible workaround for lyricist
2019-10-01 10:37:32 -07:00
Nathan Bierema and Ryan Cavanaugh
643edf5b1c
[react-select] Enforce OptionType should be an object ( #38691 )
...
* Extend object
* Keep the change
* All the `OptionType`s
* Formatting
* Two space indentation
2019-10-01 09:59:59 -07:00
Jojoshua and Ryan Cavanaugh
d45ec9519f
tabulator-tables 4.4.3 ( #38702 )
...
* 4.4.3
* test update
* fix version(patch version not allowed)
2019-10-01 09:48:37 -07:00
Claus Stilborg and Ryan Cavanaugh
9ce7c58e5b
Add requirements to IAccount ( #38710 )
2019-10-01 09:48:17 -07:00
Ruixue Liao and Ryan Cavanaugh
e142547579
Move rich definition to text-stlyle.d.ts ( #38733 )
2019-10-01 09:47:47 -07:00
James Garbutt and Ryan Cavanaugh
3e9be25146
sinon: correct fake timer interfaces ( #38741 )
...
Fixes #38564
2019-10-01 09:47:04 -07:00
Chiciuc Nicușor and Ryan Cavanaugh
116a2f35dd
Make the 'bindEnvironment()' function generic. ( #38752 )
2019-10-01 09:46:21 -07:00
Alex Povar and Ben Lichtman
7f3cd68ef3
Fix jasminewd2 compatibility with older jasmine versions ( #38737 )
2019-10-01 09:37:37 -07:00
Max Boguslavsky and Ben Lichtman
a77838da88
Added rollup-plugin-visualizer ( #38676 )
...
* added rollup-plugin-visualizer
* corrected formatting
* fixed errors found after test run
* fixed error
* fixed error
* fixed errors
* corrected package.json
* corrected package according to review comment; added main author to package
2019-10-01 09:32:17 -07:00
timtrinidad and Ben Lichtman
20a5f8e6e2
[serverless] fix hooks and cloudformation.resources definitions ( #38315 )
...
* Update serverless types
This fixes a couple of inconsistencies with the type declarations:
* `Plugin.hooks` is a dictionary of functions that return a promise, not a dictionary of promises
* `serverless.service.provider.compiledCloudFormationTemplate.Resources` is an object rather than an array
* make Plugin an interface instead of an abstract class
* add provider.naming
* add plugin constructor typedef as PluginStatic
2019-10-01 09:31:31 -07:00
Hendrik Röhm and Ben Lichtman
d286affc38
Add missing FormState element to redux-form ( #37940 )
...
* Add missing FormState element to redux-form
According to the [example](https://redux-form.com/8.2.2/examples/submitvalidation/ ) on the redux-form page, it is possible to have a general error field for the whole form. I confirmed this behaviour with redux-form 8.2.6.
* Correct error formState type in redux-form
2019-10-01 09:27:38 -07:00
lexasss and Ben Lichtman
05c13bad91
New type definition: vue-ls ( #38653 )
...
* vue-ls
* authors corrected
* vue-ls: tsconfig updated
* default removed
2019-10-01 09:13:30 -07:00
Nathan Shively-Sanders and GitHub
16ec9170ea
Update react-dnd-multi-backend to version 4.0 ( #38736 )
...
* Update to version 4.0
* Update backends type+add dependency
2019-10-01 08:22:13 -07:00
Nathan Shively-Sanders and GitHub
a21d984ca4
Bump xmpp__jid to 1.3 ( #38745 )
...
* Bump xmpp__jid to 1.3
* disable npm version check
2019-10-01 07:57:23 -07:00
Nathan Shively-Sanders and GitHub
98157baf6c
Remove @xmpp/jid from removed packages list ( #38743 )
...
It's not actually removed and the source package doesn't ship types.
2019-09-30 16:14:36 -07:00