Blaise Kal
f3c6f4aec3
New typings for zip-webpack-plugin ( #27032 )
...
* Typings for zip-webpack-plugin
* Switch to ReadonlyArray for include and exclude options
* Fix linting errors
* Fix TypeScript version
2018-07-03 15:11:41 -07:00
Jason Unger
9e79023693
Add types for react-gateway@2.8 ( #27029 )
...
* Add types for react-gateway@2.8
* Fix linting
* Remove unnecessary lib folder
2018-07-03 15:11:12 -07:00
Mike Deverell
9c7050dd4c
[react-modal] add contentRef & overlayRef props ( #27026 )
2018-07-03 13:26:11 -07:00
Mengjo Rodrick Nfinyoh
592acfc14d
Add-Type: mongodb-uri 0.9, https://github.com/mongolab/mongodb-uri-node ( #27013 )
...
* chore: initial commit
* feat(mongodb-uri): add types for mongodb-uri
* refactor(mongodb-uri): adjust to pass lint test
* Revert "chore: initial commit"
This reverts commit 51dab6d
2018-07-03 13:22:35 -07:00
Dan Freeman
c24807a001
[ember-qunit] Add definition for start() ( #26925 )
2018-07-03 12:56:59 -07:00
Suraiya Hameed
196b62209f
[@types/tedious] Updating type definitions to match newer version of driver ( #26887 )
...
* fix: update and add missing functions and events
Remove internal and deprecated aliases for tedious TYPE.
Update tedious version and url.
Add and update declartions for missing events and function.
* Remove `declare` from interface declarations
2018-07-03 12:23:38 -07:00
Mohamed Hegazy
a3ab1ef816
Revert "update to graphql v14.0.0 (WIP) ( #26601 )" ( #27027 )
...
This reverts commit ff2bcafdd0 .
2018-07-03 12:22:07 -07:00
Satinder
1f45ed19e8
@types/react-circular-progressbar: update component props according to project readme ( #27024 )
...
* Remove classForPercentage and textForPercentage
* update test case tsx for react-circular-progressbar
2018-07-03 11:30:34 -07:00
NattapongSiri
640661615e
Define AggressiveSplitterPlugin in optimize namespace ( #26900 )
...
* Define AggressiveSplitterPlugin in optimize namespace
* Fix lint failures
2018-07-03 11:30:02 -07:00
Frederic Morel
e0ca316fb7
Add .container to ChartSpecs ( #26989 )
...
Can be given element instead of container ID
2018-07-03 10:20:38 -07:00
mtgto
dc86478557
Add a definition of atlassian-crowd-client ( #26782 )
...
* Add a definition of atlassian-crowd-client
* [atlassian-crowd-client] Fix a wrong definition.
* Add `"strictFunctionTypes": true`
* [atlassian-crowd-client] Fix a compile error.
* [atlassian-crowd-client] Use `export =` instead of `export default`.
* Use `export =` instead of `export default`
* Use `import = require`
2018-07-03 10:05:55 -07:00
Curtis Layne
deb7d8beaf
[@types/graphql] Add generic type on ExecutionResult ( #26763 )
...
* [@types/graphql] Add generic type on ExecutionResult
Without a generic type on ExecutionResult we can't have typesafe
operations.
* Add default type to the generic so it's not a breaking change
* Don't make TData readonly
2018-07-03 10:02:54 -07:00
Brendan McGuire
3a151309f6
Add typings for vexdb ( #26942 )
...
* Vastly improve quality of types
* Init Commit
* Add README
* Comply with linting
* Add editor config, and remove README
* Add back editor config
* Remove extra file
* Add new line
2018-07-03 09:53:16 -07:00
Andy
773099d82b
Add 'package.json's for winston dependencies ( #27020 )
2018-07-03 09:52:26 -07:00
overthesanity
7d2faae15d
[@types/webpack-dev-server] Module augmentation and descriptions for type defs ( #26895 )
...
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
* Make module augmentation and update type defs for webpack-dev-server
2018-07-03 09:39:38 -07:00
Ryan Price
72d2038348
Add string to Tether.ITetherOptions.classes ( #26873 )
...
Boolean is used for disabling classes while strings is used for overriding. See docs: http://tether.io/
2018-07-03 09:37:19 -07:00
Ernesto
64407a18dd
React js pagination ( #27022 )
...
* Add type definitions for react-js-pagination
* Add tslint file and remove import statement from index.ts
* Fix tslint errors
* Enable noImplicitThis and strictNullChecks in tsconfig
2018-07-03 09:36:34 -07:00
Panagiotis Kapros
6f63454dcf
add 2 missing constructor parameters ( #26907 )
2018-07-03 09:35:25 -07:00
ikokostya
ca19f9ce6c
[js-yaml] Revert return type of loader functions to any ( #26883 )
...
Reverts https://github.com/DefinitelyTyped/DefinitelyTyped/pull/24385
2018-07-03 09:35:12 -07:00
Alex Brick
52a1ad8ea6
[splunk-logging] New type definition for splunk-logging module ( #27015 )
2018-07-03 09:29:13 -07:00
sktbcbbs
7b43a570da
Add Types for react-coinhive ( #27010 )
...
* Add Types for react-coinhive
* Update TypeScript version (#27010 )
2018-07-03 09:28:29 -07:00
Haydos
e5c9bcdaea
New typings for bpmn-moddle ( #27005 )
...
* Initial Typings for bpmn-moddle
* Removal of Camunda Typings from repository
* Header file and ensuring tslint extends correctly
* Fix for tslint extending incorrectly
* Removal of whitespace on line 1 for test runner.
* Removed all additional tslint rules. Added corresponding fixes to typings.
* Minor change to restart timing out build - Issue:20308
2018-07-03 09:26:31 -07:00
Wan Bachtiar
2dd2e60a64
[mongodb] Added countDocuments() and estimatedDocumentCount() ( #27008 )
...
* Added countDocuments() and estimatedDocumentCount() as count() is deprecated. See NODE-1501
* Added deprecated sign for count
* Format deprecated comment per review. Removed @kikar as requested.
2018-07-03 09:24:37 -07:00
Keen Yee Liau
48d3739bf3
karma: Add typings for 'middleware' in ConfigOptions ( #26882 )
...
Karma config accepts a list of middleware as documented here:
http://karma-runner.github.io/2.0/config/configuration-file.html
2018-07-03 09:24:00 -07:00
Pankaj Pandey
bc4d86eeab
Update index.d.ts ( #26978 )
...
* Update index.d.ts
* Replace any with NativeTouchEvent
2018-07-03 09:23:43 -07:00
Hugo Dozois
4feaeec401
Fix issue where Stripe.plans.list would not support options ( #26996 )
...
- added active & product options
2018-07-03 09:23:23 -07:00
Bryan Braun
6c9feeeb6c
fix: convert tabs to spaces in index.d.ts ( #26994 )
2018-07-03 09:23:00 -07:00
Elizabeth Samuel
139f48f1b2
office-js: update Project typos ( #27004 )
2018-07-03 09:22:43 -07:00
Ahmed Ghoneim
566e039485
Add Types for react-primitives ( #26973 )
...
* add types for react-primitives
* Add new lines
* remove custom linting rules
2018-07-02 21:07:31 -07:00
Whemoon Jang
ec281ea2f1
Fix Issue #17865 : Add ioredis sscan and sscanStream command types ( #26980 )
2018-07-02 16:32:15 -07:00
Alex LaFroscia
8d8a086e45
[ember]: fix composition of Mixins ( #26999 )
2018-07-02 16:31:56 -07:00
Alex Jerabek
925b118069
Adding manifest editing guidance link ( #27003 )
2018-07-02 16:31:41 -07:00
DABH
76b331dea7
Remove winston typings from DT, they are bundled with repo now ( #27002 )
2018-07-02 15:59:19 -07:00
Harris Lummis
ed918315eb
ADD: init types for streamtest ( #27001 )
2018-07-02 15:37:59 -07:00
Christopher Dieringer
0537223e2b
feat(nanographql): init ( #26998 )
2018-07-02 15:12:37 -07:00
Claas Ahlrichs
be9eed967e
new package: "match-sorter" ( #26968 )
...
* generated files for "match-sorter" package
* added initial set of tests
* drafted export for matchSorter function
* added support for options.keys
* added support for options.threshold
* added support for options.keepDiacritics
* removed caseRankings
* fixed issues highlighted by: "npm run lint match-sorter"
* switched to "export =", rather than "export default"
2018-07-02 14:07:03 -07:00
Lluís Ulzurrun de Asanza Sàez
b9ec897502
Add yesql definitions ( #26993 )
...
* Add yesql definitions
* yesql: Fix definition of default exported function
2018-07-02 13:29:15 -07:00
Paul van Brenk
193ebff52f
Merge pull request #26992 from DefinitelyTyped/revert-26740-patch-1
...
Revert "[@types/hapi] Add null to Request.params and Request.payload"
2018-07-02 12:35:11 -07:00
Elizabeth Samuel
3b761f9d6c
updated based on comments ( #26990 )
2018-07-02 12:08:03 -07:00
Paul van Brenk
6f0fdfee67
Merge pull request #26780 from noamkfir/vuex-i18n
...
vuex-i18n - Nested Translations interface and support for translateIn with two parameters
2018-07-02 10:55:08 -07:00
Paul van Brenk
cd759b1ffc
Revert "[@types/hapi] Add null to Request.params and Request.payload"
2018-07-02 10:51:13 -07:00
Paul van Brenk
d6f0c2f3f0
Merge pull request #26827 from YangusKhan/master
...
(re-opened) Type definitions for slate-react
2018-07-02 10:48:48 -07:00
Kiyohiko Heima
5218288661
Add react-svg-inline types ( #26987 )
...
* Add react-svg-inline types
* Convert indent to space
2018-07-02 10:30:02 -07:00
Elizabeth Samuel
f7c288b067
office-js - add omitted Project APIs ( #26984 )
...
* add omitted Project APIs
* added self as owner
2018-07-02 10:29:20 -07:00
hellraisercenobit
d107181642
Add Linear method definition ( #26806 )
2018-07-02 10:23:42 -07:00
Denny Harijanto
efe2163873
Type Definitions for Summernote ( #26874 )
2018-07-02 10:23:05 -07:00
Tal Steiner
1232946154
Add missing fields to UnparseConfig interface ( #26985 )
2018-07-02 18:21:10 +01:00
Patrick Pan
b64fefa8ed
Change staticContext to optional prop, instead of possibly undefined (but required) ( #26645 )
2018-07-02 10:19:11 -07:00
Glynn Bird
a4d91b3b8f
nano - added startkey & endkey to DocumentListParams interface ( #26749 )
...
* added startkey & endkey to DocumentListParams interface
* added comments to sh show that end_key is an alias for endkey
2018-07-02 10:18:46 -07:00
liyong
89eff75944
feat: add six-runtime ( #26976 )
...
* feat: add six-runtime
* fix: add test
* style
* style
* style
2018-07-02 10:10:50 -07:00