Ron Buckton
ba26319785
Merge pull request #25734 from muddytummy/three
...
Add missing dispose() method type.
2018-05-14 16:48:11 -07:00
Ron Buckton
c9eff39202
Merge pull request #25696 from felipenvaz/master
...
react-data-grid: add missing GridProps selectAllRenderer androwActionsCell
2018-05-14 16:47:45 -07:00
Ron Buckton
87cf137268
Merge pull request #25736 from iamakulov/patch-1
...
[read-package-tree] Add the missing `name` field
2018-05-14 16:46:53 -07:00
Ron Buckton
0f30fca0b4
Merge pull request #25732 from KSXGitHub/readonly-array-string
...
[@types/node] Replace some string[] arguments by ReadonlyArray<string>
2018-05-14 16:46:28 -07:00
Ron Buckton
1f918eff1e
Merge pull request #25681 from denisname/d3-format-trim
...
d3-format: add trim format specifier
2018-05-14 16:45:21 -07:00
Ron Buckton
0638350489
Merge pull request #25749 from knuthelgesen/master
...
[@types/croppie] Added the method "get()" from the Croppie library
2018-05-14 16:40:56 -07:00
Ron Buckton
dcaa959f4a
Merge pull request #25741 from isLishude/patch-1
...
fix: add witness field to interface In
2018-05-14 16:40:33 -07:00
Ron Buckton
ae9c55a3ec
Merge pull request #25767 from ottopaaso/master
...
[@types/pg] Add keepAlive configuration option
2018-05-14 16:39:21 -07:00
Ron Buckton
00bedbf8df
Merge pull request #25742 from isLishude/node-util-feat
...
feat(node9&10): add `TextDecoder` and `TextEncoder` for `util` module
2018-05-14 13:45:51 -07:00
Ron Buckton
f87993327e
Merge pull request #25754 from WangZishi/master
...
[passport-oauth2] Add missing protected property
2018-05-14 13:41:29 -07:00
Ron Buckton
9acdcd67d9
Merge pull request #25750 from saadq/cosmiconfig
...
[cosmiconfig] use optional types where appropriate
2018-05-14 13:40:09 -07:00
Saffa Shujah
03a4f2840f
[@types/rebass] Missing Link Type Added ( #25704 )
...
Missing Link Type Added
2018-05-14 11:13:07 -07:00
Nate Mara
0c564acdc0
Add express-correlation-id and correlation-id packages ( #25710 )
...
* feat(correlation-id & express-correlation-id): Add express-correlation-id and correlation-id packages
* fix(correlation-id) Update type of bindID function
2018-05-14 11:12:35 -07:00
AylaJK
020bc73382
Add express-socket.io-session types ( #25673 )
...
* Add express-socket.io-session
* Reverting to defalut tslint config
2018-05-14 11:11:35 -07:00
Ron Buckton
b6c31c029e
Merge pull request #25669 from samwalshnz/react-content-loader-opacity-props
...
[@types/react-content-loader] introduce `primaryOpacity` and `secondaryOpacity` props + bump version to 3.1
2018-05-14 11:01:11 -07:00
Ron Buckton
fd5e39c746
Merge pull request #25613 from Flarna/node_v10_updates
...
[node] Add some NodeJS 10 changes
2018-05-14 10:59:26 -07:00
Ron Buckton
b9d312008a
Merge pull request #25679 from giofreitas/master
...
video.js - Add Definitions for Component Class.
2018-05-14 10:58:06 -07:00
Eloy Durán
66ab3e02c4
Merge pull request #25769 from ArmandsB/master
...
[@types/react-native] Missing methods for SectionList
2018-05-14 16:23:44 +02:00
Armands Baurovskis
ae6cbcf392
= SectionList missing methods
2018-05-14 17:04:46 +03:00
Eloy Durán
3ca5cc41f8
Merge pull request #25733 from jstheoriginal/master
...
allowFontScaling for react-native
2018-05-14 15:33:14 +02:00
Otto Paaso
7ad5c03736
Use keepAlive config in tests
2018-05-14 16:15:38 +03:00
islishude
ee6b647dbb
chore: remove ts version statements
2018-05-14 21:15:04 +08:00
Otto Paaso
f615387b62
Add keepAlive configuration option
...
Introduced to pg in https://github.com/brianc/node-postgres/pull/1058
2018-05-14 16:11:27 +03:00
islishude
c31b37eb16
fix: fix typos
2018-05-14 21:00:14 +08:00
Wang Zishi
8a1acc010f
fix test
2018-05-14 10:50:53 +08:00
Wang Zishi
626ba446b8
fix missing protected _oauth2 property
2018-05-14 10:46:43 +08:00
Wang Zishi
3a870ec70a
Merge remote-tracking branch 'DefinitelyTyped/master'
2018-05-14 10:19:01 +08:00
islishude
ed35a5e5f2
fix: fix witness type
2018-05-14 07:47:28 +08:00
saadq
e3cfa5348b
add optional types to other explorer methods
2018-05-13 17:56:04 -04:00
Sam Walsh
b16ee314f5
The last of code formatting fixes
2018-05-14 09:29:27 +12:00
Sam Walsh
db0f6c533b
More code formatting fixes
2018-05-14 09:28:56 +12:00
Sam Walsh
835021372f
Fix double quotes autoformatting
2018-05-14 09:26:27 +12:00
Saad Quadri
f31b54d5b7
cosmiconfig options should be optional
2018-05-13 17:14:42 -04:00
islishude
fc2b440fc8
fix: fix ts version
2018-05-13 20:32:31 +08:00
islishude
58379cb180
feat(node9&10): add TextDecoder and TextEncoder for util module
2018-05-13 19:13:40 +08:00
Shude Li
6c416c39c3
fix: add witness field to interface In
...
https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/transaction.js#L111
2018-05-13 18:56:18 +08:00
Dominique Rau
9028a63234
state can be typed ( #25640 )
2018-05-12 13:58:25 -07:00
knuthelgesen
3438d52141
Added the method "get()" from the Croppie library so it's possible to read crop data (points, zoom and orientation)
...
Added an interface for the crop data
2018-05-12 22:31:04 +02:00
Ivan Akulov
fb0c888f4e
Bump the package version
2018-05-12 23:12:13 +03:00
Ivan Akulov
83e3a609f0
[read-package-tree] Add the missing name field
2018-05-12 21:55:45 +03:00
Matthew Tebbs
57c2a02c4d
Add missing dispose() method type.
2018-05-12 11:30:33 -07:00
khai96_
e8e62acb43
Replace some string[] arguments by ReadonlyArray<string>
...
`spawnSync`, `execFile`, ... take `string[]` as arguments which makes it inconvenient to pass a ReadonlyArray
2018-05-12 17:34:11 +00:00
Justin Stanley
ec90482869
Moved allowFontScaling from TextPropsIOS to TextProps
...
- `allowFontScaling` is not an iOS-only prop on Text.
- also removed the link to `allowFontScaling` for TextInput as there’s already a link to the TextInput docs above the interface declaration.
2018-05-12 12:29:56 -05:00
Justin Stanley
f85390fff4
Added allowFontScaling prop to TextInputProps
2018-05-12 12:20:39 -05:00
Nate Mara
a68f617d89
fix(unzipper): update promise and buffer to be functions, not properties ( #25685 )
2018-05-11 15:01:23 -07:00
Paul van Brenk
af5dd8fe0f
Change node 6 to target es5 ( #25719 )
2018-05-12 09:49:57 +12:00
Zev Spitz
2909ac3acc
Split activex-interop from windows-script-host; replace activex-iwshruntimelibrary ( #25695 )
...
* Interop definitions -
https://github.com/Microsoft/TypeScript/issues/21440
* WSH definitions
* Merge IWshRuntimeLibrary; -Object methods use ActiveXObjectNameMap
* WshNamed, WshUnnamed and default properties
* Merge activex-iwshruntimelibrary into windows-script-host
* WScript.Echo optional parameter
* Deleted package.json
2018-05-11 14:22:21 -07:00
Ifiok Jr
52aaa6bc5c
react-native-htmlview types added ( #25713 )
2018-05-11 13:00:21 -07:00
khanhas
cb5a7de889
[@types/proton-native] Add types for proton-native ( #25705 )
...
* Add types for proton-native
* Fixed `export`
2018-05-11 12:45:05 -07:00
Ika
30208d0b82
feat(lazy-value): initial commit ( #25699 )
...
* feat(lazy-value): initial commit
* docs: add docs
2018-05-11 12:41:43 -07:00