Kevin Groat
84b76bf1eb
Made manifestTransforms accept a ReadonlyArray
2019-01-06 20:40:59 -05:00
Kevin Groat
279827ac2f
Added typings for workbox-webpack-plugin
2019-01-06 20:28:38 -05:00
Jason Killian and Sheetal Nandi
3ad75fac4d
[expo] Add types for SecureStore keychain item accessibility constants ( #31840 )
...
* [expo] Add types for SecureStore constants
* add use of keychainService; improve options types for getItemAsync and deleteItemAsync; test all SecureStore constants
2019-01-06 11:07:43 -08:00
Justin Hall and Sheetal Nandi
f1762ec1a7
Remove typings for hibp ( #31912 )
2019-01-06 11:06:50 -08:00
Tomas Carnecky and Sheetal Nandi
08c13378e4
react-intl: change the FormattedMessage tagName prop to accept any ReactType ( #31906 )
...
In the react-intl source the prop is defined as follows:
tagName: PropTypes.oneOfType([PropTypes.string, PropTypes.element])
But it's actually passed straight to React.createElement(tagName, …),
so any type that is accepted by createElement should be allowed here.
It is useful to allow passing custom components to FormattedMessage,
for example when you use styled components, eg.
const FancyHeading = styled('h1')`font-size: 32px`;
<FormattedMessage … tagName={FancyHeading} />
2019-01-06 11:04:11 -08:00
Mark Polak and Sheetal Nandi
1ff633d518
Add missing require types ( #31911 )
2019-01-06 11:01:12 -08:00
Max Harris and Sheetal Nandi
8ee6e76a06
update skipEmptyLines option to allow 'greedy' ( #31898 )
2019-01-06 10:59:58 -08:00
Jasmin Bom and Sheetal Nandi
a152a7963b
Update to firefox 65.0b8 ( #31920 )
2019-01-06 10:55:14 -08:00
Sheetal Nandi and GitHub
b35434fe6f
Merge pull request #31281 from tgriesser/patch-1
...
Remove global Express.Request.user declaration
2019-01-04 14:27:12 -08:00
Sheetal Nandi and GitHub
bc929e8e79
Merge pull request #31814 from zposten/react-filepond
...
Correct metadata types for react-filepond
2019-01-04 14:25:54 -08:00
Sheetal Nandi and GitHub
c2f288c362
Merge pull request #31897 from martynaskadisa/loadable-server
...
[@loadable/server] Introduce typings
2019-01-04 14:24:07 -08:00
Zach Posten
7c0eb58df3
chore: Copy more documentation from website
...
See: https://pqina.nl/filepond/docs/patterns/api/filepond-instance/
2019-01-04 13:29:31 -06:00
Zach Posten
5f5aded277
feat: Add the remainder of the FilePond object methods
...
See: https://pqina.nl/filepond/docs/patterns/api/filepond-object/
2019-01-04 13:26:46 -06:00
Zach Posten
90caba1f1e
fix: Combine FileItem and File types
...
It turns out that these are actually the same object, not two distinct
ones like I had thought.
2019-01-04 13:26:46 -06:00
Zach Posten
31283ad9ca
fix: Flesh out possible server url configurations
2019-01-04 13:26:46 -06:00
Zach Posten
aa3e405524
chore: Shut off auto exporting for this module
2019-01-04 13:26:45 -06:00
Zach Posten
5a117a37a0
fix: Correct metadata method args
2019-01-04 13:26:45 -06:00
Zach Posten
104ba92f06
fix: Don't export type FilePondFile that does not exist
...
Previously, for reasons explained (here)[https://stackoverflow.com/q/53876793/2517147 ],
the type FilePondFile weas being exported form this type definition when
it was not exported by the library react-filepond.
This has now been fixed.
2019-01-04 13:26:45 -06:00
Zach Posten
b2ae5b9aa2
fix: Add missing metadata file prop
2019-01-04 13:26:44 -06:00
Sheetal Nandi and GitHub
6537c15a28
Merge pull request #31876 from substantial/fix-parse-signatures
...
[url-parse] add extra parse signature
2019-01-04 10:31:30 -08:00
Sheetal Nandi and GitHub
ba816b2cc5
Merge pull request #31896 from martynaskadisa/loadable-components
...
[@loadable/component] Introduce typings
2019-01-04 10:29:50 -08:00
davidgoli
23df99dcee
reorder signatures; implement constructor signature
2019-01-04 10:24:10 -08:00
Martynas Kadiša
742f59c19a
add typings for @loadable/server
2019-01-04 19:54:16 +02:00
Martynas Kadiša
0a779e312e
add typings for @loadable/component
2019-01-04 19:43:36 +02:00
Sheetal Nandi and GitHub
6a7deb65b8
Merge pull request #31787 from freewind-forks/superagent
...
superagent: cookie related headers has special types
2019-01-04 09:06:38 -08:00
Sheetal Nandi and GitHub
dcf55606f2
Merge pull request #31783 from jungpaeng/master
...
[classnames] classnames/bind error fix
2019-01-04 09:04:43 -08:00
Sheetal Nandi and GitHub
3a0a5f2a56
Merge pull request #31877 from paibamboo/react-modal-3.8.1
...
Add onAfterClose prop to ReactModal
2019-01-04 09:02:56 -08:00
Sheetal Nandi and GitHub
19e4639fe0
Merge pull request #31882 from vargavince91/master
...
Add navigator.permissions API type definitions
2019-01-04 08:59:30 -08:00
Sheetal Nandi and GitHub
ec255334bf
Merge pull request #31890 from Guillaume-Mayer/koa-router-fix-context
...
[koa-router] fix IRouterContext
2019-01-04 08:57:17 -08:00
Sheetal Nandi and GitHub
554c325496
[opentype.js] add annotations for BoundingBox and some tests, finish prev todo ( #31880 )
2019-01-04 08:45:12 -08:00
何乐 and Sheetal Nandi
62b167feca
Update ACLType in index.d.ts@types/ali-oss ( #31819 )
...
* Update ACLType in index.d.ts
### From
```ts
type ACLType = "public-read-write" | "public-read" | "and private";
```
### Tto
```ts
type ACLType = "public-read-write" | "public-read" | "private";
```
* Update index.d.ts
* Update index.d.ts
* Update index.d.ts
2019-01-04 08:44:52 -08:00
Nathan Fast and Sheetal Nandi
8a18392af3
Add ignorePunctuation parameter to MarkOptions ( #31873 )
2019-01-04 08:44:06 -08:00
Daniel Schopf and Sheetal Nandi
8085094f30
Add terser-webpack-plugin ( #31863 )
...
* Added terser plugin typings
* add webpack chunk typing
* added 'ExtractCommentOptions' instead of just 'object'
2019-01-04 08:27:19 -08:00
Guillaume Mayer
6e13e6088f
fix
2019-01-04 11:49:20 -03:00
Guillaume Mayer
5950b10aed
failing test (sort of)
2019-01-04 11:48:30 -03:00
Vince Varga
c8aebb0754
Add navigator.permissions API type definitions
2019-01-04 10:24:01 +01:00
paibamboo
f4417875cc
Fix build error patch version not allowed
2019-01-04 13:26:08 +07:00
hikerpig
d2926ee528
[opentype.js] add annotations for BoundingBox and some tests, finish prev todo
2019-01-04 14:09:05 +08:00
paibamboo
305151cf2d
Add onAfterClose prop to ReactModal
2019-01-04 10:22:41 +07:00
davidgoli
8d21ac9216
add extra parse signature
2019-01-03 18:19:06 -08:00
Taeheon Kim and Sheetal Nandi
34b631c678
Add "onBeforeDragStart" to the "DragDropContextProps" interface ( #31865 )
2019-01-03 18:06:38 -08:00
Akuukis and Sheetal Nandi
3d61a8f7b0
[stellar-sdk] Misc improvements 3 ( #31857 )
...
* fix(operations): review props and options
* feat(op): setOptions signer conditional type
* fix: Server.ServerOptions -> Server.Options
2019-01-03 18:05:35 -08:00
Sheetal Nandi and GitHub
ba83f54a74
Merge pull request #31767 from ovidiubute/add-linkifyjs-react-plugin-declaration
...
[linkifyjs] Add React plugin declaration
2019-01-03 14:53:33 -08:00
Sheetal Nandi and GitHub
0c9d6dd3cc
Merge pull request #31867 from davidgomes/sqlstring-raw
...
Add Sqlstring.raw to sqlstring
2019-01-03 13:27:16 -08:00
Sheetal Nandi and GitHub
b2b685b4d9
Merge pull request #31864 from Jarrku/patch-1
...
[query-string] Add `sort` to StringifyOptions
2019-01-03 12:50:30 -08:00
Sheetal Nandi and GitHub
7551640b4b
Merge pull request #31869 from shimos/bytebuffer-buffer-fix
...
[bytebuffer] Change to/add Buffer in the types for arguments and return values
2019-01-03 12:50:12 -08:00
Sheetal Nandi and GitHub
070c89db9f
Merge pull request #31866 from jdforsythe/express-slow-down
...
[express-slow-down] Add types
2019-01-03 12:49:21 -08:00
Sheetal Nandi and GitHub
eff1dca28a
Merge pull request #31772 from kepennar/master
...
[react-redux] use the new forwardRef option
2019-01-03 11:40:03 -08:00
Jeremy Forsythe
6ca38e8911
fix lint and better interface definition
2019-01-03 14:26:39 -05:00
Sheetal Nandi and GitHub
541eff7fb0
Merge pull request #31087 from woutgg/mongoose-paginate-v2
...
Add types for mongoose-paginate-v2 (modified from mongoose-paginate)
2019-01-03 11:07:04 -08:00