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
DUBREZ Samuel
ab2a4f66b0
Add maxFileSize to MultipartBodyParser interface ( #26940 )
2018-07-02 10:09:08 -07:00
Mato Ilic
bc2502ba54
add generatePath function export introduced in react-router 4.3.0 ( #26876 )
2018-07-02 10:08:18 -07:00
Sebastian Silbermann
d336ec7181
[react-big-calendar]: make event type generic ( #26872 )
...
Enables type checking in various getter methods and enables some
nice IntelliSense for accessor strings.
This however does not check if the accessed attribute actually
returns a string.
Change does not pass dtslint if compiled against typescript 2.6.
2.6 seems to have trouble infering the correct generic type.
2018-07-02 10:07:39 -07:00
woitechen
155be3a701
New package: 'hard-source-webpack-plugin' ( #26972 )
...
* Add definitions to 'hard-source-webpack-plugin' package
* Run 'npm test'
2018-07-02 10:07:00 -07:00
Riley Miller
1188e75e66
added type for count column ( #26864 )
2018-07-02 10:06:35 -07:00
Stoian Ivanov
4bb84f6a19
combine possible error types in single type and use it for verification callback ( #26853 )
2018-07-02 10:05:00 -07:00
Retsam
24aa1a07b7
Reorder observable overrides to handle the any case better ( #26854 )
2018-07-02 10:04:30 -07:00
Matthew Al-Sheikh
edec023667
react-select - adds classNamePrefix as property of ReactSelectProps interface ( #26829 )
2018-07-02 10:04:01 -07:00
Dainel Yule
6eb6c4ea55
[@types/d3-transition] Add a new type to d3-transition that represents either a selection or transition ( #26673 )
...
* Add a new type to d3-transition that represents either a selection or transition.
* Fix linting errors with new type
* Fixed a build error in d3-zoom that was preventing submissions
2018-07-02 10:02:53 -07:00
Jaco Greeff
be78ef130f
[koa-websocket] Expose KoaWebsocket namespace ( #26811 )
...
* Expose KoaWebsocket namespace
* Lint fixes
2018-07-02 10:02:25 -07:00
James Newell
848900d56e
add missing silent value for webpack-serve logLevel ( #26967 )
...
* add missing value for webpack-serve logLevel
* add types for protocol
2018-07-02 10:01:22 -07:00
Tanguy Krotoff
9938c6556b
toDisplayDialog() should return a Dialog ( #26971 )
2018-07-02 09:54:38 -07:00
Panagiotis Kapros
79c9851781
[@types/minio] Add minio promisified removeObjects ( #26857 )
...
* Add minio promisified removeObjects
* bump version to 6.0
2018-07-02 09:54:19 -07:00
Maximo Dominguez
99f83ab60b
remote-redux-devtools: bumped redux version to 4.x & correct (Generic)StoreEnhancer import & TypeScript 2.3 ( #26966 )
...
* chore: bumped redux version to 4.x & correct GenericStoreEnhancer import
* Redux 4 typings uses generic parameter defaults
As of TypeScript 2.3 there is [support for generic parameter defaults](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-3.html#generic-parameter-defaults ). Between [redux@3.6.0 and redux@4.0.0](3e114f8c0f...e95eaf2dc2 (diff-b52768974e6bc0faccb7d4b75b162c99) ) generic parameter defaults were introduced which forces `remote-redux-devtools`' to use at least TypeScript 2.3
* Adding @colindekker to the list of contributors
2018-07-02 09:53:58 -07:00
Zhao Lei
ff2bcafdd0
update to graphql v14.0.0 (WIP) ( #26601 )
...
GraphQL.js v14.0.0 has not been released yet, this commit is sync to 9b7807a8ff
2018-07-02 09:38:20 -07:00
Orta
ea1ad644ac
Merge pull request #26965 from orta/jest_updates
...
Jest: Docs improvements
2018-07-01 08:04:24 -04:00
Orta Therox
1df988c5bc
Update the type definitions for Jest
2018-06-30 12:47:39 -04:00
Noam Kfir
5cd54c107a
options is also optional in translateIn overload with defaultValue.
2018-06-30 16:11:47 +03:00
Eloy Durán
5d355c4b57
Merge pull request #26755 from maoueh/feature/styled-system-grid
...
[styled-system] Added missing grid functions, props & values
2018-06-30 08:11:00 +02:00
Paul van Brenk
fbf12f5c34
Merge pull request #26740 from ozylog/patch-1
...
[@types/hapi] Add null to Request.params and Request.payload
2018-06-29 16:54:39 -07:00
Paul van Brenk
e307d5381f
Merge pull request #26963 from AlexJerabek/AlexJ-Owner
...
[codeowners] Adding office-js documentation team to CODEOWNERS list
2018-06-29 16:53:02 -07:00
Paul van Brenk
e362a31022
Merge pull request #26960 from AlexJerabek/AlexJ-Linking
...
[office-js] Qualifying types for OPS linking
2018-06-29 16:52:15 -07:00
Paul van Brenk
dac5fbe14f
Merge pull request #26957 from Astrak/fix-type-property
...
[@types/three]: Fix `type` property compatibility.
2018-06-29 16:51:28 -07:00
Alex Jerabek
ea722824b6
Adding office-js documentation team to owner list
2018-06-29 15:38:11 -07:00
Paul van Brenk
1bda2b7d58
Merge pull request #26958 from saadq/eslint/fix-baseConfig
...
[ESLint] fix baseConfig type in CLIEngine.Options
2018-06-29 14:07:39 -07:00