Commit Graph

48326 Commits

Author SHA1 Message Date
Bryan Crotaz
103dfd5dab add newline to fix travis failure 2018-08-09 14:53:11 +01:00
Bryan Crotaz
773318d7c5 add a test for htmlSafe 2018-08-09 13:47:36 +01:00
Bryan Crotaz
882a0d83d3 htmlSafe returns SafeString not void 2018-08-09 12:48:29 +01:00
Ron Buckton
5ead03ec10
Merge pull request #27855 from seanich/fields-props-move
[redux-form] Add FieldsProps.move method
2018-08-08 16:46:07 -07:00
Ron Buckton
ac3f527e48
Merge pull request #27864 from mayfieldiv/patch-1
three: WebGLRenderer: Rename animate() to setAnimationLoop()
2018-08-08 16:44:55 -07:00
Ron Buckton
d1ebd24ebd
Merge pull request #27975 from iRoachie/react-navigation-material-bottom-tabs
Add types for react-navigation-material-bottom-tabs
2018-08-08 15:24:43 -07:00
Kyle Roach
af7cd209c8 Trigger travis 2018-08-08 16:48:16 -04:00
Ron Buckton
5ea92e9bb4
Merge pull request #27918 from SimonSchick/feat/catbox-redis
feat(catbox-redis): add typings
2018-08-08 13:39:36 -07:00
Ron Buckton
5bc4ba67e1
Merge pull request #27947 from ElizabethSamuel-MSFT/office-js-cleanup
office-js: clean up formatting
2018-08-08 13:36:57 -07:00
Ron Buckton
66a40091e3
Merge pull request #27930 from chanakadrathnayaka/upstream/master
Added few missing properties
2018-08-08 13:35:57 -07:00
Ron Buckton
b0e69d565e
Merge pull request #27928 from mihe/master
radium: Remove myself as author
2018-08-08 13:35:20 -07:00
Ron Buckton
97b30a2d12
Merge pull request #27917 from SimonSchick/feat/joi-global-exist
fix(joi): add global exist function
2018-08-08 13:35:02 -07:00
Ron Buckton
56c54f866d
Merge pull request #27892 from jansule/add-lineDashOffset-type
Add lineDashOffset Definition to types/openlayers
2018-08-08 13:34:08 -07:00
Ron Buckton
8f0d6fccce
Merge pull request #27886 from LexSwed/parse-git-config
[@types/parse-git-config] sync with latest api changes
2018-08-08 13:33:22 -07:00
Ron Buckton
aaee583950
Merge pull request #27939 from NotWoods/remove-interactjs
Removes interactjs types
2018-08-08 13:28:54 -07:00
Ron Buckton
06ea0bf5ce
Merge pull request #27945 from sebastiankr/patch-1
BFS returns void if search not successful but should continue
2018-08-08 13:27:48 -07:00
Ron Buckton
2e01482f92
Merge pull request #27927 from dobesv/patch-5
Fix typings for zipcodes
2018-08-08 13:27:36 -07:00
Ron Buckton
49ba390274
Merge pull request #27822 from amacleay/storybook-knobs-allow-readonly
Allow readonly parameters to @storybook/addon-knobs
2018-08-08 13:26:11 -07:00
Ron Buckton
07df43d254
Merge pull request #27936 from taboulot/patch-4
[auth0-js] Add prompt value in AuthorizeOptions
2018-08-08 13:25:33 -07:00
Ron Buckton
e8b70bba80
Merge pull request #27911 from the-ress/fork-ts-checker-webpack-plugin
fork-ts-checker-webpack-plugin: Don't limit Options.logger to the Console type
2018-08-08 13:25:23 -07:00
Ron Buckton
fb3d2f6bdb
Merge pull request #27906 from DefinitelyTyped/typescript_dependency
fork-ts-checker-webpack-plugin: Fix no-outside-dependencies lint failure
2018-08-08 13:24:18 -07:00
Kyle Roach
0256689812 Add types for react-navigation-material-bottom-tabs 2018-08-08 16:24:01 -04:00
Ron Buckton
ecc3cf448c
Merge pull request #27955 from petrusolofsson/master
Added timeCaption?: string; prop
2018-08-08 13:23:45 -07:00
Ron Buckton
bbcca9fae7
Merge pull request #27940 from bushee/master
added missing context param in angular-gettext's gettext.getPlural()
2018-08-08 13:23:22 -07:00
Ron Buckton
9d40a6e2c6
Merge pull request #27963 from archangel-irk/master
web3: added static utils property to the Web3 class
2018-08-08 13:22:31 -07:00
Ron Buckton
ae971c437e
Merge pull request #27972 from jakebooyah/master
[@types/react-navigation] Added missing `NavigationReplaceAction` type variant to `NavigationStackAction`
2018-08-08 13:21:33 -07:00
Jake
69e3a50789 [@types/react-navigation] Added missing NavigationReplaceAction type variant to NavigationStackAction 2018-08-09 00:43:24 +08:00
Konstantin Melnikov
5ec01c736b
web3: added static utils property to the Web3 class 2018-08-08 13:04:58 +03:00
Petrus Olofsson
0139f258c2
Added timeCaption?: string; prop 2018-08-08 07:53:27 +02:00
Simon
ba67bffd31 feat(catbox-redis): add typings 2018-08-07 23:29:44 +02:00
Ron Buckton
2025fc00e6
Merge pull request #27818 from scotttrinh/union-with-query-builder
[knex] Allow QueryBuilder in union parameters
2018-08-07 13:51:59 -07:00
Andy
73227df0fd
Jquery: change disables in tslint.json to disables in specific files (#27919) 2018-08-07 12:11:07 -07:00
Andy
0ca6d87b78
d3-selection: Fix tests (#27768) 2018-08-07 10:53:43 -07:00
Elizabeth Samuel
72fee7be89 update based on feedback 2018-08-07 10:21:00 -07:00
Elizabeth Samuel
99b5e31c78 clean up formatting 2018-08-07 09:56:51 -07:00
Sebastian Kropp
c7e213857e
BFS returns void if search not successful
return true if search has found the node
return false if search is aborted before finding anything
returns void/undefined if search should continue
therefore return type is a union type of `=> boolean | void`
2018-08-07 12:25:48 -04:00
Dobes Vandermeer
61173dfe08 Fix typings for zipcodes
The typings didn't match the library.

* `lookup` takes a `string` (or a `number` if you so choose): https://github.com/davglass/zipcodes/blob/master/lib/index.js#L13
* `distance` takes two `string`s, not `ZipCode` objects: https://github.com/davglass/zipcodes/blob/master/lib/index.js#L56
* similarly, `radius` takes a string rather than a `ZipCode` object, and always returns an array (of `string`s or `ZipCode` objects): https://github.com/davglass/zipcodes/blob/master/lib/index.js#L80
* Many return values are optional, with `null` or `undefined` returned for an invalid input.
2018-08-07 09:23:03 -07:00
Andy
1151563af9
Change all document.body! to document.body (#27920) 2018-08-07 08:27:21 -07:00
Krzysztof "Bushee" Nowaczyk
2ddb0343a2 added missing context param in angular-gettext's gettext.getPlural() 2018-08-07 16:02:22 +02:00
Tiger Oakes
6e89722230 Removes interactjs types
The interactjs package has provided a index.d.ts file since
August 2017.
2018-08-07 09:48:34 -04:00
Clément
63788e8495
Update test 2018-08-07 14:58:02 +02:00
Clément
bceea928ac
[auth0-js] Add prompt value in AuthorizeOptions 2018-08-07 14:56:25 +02:00
LexSwed
4603f23326 [parse-git-config] add missing options 2018-08-07 14:26:47 +03:00
chanakadrathnayaka
7a0c74a5e6
Issue fix 2018-08-07 15:21:05 +05:30
Chanaka
b665b3927a Added few missing properties 2018-08-07 14:46:40 +05:30
jansule
44db229c6e Affect returned value to typed variables in getters
Also, remove name from contributors list
2018-08-07 11:08:30 +02:00
Mikael Hermansson
d00526b1b5 radium: Remove myself as author 2018-08-07 10:55:42 +02:00
Andy
480f7557d2
webappsec-credential-management: Fix lib.dom error (#27797) 2018-08-06 17:38:22 -07:00
Andy
a2bd223042
velocity-animate: Support HTMLCollection in addition to NodeListOf<HTMLElement> (#27794) 2018-08-06 17:36:51 -07:00
Andy Hanson
2f341e0c79 klaw/v1: Minor cleanup 2018-08-06 17:27:14 -07:00