Commit Graph

  • 233f4e2101 Add definitions for ink-table lukostry 2019-02-18 14:23:20 +01:00
  • ab82c4f070 Merge branch 'master' into improve-jsdoc ltlombardi 2019-02-18 10:05:45 -03:00
  • bfaa66209a more typings ltlombardi 2019-02-18 10:00:45 -03:00
  • 261231ba7b Update index.d.ts massimonewsuk 2019-02-18 12:18:01 +00:00
  • 0e9b6e6a4a Update index.d.ts massimonewsuk 2019-02-18 12:16:58 +00:00
  • 7d1bb67c83 Update index.d.ts massimonewsuk 2019-02-18 12:13:59 +00:00
  • 0dd0e94685 Do not use default export, align indentation lukostry 2019-02-18 12:44:53 +01:00
  • 85df9ca547 Sequelize - add missing separate option on IncludeOptions massimonewsuk 2019-02-18 11:41:24 +00:00
  • 88a3b15d79 Add tests for intersection Kevin Montag 2019-02-18 12:08:20 +01:00
  • 915c23637e Add null to possible return types of interval intersection Kevin Montag 2019-02-18 11:49:18 +01:00
  • 7be1cdad6d fix(react-native): add missing properties to type Rationale Laurin Quast 2019-02-18 11:54:11 +01:00
  • e73a853ff2 Added type defs for gl-vec4 Adam Zerella 2019-02-18 21:38:57 +11:00
  • 61f9080024 Allow async methods as adapter event handlers Dominic Griesel 2019-02-18 11:06:25 +01:00
  • 9a862d8342 fix(rc-slider): add tabIndex to Handle props nulladdict 2019-02-18 14:45:02 +05:00
  • 2555a5aa51 redux 4.x support. Dalius Dobravolskas 2019-02-18 11:09:23 +02:00
  • c3b49e7066 add non-secure/generate amorites 2019-02-18 15:04:29 +08:00
  • 465887f713 Added type defs for bit-twiddle Adam A. Zerella 2019-02-18 16:04:41 +11:00
  • dca8a6286b [storybook__addon-info] add some properties of options RunningCoderLee 2019-02-18 10:50:15 +08:00
  • 8a8fe2ba56 Merge pull request #33013 from antoinebrault/jest-mockreturn-type Jessica Franco 2019-02-18 11:55:38 +09:00
  • 9323b5dc8e Merge pull request #33126 from sethk/patch-1 Jessica Franco 2019-02-18 11:54:11 +09:00
  • 88b8571041 Added typedefs for mumath Adam A. Zerella 2019-02-18 12:09:16 +11:00
  • 08ba15aab8 is* and assert* checks accept null and undefined Ian Craig 2019-02-17 17:12:46 -08:00
  • 989ead7dfe Increase version and fix linter issues Erik Beuschau 2019-02-17 21:12:11 +01:00
  • ffcc092765 Allow any for value prop on MenuItem Erik Beuschau 2019-02-17 21:04:26 +01:00
  • cf223293b9 Add declaration of isEqual() method to pkijs/RelativeDistinguishedNames Roger Gammans 2019-02-17 17:22:42 +00:00
  • a00dd21472 Allow to pass numbers to parse-unit Jan Nicklas 2019-02-17 16:48:40 +01:00
  • b0aeee8dbd Make query param non-mandatory Shireesha Bongarala 2019-02-17 20:53:10 +05:30
  • 99e6d86abb Add missing semi-colons Shireesha Bongarala 2019-02-17 20:43:29 +05:30
  • 4c66f38359 Added fees, timestamps and IDs Benny Neugebauer 2019-02-17 15:00:52 +01:00
  • 503ba49983 Fixed error where I declared ...args as type any instead of any[] Hodzic Adem 2019-02-17 14:43:09 +01:00
  • e8a4ac87c4 Add missing definition for "sortFacetValuesBy" in QueryParameters. Fixes https://github.com/DefinitelyTyped/DefinitelyTyped/issues/32761 Shireesha Bongarala 2019-02-17 18:55:48 +05:30
  • 9c154dfba5 Remove my name from "definitions by" cosnomi 2019-02-17 21:12:52 +09:00
  • 4c289f20b3 Updated definition for Tween callback property. Now tslint won't show error if I pass a function with parameteres to callback in TweenMax/TweenLite/TimelineMax/TimelineLite. Hodzic Adem 2019-02-17 12:31:18 +01:00
  • 0c02ca4f73 [ioredis] Add xadd definitions to support MAXLEN argument Ting-Wai To 2019-02-17 01:13:42 -08:00
  • 856ce04bf0 Update index.d.ts William Candillon 2019-02-17 08:24:16 +01:00
  • cf32e37644 Fix incorrectly typed crop action William Candillon 2019-02-17 08:15:45 +01:00
  • d886d07e8b Fix Jenkins logStream function definition Poulad Ashrafpour 2019-02-16 22:21:14 -05:00
  • af4a799f9e fix mustache-express module ikokostya 2019-02-17 04:39:49 +03:00
  • a9d384785f fix path mapping for mem-fs-editor module ikokostya 2019-02-17 04:25:02 +03:00
  • 13315e4494 Remove no-unnecessary-generics from dt.json ikokostya 2019-02-17 04:21:58 +03:00
  • 716a6aeaee fix tsconfig.json for lru-cache/v4 ikokostya 2019-02-17 04:17:34 +03:00
  • cb1ab1e0c0 Restore v4 to separate directory and fix path mapping for ejs module ikokostya 2019-02-17 04:11:06 +03:00
  • dcea7d5399 Update definition to v5.1 ikokostya 2019-02-17 04:02:53 +03:00
  • a6a84ddadb Make K, V template parameters are required ikokostya 2019-02-17 03:40:27 +03:00
  • 8209fca134 Remove myself from the contributor list Seth Kingsley 2019-02-16 14:17:47 -08:00
  • 42683dfcef [lru-cache] Introduce 5.0.0 version ikokostya 2019-02-16 22:13:22 +03:00
  • 83969f5e6a webpack-env: add remaining AcceptOptions Jason Dreyzehner 2019-02-16 13:50:19 -05:00
  • 3d0bd7c754 Merge pull request #33120 from doniyor2109/co Jessica Franco 2019-02-17 02:45:10 +09:00
  • 4d439daf98 Merge pull request #33044 from eps1lon/react-dom/findDOMNode-optional Jessica Franco 2019-02-17 02:39:51 +09:00
  • 05bf4abb6d Fixes doniyor2109 2019-02-16 22:37:37 +05:00
  • 6bd18576c4 Merge branch 'master' into master Saransh Kataria 2019-02-16 09:35:44 -08:00
  • 9104726fb6 Added error tests doniyor2109 2019-02-16 22:34:51 +05:00
  • e4ce6d44ee Merge pull request #32944 from psuter/three-lineloop Jessica Franco 2019-02-17 02:22:16 +09:00
  • 7413c61ef8 Also add equivalent declaration to LineSegments Jessica Franco 2019-02-17 02:17:42 +09:00
  • f756a4887d [bull] Queue extends EventEmitter Christian Düfel 2019-02-16 17:46:55 +01:00
  • 932ca670c2 Set author name doniyor2109 2019-02-16 21:44:01 +05:00
  • 3316c2a06c Linter fixes doniyor2109 2019-02-16 21:41:45 +05:00
  • b5328a7049 It's not actually wrong, just misleading Jessica 2019-02-17 01:41:00 +09:00
  • fb4d0a9066 Linter fixes doniyor2109 2019-02-16 21:37:09 +05:00
  • 743fc6f72c Added co doniyor2109 2019-02-16 21:30:24 +05:00
  • 047097d850 Correct comment Jessica 2019-02-17 01:27:04 +09:00
  • 926c4af835 fix(mongoose): fix sslValidate type Clément 2019-02-16 17:20:53 +01:00
  • 6ddb0f2b9f Fix lint warnings, dangling comment Jessica 2019-02-17 01:18:58 +09:00
  • d1a839a64b Also declare rootMode Jessica 2019-02-17 01:15:30 +09:00
  • c1008222d7 Add types for the babel.config.js API Jessica 2019-02-16 23:47:39 +09:00
  • 50cd191181 [jest] fix test antoinebrault 2019-02-16 10:40:10 -05:00
  • 2f8b903234 Implement suggested changes from plantain-00 Nicholas Sorokin 2019-02-17 00:50:32 +10:30
  • d96e370af6 Update tsconfig.json Amorites 2019-02-16 20:37:50 +08:00
  • e80d3467c5 Improved Serverless types Jonathan M. Wilbur 2019-02-16 05:46:29 -05:00
  • 531ab265ca Add types for progress-stream 2.0 Mick Dekkers 2019-02-16 11:16:01 +01:00
  • cfc6453c4b Search Response made generic neryortez 2019-02-15 22:13:03 -06:00
  • 3608c2b445 Fix error Jack Works 2019-02-16 10:53:32 +08:00
  • cc0204331a Add a file Jack Works 2019-02-16 10:23:06 +08:00
  • 419d4edf69 Merge pull request #33108 from AlexJerabek/AlexJ-DeleteWorksheet Mine Starks 2019-02-15 17:52:56 -08:00
  • 1e890e9ef3 fixed linewidth attribute saranshkataria 2019-02-15 17:29:11 -08:00
  • c0d2eaeb4e [office-js] [office-js-preview] (Outlook) Add missing options overloads Elizabeth Samuel 2019-02-15 16:24:59 -08:00
  • 2ba42e115c Adding note about Worksheet.delete behavior Alex Jerabek 2019-02-15 15:55:40 -08:00
  • 61dfce36a7 [detox] add DetoxExport type for exported object Jeff Held 2019-02-15 17:34:26 -06:00
  • 7880ff88bb Fix linter errors Gordon 2019-02-15 16:53:32 -06:00
  • 070e2a2b42 Merge pull request #33083 from dantman/pkgcloud Mine Starks 2019-02-15 14:39:59 -08:00
  • 6571ee5cb3 [giphy-api] Fix linting errors Christian Rackerseder 2019-02-15 22:26:30 +01:00
  • 61b0088384 [giphy-api] Fix response Christian Rackerseder 2019-02-15 22:17:54 +01:00
  • fda1393189 Add haroen and samuel as maintainers Gordon 2019-02-15 14:59:29 -06:00
  • 2a793b0dcd Add connectStats Gordon 2019-02-15 14:57:44 -06:00
  • d40d1983b3 Import SearchParameters from helper Gordon 2019-02-15 14:57:10 -06:00
  • b242c78448 Fix linter issues Gordon 2019-01-28 11:25:22 -06:00
  • 3de6b3d906 Improve createConnector definition Gordon 2019-01-28 11:18:29 -06:00
  • defc473ae9 Improve definitions for translatable, createConnector, autocomplete Gordon 2019-01-28 10:59:00 -06:00
  • 4eb791cf54 Add connectHighlight definitions Gordon 2019-01-23 09:46:02 -06:00
  • 2cc88d04ee ReactNavigation: Exposes NavigationContext type. Aaron Rosen 2019-02-15 14:50:46 -05:00
  • 4059f8e4f9 Update jsoneditor types to match version 5.28.2 Adam Vigneaux 2019-02-15 13:44:08 -05:00
  • f3e63b2691 Disable 'no-unnecessary-generics' rule Pete 2019-02-15 10:57:30 -08:00
  • 08850d86fa Merge pull request #33055 from Open-SL/node-jose Mine Starks 2019-02-15 10:45:22 -08:00
  • b7c3a167ab mongoose: complete and factorize FindAndRemove/Delete/Update Query JulioJu 2019-02-07 21:19:15 +01:00
  • 5e69a107d2 Ref lib same change to v10/ts3.1 Mehmet Emin Gelmedi 2019-02-15 21:20:26 +03:00
  • 67c5c58e34 Merge pull request #33080 from ElizabethSamuel-MSFT/office-js-tweaks Mine Starks 2019-02-15 09:37:42 -08:00
  • 28698f95c0 Merge pull request #33084 from doniyor2109/natural-compare Mine Starks 2019-02-15 09:37:02 -08:00
  • 2e848e713f fix: default export Nadun Indunil 2019-02-15 23:06:17 +05:30
  • 4effab25c7 Merge pull request #33092 from jurca/master Mine Starks 2019-02-15 09:35:43 -08:00
  • 238048135c fixing double new line in file donvercety 2019-02-15 19:09:18 +02:00