Commit Graph

51350 Commits

Author SHA1 Message Date
Andre Rocha
e27e8744f3 Fix react router static router context bug (#29626)
* Fix bug with StaticRouterContext

* Add tests for react-router
2018-10-10 23:40:35 +01:00
Resi Respati
ca831d1902 [screeps] Release 2.5.1 (#29623) 2018-10-10 14:17:45 -07:00
Ryan Cavanaugh
e3cd5fe933 Update CODEOWNERS 2018-10-10 13:55:56 -07:00
Jesse Lentz
9965ee2751 [express-mung] Fix function return types and add write function (#29352)
* [express-mung] Fix function return types and add write function

* [express-mung] Indicate types are for version 0.5.1
2018-10-10 13:14:28 -07:00
Joe Flateau
731ba7fb8a node-forge: add types for pkcs7 (#29374)
* add types for pkcs7

* bump version number

* revert change of node-forge version number

* mark content/contentInfo as optional and add arg for sign(options?)
2018-10-10 13:13:56 -07:00
Doug Kent
3901652c11 [web3]: improve sendTransaction callback (#29091)
* improve sendTransaction callback

* corrections.  this now just adds tests

* lint
2018-10-10 13:13:30 -07:00
Michal Grňo
e8fd1fd645 [markdown-it] Add typings for extension API (#29436)
* Add typings for extension API

This commit adds types to most of the API that is used when writing a extensions for `markdown-it`. Plus there are some minor improvements.

* fix errors emitted by linter

* increase version of dependencies

* oops, I forgot one

* Add type for StateInline.delimiters
2018-10-10 13:12:52 -07:00
Carlos
1b0e18e131 [react-imgpro] initial definitions (#28739)
* react-imgpro: initial definitions

* react-imgpro: remove extra rules of tslint.json

* react-imgpro: format
2018-10-10 13:09:43 -07:00
Sean Zhu
e174f81551 [query-string] Make types more accurate (#29395)
* [query-string] Make types more accurate

* Update index.d.ts

* Fix ts errors

* Fix linter errors

* Fix types and make tests more accurate

* Fix linter errors
2018-10-10 13:08:52 -07:00
Filips Alpe
3052704412 stylelint: add types for creating custom rules (#28076)
* stylelint: add types for creating custom rules

Covers `stylelint.utils` and `stylelint.createPlugin'

* stylelint: use the proper LintResult definition
2018-10-10 13:03:16 -07:00
timtrinidad
acfe3c89c2 @types/jest: relax type definition for toMatchSnapshot (#29371) 2018-10-10 12:58:49 -07:00
tjhsiang
dff15d9443 Make Highcharts Annotation Shape fields optional (#29447) 2018-10-10 12:57:24 -07:00
CiriousJoker
5e0ae37bed Just added $ to the global exports (#29449) 2018-10-10 12:56:59 -07:00
Neil Gentleman
7e5f12eec1 [react-bootstrap] fix Dropdown.Menu (#29452)
* [react-bootstrap] remove incorrect exports

several sub-components are exported in index.d.ts, when they are not
in the library itself.

should fail:
`import { DropdownMenu } from 'react-bootstrap';`

should succeed:
`import { Dropdown } from 'react-bootstrap';`
`import DropdownMenu from 'react-bootstrap/lib/DropdownMenu';`

* [react-bootstrap] fix Dropdown.Menu typing

DropdownMenu uses `export =`, so the import must use require, `import *`.

this matches the pattern in Carousel, FormControl, etc.
2018-10-10 12:54:46 -07:00
Elizabeth Craig
84521a00c5 touch: Add closeAfter option (#29459) 2018-10-10 12:53:58 -07:00
Lucas Garron
273c8be397 webauthn: Mark rpId and allowCredentials as optional for PublicKeyCredentialRequestOptions. (#29463)
As documented at
https://w3c.github.io/webauthn/#dictdef-publickeycredentialrequestoptions
(already linked in the comment for the interface), the the `rpId` and and
`allowCredentials` fields are optional.
2018-10-10 12:53:43 -07:00
nixxquality
3d6ded6cd7 SortFunction signature should match Array.sort (#29468)
-1 and 1 aren't the only numbers allowed. Any number less than or greater than 0 will sort the item properly.
This enables shortcuts like (a, b) => a - b;
Restricting the signature to -1 | 0 | 1 is a mistake.
2018-10-10 12:53:18 -07:00
Justin Powell
95fdf92cc2 react-modal updates for 3.6 (#29585)
* updates react-modal definitions for 3.6

* adds specs for react-modal definition updates

* adds attribution for react-modal updates

* remove trailing whitespace
2018-10-10 12:52:42 -07:00
Felipe Lacerda
730cf3a530 [redux-form] Add name to FieldArray.fields (#29598) 2018-10-10 12:52:22 -07:00
Michael Faißt
6bf0bc358c [@types/leaflet-polylinedecorator] Adjust offset, endOffset and repeat types (#29603)
* offset, endOffset and repeat in the Pattern Interface can also be of type string

* added a few new tests with new string offset, endOffset and repeat
2018-10-10 12:52:06 -07:00
Emily Marigold Klassen
10ab941fd2 Add types for express-ntlm (#29617) 2018-10-10 12:51:44 -07:00
Igor Oleinikov
3314940859 Merge pull request #29601 from DJWassink/change/keyframes
[styled-components] Added Keyframes to InterpolationValue
2018-10-10 10:36:13 -07:00
Florian Keller
b1f834289e Add types for express-sitemap-xml (#29576) 2018-10-10 09:39:51 -07:00
Piotr Roszatycki
f5d631db0b node: setImmediate returns Immediate (#29599)
* node: setImmediate returns Immediate

* node: defined Timer and Immediate internal classes

* node: better compatiblity with Timer interface

* node: return Timeout rather than Timer
2018-10-10 09:38:51 -07:00
Piotr Roszatycki
1dcb4dba95 node: console.timeLog (#29600) 2018-10-10 09:28:07 -07:00
Joscha Feth
af61ae4b09 jsdom: add ResourceLoader (#29589)
* jsdom: add ResourceLoader

* fix: lints
2018-10-10 09:27:15 -07:00
Piotr Roszatycki
19f1f4b082 season: new typings (#29606) 2018-10-10 09:19:02 -07:00
Ivan Pankratov
f2d8c72ea3 Add type definitions for getenv (#29607) 2018-10-10 09:16:05 -07:00
Piotr Roszatycki
c13bb2078f jspath: new typings (#29609) 2018-10-10 09:07:26 -07:00
Benjamin Kniffler
de783bc4f6 add component? to @reach/router router component (#29610)
* add component? to @reach/router router component

* increase version

* fix issues
2018-10-10 09:06:32 -07:00
Yusuke Higuchi
b96651b0f6 recorder-js: Initial definitions (#29613) 2018-10-10 09:06:03 -07:00
Dirk-Jan Wassink
732d31ca51 Added Keyframes to InterpolationValue to support the new keyframes 2018-10-10 11:11:39 +02:00
Kyle
35f3259b13 feat: add type for webpack.Configuration.devServer from webpack-dev-server in types/webpack/index.d.ts and types/webpack/v3/index.d.ts (#29593) 2018-10-10 05:49:14 +01:00
Francis Gulotta
2e4a63b9c1 Add constructor options and new method (#29460) 2018-10-09 21:27:41 -07:00
Ruben Maher
91fccb7a82 tldjs: 1.7.0 -> 2.3.2 (#29461) 2018-10-09 21:27:02 -07:00
Steve Oney
c3f722d914 removing implicit anys (#29592) 2018-10-09 21:26:01 -07:00
Andy
007411ded7 mailgun: Expose namespace members (#29579) 2018-10-09 21:23:07 -07:00
Alex Jerabek
9158d5c42c [office-js] Escaping characters to match TSDoc (#29588)
* Fixing doc errors and spacing

* TSDoc changes

* Adding Outlook escape characters
2018-10-09 17:30:21 -07:00
murt
95d7637bed autoprefixer: updated to match postcss Plugin types for postcss 7.x (#29357)
* autoprefixer: updated to match postcss Plugin types for postcss 7.x types, resolve error with Transformer type

* #29357: Renamed autoprefixer.AutoprefixerOptions to autoprefixer.Options
2018-10-09 17:29:35 -07:00
Adam Lavin
fe3bb114a3 [styled-components] Upgrade to 4.0.0 (#29389)
* [styled-components] Upgrade to 4.0.0

* [styled-components] Remove 2.9 dependent test, lower ts version

* [styled-components] Add ThemeConsumer

* [styled-components] Remove unused import in test

* [styled-components] Add v3 typings

* [styled-components] Fix themed keyframes return type

* Loosen up type for as prop, add extra test case

* Remove unnecessary generic prop
2018-10-09 15:48:36 -07:00
martajuliadev
163df17a1f Modified package: types/bunyan, added types: RotatingFileStream, RotatingFileStreamOptions (#27967)
* Bunyan types: RotatingFileStream type added, tests updated

* Bunyan types: RotatingFileStream type added, tests updated part2

* Change after review remarks- path should not be optional field in RotatingFileStream
2018-10-09 14:17:35 -07:00
maruware
84dd246f35 koa-logger: support opts arg. (#27689) 2018-10-09 14:13:54 -07:00
Mosh Feu
186b322d9c tests and lint (#29575)
* tests and lint

* try keep tslint
2018-10-09 14:05:09 -07:00
Paul Selden
86c13ea3d3 [@types/stellar-sdk] Add hint and signature to xdr.DecoratedSignature (#29557) 2018-10-09 13:54:15 -07:00
Tijs Zwinkels - TinkerTank
3cd87a2953 Definitions for strophe.js, as suggested in PR #27682. (#28257)
* Definitions for strophe.js, as suggested in PR #27682.

* [strophe.js] Make all 'Function' types from muc.d.ts more specific.

* [strophe.js] enable as many lint rules as possible.

* [strophe.js] fix the headers.

* [strophe.js] More cleanup to enable more tslint rules.
2018-10-09 12:11:19 -07:00
Yuya Tanaka
2bd9965877 [meow] add booleanDefault option (#28520) 2018-10-09 12:09:51 -07:00
Pete
51a7427bab Add types for Theo (#28683)
* Add types for Theo package

* Remove strings and Theo interface

* Fix tests

* Remove string type from Transform union type

* 'OutputFormat' -> 'Format'
2018-10-09 12:09:03 -07:00
Julian Wilson
722809894a Update utils.d.ts to include isHexStrict method in @types/web3 (#29236)
* Update utils.d.ts to include `isHexStrict` method

As per the documentation in beta 36, there is a method `isHexStrict` method that checks if the passed string is hex and additionally starts with the '0x' prefix.

* Restrict parameters to number or string in `isHexStrict`.

* Remove superfluous string type in `isHexStrict`

* `isHexStrict`: add test case for number
2018-10-09 12:07:44 -07:00
mhuynh1
ab64ce72e8 add react-better-password (#29278)
* add react-better-password

* resolve CI errors

* enable strictFunctionTypes

* changed onChange type from any to function

* mark onChange as optional
2018-10-09 12:07:10 -07:00
Henrik Raitasola
7bc89a263f Add missing function (#29313) 2018-10-09 12:06:30 -07:00