Commit Graph

13046 Commits

Author SHA1 Message Date
Rodrigo Saboya
c576e544be Updating catbox to hapi 17 bindings. 2018-02-26 15:24:45 -03:00
Benjamin Lichtman
70dee7ef5a Merge pull request #23628 from ethanresnick/mongoose-patch
Mongoose: fix model.baseModelName
2018-02-26 09:37:56 -08:00
Benjamin Lichtman
ea6076a192 Merge pull request #23563 from benstevens48/update-stripe-v3
Add 3D Secure and Payment Request types to stripe-v3
2018-02-26 09:36:41 -08:00
Benjamin Lichtman
05cc613e7c Merge pull request #23603 from manuel-guilbault/master
bootstrap-datepicker: add enableOnReadonly option
2018-02-26 09:31:57 -08:00
sgoll
f77d259e80 [ramda] Add second type argument to eqBy to allow different codomain (#23926)
* Add second type argument to eqBy to allow different codomain

* Add test for new type argument

* Resolve unreachable function overload
2018-02-26 09:10:55 -08:00
Daniel Rosenwasser
9750d12776 Added 'json-parse-better-errors'. (#23884) 2018-02-26 09:03:51 -08:00
Daniel Rosenwasser
3b04deac09 Added 'decompress-response'. (#23885) 2018-02-26 09:03:11 -08:00
Leonard Thieu
28a3b11694 [simplebar] Allow SimpleBar to be imported as a module. (#23911)
* [simplebar] Allow SimpleBar to be imported as a module.

* [simplebar] Add missing author.
2018-02-26 09:02:12 -08:00
Peter Burns
786fae6a7f ExportNamedDeclaration#source can be null (#23909)
e.g. this named declaration has a source:
```javascript
export {foo} from './bar.js';
```

and this one does not:
```javascript
export const foo = 10;
```

Try it out at https://astexplorer.net/ to confirm.
2018-02-26 08:59:53 -08:00
Kevin Tjiåm
5bdd72f928 [@types/three] Fix function signatures for some Animation related classes (#23782)
* fix(three): fix function signature for AnimationMixer.stopAllAction

* fix(three): change first arg in AnimationClip.findByName to array
2018-02-26 08:55:52 -08:00
Brian Schlenker
651ab56894 Upgrade es6-promisify typings to 6.0.0 (#23739)
* Upgrade es6-promisify typings to 6.0.0

* Change test import to be not relative
2018-02-26 08:55:05 -08:00
Muhammad Fawwaz Orabi
4843cd33e3 Add type definitions for react-helmet-async (#23825)
* Add type definitions for react-helmet-async

* Require TS 2.6

* Rename FilledContext to PopulatedContext

* Add tests
2018-02-26 08:51:35 -08:00
Dancespiele
3bdafbcb56 add types definitions for the roads project (#23832)
* add types for the roads project

* fix a type
2018-02-26 08:49:21 -08:00
Jimmy Luong
6e40174302 Add type definitions for @atlaskit/button (#23897) 2018-02-26 08:44:31 -08:00
AEPKILL
385efad406 Type definitions for sass-webpack-plugin 1.0.0 (#23898)
* finish

* add tslint

* pass lint

* fix some error

* fix export error
2018-02-26 08:42:37 -08:00
johanblumenberg
6627256182 Add missing types to expect (#23924)
* expect: add toBeNull(), toBeDefined(), toBeUndefined()

* expect: add expect(...).not

* expect: add typings for expect.any()

* expect: added toMatchObject()

* expect: added toHaveBeenLastCalledWith()
2018-02-26 08:32:47 -08:00
Dmitry Guketlev
66ddd92560 Add typings for forever agent (#23900) 2018-02-26 08:31:50 -08:00
Vilim Stubičan
9d85a0c773 Type definitions for parity-pmd 0.4.0 (#23901)
* Type definitions for parity-pmd 0.4.0

* Contributors list update

* Removed unnecessary reference to node
2018-02-26 08:31:11 -08:00
Leo Vujanić
67e122d7f6 Type definitions for parity-pmr 0.1 (#23902)
* Added type definitions for parity-pmr 0.1

* Removed unnecessarily reference 'node' which is already referenced in the type definition
2018-02-26 08:29:35 -08:00
Leo Vujanić
3af269687c Type definitions for parity-poe 0.3 (#23903)
* Added tslint and tsconfig

* Added type definitions for Parity POE 0.3

* Added tests for type definitions

* Removed unnecessarily reference 'node' which is already referenced in the type definition
2018-02-26 08:29:02 -08:00
peszek90
fb314c3842 Add rotation to RegularShapeOptions (#23925)
Add rotation to RegularShapeOptions
2018-02-26 08:21:05 -08:00
sgoll
fda3aeee06 [ramda] Add type for string-based reverse (#23927)
* Add type for string-based reverse

* Add test for string-based reverse

* Use separate documentation for each overload
2018-02-26 08:15:46 -08:00
Vincent Biret
2e531425dc HelloJs: added display type, typed promise value return for login, typed return value GetAuthReponse (#23614)
* - added display type
- typed promise value return for login
- typed return value GetAuthReponse

* bumping version number for hellojs

* fixed module declaration for unit tests

* reverted last module declaration fixes

* removed namespace declaration to pass linting

* hellojs :put namespace declaration back and improved global var declaration

* hellojs: removed the global definition as per recomendation of Andy
2018-02-26 07:25:49 -08:00
Grant Timmerman
cc4dd22133 Add Google Apps Script Slides (#23657)
* Add Apps Script Google Slides

* Update CODEOWNERS

* Update CODEOWNERS
2018-02-26 07:19:22 -08:00
Silas Rech
0e479f508b Update inert types to 5.1 (#23864) 2018-02-26 09:58:48 -05:00
Tim Wang
4739cf80e4 Make getStateForAction lastState optional 2018-02-26 16:53:56 +08:00
Tim Wang
820f42b0ff Fix addNavigationHelpers type 2018-02-26 15:49:42 +08:00
Tim Wang
07f5f260a9 Fix format and outdated comment 2018-02-26 14:34:40 +08:00
Tim Wang
9ef92bafb5 Replace React.ComponentType to React.ReactType 2018-02-26 14:29:37 +08:00
Tim Wang
f1e2710d76 Fix CI 2018-02-26 14:18:31 +08:00
Tim Wang
0c7e56e597 Merge branch 'master' into react-navigation-1.0 2018-02-26 14:10:31 +08:00
Tim Wang
32071c40b8 Refactor react-navigation types based on 1.2.0 flow type 2018-02-26 13:54:38 +08:00
Daniel Rosenwasser
f2fb883ac0 Merge pull request #23886 from azu/structured-source
Add structured-source definitions
2018-02-24 21:36:51 -08:00
azu
9550c81046 Add type assertion 2018-02-25 14:27:56 +09:00
Daniel Rosenwasser
48561aeea5 Merge pull request #23531 from skywhale/fixdialog
Add missing properties to material-ui/DialogProps.
2018-02-24 00:31:32 -08:00
Ryo Kawaguchi
dfde552d04 Re-enble dt-header lint rule. 2018-02-24 17:06:08 +09:00
azu
345f0b4e17 Add structured-source definitions 2018-02-24 14:56:21 +09:00
Daniel Rosenwasser
4e51c4ba5f Merge pull request #23872 from benstevens48/add-jsontoxml
Add types for jsontoxml
2018-02-23 21:46:15 -08:00
Bowden Kelly
e65cef8aa2 Merge pull request #23860 from segler-alex/master
amqp: added heartbeat to ConnectionOptions
2018-02-23 15:36:42 -08:00
Bowden Kelly
d1da438bfe Merge pull request #23861 from Tyler-Murphy/master
Adds types for google.analytics `ga` 'require' and 'provide' calls
2018-02-23 15:36:06 -08:00
Bowden Kelly
5f40a018dd Merge pull request #23862 from levito/patch-1
react-navigation: update for v1.1
2018-02-23 15:34:19 -08:00
Bowden Kelly
536a276167 Merge pull request #23853 from lucasriondel/master
added base64topdf definition file
2018-02-23 13:41:12 -08:00
Ben Stevens
060e346f62 add types for jsontoxml 2018-02-23 13:04:58 +00:00
Veit Lehmann
ed8e6ff42d react-navigation: update for v1.1 2018-02-23 10:40:31 +01:00
Bowden Kelly
e4803bb977 Merge pull request #23731 from DanielRosenwasser/get-value
Added 'get-value'.
2018-02-22 14:14:15 -08:00
Bowden Kelly
e1c2ad1f15 Merge pull request #23730 from DanielRosenwasser/set-value
Added 'set-value'.
2018-02-22 14:13:40 -08:00
Tyler Murphy
05143e9d80 Corrects the ga('require'e', ...) plugin options type, since plugin options can actually have any type. 2018-02-22 14:43:33 -05:00
segler-alex
3b84322b61 amqp: added heartbeat to ConnectionOptions 2018-02-22 20:42:48 +01:00
Tyler Murphy
9cf5c9bd63 Adds types for google.analytics 'require' and 'provide' calls. 2018-02-22 14:37:30 -05:00
Bowden Kelly
e741d0275b Merge pull request #23569 from DeviousM/master
update(react-faux-dom): Update react-faux-dom types.
2018-02-22 11:14:00 -08:00