Commit Graph

51630 Commits

Author SHA1 Message Date
Dhaifallah Alwadani
b8cd3c9f09
Update test to use new props 2018-11-01 23:19:02 +03:00
Dhaifallah Alwadani
5aae4f7672
Change shown to visible 2018-10-26 01:01:42 +03:00
Ron Buckton
34eef1c816
Merge pull request #30012 from alecmce/patch-1
Update three-core.d.ts to correct Color definition
2018-10-25 14:23:42 -07:00
Ron Buckton
13b6157df0
Merge pull request #29982 from djcsdy/doubleclick-gpt
[doubleclick-gpt] Apply standard lint rules
2018-10-25 14:22:56 -07:00
Ron Buckton
650ca90dfc
Merge pull request #30027 from chrolivier/arangodb-crypto-jwtDecode
Corrected return type of arangodb/crypto.jwtDecode function to "object | null"
2018-10-25 13:48:08 -07:00
Ron Buckton
26c73e2495
Merge pull request #30029 from alex-deas/draft-js/BlockRenderMap
draft-js Export BlockRenderMap typedefs
2018-10-25 13:47:00 -07:00
Alex Deas
0b5403ba1d draft-js
- Export DraftBlockRenderConfig & DraftBlockRenderMap
2018-10-25 12:23:35 +01:00
Chris Olivier
eecb0a10ff
Update index.d.ts
Corrected return type of jwtDecode from "string | null" to "object | null"
2018-10-25 09:23:53 +02:00
Daniel Rosenwasser
0e0e730ec8
Merge pull request #30006 from fiznool/react-native-status-bar-height
Added types for react-native-status-bar-height
2018-10-24 16:48:54 -07:00
Mike Engel
9fb6115f79 feat(graphql-resolvers): Add types for graphql-resolvers (#29914) 2018-10-24 14:51:36 -07:00
Ron Buckton
9491811758
Merge pull request #29746 from danmana/mongoose
@types/mongoose: Add writeConcern to SchemaOptions. Closes #29707
2018-10-24 11:43:40 -07:00
Ron Buckton
94794acd1d
Merge pull request #29985 from bojand/master
[mali] Remove
2018-10-24 11:24:37 -07:00
Ron Buckton
87d5e87884
Merge pull request #29988 from chriskrycho/ember-object-internals-copy-deprecation
Ember: add deprecation note for `object/internals/copy`.
2018-10-24 11:23:35 -07:00
Ron Buckton
18db0786bc
Merge pull request #29841 from jagregory/aws-lambda-cognito-user-migration
[aws-lambda] Add Amazon Cognito Migrate User triggers
2018-10-24 11:15:19 -07:00
Ron Buckton
b440a463a6
Merge pull request #29852 from teterin/patch-1
Add domain property to Cookie
2018-10-24 11:09:17 -07:00
Ron Buckton
59dfde0614
Merge pull request #30002 from sgreav/master
[Slate] Add Editor Definition
2018-10-24 11:08:26 -07:00
Ron Buckton
96e7915837
Merge pull request #30007 from ForbesLindesay/speakeasy
Update speakeasy
2018-10-24 11:04:41 -07:00
Alec McEachran
da777a0fed
%s/self/this/g
I beg your pardon - "this" not "self" :/
2018-10-24 18:19:53 +01:00
Alec McEachran
23a3612ccf
%s/self/this/g
I beg your pardon - "this" not "self" :/
2018-10-24 18:19:42 +01:00
Alec McEachran
d5f7aee604
Update three-core.d.ts to correct Color definition
lerpHSL is missing from the definition, but is [defined](https://github.com/mrdoob/three.js/blob/master/src/math/Color.js). 

The definition can also be improved by using 'self' to express that these functions are fluent, returning this rather than a new instance of Color.
2018-10-24 18:14:34 +01:00
Forbes Lindesay
a348ce6aa3 Update speakeasy types 2018-10-24 17:12:21 +01:00
Benjamin Lichtman
c1c2ee9c1b
Merge pull request #29987 from uniqueiniquity/getLocFromIndex
[eslint] Correct return type for getLocFromIndex
2018-10-24 08:33:41 -07:00
Tom Spencer
7505835324 Added types for react-native-status-bar-height 2018-10-24 16:33:27 +01:00
Sebastian Greaves
4c6fb7845e bump friends ts version 2018-10-24 15:04:52 +01:00
Sebastian Greaves
66fcd862f3 bump ts version 2018-10-24 15:03:03 +01:00
Sebastian Greaves
5bddeaef13 Add SyntheticEvent type 2018-10-24 15:01:12 +01:00
Sebastian Greaves
148162eac3 Correct linter issues 2018-10-24 14:53:54 +01:00
Sebastian Greaves
21351beac6 Address review feedback
- Use more strict `Event` rather than `any` for `event` function
- `Editor` is not really an `Immutable.Record` so rework class definition to remove the extension on `Record`
2018-10-24 14:49:13 +01:00
Sebastian Greaves
c201a29a80 Bump version number 2018-10-24 14:00:37 +01:00
Sebastian Greaves
b486074693 Correct indentation 2018-10-24 13:57:02 +01:00
Sebastian Greaves
af28fa1d9b Undo unintended line removal 2018-10-24 13:52:16 +01:00
Sebastian Greaves
c60ad4ab65 [Slate] Add Editor Definition
Editor is not defined in @types/slate, making it difficult to develop
for slate in Typescript if not using slate-react ( and therefore
@types/slate-react, where the React mounted editor is defined).
2018-10-24 13:44:38 +01:00
Chris Krycho
03f3877a13
Ember: add deprecation note for object/internals/copy. 2018-10-23 18:24:25 -06:00
Benjamin Lichtman
e4d310be5c Correct return type for getLocFromIndex 2018-10-23 17:17:04 -07:00
Bojan Djurkovic
d7b9199894 remove mali as it is not needed any more because we publish the module with type definitions 2018-10-23 20:08:20 -03:00
Daniel Cassidy
7cfa9a8a0a Fix violations of 'strict-export-declare-modifiers' lint rule. 2018-10-23 21:05:24 +01:00
Daniel Cassidy
4b06aefe2e Fix violations of 'semicolon' lint rule. 2018-10-23 21:03:26 +01:00
Daniel Cassidy
48fef3d9a1 Fix violations of 'only-arrow-functions' lint rule. 2018-10-23 21:02:42 +01:00
Daniel Cassidy
5363e79db9 Fix violations of 'object-literal-key-quotes' lint rule. 2018-10-23 21:01:12 +01:00
Daniel Cassidy
0e88aecdb5 Fix violations of 'no-consecutive-blank-lines' lint rule. 2018-10-23 20:59:31 +01:00
Daniel Cassidy
ca5d6ada4e Fix violations of 'ban-types' lint rule. 2018-10-23 20:57:48 +01:00
Daniel Cassidy
1e548fd2f7 Fix incorrect header format. 2018-10-23 20:53:50 +01:00
Daniel Cassidy
5dafbd00f4 Enable as many lint rules as possible. 2018-10-23 20:52:32 +01:00
Daniel Cassidy
f00043d096 Delete compileOnSave option from tsconfig.json. 2018-10-23 20:46:56 +01:00
Igor Oleinikov
3b01bb29b1
Merge pull request #29916 from gilbsgilbs/styled-components-macro
[styled-components] Add type definitions for the babel macro.
2018-10-23 11:58:53 -07:00
Ron Buckton
bfbf192f3e
Merge pull request #29906 from fluidsonic/facebook-js-sdk-3.1
[facebook-js-sdk] Updated types to SDK version 3.1
2018-10-23 10:02:22 -07:00
Ron Buckton
3af200ae80
Merge pull request #29819 from oBusk/angular-ui-sortable-property-clash
[angular-ui-sortable] Fix types of property 'sortable' are incompatible
2018-10-23 10:00:41 -07:00
Ron Buckton
7d4c5c480b
Merge pull request #29971 from zenmumbler/master
Update webgl-ext types to work with TS2.7+
2018-10-23 09:55:51 -07:00
Ron Buckton
978aa146d5
Merge pull request #29977 from Knuddels/master
updated some typings
2018-10-23 09:53:00 -07:00
Knuddels-TobyB
315b791e7a updated some typings 2018-10-23 17:56:14 +02:00