Commit Graph

40363 Commits

Author SHA1 Message Date
Andy
51a1b6bd80 bingmaps: Use unused files (#22758) 2018-01-08 08:39:32 -08:00
OwnageIsMagic
ea2dc4dc28 Node 9.3 (#22593)
* SignalsListener signal name

https://github.com/nodejs/node/pull/15606

* created Node 8 folder

* Create tsconfig.json

* Create tslint.json

* Create node-tests.ts

* Node 9

* update node header

* Tabs to spaces

* copy inspector.d.ts to v8 folder

* correct path mapping for v8

* disable no-declare-current-package for v8 module

* Correct version to 9.3.x
Add writableHighWaterMark/readableHighWaterMark to WriteStream/ReadStream
fixed setUncaughtExceptionCaptureCallback()
Add module.builtinModules
change os.EOL to const
add writableHighWaterMark to Duplex
writableHighWaterMark and readableHighWaterMark are readonly

* fs.realpathSync.native and fs.realpath.native

* fs.realpath.native tests
2018-01-08 07:54:44 -08:00
Dancespile
f275961d97 Add type Params (#22729)
Sorry I tested it but for some reason I uploaded without Params Type by accident the last time.
2018-01-07 14:13:18 -08:00
Jeff Dickey
8c3692c2c5 add normalized package type to read-pkg-up (#22730) 2018-01-07 14:10:23 -08:00
Jeff Dickey
7307351dc5 added read-pkg (#22731) 2018-01-07 14:09:17 -08:00
Alec Merdler
2f413cea55 Nightwatch.js - add page objects (#21743) 2018-01-07 00:25:51 -08:00
Alan Agius
3aa8a1a1cc feat: add fix config (#22716)
https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md
2018-01-07 00:25:17 -08:00
sergsar
3b091f190c three-core.d buffer attribute missed typing (#22728) 2018-01-07 00:22:36 -08:00
Anton Galtsev
4acf2baba6 Rollup: transform/transformBundle can return a promise (#22684) 2018-01-07 00:22:25 -08:00
joelhegg
3423a601fb [actions-on-google] Upgrade to 1.7 (#22714)
* [actions-on-google] Upgrade to 1.6.1

* [actions-on-google] Upgrade to 1.7

* Make TransactionValues a namespace to avoid issue with enums that can't be imported and acccessed properly

* Use SurfaceCapabilities in more places, warning about AssistantApp enums
2018-01-07 00:21:28 -08:00
Jed Fox
bb43bdb9d1 Add typings for legal-eagle (#22722) 2018-01-07 00:20:09 -08:00
Philippe Vaillancourt
d5a34a4bd0 New package: PlayCanvas type definitions (#22712)
* add declaration files for playcanvas

* Add strictFunctionTypes
2018-01-07 00:13:12 -08:00
Dancespile
d5010992ce add method which wasn't typed in navigo (#22713)
* add method  which wasn't typed

add method lastRouteResolved() which wasn't typed see in https://github.com/krasimir/navigo

* add hooks method to generic hooks which were missing in Navigo

* add genericHooks interface
2018-01-06 23:37:32 -08:00
Linda_pp
cea40c3e95 Add react-sortable-pane package (#22720)
* Add react-sortable-pane package

* strictFunctionTypes should be enabled
2018-01-06 23:36:43 -08:00
ark120202
479d9d3d05 Add types for "depcheck" (#22715)
* Add types for "depcheck"

* use `import = require` instead
2018-01-06 23:36:17 -08:00
Jeff Dickey
b1e7053a45 added normalize-package-data (#22727) 2018-01-06 23:25:56 -08:00
jacamera
ac3e6ede4b added dictionary {size -> ImageData} option to imageData property (#22658) 2018-01-05 15:52:48 -08:00
Daniel
b7ca35ab02 Add type definitions for raven-for-redux (#22710) 2018-01-05 15:45:53 -08:00
Andy
fdb86971de react-date-range: Fix lint (#22702) 2018-01-05 15:44:32 -08:00
Justin Warner
0f9dda57a5 [Highcharts] AxisLabelFormatterOptions property "value" is incorrectly typed as a number (#22697)
* Add contextMenu event to Simulate on TestUtils

* Reverting format on save

* s.ts

* Should actually be an any, not number or string.
2018-01-05 15:44:06 -08:00
Andy
933fafbb1f webpack-dev-middleware: Fix lint (#22700) 2018-01-05 13:51:21 -08:00
Omer Bokhari
24111c927c recharts: add missing className prop to ResponsiveContainerProps (#22706) 2018-01-05 11:27:39 -08:00
Kurt Preston
cea02f1111 [reactstrap] Don't declare "popper.js" module, prevent TypeScript conflict error (#22680)
* [reactstrap] Define Popper.js only internally

* [reactstrap] Switching 'declare namespace' to 'export as namespace'
2018-01-05 11:25:20 -08:00
Aleksey Bykov
10e2aa1652 Update index.d.ts (#22705)
not a maintainer anymore
2018-01-05 11:23:07 -08:00
Jacob Froman
2694db63b0 Add types for react-native-sortable-grid (#22703) 2018-01-05 11:22:41 -08:00
Andy
b7301308ff massive: Fix lint (#22701) 2018-01-05 11:12:18 -08:00
Adam Binford
23ab5e0c1a Added type definitions for react-collapse (#22704) 2018-01-05 11:07:11 -08:00
Ricky Lippmann
538bee5326 amcharts linting fixed and splitted into class files (#22413)
* [FIX] make amcharts definitions work in strict mode

* [FIX] travis checks header

* clean some linting issues, export namespace, add version and provide small test

* [FIX] linting

* [MOD] split into several files for easier maintenance access

* [ADD] couple of tests
2018-01-05 11:06:28 -08:00
cvaliere
f0775e098d ReadStream -> ReadableStream (#22692) 2018-01-05 09:46:09 -08:00
Frank Tan
cb0c8560aa ember-modal-dialog: Add types (#22685) 2018-01-05 09:45:45 -08:00
Chung N Ho
346f64a7d7 Add export default for SubmissionError from lib. (#22688)
It is exported as default in the source code:
https://github.com/erikras/redux-form/blob/v7.2.0/src/SubmissionError.js#L11
2018-01-05 09:36:14 -08:00
Satana Charuwichitratana
3f0cbf20fc [@types/knex] Fixed search path incomplete typing (#22698)
* [@types/knex] Added multiple searchPath support for 0.14.1

* [@types/knex] Fixed whitespace lint

* [@types/knex] Fixed typedef-whitespace lint

* [@types/knex] Fixed semicolon lint
2018-01-05 09:35:01 -08:00
David Scheiner
95f835b77e Adds option for customValidator as covered in npm documentation (#22696) 2018-01-05 09:30:08 -08:00
Hanyon
04d6bedf88 add type for leaflet.mouseposition package (#22693) 2018-01-05 09:29:23 -08:00
brettmas
dcee9753b8 Added semantic-ui field validation overload to form 'is valid' behavior (#22691) 2018-01-05 09:24:57 -08:00
Marek Buchar
b7032abeeb new definition: multisort package (#22641)
* multisort

* multisort corrected syntax

* tsconfig, tslint fixes
2018-01-05 09:23:58 -08:00
Satana Charuwichitratana
9c3d1b1234 [@types/bech32] Changed words type to Buffer as in actual implementation (#22690) 2018-01-05 09:21:29 -08:00
Satana Charuwichitratana
04eabad09c [@types/chai] Improve chai definition to version 4.1 (#22499)
* [@types/chai] Improve chai definition to version 4.1

* Fixed error in hexo-fs, add no-unnecessary-type-assertion false

* fix lint error: no-unnecessary-type-assertion
2018-01-05 09:20:32 -08:00
Dennis Coh
7865985f04 [@types/react-dates] Add missing firstDayOfWeek optional prop to DayPickerRangeController component (#22689) 2018-01-05 09:18:01 -08:00
Andy
d28699513a node: Fix whitespace (#22694) 2018-01-05 08:18:22 -08:00
Munir Ahmed Elsangedy
cba95bf187 Remove last level of version in header (#22686) 2018-01-04 17:51:33 -08:00
Fresh Off The Boat
d990ecbba1 @types/node-schedule: Add an optional parameter to the type JobCallback (#22606)
* Update type `JobCallback`

- `fireDate` is an optional parameter

* @types/node-schedule: Add a parameter to the type `JobCallback`
2018-01-04 17:22:17 -08:00
Chris Mohr
9a4a3b6418 add jest mockName and getMockName (#22682) 2018-01-04 14:31:11 -08:00
afholderman
d6eafb8ea0 Add option functions to props (#22681) 2018-01-04 14:30:43 -08:00
Munir Ahmed Elsangedy
a0d47c6b68 Update storybook__addon-notes (#22669)
* Update storybook__addon-notes

This implementation is deprecated in version 3.3.3

* Update storybook__addon-notes-tests.tsx
2018-01-04 14:06:31 -08:00
julia-lin
d0dc25c5ab add optional options for libxml parseXmlString (#22679) 2018-01-04 13:18:25 -08:00
Paul Taylor
1d0b6b7e84 add export to text-encoding-utf-8 types (#22634)
* add text-encoding-utf-8 export

* add text-encoding-utf-8 namespace export
2018-01-04 13:02:18 -08:00
Amazing Turtle
5cee38609b Updated to massive 4.6 (#22667) 2018-01-04 12:29:29 -08:00
Tyson Andre
c219fc824c Add additional events emitted by kafka-node's Client (#22678)
Previously, only KafkaClient (subclass) had signatures for `on()`.
However, Client and KafkaClient emit many of the same events.
- See https://github.com/SOHU-Co/kafka-node/blob/master/lib/client.js
  and https://github.com/SOHU-Co/kafka-node/blob/master/lib/kafkaClient.js
  (Search for the string `emit(`)

zkReconnect is exclusive to Client, and socket_connect is exclusive to
KafkaClient. TypeScript's type checker warns if I put on() declarations
in KafkaClient. (Haven't tried duplicating.)
2018-01-04 12:29:11 -08:00
Andy
a685fea8b2 Update CODEOWNERS (#22677) 2018-01-04 12:28:16 -08:00