Commit Graph
1375 Commits
Author SHA1 Message Date
Jason Cheatham 91db150773 source-map-support updates
- Handle new config options
- Enable strictNullChecks
- Setup tslint
2017-05-16 14:02:54 -04:00
Arthur OzgaandGitHub 08fe65cf1a Merge pull request #16541 from DefinitelyTyped/remove-contributor
Remove contributor
2017-05-15 18:46:30 -07:00
Arthur OzgaandGitHub ec896f3043 Merge pull request #16507 from lenovouser/raven-fix-key-substructure
[raven] fix key substructure
2017-05-15 15:54:15 -07:00
Arthur OzgaandGitHub 1f7b956ec1 Remove contributor 2017-05-15 15:42:18 -07:00
Arthur OzgaandGitHub 4cc248af0c Merge pull request #16398 from SaschaNaz/jquerystrict
Remove string indexer on jQuery
2017-05-15 15:34:36 -07:00
Arthur OzgaandGitHub 80f1f88772 Merge pull request #16409 from Syncfusion-JavaScript/master
15.2 version changes merged to Defintely Typed
2017-05-15 15:20:09 -07:00
Arthur OzgaandGitHub df0e77567f Merge pull request #16387 from huhuanming/jpush-react-native
add jpush-react-native
2017-05-15 15:17:45 -07:00
Arthur OzgaandGitHub 9d74e0bd88 Merge pull request #16412 from bastienmoulia/patch-6
[angular-ui-bootstrap] Providers extends IServiceProvider
2017-05-15 15:16:58 -07:00
Arthur OzgaandGitHub 9e42f8652a Merge pull request #16065 from AJamesPhillips/hapi-v16.1
Hapi v16.1, Inert, nes, hapi-auth-jwt2, hapi-decorators.  New definitions for catbox, h2o2, mime-db, mimos, podium, shot, vision, hapi-auth-basic
2017-05-15 14:45:07 -07:00
Arthur OzgaandGitHub d79040fc5b Merge pull request #16432 from agentilela/master
react-navigation: NavigationContainerProps/navigation param should be optional
2017-05-15 14:41:59 -07:00
Arthur OzgaandGitHub ee707028fe Merge pull request #16453 from briantobo/master
[react-intl] add number to possible types of values passed to FormattedMessage
2017-05-15 14:41:21 -07:00
Arthur OzgaandGitHub 644e75f8f1 Merge pull request #16463 from mhcgrq/master
react-navigation: NavigationActions/back param should be optional
2017-05-15 14:40:41 -07:00
Arthur OzgaandGitHub a1523940c7 Merge pull request #16482 from mees-/fs-extra
[fs-extra] added file descriptors for fs methods
2017-05-15 14:36:59 -07:00
Arthur OzgaandGitHub 8cd5353e32 Merge pull request #16495 from chenzhutianToys/master
the return of topojson.feature() contains the `type:string` field
2017-05-15 14:35:53 -07:00
Michał AdamczykandAndy 6675e33586 @types/classnames - hide global definitions (#16420)
* @types/classnames - hide global declarations, add tslint

* @types/classnames - add export as namespace as its a UMD module

* @types/classnames - address CR comments
2017-05-15 09:52:10 -07:00
Arthur OzgaandGitHub 25e7d2e651 Merge pull request #16517 from MugeSo/sequelize-fix-parent-of-unique-constraint-error
sequelize: fix inheritance of UniqueConstraintError class.
2017-05-15 09:02:54 -07:00
dobavictorandAlex Eagle 6c097b074a Add IPalette#contrastStrongLightColors typing. (#16461) 2017-05-15 06:45:03 -07:00
TANAKA Koichi a609728f56 sequelize: fix inheritance of UniqueConstraintError class.
UniqueConstraintError class is subclass of ValidationError in both of
v3 and v4(current).

authorities:
for v4
http://docs.sequelizejs.com/class/lib/errors/index.js~UniqueConstraintError.html
for v3 (official doc is wrong.)
https://github.com/sequelize/sequelize/blob/v3/lib/errors.js#L153
2017-05-15 14:23:18 +09:00
qlyan(benben) 1e648a4bd2 add optional args for AlertIOSButton interface 2017-05-15 12:46:34 +08:00
huhuanming eed5576c84 Add setAliasAndTags 2017-05-15 08:53:56 +08:00
Silas Rech 1dc7cafe4c [raven] fix key substructure 2017-05-13 20:24:06 +02:00
Daniel RosenwasserandGitHub 9f06aa6f1d Merge pull request #16464 from miyura/patch-1
Include parentSelector config
2017-05-13 11:20:46 -07:00
Daniel RosenwasserandGitHub 34e71f2793 Update index.d.ts 2017-05-13 11:17:35 -07:00
Habibi 1cfe9350bb Fix missing import in the test 2017-05-13 19:58:36 +07:00
Habibi a58b6330a5 react-navigation Add different typing for tabBarIcon 2017-05-13 19:24:05 +07:00
Habibi e3fdd2698a Fix react-navigation typo “tabBarLabel” 2017-05-13 19:10:05 +07:00
zhutian chen 74135b05f3 updaste the test 2017-05-13 12:18:03 +08:00
zhutian chen 3cb428af99 add myself 2017-05-13 01:06:46 +08:00
zhutian chen c264e5314e Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped 2017-05-13 01:04:43 +08:00
zhutian chen 6eae3bf1bd should contain a type in the return of feature 2017-05-13 01:04:23 +08:00
Tom WanzekandAndy e251c14388 [d3-random] v1.1.0 (#16467)
* [Feature] Update d3-random to minor version 1.1 adding configurable source of pseudo-randomnumbers.
* [Chore] Enable `strictNullChecks`
* [Chore] Add tslint config.
* [Chore] Bumped version.
2017-05-12 07:13:33 -07:00
Tom WanzekandAndy 5a67cd51b9 [d3-zoom/d3-drag] Update to version 1.2/1.1, respectively (#16470)
* [d3-zoom] Update to version 1.2
* [Feature] Add support of `clickDistance(...)`
* [Chore] Bump version number.

* [d3-drag] Update to version 1.1
* [Feature] Add support for `clickDistance(...)`
* [Chore] Minor version bump
2017-05-12 07:13:00 -07:00
Alexander James Phillips 63c96d3815 Allow exclusion of conflicting properties #16416 2017-05-12 12:13:09 +01:00
Mees van Dijk 59179b62c8 Added buffer type for file 2017-05-12 12:18:22 +02:00
Mees van Dijk 146a321e6e cleanup 2017-05-12 01:25:04 +02:00
Mees van Dijk 03f4d743bc added file descriptors 2017-05-11 22:47:50 +02:00
Miyuru RatnayakeandGitHub fbb55ff1c6 Include parentSelector config 2017-05-11 09:36:40 -05:00
gengrq 2692cdda95 add author 2017-05-11 21:44:34 +08:00
gengrq e9dd13ca68 react-navigation: NavigationActions/back param should be optional 2017-05-11 21:33:40 +08:00
Alexander James Phillips dee8894855 Simpler typings than #16416 to catch some errors again 2017-05-11 13:21:49 +01:00
Andrii NasinnykandGitHub e377be5ad1 made pathsToValidate in mongoose::validateSync optional 2017-05-11 14:25:47 +03:00
Alexander James Phillips 1557cefe0c Include @theefer's work in #16416 2017-05-11 11:10:05 +01:00
Thomas Brian 9884c4e814 add number to possible types of values passed to FormattedMessage 2017-05-10 18:16:42 -04:00
Klaus SevensleeperandAndy ac9bfc4eec enhance signature of create for conversion from object (#16381) 2017-05-10 08:14:56 -07:00
Syncfusion-JavaScript 121eb67392 Reported lint errors have been fixed. 2017-05-10 16:32:08 +05:30
Syncfusion-JavaScript 4e7052fed3 Merge https://github.com/DefinitelyTyped/DefinitelyTyped 2017-05-10 16:29:24 +05:30
Syncfusion-JavaScript 2b18c44085 15.2 lint errors have been fixed. 2017-05-10 15:40:05 +05:30
Eloy DuránandGitHub 8868f90acf Merge pull request #16423 from asakasa/add-types-for-react-native
Add new types for TabBar in types/react-native
2017-05-10 08:23:51 +02:00
Eloy DuránandGitHub 6c85d19598 Merge pull request #16418 from jasonhealy/patch/update-scrollview-proptypes
[react-native] Change ScrollView's snapToInterval prop from array to number
2017-05-10 08:21:06 +02:00
Alex GentileandGitHub f5733a8759 Removed null from headerBackTitle prop
Null is unnecessary as headerBackTitle is already optional.
2017-05-09 22:51:00 -07:00