Commit Graph
42982 Commits
Author SHA1 Message Date
Thilak Rao 2fabcc3ced Added fields for disabling cookies in UniversalAnalytics namespace 2018-03-23 17:10:19 +01:00
Mine StarksandGitHub 9967284c3b Merge pull request #24356 from guoyunhe/master
wpapi
2018-03-23 08:37:29 -07:00
Mine StarksandGitHub f2982c1754 Merge pull request #24415 from Hoishin/strict-uri-encode
add types for strict-uri-encode
2018-03-22 16:29:31 -07:00
Mine StarksandGitHub 2d4676d989 Merge pull request #24411 from garfty/master
Created Glue project
2018-03-22 14:17:40 -07:00
Mine StarksandGitHub 6d49d37f1c Merge pull request #24460 from Scipion/master
Update atmosphere.js with optional parameter webSocketUrl
2018-03-22 12:29:17 -07:00
Mine StarksandGitHub 9e51d6318d Merge pull request #24458 from Mordred/react-image-gallery
[react-image-gallery] getCurrentIndex() returns number
2018-03-22 12:28:30 -07:00
Mine StarksandGitHub b2dd6aa2ad Merge pull request #24456 from no23reason/features/setTabBadge
react-native-navigation: update setTabBadge typings
2018-03-22 12:28:03 -07:00
Mine StarksandGitHub c5facb8e67 Merge pull request #24442 from YaroslavRepeta/buffer-as-primary-key
[Sequelize] Add type "Buffer" as possible primary key in "findById" and its alias "findByPrimary" functions
2018-03-22 12:27:43 -07:00
Mine StarksandGitHub 0a591503dc Merge pull request #24450 from petejohanson/urijs-template-parse-parts
urijs: Add URITemplate `parse` and `parts` definitions.
2018-03-22 12:27:11 -07:00
Mine StarksandGitHub 08b2d3524a Merge pull request #24451 from MateuszLeo/patch-1
Missing prop 'type' in DraggableProps
2018-03-22 12:26:14 -07:00
Mine StarksandGitHub 70bf8a8612 Merge pull request #24360 from alan-agius4/feature/uglify-3
feat: add types for `UglifyJS` V3
2018-03-22 12:25:34 -07:00
Alan Agius c2fd8880d7 feat: add types for UglifyJS V3 2018-03-22 19:39:13 +01:00
Mine StarksandGitHub c807fa0ea9 Merge pull request #24407 from RodrigoAWeber/master
Add typings for react-native-text-input-mask
2018-03-22 11:38:38 -07:00
Mine StarksandGitHub cebc1e7a4b Merge pull request #24426 from bradleyayers/patch-4
Update Jest types to fix MatcherUtils
2018-03-22 11:38:02 -07:00
Mine StarksandGitHub 778231f29b Merge pull request #24454 from marcind/fnv-lite
Typings for fnv-lite
2018-03-22 11:33:18 -07:00
Mine StarksandGitHub d5c9354a19 Merge pull request #24437 from soulrebel/master
Fix creation time attribute in StreamRecord of aws-lambda
2018-03-22 11:02:52 -07:00
Mine StarksandGitHub 278bcd3735 Merge pull request #24401 from dryganets/sergeyd/react-native-sqlite-storage
react-native-sqlite-storage typings added.
2018-03-22 11:02:18 -07:00
AJ RichardsonandAndy 67ff021363 [lodash] Add types for lodash/fp (#23532)
* lodash: _.get should with numeric keys, too.
Also added some better tests.

* lodash: add one more NumericDictionary overload for _.get

* lodash: more reasonable index for _.get tests

* Working on script to generate FP types (for #7896)

* Generate generic args and multiple overloads correctly (ish)

* Cap callback arguments

* Fix ObjectIteratee issue, merge interfaces

* Merge similar overloads

* Read and write definiton files

* Generate definitions for all functions
(still needs some tweaking)

* Add JSDoc comments to the output, fix some bugs

* Fix more fp generation bugs

* Add alias functions and special fp functions

* Fix more fp generation bugs

* Fix more fp generation bugs

* Fix more fp generation bugs

* lodash fp: cap more callbacks, use ReadonlyArray, handle special cases

* Add some tests, fix some bugs

* Remove invalid argument from flatten. Don't curry single argument functions.
But do "convert" them so aliases work.
Also fixed some tests.

* lodash fp: implement more tests, fix more bugs, improve performance

* lodash fp: implement more tests, fix more bugs

* lodash fp: add more tests, fix more bugs

* lodash fp: tests finally pass!

* Remove namespace hack

* lodash: fix tests

* lodash fp: fix lint issues

* lodash: Fix lint issues

* lodash: fix more lint issues

* lodash: make travis happy

* lodash: make travis happy (again)

* Update generate-fp script to work with new folder structure

* Lodash: update fp types after merge

* Lodash: test optimizations

* lodash: simplify some tests to avoid GC error

* lodash: simplify tests even more (and fix bugs)
2018-03-22 10:44:42 -07:00
Eloy DuránandGitHub fbbfd7833e Merge pull request #24462 from mzikherman/add_options_to_client_schema
[graphql] Add valid options to buildClientSchema method
2018-03-22 13:03:01 -04:00
Matthew Zikherman 96e18376f4 Add options to buildClientSchema in graphql 2018-03-22 11:01:36 -04:00
jobeltran afbf4513e4 Update atmosphere.js with optional parameter webSocketUrl
Based on atmoshpere.js code:
   https://github.com/Atmosphere/atmosphere-javascript/blob/master/modules/javascript/src/main/webapp/javascript/atmosphere.js#L1212
   it is possible to add an optional parameter named webSocketUrl
2018-03-22 15:55:43 +01:00
Martin Jantošovič 2a9a61fe14 [react-image-gallery] getCurrentIndex() returns number 2018-03-22 12:20:24 +01:00
Dan Homola 064ac3cc1e react-native-navigation: update setTabBadge typings
According to docs the `badge` parameter to `setTabBadge` is mandatory
and can be set to `null` to remove the badge.
2018-03-22 10:29:22 +01:00
Marcin Dobosz 596eb2ea46 Typings for fnv-lite 2018-03-21 23:36:47 -07:00
Mateusz LeoandGitHub 268ae79d6e Update index.d.ts
missing prop type in DraggableProps interface
2018-03-21 16:13:50 -07:00
Armando AguirreandGitHub 55a1b5699f Merge pull request #24179 from cortopy/ethereumjs-util
create ethereumjs-util
2018-03-21 16:03:22 -07:00
Bradley AyersandGitHub e74353e025 Merge branch 'master' into patch-4 2018-03-22 09:36:01 +11:00
Juan Jimenez-Anca f1c8615679 tslint without extra rules 2018-03-21 22:19:14 +00:00
Mine StarksandGitHub ebd0f894d0 Merge pull request #24421 from NotWoods/three-0.91
[three] Added migration changes for 0.89 -> 0.91
2018-03-21 14:44:48 -07:00
Mine StarksandGitHub da268c0dff Merge pull request #24447 from pobed2/patch-1
[graphql] Add `extensions` to GraphQLError
2018-03-21 14:16:09 -07:00
Pete Johanson 07987287a5 urijs: Add URITemplate parse and parts definitions. 2018-03-21 16:17:10 -04:00
Mine StarksandGitHub bd59dd5f73 Merge pull request #24362 from vajkayrene/master
Adds type support for webpack's 'uglifyjs-webpack-plugin'
2018-03-21 09:54:22 -07:00
Mine StarksandGitHub 166b1e778a Merge pull request #24440 from frankschulz/master
Fix https.globalAgent.options in node package
2018-03-21 09:42:33 -07:00
Mine StarksandGitHub 8538b51488 Merge pull request #24290 from ciferox/adone
[adone] refactoring, additions
2018-03-21 09:42:11 -07:00
Mine StarksandGitHub 6f1d8d7096 Merge pull request #24422 from kjin/node-ah-9.6
[node] Bump async_hooks definitions to v8.10/v9.6
2018-03-21 09:30:34 -07:00
Tiger Oakes 6bafc9a4d6 Updated triangle static methods 2018-03-21 09:29:46 -07:00
Tiger Oakes afc8d0533d Added migration changes for 0.89 -> 0.91 2018-03-21 09:29:46 -07:00
Mine StarksandGitHub 4add75975c Merge pull request #24427 from ellipsis-ai/urijs
urijs: added alternate method signature for addQuery that accepts key and value strings
2018-03-21 09:29:25 -07:00
Mine StarksandGitHub cf0263fa6d Merge pull request #24402 from dynamsoft-dwt/master
add interfaces
2018-03-21 09:28:54 -07:00
Mine StarksandGitHub 300d80f57d Merge pull request #24375 from Arcath/screeps-2.2.2
[screeps] update to 2.2.2
2018-03-21 09:27:28 -07:00
Mine StarksandGitHub a4b3841bee Merge pull request #24377 from amadare42/master
cleave.js: fixed CreditCardTypeChangeHandler callback type
2018-03-21 09:26:10 -07:00
Mine StarksandGitHub adf02c71b9 Merge pull request #24220 from kobanyan/sinon-chrome-support-plugins
[sinon-chrome] Support plugins
2018-03-21 09:19:23 -07:00
Mine StarksandGitHub 210280fd69 Merge pull request #24245 from FlashSystems/snapsvg_updates
Refined some declarations for snapsvg
2018-03-21 09:18:44 -07:00
Mine StarksandGitHub 505aa6b490 Merge pull request #24361 from eivhyl/webpack4-cacheGroups
webpack: Fixed SplitChunksOptions.cacheGroups not accepting dictionary
2018-03-21 09:18:08 -07:00
Mine StarksandGitHub 2135582074 Merge pull request #24333 from umidbekkarimov/react-native-collapsible
[react-native-collapsible/Accordion]: Allow to use complex sections
2018-03-21 09:17:36 -07:00
Mine StarksandGitHub a8a6f6a038 Merge pull request #24354 from lukaszmoroz/patch-1
three: Correct `Plane.coplanarPoint` argument type
2018-03-21 09:09:39 -07:00
Mine StarksandGitHub d161aae164 Merge pull request #23102 from JoshuaKGoldberg/jest-class-names-describe
Allowed functions in jest's describe
2018-03-21 09:09:17 -07:00
Mine StarksandGitHub 99e4354484 Merge pull request #24351 from Stevearzh/master
[react-virtualized] fixed type for GridCellRangeProps
2018-03-21 09:08:41 -07:00
Mine StarksandGitHub 8b933ce44f Merge pull request #24345 from jdmunro/update-mysql
mysql: added optional 'values' to QueryOptions
2018-03-21 09:06:32 -07:00
Mine StarksandGitHub 86e888e008 Merge pull request #24348 from depsypher/master
react-stripe-elements: Give elementRef an argument
2018-03-21 09:06:03 -07:00